-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Ubuntu 22.04 and Debian Unstable, install fails with "KeyError: 'headers'" #3234
Labels
Comments
hswong3i
added
bug
Needs Triage
Issues that need to be evaluated for severity and status.
labels
Apr 1, 2022
@jaraco could that due to https://github.com/pypa/distutils/blob/debian-patch/_distutils_system_mod.py not Python 3.10 compatible? |
A quick dirty workaround from https://sources.debian.org/src/python3.10/3.10.4-1/debian/patches/distutils-install-layout.diff/#L76-L98 temporary fix the issue for Ubuntu 22.04 and Debian Unstable:
|
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 12, 2022
git clean -xdf tar zcvf ../python-setuptools_64.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_64.0.0-1.spec mv ../python-setuptools*64.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-64.0.0/ rm -rf ../python*-setuptools_64.0.0*.* ../python*-pkg-resources_64.0.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 12, 2022
git clean -xdf tar zcvf ../python-setuptools_64.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_64.0.0-1.spec mv ../python-setuptools*64.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-64.0.0/ rm -rf ../python*-setuptools_64.0.0*.* ../python*-pkg-resources_64.0.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 12, 2022
git clean -xdf tar zcvf ../python-setuptools_64.0.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_64.0.1-1.spec mv ../python-setuptools*64.0.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-64.0.1/ rm -rf ../python*-setuptools_64.0.1*.* ../python*-pkg-resources_64.0.1*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 13, 2022
git clean -xdf tar zcvf ../python-setuptools_64.0.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_64.0.2-1.spec mv ../python-setuptools*64.0.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-64.0.2/ rm -rf ../python*-setuptools_64.0.2*.* ../python*-pkg-resources_64.0.2*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 13, 2022
git clean -xdf tar zcvf ../python-setuptools_64.0.3.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_64.0.3-1.spec mv ../python-setuptools*64.0.3*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-64.0.3/ rm -rf ../python*-setuptools_64.0.3*.* ../python*-pkg-resources_64.0.3*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 14, 2022
git clean -xdf tar zcvf ../python-setuptools_65.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.0.0-1.spec mv ../python-setuptools*65.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.0.0/ rm -rf ../python*-setuptools_65.0.0*.* ../python*-pkg-resources_65.0.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 14, 2022
git clean -xdf tar zcvf ../python-setuptools_65.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.0.0-1.spec mv ../python-setuptools*65.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.0.0/ rm -rf ../python*-setuptools_65.0.0*.* ../python*-pkg-resources_65.0.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 16, 2022
git clean -xdf tar zcvf ../python-setuptools_65.0.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.0.1-1.spec mv ../python-setuptools*65.0.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.0.1/ rm -rf ../python*-setuptools_65.0.1*.* ../python*-pkg-resources_65.0.1*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 16, 2022
git clean -xdf tar zcvf ../python-setuptools_65.0.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.0.1-1.spec mv ../python-setuptools*65.0.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.0.1/ rm -rf ../python*-setuptools_65.0.1*.* ../python*-pkg-resources_65.0.1*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 17, 2022
git clean -xdf tar zcvf ../python-setuptools_65.0.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.0.2-1.spec mv ../python-setuptools*65.0.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.0.2/ rm -rf ../python*-setuptools_65.0.2*.* ../python*-pkg-resources_65.0.2*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 19, 2022
git clean -xdf tar zcvf ../python-setuptools_65.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.1.0-1.spec mv ../python-setuptools*65.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.1.0/ rm -rf ../python*-setuptools_65.1.0*.* ../python*-pkg-resources_65.1.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 19, 2022
git clean -xdf tar zcvf ../python-setuptools_65.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.1.0-1.spec mv ../python-setuptools*65.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.1.0/ rm -rf ../python*-setuptools_65.1.0*.* ../python*-pkg-resources_65.1.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 21, 2022
git clean -xdf tar zcvf ../python-setuptools_65.1.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.1.1-1.spec mv ../python-setuptools*65.1.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.1.1/ rm -rf ../python*-setuptools_65.1.1*.* ../python*-pkg-resources_65.1.1*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 21, 2022
git clean -xdf tar zcvf ../python-setuptools_65.1.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.1.1-1.spec mv ../python-setuptools*65.1.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.1.1/ rm -rf ../python*-setuptools_65.1.1*.* ../python*-pkg-resources_65.1.1*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 22, 2022
git clean -xdf tar zcvf ../python-setuptools_65.2.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.2.0-1.spec mv ../python-setuptools*65.2.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.2.0/ rm -rf ../python*-setuptools_65.2.0*.* ../python*-pkg-resources_65.2.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 22, 2022
git clean -xdf tar zcvf ../python-setuptools_65.2.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.2.0-1.spec mv ../python-setuptools*65.2.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.2.0/ rm -rf ../python*-setuptools_65.2.0*.* ../python*-pkg-resources_65.2.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 24, 2022
git clean -xdf tar zcvf ../python-setuptools_65.3.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.3.0-1.spec mv ../python-setuptools*65.3.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.3.0/ rm -rf ../python*-setuptools_65.3.0*.* ../python*-pkg-resources_65.3.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 24, 2022
git clean -xdf tar zcvf ../python-setuptools_65.3.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.3.0-1.spec mv ../python-setuptools*65.3.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.3.0/ rm -rf ../python*-setuptools_65.3.0*.* ../python*-pkg-resources_65.3.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 25, 2022
git clean -xdf tar zcvf ../python-setuptools_65.4.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.4.0-1.spec mv ../python-setuptools*65.4.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.4.0/ rm -rf ../python*-setuptools_65.4.0*.* ../python*-pkg-resources_65.4.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 25, 2022
git clean -xdf tar zcvf ../python-setuptools_65.4.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.4.0-1.spec mv ../python-setuptools*65.4.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.4.0/ rm -rf ../python*-setuptools_65.4.0*.* ../python*-pkg-resources_65.4.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 30, 2022
git clean -xdf tar zcvf ../python-setuptools_65.4.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.4.1-1.spec mv ../python-setuptools*65.4.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.4.1/ rm -rf ../python*-setuptools_65.4.1*.* ../python*-pkg-resources_65.4.1*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 14, 2022
git clean -xdf tar zcvf ../python-setuptools_65.5.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.5.0-1.spec mv ../python-setuptools*65.5.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.5.0/ rm -rf ../python*-setuptools_65.5.0*.* ../python*-pkg-resources_65.5.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 17, 2022
git clean -xdf tar zcvf ../python-setuptools_65.4.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.4.0-1.spec mv ../python-setuptools*65.4.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.4.0/ rm -rf ../python*-setuptools_65.4.0*.* ../python*-pkg-resources_65.4.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 17, 2022
git clean -xdf tar zcvf ../python-setuptools_65.4.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.4.1-1.spec mv ../python-setuptools*65.4.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.4.1/ rm -rf ../python*-setuptools_65.4.1*.* ../python*-pkg-resources_65.4.1*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 17, 2022
git clean -xdf tar zcvf ../python-setuptools_65.5.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_65.5.0-1.spec mv ../python-setuptools*65.5.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-65.5.0/ rm -rf ../python*-setuptools_65.5.0*.* ../python*-pkg-resources_65.5.0*.* See pypa#3234 (comment) Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/dbus-dbus-python
that referenced
this issue
Nov 3, 2022
git clean -xdf tar zcvf ../python-dbus_1.3.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-dbus.spec ../python-dbus_1.3.2-1.spec mv ../python*-dbus*1.3.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/dbus-dbus-python-1.3.2/ rm -rf ../python*-dbus*1.3.2*.* See pypa/setuptools#3234 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 10, 2024
git clean -xdf tar zcvf ../python-setuptools_72.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_72.1.0-1.spec cp ../python-setuptools*72.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-72.1.0/ rm -rf ../python*-setuptools*72.1.0*.* ../python*-pkg-resources_72.1.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 14, 2024
git clean -xdf tar zcvf ../python-setuptools_72.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_72.1.0-1.spec cp ../python-setuptools*72.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-72.1.0/ rm -rf ../python*-setuptools*72.1.0*.* ../python*-pkg-resources_72.1.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 17, 2024
git clean -xdf tar zcvf ../python-setuptools_72.2.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_72.2.0-1.spec cp ../python-setuptools*72.2.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-72.2.0/ rm -rf ../python*-setuptools*72.2.0*.* ../python*-pkg-resources_72.2.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 17, 2024
git clean -xdf tar zcvf ../python-setuptools_72.2.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_72.2.0-1.spec cp ../python-setuptools*72.2.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-72.2.0/ rm -rf ../python*-setuptools*72.2.0*.* ../python*-pkg-resources_72.2.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 20, 2024
git clean -xdf tar zcvf ../python-setuptools_73.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_73.0.0-1.spec cp ../python-setuptools*73.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-73.0.0/ rm -rf ../python*-setuptools*73.0.0*.* ../python*-pkg-resources_73.0.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 20, 2024
git clean -xdf tar zcvf ../python-setuptools_73.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_73.0.0-1.spec cp ../python-setuptools*73.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-73.0.0/ rm -rf ../python*-setuptools*73.0.0*.* ../python*-pkg-resources_73.0.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 20, 2024
git clean -xdf tar zcvf ../python-setuptools_73.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_73.0.0-1.spec cp ../python-setuptools*73.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-73.0.0/ rm -rf ../python*-setuptools*73.0.0*.* ../python*-pkg-resources_73.0.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 20, 2024
git clean -xdf tar zcvf ../python-setuptools_73.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_73.0.0-1.spec cp ../python-setuptools*73.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-73.0.0/ rm -rf ../python*-setuptools*73.0.0*.* ../python*-pkg-resources_73.0.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 21, 2024
git clean -xdf tar zcvf ../python-setuptools_73.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_73.0.0-1.spec cp ../python-setuptools*73.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-73.0.0/ rm -rf ../python*-setuptools*73.0.0*.* ../python*-pkg-resources_73.0.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 21, 2024
git clean -xdf tar zcvf ../python-setuptools_73.0.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_73.0.1-1.spec cp ../python-setuptools*73.0.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-73.0.1/ rm -rf ../python*-setuptools*73.0.1*.* ../python*-pkg-resources_73.0.1*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 21, 2024
git clean -xdf tar zcvf ../python-setuptools_73.0.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_73.0.1-1.spec cp ../python-setuptools*73.0.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-73.0.1/ rm -rf ../python*-setuptools*73.0.1*.* ../python*-pkg-resources_73.0.1*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 28, 2024
git clean -xdf tar zcvf ../python-setuptools_74.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.0.0-1.spec cp ../python-setuptools*74.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.0.0/ rm -rf ../python*-setuptools*74.0.0*.* ../python*-pkg-resources_74.0.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Aug 28, 2024
git clean -xdf tar zcvf ../python-setuptools_74.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.0.0-1.spec cp ../python-setuptools*74.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.0.0/ rm -rf ../python*-setuptools*74.0.0*.* ../python*-pkg-resources_74.0.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 4, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.2-1.spec cp ../python-setuptools*74.1.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.2/ rm -rf ../python*-setuptools*74.1.2*.* ../python*-pkg-resources_74.1.2*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 4, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.2-1.spec cp ../python-setuptools*74.1.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.2/ rm -rf ../python*-setuptools*74.1.2*.* ../python*-pkg-resources_74.1.2*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 6, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.2-1.spec cp ../python-setuptools*74.1.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.2/ rm -rf ../python*-setuptools*74.1.2*.* ../python*-pkg-resources_74.1.2*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 6, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.2-1.spec cp ../python-setuptools*74.1.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.2/ rm -rf ../python*-setuptools*74.1.2*.* ../python*-pkg-resources_74.1.2*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 15, 2024
git clean -xdf tar zcvf ../python-setuptools_75.0.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_75.0.0-1.spec cp ../python-setuptools*75.0.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-75.0.0/ rm -rf ../python*-setuptools*75.0.0*.* ../python*-pkg-resources_75.0.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 15, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.3.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.3-1.spec cp ../python-setuptools*74.1.3*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.3/ rm -rf ../python*-setuptools*74.1.3*.* ../python*-pkg-resources_74.1.3*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 15, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.3.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.3-1.spec cp ../python-setuptools*74.1.3*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.3/ rm -rf ../python*-setuptools*74.1.3*.* ../python*-pkg-resources_74.1.3*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 17, 2024
git clean -xdf tar zcvf ../python-setuptools_75.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_75.1.0-1.spec cp ../python-setuptools*75.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-75.1.0/ rm -rf ../python*-setuptools*75.1.0*.* ../python*-pkg-resources_75.1.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Sep 17, 2024
git clean -xdf tar zcvf ../python-setuptools_75.1.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_75.1.0-1.spec cp ../python-setuptools*75.1.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-75.1.0/ rm -rf ../python*-setuptools*75.1.0*.* ../python*-pkg-resources_75.1.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 16, 2024
git clean -xdf tar zcvf ../python-setuptools_75.2.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_75.2.0-1.spec cp ../python-setuptools*75.2.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-75.2.0/ rm -rf ../python*-setuptools*75.2.0*.* ../python*-pkg-resources_75.2.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 16, 2024
git clean -xdf tar zcvf ../python-setuptools_75.2.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_75.2.0-1.spec cp ../python-setuptools*75.2.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-75.2.0/ rm -rf ../python*-setuptools*75.2.0*.* ../python*-pkg-resources_75.2.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 18, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.3.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.3-1.spec cp ../python-setuptools*74.1.3*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.3/ rm -rf ../python*-setuptools*74.1.3*.* ../python*-pkg-resources_74.1.3*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 19, 2024
git clean -xdf tar zcvf ../python-setuptools_75.2.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_75.2.0-1.spec cp ../python-setuptools*75.2.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-75.2.0/ rm -rf ../python*-setuptools*75.2.0*.* ../python*-pkg-resources_75.2.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 22, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.3.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.3-1.spec cp ../python-setuptools*74.1.3*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.3/ rm -rf ../python*-setuptools*74.1.3*.* ../python*-pkg-resources_74.1.3*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 25, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.3.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.3-1.spec cp ../python-setuptools*74.1.3*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.3/ rm -rf ../python*-setuptools*74.1.3*.* ../python*-pkg-resources_74.1.3*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 25, 2024
git clean -xdf tar zcvf ../python-setuptools_74.1.3.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_74.1.3-1.spec cp ../python-setuptools*74.1.3*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-74.1.3/ rm -rf ../python*-setuptools*74.1.3*.* ../python*-pkg-resources_74.1.3*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
hswong3i
added a commit
to alvistack/pypa-setuptools
that referenced
this issue
Oct 26, 2024
git clean -xdf tar zcvf ../python-setuptools_75.2.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-setuptools.spec ../python-setuptools_75.2.0-1.spec cp ../python-setuptools*75.2.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pypa-setuptools-75.2.0/ rm -rf ../python*-setuptools*75.2.0*.* ../python*-pkg-resources_75.2.0*.* See pypa#3234 (comment) See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/distutils-install-layout.diff See https://salsa.debian.org/cpython-team/python3/-/blob/python3.10/debian/patches/sysconfig-debian-schemes.diff Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
setuptools version
61.3.0
Python version
3.10.3+
OS
Ubuntu 22.04 Beta and Debian Unstable
Additional environment information
Running DEB packaging with dh-python.
Description
Since 60.0.0+, running
debuild -uc -us
require additional https://github.com/pypa/distutils/blob/debian-patch/_distutils_system_mod.py introduce by pypa/distutils#68.For my OBS packaging for setuptools 61.3.0 (https://build.opensuse.org/package/show/home:alvistack/pypa-setuptools-61.3.0 and alvistack@d0d8d95) this logic working perfectly for:
But failed for:
Similar as #2956, again if modify the build script as below, build now OK:
Expected behavior
It works for Ubuntu 21.10:
Also works for Debian Testing:
How to Reproduce
Failed for Ubuntu 22.04:
Also failed for Debian Unstable:
Output
The text was updated successfully, but these errors were encountered: