[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-03-07 Thread Anders Kaseorg
This new sysconfig-debian-schemes.diff has broken virtual environments (venv and virtualenv). Please take a look at the fix in https://bugs.launchpad.net/ubuntu/+source/python3.10/+bug/1962791. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-03-06 Thread Stefano Rivera
pip was fixed by fixing python3.10 and dh-python. -- 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

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-03-06 Thread Stefano Rivera
python3.10 was fixed in 3.10.2-4, which is in the release pocket. ** Changed in: python3.10 (Ubuntu) Status: Fix Committed => Fix Released ** Changed in: python-pip (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-03-04 Thread Gianfranco Costamagna
Opened #1006784 in src:automake-1.16 1:1.16.5-1.1 by Gianfranco Costamagna (locutusofborg) «automake: fixes for python3.10 distutils changes». https://bugs.debian.org/1006784 Please have a look at it if possible. ** Bug watch added: Debian Bug tracker #1006784

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-03-04 Thread Launchpad Bug Tracker
This bug was fixed in the package automake-1.16 - 1:1.16.5-1.1ubuntu1 --- automake-1.16 (1:1.16.5-1.1ubuntu1) jammy; urgency=medium * Upload to jammy with a fix for LP: #1960608 -- Gianfranco Costamagna Fri, 04 Mar 2022 10:29:43 +0100 ** Changed in: automake-1.16 (Ubuntu)

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-03-04 Thread Gianfranco Costamagna
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 =

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-02-26 Thread Matthias Klose
python3.10 now in -proposed ** Changed in: python3.10 (Ubuntu) Status: Confirmed => Fix Committed -- 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

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-02-17 Thread Stefano Rivera
Yes, it's required. My fix was resolving the python-pip FTBFS you reported with that patch. -- 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

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-02-17 Thread Alexandre Ghiti
I'm not sure I understand: do I need to enable the sysconfig patch for python3.10 in addition to your fix? Thanks -- 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 >=

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-02-16 Thread Launchpad Bug Tracker
This bug was fixed in the package dh-python - 5.20220215 --- dh-python (5.20220215) unstable; urgency=medium * pybuild plugin: Explicitly unpack wheels using the "deb_system" sysconfig scheme, allowing python3.10 to change the default sysconfig scheme to "posix_local". (LP:

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-02-15 Thread Stefano Rivera
OK, that seems to be caused by the default scheme changing from posix_prefix to posix_local, dh-python was making silly assumptions, there. Your updated sysconfig patch looks good. ** Also affects: dh-python (Ubuntu) Importance: Undecided Status: New ** Changed in: dh-python (Ubuntu)

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-02-14 Thread Alexandre Ghiti
I talked with doko about that, and he told me to give it a try. The patch does not apply directly, I had to rebase it: it seems to fix this issue (i.e.: I can install a package to the right location with my new python 3.10 package here [1]) but then when installed, it fails to build python-pip

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-02-11 Thread Stefano Rivera
As I understand it, this is because pip expects the installation layouts in sysconfig to be correct since Python 3.10. Previously it used the layouts in distutils.sysconfig. See: * LP: #1940705 * LP: #1408092 * https://github.com/pypa/pip/pull/10358 The correct resolution here is to enable

[Bug 1960608] Re: python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10

2022-02-11 Thread Stefano Rivera
** Summary changed: - python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest + python-pip >= 21.3.1+dfsg-3 fails pip3-root.sh autopkgtest with python3.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.