Your message dated Fri, 5 Sep 2025 03:12:20 +0000
with message-id
<blapr20mb4226bc7d54bb5ef6766281c6d6...@blapr20mb4226.namprd20.prod.outlook.com>
and subject line Re: e-antic: ftbfs with GCC-15
has caused the Debian Bug report #1096557,
regarding e-antic: 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.)
--
1096557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096557
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:e-antic
Version: 2.0.2+ds-2
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/e-antic_2.0.2+ds-2_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
[...]
CTAGS='ctags'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"e-antic\" -DPACKAGE_TARNAME=\"e-antic\"
-DPACKAGE_VERSION=\"2.0.2\" -DPACKAGE_STRING=\"e-antic\ 2.0.2\"
-DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"e-antic\" -DVERSION=\"2.0.2\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
ETAGS='etags'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} '\''/build/reproducible-path/e-antic-2.0.2+ds/missing'\''
makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
PACKAGE='e-antic'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='e-antic'
PACKAGE_STRING='e-antic 2.0.2'
PACKAGE_TARNAME='e-antic'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.2'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='2.0.2'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__rm_f_notfound=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
am__xargs_n='xargs -n'
bindir='${exec_prefix}/bin'
build_alias='x86_64-linux-gnu'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='${SHELL} /build/reproducible-path/e-antic-2.0.2+ds/install-sh'
libdir='${prefix}/lib/x86_64-linux-gnu'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${prefix}/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' libeantic'
sysconfdir='/etc'
target_alias=''
configure: exit 1
dh_auto_configure: error: cd _BUILD && ../configure --build=x86_64-linux-gnu
--prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man
--infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var
--disable-option-checking --disable-silent-rules
--libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run
--disable-maintainer-mode --disable-dependency-tracking --enable-openmp=yes
--with-version-script --with-benchmark --without-byexample --without-pyeantic
--without-doc returned exit code 1
make[1]: *** [debian/rules:24: override_dh_auto_configure] Error 25
make[1]: Leaving directory '/build/reproducible-path/e-antic-2.0.2+ds'
make: *** [debian/rules:21: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
On Mon, 17 Feb 2025 17:11:00 +0000 Matthias Klose <[email protected]> wrote:
> 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/e-antic_2.0.2+ds-2_unstable_gccexp.log.gz
> The last lines of the build log are at the end of this report.
I believe this build failure was a consequence of #1096641:
checking for flint/flint.h... no
configure: error: FLINT headers not found
That bug was fixed recently when FLINT 3.3.1 was uploaded to unstable. e-antic
is now building without problems using GCC 15. See, for example:
https://buildd.debian.org/status/fetch.php?pkg=e-antic&arch=amd64&ver=2.1.0%2Bds-2%2Bb1&stamp=1756975036&raw=0
Closing
--- End Message ---