Bug 1791681 - openvswitch fails to build with Python 3.9: invalid open() mode: 'rU'
Summary: openvswitch fails to build with Python 3.9: invalid open() mode: 'rU'
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Fedora
Classification: Fedora
Component: openvswitch
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Timothy Redaelli
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON39
TreeView+ depends on / blocked
 
Reported: 2020-01-16 11:16 UTC by Miro Hrončok
Modified: 2020-04-05 23:20 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-05 23:20:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Miro Hrončok 2020-01-16 11:16:58 UTC
openvswitch fails to build with Python 3.9.0a2.

Running Sphinx v2.2.2
Cannot find 'ovs-sphinx-theme' package. Falling back to default theme.

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/sphinx/config.py", line 361, in eval_config_file
    execfile_(filename, namespace)
  File "/usr/lib/python3.9/site-packages/sphinx/util/pycompat.py", line 81, in execfile_
    exec(code, _globals)
  File "/builddir/build/BUILD/openvswitch-2.12.0/Documentation/conf.py", line 61, in <module>
    with open(filename, 'rU') as f:
ValueError: invalid mode: 'rU'


See https://docs.python.org/3.9/whatsnew/3.9.html#changes-in-the-python-api

open(), io.open(), codecs.open() and fileinput.FileInput no longer accept 'U' (“universal newline”) in the file mode. This flag was deprecated since Python 3.3. In Python 3, the “universal newline” is used by default when a file is open in text mode. The newline parameter of open() controls how universal newlines works.



For the build logs, see:
https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/fedora-rawhide-x86_64/01145545-openvswitch/

For all our attempts to build openvswitch with Python 3.9, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.9/package/openvswitch/

Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.9:
https://copr.fedorainfracloud.org/coprs/g/python/python3.9/

Let us know here if you have any questions.

Python 3.9 will be included in Fedora 33. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.9.
A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so it's important for us to get it fixed soon.
We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.

Comment 1 Timothy Redaelli 2020-01-16 13:23:29 UTC
Patch sent upstream: https://patchwork.ozlabs.org/patch/1224207/

Comment 2 Miro Hrončok 2020-01-16 13:32:30 UTC
Thanks.

Comment 3 Ben Cotton 2020-02-11 17:35:01 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 32 development cycle.
Changing version to 32.

Comment 4 Miro Hrončok 2020-04-05 23:20:50 UTC
The removal of U open() mode was postponed to Python 3.10.

Closing this now.

If you haven't yet, please consider to follow up up on this with your upstream.

(This comment is mass posted to all affected bugzillas.)


Note You need to log in before you can comment on or make changes to this bug.