Your message dated Wed, 19 Aug 2020 23:33:27 +0000
with message-id <[email protected]>
and subject line Bug#957148: fixed in dossizola 1.0-12
has caused the Debian Bug report #957148,
regarding dossizola: ftbfs with GCC-10
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.)


-- 
957148: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957148
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:dossizola
Version: 1.0-11
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/dossizola_1.0-11_unstable_gcc10.log
The last lines of the build log are at the end of this report.

To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html

[...]
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking for ranlib... ranlib
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.0.8... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dossizola/Makefile
config.status: creating dossizola/images/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
        rm -f debian/dossizola-data.debhelper.log debian/dossizola.debhelper.log
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
        make -j4
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make  all-recursive
make[3]: Entering directory '/<<PKGBUILDDIR>>'
Making all in dossizola
make[4]: Entering directory '/<<PKGBUILDDIR>>/dossizola'
Making all in images
make[5]: Entering directory '/<<PKGBUILDDIR>>/dossizola/images'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dossizola/images'
make[5]: Entering directory '/<<PKGBUILDDIR>>/dossizola'
gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\"/usr/share/games\" -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT -c -o menu.o menu.c
gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\"/usr/share/games\" -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT -c -o jeu.o jeu.c
gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\"/usr/share/games\" -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT -c -o ia.o ia.c
gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\"/usr/share/games\" -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT -c -o fct.o fct.c
gcc -DHAVE_CONFIG_H -I. -I..  -DDATADIR=\"/usr/share/games\" -Wdate-time 
-D_FORTIFY_SOURCE=2  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/SDL 
-D_GNU_SOURCE=1 -D_REENTRANT -c -o main.o main.c
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -I/usr/include/SDL -D_GNU_SOURCE=1 
-D_REENTRANT  -Wl,-z,relro -o dossizola menu.o jeu.o ia.o fct.o main.o 
-lSDL_image -L/usr/lib/x86_64-linux-gnu -lSDL
/usr/bin/ld: jeu.o:./dossizola/isola.h:113: multiple definition of `imgpath'; 
menu.o:./dossizola/isola.h:113: first defined here
/usr/bin/ld: jeu.o:./dossizola/isola.h:114: multiple definition of `fichier'; 
menu.o:./dossizola/isola.h:114: first defined here
/usr/bin/ld: jeu.o:./dossizola/isola.h:110: multiple definition of `FPS'; 
menu.o:./dossizola/isola.h:110: first defined here
/usr/bin/ld: ia.o:./dossizola/isola.h:114: multiple definition of `fichier'; 
menu.o:./dossizola/isola.h:114: first defined here
/usr/bin/ld: ia.o:./dossizola/isola.h:113: multiple definition of `imgpath'; 
menu.o:./dossizola/isola.h:113: first defined here
/usr/bin/ld: ia.o:./dossizola/isola.h:110: multiple definition of `FPS'; 
menu.o:./dossizola/isola.h:110: first defined here
/usr/bin/ld: fct.o:./dossizola/isola.h:110: multiple definition of `FPS'; 
menu.o:./dossizola/isola.h:110: first defined here
/usr/bin/ld: fct.o:./dossizola/isola.h:114: multiple definition of `fichier'; 
menu.o:./dossizola/isola.h:114: first defined here
/usr/bin/ld: fct.o:./dossizola/isola.h:113: multiple definition of `imgpath'; 
menu.o:./dossizola/isola.h:113: first defined here
/usr/bin/ld: main.o:./dossizola/isola.h:113: multiple definition of `imgpath'; 
menu.o:./dossizola/isola.h:113: first defined here
/usr/bin/ld: main.o:./dossizola/isola.h:114: multiple definition of `fichier'; 
menu.o:./dossizola/isola.h:114: first defined here
/usr/bin/ld: main.o:./dossizola/isola.h:110: multiple definition of `FPS'; 
menu.o:./dossizola/isola.h:110: first defined here
collect2: error: ld returned 1 exit status
make[5]: *** [Makefile:380: dossizola] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/dossizola'
make[4]: *** [Makefile:421: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/dossizola'
make[3]: *** [Makefile:360: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:301: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: dossizola
Source-Version: 1.0-12
Done: Yann Dirson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
dossizola, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yann Dirson <[email protected]> (supplier of updated dossizola 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 [email protected])


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

Format: 1.8
Date: Thu, 20 Aug 2020 01:05:54 +0200
Source: dossizola
Architecture: source
Version: 1.0-12
Distribution: unstable
Urgency: medium
Maintainer: Yann Dirson <[email protected]>
Changed-By: Yann Dirson <[email protected]>
Closes: 957148
Changes:
 dossizola (1.0-12) unstable; urgency=medium
 .
   * Fix build with gcc-10 (Closes: #957148).
   * Remove useless build-deps on autotools-dev and dh-autoreconf (lintian).
   * Adjust non-canonical Vcs-Git URL (lintian).
   * Fix typo in help text (lintian).
Checksums-Sha1:
 aa61d41053a196fb23bbbb9155a8080ca03e42f6 1961 dossizola_1.0-12.dsc
 c4bd396900f5bde431b504d072bdf85d84602053 30552 dossizola_1.0-12.debian.tar.xz
 bac5cbd04e09ad2a62b0acd4e2c172e0765ca127 12644 dossizola_1.0-12_amd64.buildinfo
Checksums-Sha256:
 9b5699881cb0242a75e0a2578a8d507d4047588bbfcc7cf7f6730f1ab877560a 1961 
dossizola_1.0-12.dsc
 68db8013ed1656c13c05dac49becde3641bd1d79e2f9160dabaf70de5c9fd263 30552 
dossizola_1.0-12.debian.tar.xz
 86f8588be94d9f25df3a68b8168585b88997886510889df57c4e49c1c2a3dc24 12644 
dossizola_1.0-12_amd64.buildinfo
Files:
 f0ea665e4a606615cac63d4782d50ad7 1961 games optional dossizola_1.0-12.dsc
 86be2374036d77774445736c9d47c740 30552 games optional 
dossizola_1.0-12.debian.tar.xz
 65f9172692d679a11da8bdfe96b51dbf 12644 games optional 
dossizola_1.0-12_amd64.buildinfo

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

iQIzBAEBCAAdFiEEdK8F3dkgJ/Xww83VDYXyliWj+f0FAl89spkACgkQDYXyliWj
+f0TAw//S4GUJKJmQnCA6bJhLZDJso3glzRdq0cWm3OxYFSqXQ7kQOGYi/bP+ED6
xcm4bLMQrj/6RSzul8RlV7ywZnUpjEI8uby0zOYR9VbpvuB7x+wt8W7whCVqXBDI
b4/4RJfiUKMcEvSwoIMtUQ2bHco03boxU9O9tv4hAyABF0QhpLsEzf88LZyYCK0G
MPy0wXhjt5ppDK/nyYi55Rxt/MVnFmUosmOPjPo5sgJURZSBGVe6/EZg1PTK6HXO
cKnSFX+sFVThhMTSU27kTV0Esq2moFBOyKi3HTZzT7JzwGYmt5PXszJwsMo7xTFW
8Dun4zf9+EgbN38/cT/b1lL9mQB9uc8jO8A8TxmyZVStQOBrX+4is0CEjHAgDql5
/e/BXbJ+nMnnSpA1ygktOEFN0q4JOAXDmdbG+okNZi0vlowTF5oQsQ4vo29302Fk
xqYmwSscw9vgDevzg5Ahtx/w2fsVJEF8mfjBdUxzLPbAdCCyLwEiBu22Sqzo+1jL
Mj4du3zYRwK53JalWxStQdGHMVCCCoV+xGCFT81njqiOayQ8N+smkE3uvttZPv7x
ZDccrymBzG4O6vz8bakmoe23Hd6oSE3t2S5PRtjwZ9ZO+pfALv/ob5AyDHwq4JIT
6PKVqBvrY/wwF/uEDKPrsdTpdLL7ui0kHDbh/KhC5KSeNwIJpis=
=QIuG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to