Your message dated Sun, 17 Jul 2022 10:49:29 +0000
with message-id <e1od1q5-000g2z...@fasolo.debian.org>
and subject line Bug#1015082: fixed in python3-stdlib-extensions 3.10.5-2
has caused the Debian Bug report #1015082,
regarding python3-stdlib-extensions: FTBFS: ImportError: cannot import name 
'_is_python_source_dir' from 'sysconfig' (/usr/lib/python3.11/sysconfig.py)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1015082: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015082
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python3-stdlib-extensions
Version: 3.10.5-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules build
> dh_testdir
> ln -sf /usr/lib/libBLT.2.4.so.8.6 3.9/libBLT86.so
> ln -sf /usr/lib/libBLT.2.4.so.8.6 3.9/libBLT86.so.8.6
> cd 3.9 && PYTHONPATH=/<<PKGBUILDDIR>>/3.9/Lib python3.9 setup.py build
> /<<PKGBUILDDIR>>/3.9/setup.py:4: DeprecationWarning: the imp module is 
> deprecated in favour of importlib; see the module's documentation for 
> alternative uses
>   import sys, os, imp, re, optparse
> /<<PKGBUILDDIR>>/3.9/setup.py:787: DeprecationWarning: SO is deprecated, use 
> EXT_SUFFIX
>   so_ext = sysconfig.get_config_var("SO")
> running build
> running build_ext
> building '_gdbm' extension
> creating build/temp.linux-x86_64-3.9/Modules
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.9 -c 
> Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.9/Modules/_gdbmmodule.o
> creating build/lib.linux-x86_64-3.9
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.9/Modules/_gdbmmodule.o -lgdbm -o 
> build/lib.linux-x86_64-3.9/_gdbm.cpython-39-x86_64-linux-gnu.so
> building '_tkinter' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.9 -c 
> Modules/_tkinter.c -o build/temp.linux-x86_64-3.9/Modules/_tkinter.o
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.9 -c 
> Modules/tkappinit.c -o build/temp.linux-x86_64-3.9/Modules/tkappinit.o
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.9/Modules/_tkinter.o 
> build/temp.linux-x86_64-3.9/Modules/tkappinit.o -L/usr/X11/lib -lBLT -ltk8.6 
> -ltcl8.6 -lX11 -o 
> build/lib.linux-x86_64-3.9/_tkinter.cpython-39-x86_64-linux-gnu.so
> touch build-stamp-py3.9
> dh_testdir
> ln -sf /usr/lib/libBLT.2.4.so.8.6 3.10/libBLT86.so
> ln -sf /usr/lib/libBLT.2.4.so.8.6 3.10/libBLT86.so.8.6
> cd 3.10 && PYTHONPATH=/<<PKGBUILDDIR>>/3.10/Lib python3.10 setup.py build
> /<<PKGBUILDDIR>>/3.10/setup.py:4: DeprecationWarning: the imp module is 
> deprecated in favour of importlib and slated for removal in Python 3.12; see 
> the module's documentation for alternative uses
>   import sys, os, imp, re, optparse
> /<<PKGBUILDDIR>>/3.10/setup.py:8: DeprecationWarning: The distutils package 
> is deprecated and slated for removal in Python 3.12. Use setuptools or check 
> PEP 632 for potential alternatives
>   from distutils import log
> /<<PKGBUILDDIR>>/3.10/setup.py:850: DeprecationWarning: SO is deprecated, use 
> EXT_SUFFIX
>   so_ext = sysconfig.get_config_var("SO")
> running build
> running build_ext
> building '_gdbm' extension
> creating build/temp.linux-x86_64-3.10/Modules
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.10 -c 
> Modules/_gdbmmodule.c -o build/temp.linux-x86_64-3.10/Modules/_gdbmmodule.o
> creating build/lib.linux-x86_64-3.10
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.10/Modules/_gdbmmodule.o -lgdbm -o 
> build/lib.linux-x86_64-3.10/_gdbm.cpython-310-x86_64-linux-gnu.so
> building '_tkinter' extension
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.10 -c 
> Modules/_tkinter.c -o build/temp.linux-x86_64-3.10/Modules/_tkinter.o
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/include/tcl8.6 -I/usr/X11/include -I. 
> -I/usr/include/x86_64-linux-gnu -I/usr/include/python3.10 -c 
> Modules/tkappinit.c -o build/temp.linux-x86_64-3.10/Modules/tkappinit.o
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g 
> -fwrapv -O2 -g -fwrapv -O2 -g -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-x86_64-3.10/Modules/_tkinter.o 
> build/temp.linux-x86_64-3.10/Modules/tkappinit.o -L/usr/X11/lib -lBLT -ltk8.6 
> -ltcl8.6 -lX11 -o 
> build/lib.linux-x86_64-3.10/_tkinter.cpython-310-x86_64-linux-gnu.so
> touch build-stamp-py3.10
> dh_testdir
> ln -sf /usr/lib/libBLT.2.4.so.8.6 3.11/libBLT86.so
> ln -sf /usr/lib/libBLT.2.4.so.8.6 3.11/libBLT86.so.8.6
> cd 3.11 && PYTHONPATH=/<<PKGBUILDDIR>>/3.11/Lib python3.11 setup.py build
> /<<PKGBUILDDIR>>/3.11/setup.py:4: DeprecationWarning: the imp module is 
> deprecated in favour of importlib and slated for removal in Python 3.12; see 
> the module's documentation for alternative uses
>   import sys, os, imp, re, optparse
> /<<PKGBUILDDIR>>/3.11/setup.py:8: DeprecationWarning: The distutils package 
> is deprecated and slated for removal in Python 3.12. Use setuptools or check 
> PEP 632 for potential alternatives
>   from distutils import log
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/3.11/setup.py", line 12, in <module>
>     from distutils.command.build_ext import build_ext
>   File "/<<PKGBUILDDIR>>/3.11/Lib/distutils/command/build_ext.py", line 13, 
> in <module>
>     from distutils.sysconfig import customize_compiler, get_python_version
>   File "/<<PKGBUILDDIR>>/3.11/Lib/distutils/sysconfig.py", line 23, in 
> <module>
>     from sysconfig import (
> ImportError: cannot import name '_is_python_source_dir' from 'sysconfig' 
> (/usr/lib/python3.11/sysconfig.py)
> make: *** [debian/rules:65: build-stamp-py3.11] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/python3-stdlib-extensions_3.10.5-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python3-stdlib-extensions
Source-Version: 3.10.5-2
Done: Matthias Klose <d...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python3-stdlib-extensions, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1015...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated python3-stdlib-extensions 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 17 Jul 2022 12:00:07 +0200
Source: python3-stdlib-extensions
Architecture: source
Version: 3.10.5-2
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Closes: 1015082
Changes:
 python3-stdlib-extensions (3.10.5-2) unstable; urgency=medium
 .
   * Update 3.11 extensions and modules to the 3.11.0 beta4. Closes: #1015082.
Checksums-Sha1:
 cdf068c41d69ce03ce755a5ac69336f5adc96690 2652 
python3-stdlib-extensions_3.10.5-2.dsc
 6c8fbafd97860dbc2c9f9c55377b60f464bf633c 6340975 
python3-stdlib-extensions_3.10.5.orig.tar.bz2
 feaeda65faf3d6223d7fe086c3d532cc83561361 25700 
python3-stdlib-extensions_3.10.5-2.debian.tar.xz
 41a52e05986f996e1263ed91464458be45e81e2c 8893 
python3-stdlib-extensions_3.10.5-2_source.buildinfo
Checksums-Sha256:
 30b936a7076131092a371fc16c968d159cf55257d6d50dcc71e4ff053f75bb69 2652 
python3-stdlib-extensions_3.10.5-2.dsc
 337102556a096f3beb971860ebde32643a9baec0f3dd846d8666577d839e5123 6340975 
python3-stdlib-extensions_3.10.5.orig.tar.bz2
 32223c8ce6be1db2c01faafa0ec11f833c6da0c575ebb510c8d00211638e73e9 25700 
python3-stdlib-extensions_3.10.5-2.debian.tar.xz
 13287a9813188535a984ea466ffd7b93277dfeb931ba1da9cc073cf4aa8c88e1 8893 
python3-stdlib-extensions_3.10.5-2_source.buildinfo
Files:
 3e9f484d96fd50c52d531e177109d9ee 2652 python optional 
python3-stdlib-extensions_3.10.5-2.dsc
 989e68954234674e8715840e28b6a9b2 6340975 python optional 
python3-stdlib-extensions_3.10.5.orig.tar.bz2
 f01c2482af715a6c128d9f9ca6a5712a 25700 python optional 
python3-stdlib-extensions_3.10.5-2.debian.tar.xz
 b5cb367deefb233853c3c6cb991ac172 8893 python optional 
python3-stdlib-extensions_3.10.5-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAmLT5hgQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9cJ+D/44EvZ9FLFrGEFeZk58bN0aJUs7ffMbtUNM
QXltH4e9Dt85LMojjwCJ/SnI0+NqczETbm/jiHea1noZNA/MKnffjXNmBwgIm0LK
KGA/Yt3Vtt96xuj6WrkTjZs4rNwwYWeBhUnJRmifYuLcVWMWP26t71ggmARI7oXU
rEIsRqLXCXRcVkpF0Ny3DQjoA2iRcDGocZLkRnlMr7q/fU53169mZbegZj0zh8KN
p/NH6m3y8cp3aeYMehp17hkx8WwLG7P7/7m7s292HNKGztX9bE2UD/JeP9siLbht
STi+WRjPBAvjI3jkwK6XH+kAqi1bA4i/6TquvDLKop2xPaxXyRmjBwSNYME1ophk
L+q8U4PglvNZrSRcrOqdJKSFiFOdT1azt8mKirTAlsJTZOFsIGVcAqdNN1SyCI7c
ntX/sWHU5CfQWknhj6xXaH2ldtSic8oYKj+twVnp5PybSwegMdnAU5Omx2SLAxx/
f8udddK8S9Y1/THE5MvyetN2/rItZe2rsp4/669yu1/nddz7+4AUUAj3CHjZBdlK
V5MIZv61Q55LTlOi+vGhAQYeF2iGdnlplxHANLFPc1jf9zjtPSyPi8aWXy5wVjcD
U+7E+Wi5kIejAtKq/J8GTYhUMjpduBsO3Cexq8+W8xtkMVKYBSoryg4pTFT4rlX+
PvoP5FnJPA==
=IsGU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to