Your message dated Fri, 11 Apr 2025 17:11:41 +0000
with message-id <e1u3hun-0055py...@fasolo.debian.org>
and subject line Bug#1075313: fixed in netris 0.52-12
has caused the Debian Bug report #1075313,
regarding netris: 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.)


-- 
1075313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:netris
Version: 0.52-11
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/netris_0.52-11_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

[...]
Checking for getopt.h
Checking for memory.h
Creating Makefile
Creating config.h
Running 'make depend'
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Creating version.c
proto.h changed
Checking dependencies
make[2]: Leaving directory '/<<PKGBUILDDIR>>'

Now do a 'make'

make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build -- CEXTRA="-ffile-prefix-map=/<<PKGBUILDDIR>>=."
        make -j8 "INSTALL=install --strip-program=true" 
CEXTRA=-ffile-prefix-map=/<<PKGBUILDDIR>>=.
make[2]: Entering directory '/<<PKGBUILDDIR>>'
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c game.c
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c curses.c
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c shapes.c
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c board.c
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c util.c
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c inet.c
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c robot.c
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c version.c
x86_64-linux-gnu-gcc -ffile-prefix-map=/<<PKGBUILDDIR>>=. -g -c sr.c
game.c: In function ‘main’:
game.c:388:22: error: implicit declaration of function ‘getopt’; did you mean 
‘getsubopt’? [-Wimplicit-function-declaration]
  388 |         while ((ch = getopt(argc, argv, "hHRs:r:Fk:c:woDSCp:i:")) != -1)
      |                      ^~~~~~
      |                      getsubopt
util.c:39:8: error: type defaults to ‘int’ in declaration of ‘myRandSeed’ 
[-Wimplicit-int]
   39 | static myRandSeed = 1;
      |        ^~~~~~~~~~
util.c: In function ‘BlockSignals’:
util.c:292:27: warning: sigmask is deprecated
  292 |                 sig |= sigmask(sig);
      |                           ^~~~~~~~~~             
util.c:298:9: warning: ‘sigblock’ is deprecated [-Wdeprecated-declarations]
  298 |         *saved = sigblock(set);
      |         ^
In file included from netris.h:29,
                 from util.c:22:
/usr/include/signal.h:173:12: note: declared here
  173 | extern int sigblock (int __mask) __THROW __attribute_deprecated__;
      |            ^~~~~~~~
util.c: In function ‘RestoreSignals’:
util.c:309:17: warning: ‘sigsetmask’ is deprecated [-Wdeprecated-declarations]
  309 |                 *saved = sigsetmask(*set);
      |                 ^
/usr/include/signal.h:176:12: note: declared here
  176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
      |            ^~~~~~~~~~
util.c:311:17: warning: ‘sigsetmask’ is deprecated [-Wdeprecated-declarations]
  311 |                 sigsetmask(*set);
      |                 ^~~~~~~~~~
/usr/include/signal.h:176:12: note: declared here
  176 | extern int sigsetmask (int __mask) __THROW __attribute_deprecated__;
      |            ^~~~~~~~~~
make[2]: *** [Makefile:28: game.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:28: util.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
CEXTRA=-ffile-prefix-map=/<<PKGBUILDDIR>>=. returned exit code 2
make[1]: *** [debian/rules:23: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: netris
Source-Version: 0.52-12
Done: Rhonda D'Vine <rho...@debian.org>

We believe that the bug you reported is fixed in the latest version of
netris, 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.
Rhonda D'Vine <rho...@debian.org> (supplier of updated netris 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: SHA512

Format: 1.8
Date: Fri, 11 Apr 2025 17:45:48 +0200
Source: netris
Architecture: source
Version: 0.52-12
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Rhonda D'Vine <rho...@debian.org>
Closes: 1075313 1098366
Changes:
 netris (0.52-12) unstable; urgency=low
 .
   * Put the package under Games Team umbrella (closes: #1098366)
     - Update Maintainer and Uploaders accordingly.
     - Move VCS to games-team salsa.
   * Bump Standards-Version to 4.7.2.
 .
 netris (0.52-11.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS because implicit declaration of functions (Closes: #1075313)
     - Add debian/patches/11_fix_implicit_declaraion.patch
     - Update debian/patches/01_multi-games-with-scoring
   * debian/control: change libncurses5-dev to libncurses-dev
Checksums-Sha1:
 432f2e37e98ffc47fda91273eb52aa7bac5ed1cb 1847 netris_0.52-12.dsc
 b6252ad7c31ab1a17cce916518da72597ca9cef8 13996 netris_0.52-12.debian.tar.xz
 c12d1f371318f1342acb62a02b44a411f7f86dfe 6086 netris_0.52-12_amd64.buildinfo
Checksums-Sha256:
 d809cf6006f11458e0616e78a074359d09d1ff8ef4b7c5ba92adbc200c86239f 1847 
netris_0.52-12.dsc
 b8dfb9c1bd7efb0df156a032f8bdee90a55f3024c9ddd92f3d9e6c03c064c5c3 13996 
netris_0.52-12.debian.tar.xz
 f3e9a95ae1c6380ce864df164fa5a47e7f0a4fd4d53614bf847b4e668ab82622 6086 
netris_0.52-12_amd64.buildinfo
Files:
 49d8fc8e9b0e73587afe4a6783f39884 1847 games optional netris_0.52-12.dsc
 037db467f76478b32780f4bcf2b15df4 13996 games optional 
netris_0.52-12.debian.tar.xz
 20a0618729527d59869f2072c998b81c 6086 games optional 
netris_0.52-12_amd64.buildinfo

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

iQIzBAEBCgAdFiEELHLzKO0XByBPs0mU3ugEPuF+uzAFAmf5P6AACgkQ3ugEPuF+
uzAfqQ/+MgaFqfzzov7FIoR37KrueSyt0V34BOM+SAm4iQE4j+k3p5eHpAoESkzH
1Mgr/iXkBcbdJhIqF0gLJtbxc3SOmxOXOjNIU9HU3R5Mo2CoA0PZQzfFJ8uh6Wqn
c/s4U9Bf/D9E8DgpnVBTJhhJAjfJ9VmjN4NtG8Vcr+5nWvsbs76RESF/K1eTA89I
c5sArYZ0NQ+m7RfJF0e0da/rsyog6FzfdEPIAqbrFMVDWCgIwFdjer2DiW4m4LxQ
0SQWXZ+fJI4rP7+Qc37HJY+yajWsga+Uvs5cKQpDoHrRb11oqbIqg2OiwTakjkCC
ReYpINOWo1kU3McLyv1MUXWkcZROuu9/tWIAnMQtVxaBGFpRLpE4UdsS2shWiz5P
YRk9jaGf+kWKuRfP5cDNnHcfMRRuvo5p/dyCEOnRf6QCNzzasG6Fc+Ft5Z2FOkfh
r+U0uKqGLDmlO7u8SW+wGgxKmS9cb2tiXshfU25fXM7I2UMdkMTLZn8A6F6lkrxf
UASNUKgkhmLUO2X6elYra4/6IWa0uRkkOBRPt8Cb8fqqEVez1R4gV0Mpt6GSM8fC
NJa7ymZtfSwEC5X8kDOT4d80ZZMTXorfyTC9a4djFzRv2C2s47cZ3yIInlbxsQGo
+TV8kWZI76vArCfXA+xWHpHv0QKabZBq4d71xx96CupxsVCbEW8=
=iIuH
-----END PGP SIGNATURE-----

Attachment: pgpqugxiRSxNC.pgp
Description: PGP signature


--- End Message ---

Reply via email to