Hi,
I pushed the changes and rebuilt the packages today.
In the process I found a significant bug: for arch-full packages, Provides: %{oldname}%{_isa} = %{version}-%{release} was generated, but Provides: %{oldname} = %{version}-%{release} is also necessary. I added that in various packages and rebuilt them, but it's likely that I missed some. I'll be looking into this tomorrow too, but if you encounter an issue with some package, feel free to ping me so that I don't miss it (or rebuild it yourself: the fix is trivial, just copy the Provides line and remove %{?_isa}).
Some packages failed to build: xmms2-0.8-46.fc28 No matching package to install: 'ecore-devel' v8-6.2.91-2.fc28 s390x trouble wiredtiger-2.9.0-5.fc28 core dump on arm64 python-urwid-1.3.0-11.fc28 tests python-soaplib-0.8.1-16.fc28 tests python-pylons-1.0.1-9.fc28 AttributeError: 'HTTPRequestEntityTooLarge' object has no attribute 'exception' python-pyblock-0.53-15.fc28 error: comparison of constant '0' with boolean expression is always false [-Werror=bool-compare] python-openstackclient-3.2.0-4.fc28 tests python-mwlib-0.15.14-10.fc28 tests python-libasyncns-0.7.1-18.fc28 libasyncns.c:137:13: error: 'ns_t_zxfr' undeclared (first use in this function); did you mean 'ns_t_axfr'? python-lettuce-0.2.20-6.fc28 tests python-keyczar-0.71c-10.fc28 tests python-httpretty-0.8.14-5.20161011git70af1f8.fc28 tests python-gensim-0.10.0-12.fc28 IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices python-flask-silk-0.1.2-10.fc28 ImportError: cannot import name Module python-gear-0.5.9-7.fc28 pkg_resources.ContextualVersionConflict: (extras 0.0.3 (/usr/lib/python2.7/site-packages), Requirement.parse('extras>=1.0.0'), set(['testtools']))
python-djvulibre-0.3.9-11.fc28 error: invalid application of 'sizeof' to incomplete type 'enum ddjvu_status_e' python-django-mptt-0.8.6-5.fc28 tests python-django-countries-4.0-4.fc28 AttributeError: 'module' object has no attribute 'BaseSettings' python-blist-1.3.6-13.fc28 tests on s390x python-amqpclt-0.6-4.fc28 KeyError: u'No such transport: amqplib. Did you mean amqp?' mesos-0.23.0-0.4ce5475.fc28.9 configure: error: can not find mvn on your path libsvm-3.21-6.fc28 %add_maven_depmap JPP.tw.edu.ntu.csie-libsvm.pom tw.edu.ntu.csie/libsvm.jar libkdtree++-0.7.0-17.fc28 ./kdtree++/kdtree.hpp:1200:28: error: no match for 'operator<<' gdal-2.1.4-6.fc28 configure: error: C compiler cannot create executables fts-rest-3.6.3-3.fc28 AttributeError: 'HTTPForbidden' object has no attribute 'exception' csound-6.03.2-16.fc28 cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
bro-2.4.1-7.fc28 error: ambiguous overload for 'operator==' cjdns-19.1-7.fc28 tests atomic-reactor-1.6.23.2-3.fc28 AttributeError: module 'docker' has no attribute 'Client gis-2.18.11-4.fc28 error: conflicting declaration 'PyObject* sipExportedExceptions__core [3]' '
I also added missing BR:/usr/bin/2to3 to a bunch of packages which other failed to build. Those are OK now:
958814 python-tablib-0.11.5-3.fc28 2to3 958774 python-setproctitle-1.1.10-4.fc28 2to3 958707 python-pypng-0.0.18-8.fc28 2to3 958648 python-openopt-0.5625-7.fc28 2to3 958645 python-openoffice-0.1-0.23.20110209.fc28 2to3 958512 python-google-apputils-0.4.2-10.fc28 2to3 958362 python-beautifulsoup4-4.6.0-3.fc28 2to3 958209 brltty-5.5-9.fc28 2to3
vtk and vdsm are still building as I'm writing this.
Zbyszek