Your message dated Tue, 28 May 2024 20:49:14 +0000
with message-id <e1sc3kw-00cmyn...@fasolo.debian.org>
and subject line Bug#1071296: fixed in blobwars 2.00-5
has caused the Debian Bug report #1071296,
regarding blobwars: FTBFS: src/headers.h:60:20: error: ambiguating new 
declaration of ‘void strlcat(char*, const char*, size_t)’
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.)


-- 
1071296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071296
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:blobwars
Version: 2.00-4
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build --parallel
dh: warning: Compatibility levels before 10 are deprecated (level 9 in use)
   dh_update_autotools_config -O--parallel
   dh_auto_configure -O--parallel
dh_auto_configure: warning: Compatibility levels before 10 are deprecated 
(level 9 in use)
   dh_auto_build -O--parallel
dh_auto_build: warning: Compatibility levels before 10 are deprecated (level 9 
in use)
        make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection `pkg-config --cflags sdl2 SDL2_mixer SDL2_image SDL2_ttf SDL2_net` -DVERSION=2.00 -DRELEASE=1 
-DUSEPAK=0 -DPAKNAME=\"blobwars.pak\" -DPAKLOCATION=\"/usr/share/games/blobwars/\" -DUNIX 
-DGAMEPLAYMANUAL=\"/usr/share/doc/blobwars/index.html\" -Wall -DLOCALEDIR=\"/usr/share/locale/\" 
-DMEDAL_SERVER_HOST=\"www.parallelrealities.co.uk\" -DMEDAL_SERVER_PORT=80 -Wdate-time -D_FORTIFY_SOURCE=2 -flto -c src/CAudio.cpp
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection `pkg-config --cflags sdl2 SDL2_mixer SDL2_image SDL2_ttf SDL2_net` -DVERSION=2.00 -DRELEASE=1 
-DUSEPAK=0 -DPAKNAME=\"blobwars.pak\" -DPAKLOCATION=\"/usr/share/games/blobwars/\" -DUNIX 
-DGAMEPLAYMANUAL=\"/usr/share/doc/blobwars/index.html\" -Wall -DLOCALEDIR=\"/usr/share/locale/\" 
-DMEDAL_SERVER_HOST=\"www.parallelrealities.co.uk\" -DMEDAL_SERVER_PORT=80 -Wdate-time -D_FORTIFY_SOURCE=2 -flto -c src/CBoss.cpp
In file included from src/CBoss.cpp:22:
src/headers.h:60:20: error: ambiguating new declaration of ‘void strlcat(char*, 
const char*, size_t)’
   60 | static inline void strlcat(char *dest, const char *src, size_t n) { 
strncat(dest, src, n - 1); }
      |                    ^~~~~~~
In file included from src/CAudio.cpp:22:
src/headers.h:60:20: error: ambiguating new declaration of ‘void strlcat(char*, 
const char*, size_t)’
   60 | static inline void strlcat(char *dest, const char *src, size_t n) { 
strncat(dest, src, n - 1); }
      |                    ^~~~~~~
In file included from /usr/include/features.h:502,
                 from /usr/include/errno.h:25,
                 from src/headers.h:22:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:167:1: note: old 
declaration ‘size_t strlcat(char*, const char*, size_t)’
  167 | __NTH (strlcat (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
src/headers.h:61:20: error: ambiguating new declaration of ‘void strlcpy(char*, 
const char*, size_t)’
   61 | static inline void strlcpy(char *dest, const char *src, size_t n) { 
strncpy(dest, src, n); dest[n - 1] = 0; }
      |                    ^~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:150:1: note: old 
declaration ‘size_t strlcpy(char*, const char*, size_t)’
  150 | __NTH (strlcpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
In file included from /usr/include/features.h:502,
                 from /usr/include/errno.h:25,
                 from src/headers.h:22:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:167:1: note: old 
declaration ‘size_t strlcat(char*, const char*, size_t)’
  167 | __NTH (strlcat (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
src/headers.h:61:20: error: ambiguating new declaration of ‘void strlcpy(char*, 
const char*, size_t)’
   61 | static inline void strlcpy(char *dest, const char *src, size_t n) { 
strncpy(dest, src, n); dest[n - 1] = 0; }
      |                    ^~~~~~~
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:150:1: note: old 
declaration ‘size_t strlcpy(char*, const char*, size_t)’
  150 | __NTH (strlcpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
make[1]: *** [Makefile:84: CBoss.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [Makefile:84: CAudio.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:7: build] Error 255
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202405/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: blobwars
Source-Version: 2.00-5
Done: Bo YU <tsu.y...@gmail.com>

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

Debian distribution maintenance software
pp.
Bo YU <tsu.y...@gmail.com> (supplier of updated blobwars 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: Sun, 26 May 2024 19:06:48 +0800
Source: blobwars
Built-For-Profiles: noudeb
Architecture: source
Version: 2.00-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Bo YU <tsu.y...@gmail.com>
Closes: 1071296
Changes:
 blobwars (2.00-5) unstable; urgency=medium
 .
   * QA upload.
   * Add 0004-fix-ftbfs-strlcat.patch to fix ftbfs issue. (Closes: #1071296)
   * Update d/copyright to fix lintian's warning: superfluous-file-pattern
     on sound/droid2 and sound/Lock?And?Load!!!.
   * Remove unused lintian override:
     blobwars-data: mismatched-override extra-license-file
   * Set debhelper-compat ( = 13).
   * Set std-ver to 4.7.0.
   * Drop debian/compat.
   * Add debian/not-installed to fix dh_missing error.
   * Update debian/copyright with machine readability.
   * Drop duplicate field "Comment" in paragraph number 5 on d/copyright
   * Add Rules-Requires-Root: no
   * Remove conflicts and replaces due to outdated version.
   * Add DEB_BUILD_MAINT_OPTIONS = hardening=+all.
   * Remove the last blank line of the d/changelog.
   * Add Multi-Arch: foreign to blobwars-data.
Checksums-Sha1:
 7fff07a01192d7e966980649f116cff03cadd2e7 1988 blobwars_2.00-5.dsc
 a1dd2db1b2d342ba5a6e44eea0b00cce10d0e8f0 15060 blobwars_2.00-5.debian.tar.xz
 6fb7305bad0d13a8a2ccf015082749f34eda7fee 14453 blobwars_2.00-5_source.buildinfo
Checksums-Sha256:
 376f9f468e031a1b25df76c47abab4ef94c60170d766d4bc16be60561d1ae4ec 1988 
blobwars_2.00-5.dsc
 a03549832f1f441ef21433dcfa36f52a72a1b942cbe93ed15a2960214b246019 15060 
blobwars_2.00-5.debian.tar.xz
 d3363d2acb1459a5df27e2fb69a3734e6fa62b2ae4ddddf6fb82be3e13d05341 14453 
blobwars_2.00-5_source.buildinfo
Files:
 4163f5138f17753f19e1b2bc1ca90b58 1988 games optional blobwars_2.00-5.dsc
 1c99943933f5b33ed6c885f33916160d 15060 games optional 
blobwars_2.00-5.debian.tar.xz
 9d0cead41a8ac6b0b39a443bc47a6bfb 14453 games optional 
blobwars_2.00-5_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmZWQmkACgkQ808JdE6f
XdnO5RAApYNkOAM9C2oKuLmDcr3o5miZMzNOGuKlatZJsM35oU212A0HaifPiBWf
OmYZmvyw5mq2pzuPRVcWpzlp5XCtbmz/Do2SV0N9gY4mtRopfQUn57+APZjE23Eu
npdoTbf8EH3quya1QepR0tdStfyRNbNzzk2W6WDjt6offPv4D5gQjZkqkvQRPOWh
LnaAa6VMt0mSRmcD2r/AmCWwVquAtC8JZrAM6A8ECK3q05dGg3imMdPfd53DWwV8
PE1ucsal/U0KKZdC6m7DAuLRAp/xkb/zUzXaJbMDsTJaPYBjTc6LS8mxUK9US3Tg
79FNi9961maKAzBvvszh5hjw164bzUqr5NoQsYjkw1kd4Nz1LXzZWWqyOL/LkzAg
TElGQ/EGTH4hpSyQNQ4LAEf4MTYahWbXl5swOYWnVAR6XATCYxP1EKAXq4VEgmIb
/RG7rMwo2rPONU3FPkkFIkItfUryTQ4Oewe6j2FUuYqdHOInyQbTlcfNcbuc4sEQ
RvH4XCo0ID7G81BV/ZE+Ua4zxJRYugwvYiLY9Uwsn77337PoM+MukKhK/eSB59DU
KiVOfJfeyv45Wez5z824x0lgxcmfhw7oRaY6O5kmka2pFlawhX+xaAd0hiTJrmzP
2/wJw9PRdeNXaiFZUEBuaboRiW3JhhA0YRJec1H1BJl/tQeD3Do=
=rfIl
-----END PGP SIGNATURE-----

Attachment: pgp237TF7IYTo.pgp
Description: PGP signature


--- End Message ---

Reply via email to