Your message dated Sun, 28 Sep 2025 06:34:04 +0000
with message-id <[email protected]>
and subject line Bug#1096279: fixed in adms 2.3.7-2
has caused the Debian Bug report #1096279,
regarding adms: 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.)


-- 
1096279: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096279
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:adms
Version: 2.3.7-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/adms_2.3.7-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

[...]
sh: 1: git: not found
created: disciplines.vams.c
/usr/bin/perl ./mkctext.pl adms.implicit.xml ..
sh: 1: git: not found
created: adms.implicit.xml.c
/usr/bin/perl ./mkctext.pl dummy.va ..
sh: 1: git: not found
created: dummy.va.c
/usr/bin/perl ./mkctext.pl dummy.xml ..
sh: 1: git: not found
created: dummy.xml.c
make  all-am
make[4]: Entering directory '/build/reproducible-path/adms-2.3.7/admsXml'
gcc -DHAVE_CONFIG_H -I. -I..   -DADMS_INCLUDEDIR=\"/usr/include/adms\" 
-Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/build/reproducible-path/adms-2.3.7=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection  -Wall -c -o admsXml-admsXml.o `test -f 
'admsXml.c' || echo './'`admsXml.c
admsXml.c: In function ‘parseva’:
admsXml.c:593:97: warning: macro ‘__DATE__’ might prevent reproducible builds 
[-Wdate-time]
  593 |   adms_message_info(("%sXml-%s (%s) %s 
%s\n",PACKAGE_NAME,PACKAGE_VERSION,GIT,__DATE__,__TIME__))
      |                                                                         
                        ^
admsXml.c:593:79: warning: macro ‘__TIME__’ might prevent reproducible builds 
[-Wdate-time]
  593 |   adms_message_info(("%sXml-%s (%s) %s 
%s\n",PACKAGE_NAME,PACKAGE_VERSION,GIT,__DATE__,__TIME__))
      |                                                                         
      ^~~~~~~~
admsXml.c:645:8: error: too many arguments to function ‘verilogaparse’; 
expected 0, have 1
  645 |     if(verilogaparse(root()))
      |        ^~~~~~~~~~~~~ ~~~~~~
In file included from admsXml.c:581:
admsVeriloga.h:107:21: note: declared here
  107 | win32_interface int verilogaparse ();
      |                     ^~~~~~~~~~~~~
admsXml.c: In function ‘main’:
admsXml.c:2658:34: warning: macro ‘__DATE__’ might prevent reproducible builds 
[-Wdate-time]
 2658 |     adms_k2strconcat(&sdeveloper,__DATE__);
      |                                  ^~~~~~~~
admsXml.c:2660:34: warning: macro ‘__TIME__’ might prevent reproducible builds 
[-Wdate-time]
 2660 |     adms_k2strconcat(&sdeveloper,__TIME__);
      |                                  ^~~~~~~~
admsXml.c:2693:104: warning: macro ‘__DATE__’ might prevent reproducible builds 
[-Wdate-time]
 2693 |     adms_message_usage_continue(("%s %s (os=%s 
compiler=%s)\n",__DATE__,__TIME__,ADMS_OS,ADMS_COMPILER))
      |                                                                         
                               ^
admsXml.c:2693:64: warning: macro ‘__TIME__’ might prevent reproducible builds 
[-Wdate-time]
 2693 |     adms_message_usage_continue(("%s %s (os=%s 
compiler=%s)\n",__DATE__,__TIME__,ADMS_OS,ADMS_COMPILER))
      |                                                                ^~~~~~~~
admsXml.c:2724:141: warning: macro ‘__DATE__’ might prevent reproducible builds 
[-Wdate-time]
 2724 |     adms_message_usage(("<release name=\"%sXml\" version=\"%s\" 
date=\"%s\" time=\"%s\"/>\n",PACKAGE_NAME,PACKAGE_VERSION,__DATE__,__TIME__))
      |                                                                         
                                                                    ^
admsXml.c:2724:123: warning: macro ‘__TIME__’ might prevent reproducible builds 
[-Wdate-time]
 2724 |     adms_message_usage(("<release name=\"%sXml\" version=\"%s\" 
date=\"%s\" time=\"%s\"/>\n",PACKAGE_NAME,PACKAGE_VERSION,__DATE__,__TIME__))
      |                                                                         
                                                  ^~~~~~~~
admsXml.c:2741:97: warning: macro ‘__DATE__’ might prevent reproducible builds 
[-Wdate-time]
 2741 |     adms_message_usage_continue(("git=\"%s\" date=\"%s\" 
time=\"%s\"/>\n",GIT,__DATE__,__TIME__))
      |                                                                         
                        ^
admsXml.c:2741:79: warning: macro ‘__TIME__’ might prevent reproducible builds 
[-Wdate-time]
 2741 |     adms_message_usage_continue(("git=\"%s\" date=\"%s\" 
time=\"%s\"/>\n",GIT,__DATE__,__TIME__))
      |                                                                         
      ^~~~~~~~
admsXml.c:2798:29: warning: macro ‘__DATE__’ might prevent reproducible builds 
[-Wdate-time]
 2798 |   adms_k2strconcat(&xheader,__DATE__);
      |                             ^~~~~~~~
admsXml.c:2800:29: warning: macro ‘__TIME__’ might prevent reproducible builds 
[-Wdate-time]
 2800 |   adms_k2strconcat(&xheader,__TIME__);
      |                             ^~~~~~~~
make[4]: *** [Makefile:699: admsXml-admsXml.o] Error 1
make[4]: Leaving directory '/build/reproducible-path/adms-2.3.7/admsXml'
make[3]: *** [Makefile:471: all] Error 2
make[3]: Leaving directory '/build/reproducible-path/adms-2.3.7/admsXml'
make[2]: *** [Makefile:465: all-recursive] Error 1
make[2]: Leaving directory '/build/reproducible-path/adms-2.3.7'
make[1]: *** [Makefile:397: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/adms-2.3.7'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: adms
Source-Version: 2.3.7-2
Done: Andreas Tille <[email protected]>

We believe that the bug you reported is fixed in the latest version of
adms, 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.
Andreas Tille <[email protected]> (supplier of updated adms 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, 28 Sep 2025 08:14:32 +0200
Source: adms
Architecture: source
Version: 2.3.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1096279
Changes:
 adms (2.3.7-2) unstable; urgency=medium
 .
   [ Matheus Polkorny ]
   * Team upload.
   * d/p/0002-fix-ftbfs-gcc-15.patch: New patch (Closes: #1096279)
 .
   [ Andreas Tille ]
   * Standards-Version: 4.7.2 (routine-update)
   * debhelper-compat 13 (routine-update)
   * debputy lint --auto-fix (routine-update)
   * Deal with dh_missing --fail-missing default
Checksums-Sha1:
 a09741e6d201d3e332bc6dbff0638463e5852a34 2141 adms_2.3.7-2.dsc
 bce3af56d8448adf2b61548eb00ba3e42bab7327 9684 adms_2.3.7-2.debian.tar.xz
 005f8e29184dd09926393c13845a8c93aa8e1584 8726 adms_2.3.7-2_amd64.buildinfo
Checksums-Sha256:
 80f34404e5fc5ec5869f1bde69270e58dd6bb6f675dcf02b607efc477b838a4a 2141 
adms_2.3.7-2.dsc
 90c0a5199643527b3c65b169d64ffc48f806df46c82d180a438f9ca0a4c884f4 9684 
adms_2.3.7-2.debian.tar.xz
 37b2a09b5a27f6dd7da4ff12638aad4e05a14c8b21431c5a3fe7b8a9e73cba68 8726 
adms_2.3.7-2_amd64.buildinfo
Files:
 c28c2ce0695179d166890fe34af76eb8 2141 science optional adms_2.3.7-2.dsc
 e2611462ca4cad089fda0d0b796a4c6d 9684 science optional 
adms_2.3.7-2.debian.tar.xz
 6a6143ff52867358f4c7825de2ab9c7b 8726 science optional 
adms_2.3.7-2_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmjY0wcRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHAww/+JPwFR+80G6WhaBHx/3KSfv7yF4t7gjXt
bQWdxv75M/6Odcm95dNT7Y4b9dEw741b8ttscCdPZCApjn7JBMG0vcEAKvecWFvD
yruFvu9LJCG2A1JFzt/YzbmFjXTwDBsETAtKGvM4CvnzQy5Domrcuy+9H8XfYJIB
Oc9EgMO8Ts5JT+adtu3y/MSwzgcJAeh3VDTmkeF2BaqhuNkXWCrXKz2hIsgeiVUz
UP3StLkpuOBPHcTTOKE2/F852dFZ6Qn5wWryf6RbOcjCLZA/k+SIxG5QDNRwrCm0
F92gYq+Nt5wF6x2clP7y0NHrGekfqfkDuqgNgXyULshgwp0C6iwT4lOyOvZWIBO1
+KcXvnJgmz85VUNNeKRP4OX11ajBq4q6+aB96b0GpCsXW8J73sVvHTgILnucuHX6
wzssCDkCFIxincykgd9lyl72Yw6EjOsZp20aIVfMe2DR1yhcoISIb4vkJrTwglgJ
ixAAMzrhkhggYiTbnz+ns9rE/ukuMIZUpatXH5DzBarjQ5sq/Obnq33XLllmQC3d
+PR90aj4Mmjw4zQdtPDCpYCkAKp4i02AnZd4birtOo5hYgupQ3PY9QERuAt2BG6f
p19Ve8+XZo5DKKWwPJi5+8KG+MF9rkNQoq4eAKCjXVF50voiW6A2VVdaVHyT8sCy
9ER2EQKpwYA=
=guR9
-----END PGP SIGNATURE-----

Attachment: pgpRKb_FP76xg.pgp
Description: PGP signature


--- End Message ---

Reply via email to