On Mon, Jun 25, 2018 at 3:45 PM, Miro Hrončok <mhroncok@redhat.com> wrote:
On 19.6.2018 11:27, Miro Hrončok wrote:
On 13.6.2018 15:14, Miro Hrončok wrote:
I've just started to build the bootstrap sequence in a side tag (f29-python).


I'm now mass rebuilding everything. Will do a couple of rounds before I will look at the logs. If you see you package failing for a non-dependencies related reason, please try to fix it and rebuild it with:

     fedpkg build --target=f29-python

Feel free to open bugs, make sure to block PYTHON37 [1].

[1] http://bugzilla.redhat.com/show_bug.cgi?id=PYTHON37

Hi.

We have 170 packages with blocked dependencies.
We also have 176 packages that fail to build from source (+ ~10 more that are being handled).

I need your help, I cannot possibly fix 178 packages.

I've opened bugzillas for some, but let me ask you via e-mail before I go file 176 of them.

Common problems:

 * RuntimeError: generator raised StopIteration
   https://www.python.org/dev/peps/pep-0479/
   Solution: return instead (works with 2.7 as well)

 * Syntax Error: async, await
   Those are reserved keywords now
   https://www.python.org/dev/peps/pep-0492/
   Solution: Rename. Add a wrapper if it's part of an API.


If you fix your package, please build it in the side tag (fedpkg build --target=f29-python) and check what buildrequires it and maybe needs a rebuild as well (feel free to ping me for that part).


The list of packages that FTBFS for non dependency reasons:

Maintainers by package:

python-kubernetes    amoralej - affected by Syntax Error: async, await - just reported upstream in https://github.com/kubernetes-client/python/issues/558