Your message dated Thu, 04 Dec 2025 12:05:01 +0000
with message-id <[email protected]>
and subject line Bug#1097678: fixed in python-easysnmp 0.2.6-1.1
has caused the Debian Bug report #1097678,
regarding python-easysnmp: ftbfs with GCC-15
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.)


-- 
1097678: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097678
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-easysnmp
Version: 0.2.6-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/python-easysnmp_0.2.6-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
!!
  from setuptools.command.test import test as TestCommand
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running build
running build_py
creating 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
copying easysnmp/utils.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
copying easysnmp/helpers.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
copying easysnmp/variables.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
copying easysnmp/compat.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
copying easysnmp/session.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
copying easysnmp/__init__.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
copying easysnmp/exceptions.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
copying easysnmp/easy.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.12_python-easysnmp/build/easysnmp
running build_ext
building 'easysnmp.interface' extension
creating build/temp.linux-x86_64-cpython-312/easysnmp
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/python-easysnmp-0.2.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-sign-compare -Wno-unused-function 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.12 -c 
easysnmp/interface.c -o build/temp.linux-x86_64-cpython-312/easysnmp/interface.o
easysnmp/interface.c:4263:5: error: initialization of ‘void (*)(void *)’ from 
incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
 4263 |     __libraries_free};
      |     ^~~~~~~~~~~~~~~~
easysnmp/interface.c:4263:5: note: (near initialization for ‘moduledef.m_free’)
easysnmp/interface.c:264:6: note: ‘__libraries_free’ declared here
  264 | void __libraries_free()
      |      ^~~~~~~~~~~~~~~~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3.12 setup.py build 
I: pybuild base:311: /usr/bin/python3 setup.py build 
/build/reproducible-path/python-easysnmp-0.2.6/setup.py:8: 
SetuptoolsDeprecationWarning: The test command is disabled and references to it 
are deprecated.
!!

        
********************************************************************************
        Please remove any references to `setuptools.command.test` in all 
supported versions of the affected package.

        This deprecation is overdue, please update your project and remove 
deprecated
        calls to avoid build errors in the future.
        
********************************************************************************

!!
  from setuptools.command.test import test as TestCommand
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning: 
Unknown distribution option: 'tests_require'
  warnings.warn(msg)
running build
running build_py
creating 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
copying easysnmp/utils.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
copying easysnmp/helpers.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
copying easysnmp/variables.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
copying easysnmp/compat.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
copying easysnmp/session.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
copying easysnmp/__init__.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
copying easysnmp/exceptions.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
copying easysnmp/easy.py -> 
/build/reproducible-path/python-easysnmp-0.2.6/.pybuild/cpython3_3.13_python-easysnmp/build/easysnmp
running build_ext
building 'easysnmp.interface' extension
creating build/temp.linux-x86_64-cpython-313/easysnmp
x86_64-linux-gnu-gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O2 -Wall 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/python-easysnmp-0.2.6=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wno-sign-compare -Wno-unused-function 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.13 -c 
easysnmp/interface.c -o build/temp.linux-x86_64-cpython-313/easysnmp/interface.o
easysnmp/interface.c:4263:5: error: initialization of ‘void (*)(void *)’ from 
incompatible pointer type ‘void (*)(void)’ [-Wincompatible-pointer-types]
 4263 |     __libraries_free};
      |     ^~~~~~~~~~~~~~~~
easysnmp/interface.c:4263:5: note: (near initialization for ‘moduledef.m_free’)
easysnmp/interface.c:264:6: note: ‘__libraries_free’ declared here
  264 | void __libraries_free()
      |      ^~~~~~~~~~~~~~~~
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
E: pybuild pybuild:389: build: plugin distutils failed with: exit code=1: 
/usr/bin/python3 setup.py build 
dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.13" 
returned exit code 13
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: python-easysnmp
Source-Version: 0.2.6-1.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-easysnmp, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated python-easysnmp 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 24 Oct 2025 19:33:23 +0300
Source: python-easysnmp
Architecture: source
Version: 0.2.6-1.1
Distribution: unstable
Urgency: medium
Maintainer: Bernhard Schmidt <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1097678
Changes:
 python-easysnmp (0.2.6-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 15. (Closes: #1097678)
Checksums-Sha1:
 bc0674304e2eecd3a528e29e52a404863d4fb0b7 1996 python-easysnmp_0.2.6-1.1.dsc
 dce864c8d2168a93cecd7104b0ebcef6e85b631f 3020 
python-easysnmp_0.2.6-1.1.debian.tar.xz
Checksums-Sha256:
 f4ba7ee134531c15be78cc8f13b66f626263748de3ea2e5dc4d2bcfe48452dea 1996 
python-easysnmp_0.2.6-1.1.dsc
 70ad94412c2be3b82bf1965c6bfc9b5057728dcea853052faaa34c9ff8bd58be 3020 
python-easysnmp_0.2.6-1.1.debian.tar.xz
Files:
 7932f16173fba26731c0f36e120226c2 1996 python optional 
python-easysnmp_0.2.6-1.1.dsc
 f870e50286bb9bebe01e73f4ee956563 3020 python optional 
python-easysnmp_0.2.6-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj71U8ACgkQiNJCh6LY
mLFtlhAArXpYBcAlyu6SHREogJpc+w2OPblbxlIBLQ7w4rE4/o+lVyj0pIkSeX4N
M5BmsZOUznkzkvAdvfqWB9qeowgSJs370xFNfZaXWD/VXKOLuNgPkx3BJ4Lp6amD
odfr92M0+7C+TN2ye/yxw0bctBpYmtdIx0ZfKQJRMSt05Na5FaUHb7YcW1x0eGd7
82PRmpKkeCBRykfE7PFdrjneYXHKRWy21BUB99ZU1u+z+Sju/UFF4m8+hefb0NUA
p4ldnVDxu2sbIGdZVIis0K6SKntOxAg1yErnQnjqphBFSd5v48T5jk4yOGoucVAR
x4nq8t7Nck7FPavH32srdsatze3xlzVtWercBJ2bp9udQXsGx2t0jjDKR2nsh/MS
rPhDM6q9OUgo+1gDDc1R9h3sARJIosaGSqQBWRFRdB8g6JAz3NdgTKZS7irBpOD5
R8/eZtcXwOrAC9hW5UVIrbRLNU7C+tFVNCzue1OQqzQMQ1KJsgvulJg7++h2s3zW
dY0pU1hIsfYluX6t04Dm0R40DcFnEwqz5CzfHt97gHItvfZ8a5oqfxxmZKGXsrec
1xOzZ0e2UxAVS9172oDLeIjQvkVGXekIlycV5L5t+SwJo/qkH8X1VXPA9x15IJJi
nEyvRTxcix79n36aP9b8RBL5E/tOC1kV9WR6xEbACRtLgTvzmYU=
=EjJE
-----END PGP SIGNATURE-----

Attachment: pgptc0N7et4CN.pgp
Description: PGP signature


--- End Message ---

Reply via email to