Your message dated Fri, 23 Aug 2024 21:16:33 +0000
with message-id <[email protected]>
and subject line Bug#1078209: Removed package(s) from unstable
has caused the Debian Bug report #1075404,
regarding py-postgresql: ftbfs with GCC-14
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 [email protected]
immediately.)
--
1075404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075404
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:py-postgresql
Version: 1.2.1+git20180803.ef7b9a9-4
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/py-postgresql_1.2.1+git20180803.ef7b9a9-4_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
202 | if (PyObject_AsReadBuffer(arg, (const void **) &data, &dlen))
| ^~
/usr/include/python3.12/abstract.h:369:17: note: declared here
369 | PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
| ^~~~~~~~~~~~~~~~~~~~~
warning: build_ext: building extension "postgresql.port.optimized" failed:
command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
# avoid shipping crypt.py since we rely on libpython3-stdlib instead
rm -f debian/**/postgresql/resolved/crypt.py
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_postgresql/build; python3.11 -m
unittest discover -v -k ' test_bytea_codec and test_configfile '
NOTICE: port.optimized could not be imported
postgresql.test.test_optimized
(unittest.loader._FailedTest.postgresql.test.test_optimized) ... ERROR
runTest (postgresql.test.test_pgpassfile.test_pgpass.runTest) ... ok
runTest (postgresql.test.test_pgpassfile.test_pgpass.runTest) ... ok
======================================================================
ERROR: postgresql.test.test_optimized
(unittest.loader._FailedTest.postgresql.test.test_optimized)
----------------------------------------------------------------------
ImportError: Failed to import test module: postgresql.test.test_optimized
Traceback (most recent call last):
File "/usr/lib/python3.11/unittest/loader.py", line 419, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/unittest/loader.py", line 362, in
_get_module_from_name
__import__(name)
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_postgresql/build/postgresql/test/test_optimized.py",
line 7, in <module>
from ..port import optimized
ImportError: cannot import name 'optimized' from 'postgresql.port'
(/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_postgresql/build/postgresql/port/__init__.py)
----------------------------------------------------------------------
Ran 3 tests in 0.001s
FAILED (errors=1)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_postgresql/build; python3.11 -m
unittest discover -v -k ' test_bytea_codec and test_configfile '
I: pybuild base:311: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_postgresql/build; python3.12 -m
unittest discover -v -k ' test_bytea_codec and test_configfile '
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_postgresql/build/postgresql/protocol/element3.py:260:
SyntaxWarning: invalid escape sequence '\c'
return self.data.strip(b'\c\n\t 0123456789') or None
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_postgresql/build/postgresql/types/__init__.py:611:
SyntaxWarning: invalid escape sequence '\*'
"""
NOTICE: port.optimized could not be imported
postgresql.test.test_optimized
(unittest.loader._FailedTest.postgresql.test.test_optimized) ... ERROR
runTest (postgresql.test.test_pgpassfile.test_pgpass.runTest) ... ok
runTest (postgresql.test.test_pgpassfile.test_pgpass.runTest) ... ok
======================================================================
ERROR: postgresql.test.test_optimized
(unittest.loader._FailedTest.postgresql.test.test_optimized)
----------------------------------------------------------------------
ImportError: Failed to import test module: postgresql.test.test_optimized
Traceback (most recent call last):
File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/loader.py", line 339, in
_get_module_from_name
__import__(name)
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_postgresql/build/postgresql/test/test_optimized.py",
line 7, in <module>
from ..port import optimized
ImportError: cannot import name 'optimized' from 'postgresql.port'
(/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_postgresql/build/postgresql/port/__init__.py)
----------------------------------------------------------------------
Ran 3 tests in 0.001s
FAILED (errors=1)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_postgresql/build; python3.12 -m
unittest discover -v -k ' test_bytea_codec and test_configfile '
dh_auto_test: error: pybuild --test -i python{version} -p "3.11 3.12" returned
exit code 13
make: *** [debian/rules:30: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 1.2.1+git20180803.ef7b9a9-4+rm
Dear submitter,
as the package py-postgresql has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1078209
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---