Hello, there are also bugs in python.m4, the same fix as
https://github.com/pybind/pybind11/pull/3764/files fixes the issue in m4
too
I patched locally my python.m4 with something like this:
- sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
- sitedir = sysconfig.get_path('purelib', scheme='posix_prefix',
vars={'base':'$am_py_prefix'})
- sitedir = sysconfig.get_path('platlib',
vars={'platbase':'$am_py_exec_prefix'})
to
+ sitedir = sysconfig.get_path('platlib', scheme='posix_prefix',
vars={'platbase':'$am_py_exec_prefix'})
And firewalld was building correctly again.
** Also affects: automake-1.16 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1960608
Title:
python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with
python3.10
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/automake-1.16/+bug/1960608/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs