Package: src:adms
Version: 2.3.7-1
Severity: important
Tags: sid forky
User: debian-...@lists.debian.org
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

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to