Your message dated Sun, 07 Dec 2025 14:40:39 +0000
with message-id <[email protected]>
and subject line Bug#1097271: fixed in libsmi 0.4.8+dfsg2-18
has caused the Debian Bug report #1097271,
regarding libsmi: 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.)


-- 
1097271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097271
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libsmi
Version: 0.4.8+dfsg2-17
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/libsmi_0.4.8+dfsg2-17_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

[...]
config.status: creating lib/smi_render.3
config.status: creating lib/smi_util.3
config.status: creating lib/smi_class.3
config.status: creating lib/smi_attribute.3
config.status: creating lib/smi_event.3
config.status: creating lib/smi_identity.3
config.status: creating tools/smistrip
config.status: creating tools/smicache
config.status: creating tools/smiquery.1
config.status: creating tools/smilint.1
config.status: creating tools/smidump.1
config.status: creating tools/smidiff.1
config.status: creating tools/smistrip.1
config.status: creating tools/smicache.1
config.status: creating tools/smixlate.1
config.status: creating tools/mib2svg.cgi
config.status: creating test/parser.test
config.status: creating test/smidump-corba.test
config.status: creating test/smidump-jax.test
config.status: creating test/smidump-netsnmp.test
config.status: creating test/smidump-imports.test
config.status: creating test/smidump-mosy.test
config.status: creating test/smidump-orig-smiv2.test
config.status: creating test/smidump-sming.test
config.status: creating test/smidump-yang.test
config.status: creating test/smidump-smiv1.test
config.status: creating test/smidump-smiv2-smiv2.test
config.status: creating test/smidump-smiv2.test
config.status: creating test/smidump-tree.test
config.status: creating test/smidump-types.test
config.status: creating test/smidump-identifiers.test
config.status: creating test/smidump-metrics.test
config.status: creating test/smidump-xml.test
config.status: creating test/smidump-cm.test
config.status: creating test/smidump-python.test
config.status: creating test/smilint-smiv2.test
config.status: creating test/smidiff.test
config.status: creating libsmi.pc
config.status: creating win/config.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default commands
make[1]: Leaving directory '/build/reproducible-path/libsmi-0.4.8+dfsg2'
   dh_auto_build
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j1
make[1]: Entering directory '/build/reproducible-path/libsmi-0.4.8+dfsg2'
make  all-recursive
make[2]: Entering directory '/build/reproducible-path/libsmi-0.4.8+dfsg2'
Making all in lib
make[3]: Entering directory '/build/reproducible-path/libsmi-0.4.8+dfsg2/lib'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/libsmi-0.4.8+dfsg2=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection  -c -o data.lo data.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 
-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/libsmi-0.4.8+dfsg2=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -c data.c  -fPIC -DPIC -o .libs/data.o
data.c: In function 'loadModule':
data.c:4739:9: error: too many arguments to function 'smiparse'; expected 0, 
have 1
 4739 |         smiparse((void *)&parser);
      |         ^~~~~~~~ ~~~~~~~~~~~~~~~
data.c:43:12: note: declared here
   43 | extern int smiparse();
      |            ^~~~~~~~
make[3]: *** [Makefile:543: data.lo] Error 1
make[3]: Leaving directory '/build/reproducible-path/libsmi-0.4.8+dfsg2/lib'
make[2]: *** [Makefile:522: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/libsmi-0.4.8+dfsg2'
make[1]: *** [Makefile:408: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/libsmi-0.4.8+dfsg2'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:5: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: libsmi
Source-Version: 0.4.8+dfsg2-18
Done: Vincent Bernat <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libsmi, 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.
Vincent Bernat <[email protected]> (supplier of updated libsmi 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: Sun, 07 Dec 2025 14:46:22 +0100
Source: libsmi
Architecture: source
Version: 0.4.8+dfsg2-18
Distribution: unstable
Urgency: medium
Maintainer: Vincent Bernat <[email protected]>
Changed-By: Vincent Bernat <[email protected]>
Closes: 1097271
Changes:
 libsmi (0.4.8+dfsg2-18) unstable; urgency=medium
 .
   * d/control: remove very old replaces/conflicts.
   * d/lintian-overrides: fix mismatched override.
   * d/rules: fix FTBFS with GCC 15 by lowering standard to gnu99.
     Closes: #1097271
Checksums-Sha1:
 272362bf53cbaae3db01d793938b07a838f6c44b 2050 libsmi_0.4.8+dfsg2-18.dsc
 a51044ae2d5f4a045354fa16245f3ae040999c40 1803126 libsmi_0.4.8+dfsg2.orig.tar.gz
 5d9c44e2d0cc2073141ac58106dd704d5448d22d 13968 
libsmi_0.4.8+dfsg2-18.debian.tar.xz
 08af5348753ce60d01aa1a5d6067479232c1fde7 8758 
libsmi_0.4.8+dfsg2-18_amd64.buildinfo
Checksums-Sha256:
 df2408737c3083d775af61fc08f1b293aff970751607ab572cdfeed9a20d9450 2050 
libsmi_0.4.8+dfsg2-18.dsc
 1d6894aa4aa73f8949ccb420a57e4e1275f8099c187771a41838e30a703269e8 1803126 
libsmi_0.4.8+dfsg2.orig.tar.gz
 f0eb0afc4d2bd18930d75fef9422f7369fbf1b34ce6b1be82a8d493e3ea6ab0e 13968 
libsmi_0.4.8+dfsg2-18.debian.tar.xz
 2c295e9a5fb0f053b5631e74198360b2c9e9bdfadcca372db77581069038232b 8758 
libsmi_0.4.8+dfsg2-18_amd64.buildinfo
Files:
 4ce944f115ad60753be8827eabcb7f6f 2050 libs optional libsmi_0.4.8+dfsg2-18.dsc
 bc3c2e63930dfd97e44bd81480f503b6 1803126 libs optional 
libsmi_0.4.8+dfsg2.orig.tar.gz
 e90396e1980d6d7f7e737581737ef403 13968 libs optional 
libsmi_0.4.8+dfsg2-18.debian.tar.xz
 0cf925cc0bac2d83a12bbe3235f638f1 8758 libs optional 
libsmi_0.4.8+dfsg2-18_amd64.buildinfo

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

iQJGBAEBCgAwFiEErvI0h2bzccaJpzYAlaQv6DU1JfkFAmk1hWMSHGJlcm5hdEBk
ZWJpYW4ub3JnAAoJEJWkL+g1NSX5FF4P/05thbsFaYJSSMeSePIrAqVxB+Cpnkhr
XcTjr3lsjCdVPFRFrat1udvogoRrFkDAwkLdFMsXf39+Uiuc5Uf3anOWUyOar9gh
4sVFhqCnze8GTNgoiW9rAGX06Wgb8/DdG24p7rNJUlzjCfTMBfys9+wSsI1DsYFy
zMEa57wSsxv5WhjEDUk06IKleDgxGKcuivWwFTmdgrse4tN6J2mijwim/PTbMuk/
cYQFziPqbZLcwTDmedU5FBgr51KQApj8iZF+Y4BhPOdGI2wX7DNjHhyuUqEtwsS9
JXPhrfR0QMqDLcKs9sWT326ru12XlJLAg5ZguHHaRnoJgLZvlfUZWFbxbnuIq6xf
mC5OM/uuG7Qn02EnK9Sm4T8xqWQByu7dyR3s3Rv9sD+z1w3lfnRMEpgscfDbTpuw
JGYFXIbs9BrB29JKtUI2VBiVSgVpPNTD85CXrqDS0bPDI2wnS/kbbCpUfFHCUrLC
Hm0d+twDLfprGbbMdawIXFmB5s1afLEm2QIwTTipc66NIMOG4bQkCnzsBHJoqjYc
9Zyh2ZfPafy0GokE2lKTudgx2DvjCVJUm+dtv3cNHiaHwHDcCu0kiaCCcQBHGuXG
LhgYKaJQCzP2/hJLiSVgZ8GPlZbpKBt621dQxQhnFTwkYhICUf+0ZHLTVtGoRVKi
zZr1bGcRe74x
=pcC0
-----END PGP SIGNATURE-----

Attachment: pgpHNtB7a79GJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to