Your message dated Mon, 19 Aug 2024 18:21:02 +0000
with message-id <e1sg702-002xqb...@fasolo.debian.org>
and subject line Bug#1075657: fixed in xdemineur 2.1.1-23
has caused the Debian Bug report #1075657,
regarding xdemineur: 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.)


-- 
1075657: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075657
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xdemineur
Version: 2.1.1-21
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/xdemineur_2.1.1-21_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

[...]
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package xdemineur
dpkg-buildpackage: info: source version 2.1.1-21
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Ralf Treinen <trei...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
xmkmf
imake -DUseInstalled -I/usr/lib/X11/config
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
        make -j8 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -fno-strict-aliasing         -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE    
                             -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64         
                                                          -DFUNCPROTO=15 
-DNARROWPROTO     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o demineur.o demineur.c
gcc -g -O2 -fno-strict-aliasing         -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE    
                             -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64         
                                                          -DFUNCPROTO=15 
-DNARROWPROTO     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o main.o main.c
gcc -g -O2 -fno-strict-aliasing         -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE    
                             -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64         
                                                          -DFUNCPROTO=15 
-DNARROWPROTO     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o util.o util.c
gcc -g -O2 -fno-strict-aliasing         -Dlinux -D__amd64__ 
-D_POSIX_C_SOURCE=199309L                           -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE    
                             -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64         
                                                          -DFUNCPROTO=15 
-DNARROWPROTO     -Wdate-time -D_FORTIFY_SOURCE=2  -c -o xdemineur.o xdemineur.c
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from main.c:17:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from xdemineur.c:17:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from demineur.c:17:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
                 from util.c:17:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE 
are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
_DEFAULT_SOURCE"
      |   ^~~~~~~
main.c: In function ‘main’:
main.c:50:12: error: implicit declaration of function ‘strcmp’ 
[-Wimplicit-function-declaration]
   50 |       if ( strcmp ( argv[i] , "-v" ) == 0 )
      |            ^~~~~~
main.c:27:1: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
   26 | #include "xdemineur.h"
  +++ |+#include <string.h>
   27 | 
make[2]: *** [<builtin>: main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned 
exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xdemineur
Source-Version: 2.1.1-23
Done: Ralf Treinen <trei...@debian.org>

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

Debian distribution maintenance software
pp.
Ralf Treinen <trei...@debian.org> (supplier of updated xdemineur 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: Mon, 19 Aug 2024 19:50:06 +0200
Source: xdemineur
Architecture: source
Version: 2.1.1-23
Distribution: unstable
Urgency: medium
Maintainer: Ralf Treinen <trei...@debian.org>
Changed-By: Ralf Treinen <trei...@debian.org>
Closes: 1075657
Changes:
 xdemineur (2.1.1-23) unstable; urgency=medium
 .
   * Add patch gcc14 to fix compilation issues (closes: #1075657)
   * Standards-Version 4.7.0 (no change)
Checksums-Sha1:
 87463cd28d23ee4a1e1cfd7f56baf0cc7cd373c4 1883 xdemineur_2.1.1-23.dsc
 e8cf256548ae54764dab062f28516322bb5f8fa5 6832 xdemineur_2.1.1-23.debian.tar.xz
 e74885870f2f71b24faa60da9ebc43343029310c 6588 
xdemineur_2.1.1-23_source.buildinfo
Checksums-Sha256:
 ce263d1027bf997e2340f6836779baf9fb1a90358db5d0f100b35ae92e29b259 1883 
xdemineur_2.1.1-23.dsc
 4f0bd83cb3bd3c26c29a05a1b8b3396ca8b8d6039674d7411b503ae1af167123 6832 
xdemineur_2.1.1-23.debian.tar.xz
 1a87aa8ab7bb810a1977830e67e2afed123b2613ce5a685699d6fd1c0b4f4db8 6588 
xdemineur_2.1.1-23_source.buildinfo
Files:
 435bbe33effb5de50021e4df6688cdfb 1883 games optional xdemineur_2.1.1-23.dsc
 3b8a7647b838b1df013bd192ff37870e 6832 games optional 
xdemineur_2.1.1-23.debian.tar.xz
 0c44edcb057b262c068c43d85de8cb6d 6588 games optional 
xdemineur_2.1.1-23_source.buildinfo

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

iQIzBAEBCAAdFiEEAgVIKeEtDyqOZI5idFxHZtTKzf8FAmbDhygACgkQdFxHZtTK
zf8IBA/9HO27TOxnD2+neNxrDppjve6qyYe232HObn8pHFtMpxhW5Vp9GF1W9pOd
pHskdAdG2Ngd588vXFNTqSYzXphqK+qSmbra/zK1wXOA16Og7J7Yh03k1U+hGc1L
ZloNkMYB0W+8evNFLFp68YaxhTJKEgMo00vP1a9cyLOuJxvXO18IpDX6DrAL61gR
xPvlUUdjY7fSzbU8OmWrRZsunWRkVa3ZTizvOF7qbbOaKGE4/EL/wXx9KHgkeOcZ
BOA4i2ylSjn4WpjTNxuPSWSKWWdr5TfAMAuNl5khIL9YHOtIuPDBZCfMGkwCTCXV
w0nBba7Hs0bYS07uo0qRcOS98QbM/sj2qMkB/80hhQ8UtGpJCR2A9EIIx0CfkwSr
6rCIwyPn/dKHZMemRYlzrC52NaQoEPPj7kq5a8WKilFM/NEC7wHd22OVv/Jbq2na
Kx0l5Mf2Qbu98tgiYYk/QfrQVg5OV88QYp6fIISv3clMKWGOh/8D0NOHW/4mNaOF
cjw8fDMvxUHjKXJU56BzkT1sq5gXf/Y59z4EGHF9gUzpj+d6VZl9GZnyaU2s5wG2
IOYsYg+LPoXk/vn6jxGir+JPeLsCiagUHJGlr38DPcwa/rbQe2heexL/az/e94Mq
XE2NkQ2BS+/sMfLjB5Ib8pa/vdxfBiWJ+OhbaECUv48cHdbqXFQ=
=OQU3
-----END PGP SIGNATURE-----

Attachment: pgplszkWKm5uW.pgp
Description: PGP signature


--- End Message ---

Reply via email to