We have just merged side tag (f30-readline8) into the f30 which includes readline 8 + packages which needed rebuild against new readline (due to SONAME bump).

Whatever was failing before and fails now… It just failed.
Whatever was not failing before and fails now… Fails not due to readline update.

* foma (looks like some underlinking issue)
BUILDSTDERR: /usr/bin/ld: lex.yy.o: in function `my_yyparse':
BUILDSTDERR: /builddir/build/BUILD/foma-0fa48dbacfe39509577ae6741054be7c05a19aac/foma/regex.l:130: undefined reference to `yyparse'
BUILDSTDERR: collect2: error: ld returned 1 exit status
* folks (no idea what it tests and why it fails)
dbus-daemon[15619]: [session uid=1000 pid=15619] The maximum number of pending replies for ":1.0" (uid=1000 pid=15596 comm="/builddir/build/BUILD/folks-0.11.4/tests/telepathy" label="system_u:system_r:unconfined_service_t:s0") has been reached (max_replies_per_connection=128)
* python34 (some change in pip/openssl?)
BUILDSTDERR: test_with_pip (test.test_venv.EnsurePipTest) ... Warning -- sys.path was modified by test_site
BUILDSTDERR: Got an error:
BUILDSTDERR: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:600)
BUILDSTDERR: Got an error:
BUILDSTDERR: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:600)
BUILDSTDERR: test test_venv failed
FAIL
=====================================================================
FAIL: test_with_pip (test.test_venv.EnsurePipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-3.4.9/Lib/test/test_venv.py", line 390, in test_with_pip
    self.assertEqual(err, "")
AssertionError: "DEPRECATION: Python 3.4 support has been[147 chars]).\n" != ''
- DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).