Your message dated Wed, 28 Oct 2020 19:48:49 +0000
with message-id <[email protected]>
and subject line Bug#957769: fixed in rotter 0.9-3.1
has caused the Debian Bug report #957769,
regarding rotter: 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.)
--
957769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957769
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:rotter
Version: 0.9-3
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/rotter_0.9-3_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 termios.h presence... yes
checking for termios.h... yes
checking for usleep... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
configure: WARNING: unrecognized options: --disable-silent-rules,
--disable-maintainer-mode
Building rotter version 0.9.
TwoLAME codec (MP2): No
LAME codec (MP3): Yes
libsndfile: Yes
Next type 'make' to begin compilation.
dh_auto_build
dh_auto_build: warning: Compatibility levels before 9 are deprecated (level 7
in use)
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
make all-am
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wunused -Wall -c rotter.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wunused -Wall -c jack.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wunused -Wall -c twolame.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wunused -Wall -c sndfile.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wunused -Wall -c lame.c
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wunused -Wall -c mpegaudiofile.c
mpegaudiofile.c: In function ‘close_mpegaudio_file’:
mpegaudiofile.c:136:60: warning: ‘%2.2d’ directive output may be truncated
writing between 2 and 11 bytes into a region of size between 8 and 15
[-Wformat-truncation=]
136 | snprintf( id3.title, sizeof(id3.title)-1, "Recorded %4.4d-%2.2d-%2.2d
%2.2d:%2.2d",
| ^~~~~
mpegaudiofile.c:136:44: note: directive argument in the range [-2147483647,
2147483647]
136 | snprintf( id3.title, sizeof(id3.title)-1, "Recorded %4.4d-%2.2d-%2.2d
%2.2d:%2.2d",
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpegaudiofile.c:136:2: note: ‘snprintf’ output between 26 and 69 bytes into a
destination of size 29
136 | snprintf( id3.title, sizeof(id3.title)-1, "Recorded %4.4d-%2.2d-%2.2d
%2.2d:%2.2d",
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
137 | tm.tm_year+1900, tm.tm_mon+1, tm.tm_mday, tm.tm_hour, tm.tm_min );
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mpegaudiofile.c:150:18: warning: ‘%4.4d’ directive writing between 4 and 11
bytes into a region of size 5 [-Wformat-overflow=]
150 | sprintf( year, "%4.4d" , tm.tm_year+1900);
| ^~~~~
mpegaudiofile.c:150:17: note: directive argument in the range [-2147481748,
2147483647]
150 | sprintf( year, "%4.4d" , tm.tm_year+1900);
| ^~~~~~~
mpegaudiofile.c:150:2: note: ‘sprintf’ output between 5 and 12 bytes into a
destination of size 5
150 | sprintf( year, "%4.4d" , tm.tm_year+1900);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -g -O2 -Wunused -Wall -c deletefiles.c
gcc -g -O2 -Wunused -Wall -o rotter rotter.o jack.o twolame.o sndfile.o
lame.o mpegaudiofile.o deletefiles.o -lm -lm -ljack -lpthread -lmp3lame
-lsndfile
/usr/bin/ld: jack.o:/<<PKGBUILDDIR>>/src/rotter.h:135: multiple definition of
`mpegaudio_file'; rotter.o:/<<PKGBUILDDIR>>/src/rotter.h:135: first defined here
/usr/bin/ld: twolame.o:/<<PKGBUILDDIR>>/src/rotter.h:135: multiple definition
of `mpegaudio_file'; rotter.o:/<<PKGBUILDDIR>>/src/rotter.h:135: first defined
here
/usr/bin/ld: sndfile.o:/<<PKGBUILDDIR>>/src/rotter.h:135: multiple definition
of `mpegaudio_file'; rotter.o:/<<PKGBUILDDIR>>/src/rotter.h:135: first defined
here
/usr/bin/ld: lame.o:/<<PKGBUILDDIR>>/src/rotter.h:135: multiple definition of
`mpegaudio_file'; rotter.o:/<<PKGBUILDDIR>>/src/rotter.h:135: first defined here
/usr/bin/ld: mpegaudiofile.o:/<<PKGBUILDDIR>>/src/rotter.h:135: multiple
definition of `mpegaudio_file'; rotter.o:/<<PKGBUILDDIR>>/src/rotter.h:135:
first defined here
/usr/bin/ld: deletefiles.o:/<<PKGBUILDDIR>>/src/rotter.h:135: multiple
definition of `mpegaudio_file'; rotter.o:/<<PKGBUILDDIR>>/src/rotter.h:135:
first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:279: rotter] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:189: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:325: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: rotter
Source-Version: 0.9-3.1
Done: Sudip Mukherjee <[email protected]>
We believe that the bug you reported is fixed in the latest version of
rotter, 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.
Sudip Mukherjee <[email protected]> (supplier of updated rotter
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: SHA512
Format: 1.8
Date: Mon, 26 Oct 2020 19:17:58 +0000
Source: rotter
Architecture: source
Version: 0.9-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers
<[email protected]>
Changed-By: Sudip Mukherjee <[email protected]>
Closes: 957769
Changes:
rotter (0.9-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix ftbfs with GCC-10. (Closes: #957769)
Checksums-Sha1:
9cf5f5fcc5a442ef974379d513badfcb9b4feca3 2030 rotter_0.9-3.1.dsc
753d2bf15676f729f55cdd943a3bb928330fa68c 4320 rotter_0.9-3.1.debian.tar.xz
4a9082415b9f242024329c301f105a59a0a3325f 6539 rotter_0.9-3.1_amd64.buildinfo
Checksums-Sha256:
8c8acac4ce45d1bf29ef6797035bd137cb706aca89127090e5c6c1f5808ce006 2030
rotter_0.9-3.1.dsc
fc9db4bee0a1b23dd76a83238e6beb689f5daf010c77e6105b30c1946d6728d4 4320
rotter_0.9-3.1.debian.tar.xz
2ee98c1ab508e0011752c00b3e035c7ed5f96ae57183b892fcd145455d3b563f 6539
rotter_0.9-3.1_amd64.buildinfo
Files:
3b8fcdbcedc1ad22e613ee91144ad176 2030 sound optional rotter_0.9-3.1.dsc
cddc3759ce9116f8dbfba7e4e306d91a 4320 sound optional
rotter_0.9-3.1.debian.tar.xz
0c158beef03cfdea5f16645f3f8415b3 6539 sound optional
rotter_0.9-3.1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+XIl8ACgkQR5mjUUbR
KzVyWw/9GSPcMacKN9aIqhB7mDfUH8eQQ2SiQTOvLMp00bXA+JGDw+Fik6SGuSQT
/ZlhzTEWxrUP+wIRQg6J96O72/9aEA1K3maLfC4IG3ROCjWeTAMsxdHy1suLMoa4
lUEQPyi7v2OI0PSvORTAfPu8Dc9QJxEOcsDvbYLxIGCAPibBfkqhtmmupgyoq7U0
Z/asaTYDLSIKSWZ/rZ0xySz0mIKJFIPHctB2MxGWHuFRENdMPJF/Vf0IiWn/oGPf
0RaOhsrN4H5sY5sd+AGB/qnMHmlXotIe2u2DLE1TUKsux6jfIwiR9QIxH6LSKzkA
XK5mpvFv7kIxTZdjw0qE/emNyegHC/f2bUKVpdeQIa8O9ZlDNG1x4N2pvYg/FUVa
MXptV2+UBAL8JmXbRJQoNAYtC4DMtJV69xImFebVaPeKeXWgJpRqp7lu8XfvKElx
8LEsPhoMeKhdA4GkAtz0J0FMDqPhyB6yb8w+QhXlUjEdy9/lN8vC8PCaehdtqJxm
W/jilhTxtjOkNN8wr7CSE3mQFAuicIHiCxkMYM76h5v7Zjfsco1iNFGGinRMRfaR
l15E3YjkB2YNQKKroShiu5FVfTJQqzZY4GeeBLCwKcrqNGOlHZnHsTXvSLKd7/dR
dy5J2dbEq5g6jJzNuQNWF3ciKkl9OsWQodgn3/94eipTgjoijdU=
=17fm
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers