Your message dated Wed, 31 Jul 2024 17:49:38 +0000
with message-id <e1szdse-00cyln...@fasolo.debian.org>
and subject line Bug#1074991: fixed in gf2x 1.3.0-3
has caused the Debian Bug report #1074991,
regarding gf2x: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1074991: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gf2x
Version: 1.3.0-2
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

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

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/gf2x_1.3.0-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating lowlevel/Makefile
config.status: creating src/Makefile
config.status: creating fft/Makefile
config.status: creating apps/Makefile
config.status: creating fft/gf2x-fft.h
config.status: creating gf2x.h.in
config.status: creating gf2x.pc
config.status: creating gf2x/gf2x-config.h
config.status: creating gf2x/gf2x-config-export.h
config.status: creating gf2x.h
config.status: gf2x.h is unchanged
config.status: linking already_tuned/generic64/gf2x-thresholds.h to 
gf2x/gf2x-thresholds.h
config.status: linking already_tuned/generic64/gf2x_mul1.h to gf2x/gf2x_mul1.h
config.status: linking already_tuned/generic/gf2x_mul2.h to gf2x/gf2x_mul2.h
config.status: linking already_tuned/generic/gf2x_mul3.h to gf2x/gf2x_mul3.h
config.status: linking already_tuned/generic/gf2x_mul4.h to gf2x/gf2x_mul4.h
config.status: linking already_tuned/generic/gf2x_mul5.h to gf2x/gf2x_mul5.h
config.status: linking already_tuned/generic/gf2x_mul6.h to gf2x/gf2x_mul6.h
config.status: linking already_tuned/generic/gf2x_mul7.h to gf2x/gf2x_mul7.h
config.status: linking already_tuned/generic/gf2x_mul8.h to gf2x/gf2x_mul8.h
config.status: linking already_tuned/generic/gf2x_mul9.h to gf2x/gf2x_mul9.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
        make -j8
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in lowlevel
make[3]: Entering directory '/<<PKGBUILDDIR>>/lowlevel'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/lowlevel'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
sed -e s/@@SIZE@@/1/g < ./tuneup_pre.c > tuneup_1.c
sed -e s/@@SIZE@@/1/g < ./tuning_undefs_pre.h > tuning_undefs_1.h
sed -e s/@@SIZE@@/2/g < ./tuneup_pre.c > tuneup_2.c
sed -e s/@@SIZE@@/2/g < ./tuning_undefs_pre.h > tuning_undefs_2.h
sed -e s/@@SIZE@@/3/g < ./tuneup_pre.c > tuneup_3.c
sed -e s/@@SIZE@@/3/g < ./tuning_undefs_pre.h > tuning_undefs_3.h
sed -e s/@@SIZE@@/4/g < ./tuneup_pre.c > tuneup_4.c
sed -e s/@@SIZE@@/4/g < ./tuning_undefs_pre.h > tuning_undefs_4.h
sed -e s/@@SIZE@@/5/g < ./tuneup_pre.c > tuneup_5.c
sed -e s/@@SIZE@@/5/g < ./tuning_undefs_pre.h > tuning_undefs_5.h
sed -e s/@@SIZE@@/6/g < ./tuneup_pre.c > tuneup_6.c
sed -e s/@@SIZE@@/6/g < ./tuning_undefs_pre.h > tuning_undefs_6.h
sed -e s/@@SIZE@@/7/g < ./tuneup_pre.c > tuneup_7.c
sed -e s/@@SIZE@@/7/g < ./tuning_undefs_pre.h > tuning_undefs_7.h
sed -e s/@@SIZE@@/8/g < ./tuneup_pre.c > tuneup_8.c
sed -e s/@@SIZE@@/8/g < ./tuning_undefs_pre.h > tuning_undefs_8.h
sed -e s/@@SIZE@@/9/g < ./tuneup_pre.c > tuneup_9.c
sed -e s/@@SIZE@@/9/g < ./tuning_undefs_pre.h > tuning_undefs_9.h
c89 `test -f '../lowlevel/gen_bb_mul_code.c' || echo 
'./'`../lowlevel/gen_bb_mul_code.c -o gen_bb_mul_code
../lowlevel/gen_bb_mul_code.c: In function ‘main’:
../lowlevel/gen_bb_mul_code.c:95:17: error: C++ style comments are not allowed 
in ISO C90
   95 |                 // continue;    /* mul_1_n is no longer used */
      |                 ^
../lowlevel/gen_bb_mul_code.c:95:17: note: (this will be reported only once per 
input file)
make[3]: *** [Makefile:4249: gen_bb_mul_code] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:908: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:537: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gf2x
Source-Version: 1.3.0-3
Done: Thibaut Paumard <thib...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gf2x, 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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thibaut Paumard <thib...@debian.org> (supplier of updated gf2x 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 31 Jul 2024 19:14:23 +0200
Source: gf2x
Architecture: source
Version: 1.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Thibaut Paumard <thib...@debian.org>
Closes: 1074991
Changes:
 gf2x (1.3.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Bug fix: "ftbfs with GCC-14", thanks to Matthias Klose (Closes:
     #1074991), new quilt patch gcc-14.
   * Bump std-vers to 4.7.0.
Checksums-Sha1:
 220a57a01fe7a9017a669d5dc86a15a10555c735 1967 gf2x_1.3.0-3.dsc
 a34ad5d9bdb32ae0cf4e16e84864b5a702a19087 3152 gf2x_1.3.0-3.debian.tar.xz
 61b23b8daeb863cb925e4b2fa061664d6fb82b43 6316 gf2x_1.3.0-3_amd64.buildinfo
Checksums-Sha256:
 c162e925d3ef1978b856ff1562403dfd70f24e38d62e713d5541b4bb92306b65 1967 
gf2x_1.3.0-3.dsc
 1dd9e515d64a711c228833574333ba05a3ab978387ec294ec90d2193ebaf65a4 3152 
gf2x_1.3.0-3.debian.tar.xz
 a02975a5c96a675392838dc9c247450c17646ef1143a8802843f6fe501d8f48b 6316 
gf2x_1.3.0-3_amd64.buildinfo
Files:
 39293abe18ed0c636fd35f1f8857257e 1967 math optional gf2x_1.3.0-3.dsc
 7d12fc3112ca2bd34ae32a21d871360b 3152 math optional gf2x_1.3.0-3.debian.tar.xz
 10d9e4c80f4f7ef2d7accb290de0cbd4 6316 math optional 
gf2x_1.3.0-3_amd64.buildinfo

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

iQJHBAEBCAAxFiEEvK37UrQZmNdNmdmOk5RTSODcKEAFAmaqclUTHHRoaWJhdXRA
ZGViaWFuLm9yZwAKCRCTlFNI4NwoQCmjD/9IGntSUfoyHsNjzLuu3K47z0fWkVX1
PS6Szr0mwaRNHjhmGUCi/MWRwp/aOLcmO8H4z+bMVDpTVwgCdjY+LXW5CBOdnrvR
RWemnVFdDCirbfqA2ipqhhzWgn8ZCTVJuO5MTwXUDFpxpBwMbWJJzu3rrmcC6IOW
K7yX0toDKxSPOutaUeE/KCI2Npuj0P065InImO+JdAtRvzYpe5iLyn/tN+JbIL4N
X5q65X8fv16AfhPDKWurV94o7kgpxdlg+J1oRPxNUp0/KLDbNbcLkBdXjs3MxiwJ
VZOeyY34YgEd78rWp5wfjutXxoWBtCNNkbpFwkaYATKpXQ6UZO1cNUffw8Czjsfn
3+oay/iXoqYEHf2bpLUoLOOzM9mHM5jHl5eWdNcakAxPs6HFDPupNXi10w6fGmyA
1emV5A48tY3X6Pj0+8KR7Jz6Uqdc6dBFn2w8Ja6P80kdR68iZ3gfWkiRdl/KSdz9
7e4Wfgh1U7t1Y44znTxFRFCzzh//ru3VkYa7yl/jJ3neMbPrcxbmpSsESIHv/n00
5TgJgfGre4KmeQ7/OgFZ3PRW2sbWzgyvx2rmqlmDIgZL1dq5xzmfv7EKT5tNMbXS
mtfez38lh1cVWoPuHJk58yaB+LSMON5jIKzzKBdVCcBRE2NwJsUfCAvcdPtj9h0p
WBz53nJRAeUCfg==
=cxcl
-----END PGP SIGNATURE-----

Attachment: pgpZOwX_oHxbg.pgp
Description: PGP signature


--- End Message ---
-- 
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