Your message dated Fri, 14 Aug 2020 19:03:37 +0000
with message-id <e1k6ezj-000exj...@fasolo.debian.org>
and subject line Bug#957298: fixed in gom 0.30.2-9.1
has caused the Debian Bug report #957298,
regarding gom: 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 ow...@bugs.debian.org
immediately.)
--
957298: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957298
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gom
Version: 0.30.2-9
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
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/gom_0.30.2-9_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
[...]
config.status: creating src/Makefile
config.status: creating src/gomconfig
config.status: creating src/gom.1
config.status: creating src/gomconfig.8
config.status: creating config.h
config.status: executing depfiles commands
dh_auto_build
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_info.c
In file included from /usr/include/string.h:495,
from gom.h:40,
from gom_info.c:28:
In function ‘strncat’,
inlined from ‘gom_info’ at gom_info.c:133:3:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning:
‘__builtin___strncat_chk’ specified bound 255 equals destination size
[-Wstringop-overflow=]
136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_driver_oss.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_mixer.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_gomii.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_file.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_action.c
gom_action.c: In function ‘gom_action_license’:
gom_action.c:380:23: warning: macro "__DATE__" might prevent reproducible
builds [-Wdate-time]
380 | " Compile time: " __DATE__ " " __TIME__,
| ^~~~~~~~
gom_action.c:380:36: warning: macro "__TIME__" might prevent reproducible
builds [-Wdate-time]
380 | " Compile time: " __DATE__ " " __TIME__,
| ^~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_iface_c.c
gom_iface_c.c: In function ‘gom_iface_c_question’:
gom_iface_c.c:59:2: warning: ignoring return value of ‘scanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
59 | scanf("%c", &answer);
| ^~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_iface_t.c
gom_iface_t.c: In function ‘gom_iface_t_info’:
gom_iface_t.c:168:2: warning: ‘vwprintw’ is deprecated
[-Wdeprecated-declarations]
168 | vwprintw(stdscr, fmt, vargs);
| ^~~~~~~~
In file included from gom_iface_t.c:30:
/usr/include/curses.h:816:28: note: declared here
816 | extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list)
GCC_DEPRECATED(use vw_printw); /* implemented */
| ^~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom_iface_x.c
gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c gom.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wl,-z,relro -o gom gom_info.o
gom_driver_oss.o gom_mixer.o gom_gomii.o gom_file.o gom_action.o gom_iface_c.o
gom_iface_t.o gom_iface_x.o gom.o -lncurses
/usr/bin/ld: gom_driver_oss.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
/usr/bin/ld: gom_mixer.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
/usr/bin/ld: gom_gomii.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
/usr/bin/ld: gom_file.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
/usr/bin/ld: gom_action.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
/usr/bin/ld: gom_iface_c.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
/usr/bin/ld: gom_iface_t.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
/usr/bin/ld: gom_iface_x.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
/usr/bin/ld: gom.o:./src/gom_info.h:51: multiple definition of
`gom_info_errors'; gom_info.o:./src/gom_info.h:51: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:266: gom] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:235: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:172: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 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: gom
Source-Version: 0.30.2-9.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>
We believe that the bug you reported is fixed in the latest version of
gom, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated gom 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: Wed, 12 Aug 2020 19:31:48 +0100
Source: gom
Architecture: source
Version: 0.30.2-9.1
Distribution: unstable
Urgency: medium
Maintainer: Stephan Sürken <abs...@debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957298
Changes:
gom (0.30.2-9.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957298)
Checksums-Sha1:
f4d11304480cd85db8f2ab61b5bfbf171bdf5477 1807 gom_0.30.2-9.1.dsc
ae07e243b84adacaeb8ee057b3db8fc8fecfc145 23252 gom_0.30.2-9.1.debian.tar.xz
24045b321c2a3cfd9ec5471d68f05870f7024f25 5732 gom_0.30.2-9.1_amd64.buildinfo
Checksums-Sha256:
c298c41e8aa0870d064a9280d8f6dd0f51f93ee84d9170e201aa4123d93323b0 1807
gom_0.30.2-9.1.dsc
d67f1db6fb3d99af73bfc6ce4e5ac50433ea7f5eb644656dd01136e816d75cc8 23252
gom_0.30.2-9.1.debian.tar.xz
a3925d369285483fa714ec7d445fbe5dfd6d92554769a316255c9360978da45d 5732
gom_0.30.2-9.1_amd64.buildinfo
Files:
a07dbe944bacd15fdfff5ad8945912b3 1807 sound optional gom_0.30.2-9.1.dsc
c9ba8e44e096eabc180d26e675656b86 23252 sound optional
gom_0.30.2-9.1.debian.tar.xz
c7f004ffa4fc5450b268f134cb46ac05 5732 sound optional
gom_0.30.2-9.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl80NpcACgkQR5mjUUbR
KzVS9w/8D9kosp3hZfdqW8QoRjZS49p8DCtukYskMxKQ/wzVKXQH4XuhTzGczSbS
sZe6LIbxh7S/l0B15A2QMTiNc698DWAAUY4cXnmt4yjNjHtie+xdzBNMLhiANrc4
RaXbId8i3QC8gPxVOC5r+HvKfnoLDnGA4YMMRPCscIRh1FunTn8Mo7aajsfPm3bq
XusTW+aYeRwUMQuh6EoVqSkpw22OY2vEAq9Ym6lyOlLkfYlkr+Yq/zSU4B2froTJ
gRN6CrIsshkrzk3hb2ljSOmKszOzCqETgkEw72xgDNLa5zLa2eqWovk56Aby7b/T
iRIF4naLyjxstyqqRjDO2WEele75x07DYk8WmoKzQhjGlUQdn15jppPGqbHwMVrL
Y3JTH2E9zlBF54MKGs/fivSmFfH476/2fxIFXscYkeoLu0yJ9s3sQeGdaOOHFZBP
R2mIJ87WKPxGToPVK3FuCt14uZiKwhIAKOsE3BFKmsMU962zzc9Jyl3h8FpIcKqV
XZQ7yKw39mfGoiPzAiZimMzp9/0M5Tn/JCyEtEzHocbRIZ34Jn4MPiX+HjiDvJEk
e87pX7/QNRKjfzGtLWXNixu8wglYbnPYiLJYqLtqTFgybNRC4GQ6m4DLdN2uTWcD
tiN4lbnv1i1TU3tGe8RZHhaaCZAxpyYaC0iohAlOMJiuKi2QVB8=
=ToBa
-----END PGP SIGNATURE-----
--- End Message ---