Your message dated Sat, 06 Feb 2021 12:04:26 +0000
with message-id <[email protected]>
and subject line Bug#957055: fixed in bristol 0.60.11-3.1
has caused the Debian Bug report #957055,
regarding bristol: 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.)


-- 
957055: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957055
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bristol
Version: 0.60.11-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/bristol_0.60.11-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

[...]
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
brightonCLI.c: In function ‘execAlias’:
brightonCLI.c:1190:37: warning: ‘%12s’ directive output may be truncated 
writing between 12 and 23327 bytes into a region of size 256 
[-Wformat-truncation=]
 1190 |     snprintf(pbuf, B_TTY_LINE_LEN, "%12s: %s\n\r",
      |                                     ^~~~
In file included from /usr/include/stdio.h:867,
                 from brightonCLI.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 17 or more bytes (assuming 23332) into a 
destination of size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
brightonCLI.c: In function ‘brightonGetCLIcodes’:
brightonCLI.c:682:45: warning: ‘%s’ directive output may be truncated writing 
up to 23327 bytes into a region of size 241 [-Wformat-truncation=]
  682 |    snprintf(pbuf, btty.len, "CLI: set alias %s %s\n",
      |                                             ^~
In file included from /usr/include/stdio.h:867,
                 from brightonCLI.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output 18 or more bytes (assuming 23345) into a 
destination of size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
brightonCLI.c: In function ‘execCLI’:
brightonCLI.c:1147:35: warning: ‘%s’ directive output may be truncated writing 
up to 1295 bytes into a region of size 252 [-Wformat-truncation=]
 1147 |     snprintf(pbuf, btty.len, "    %s\n\r", templates[i].opname);
      |                                   ^~
In file included from /usr/include/stdio.h:867,
                 from brightonCLI.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 7 and 1302 bytes into a destination 
of size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
brightonCLI.c: In function ‘bttyCookedMode’:
brightonCLI.c:3564:33: warning: ‘%s’ directive output may be truncated writing 
up to 255 bytes into a region of size 254 [-Wformat-truncation=]
 3564 |    snprintf(pbuf, btty.len, "\r/%s", cbuf);
      |                                 ^~   ~~~~
In file included from /usr/include/stdio.h:867,
                 from brightonCLI.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 3 and 258 bytes into a destination of 
size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
brightonCLI.c:3562:34: warning: ‘%s’ directive output may be truncated writing 
up to 255 bytes into a region of size between 192 and 255 [-Wformat-truncation=]
 3562 |    snprintf(pbuf, btty.len, "\r%s%s", btty.prompt, cbuf);
      |                                  ^~                ~~~~
In file included from /usr/include/stdio.h:867,
                 from brightonCLI.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: 
‘__builtin___snprintf_chk’ output between 2 and 320 bytes into a destination of 
size 256
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc -pthread -Wall -g 
-I./../include/brighton -I./../include/bristol -DBRISTOL_HAS_ALSA=1 
-DBRIGHTON_HAS_X11 -DBRISTOL_VOICECOUNT=32 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -I/usr/X11R6/include -Bdynamic -L../libbrighton/ 
-L../libbristolmidi/.libs -L../libbrightonX11 -L/usr/X11R6/lib -L../libbvg 
-Wl,-z,relro -o brighton brightonArp2600.o brightonAxxe.o brighton.o 
brightonControllers.o brightonDX.o brightonExplorer.o brightonHammondB3.o 
brightonHammond.o brightonJuno.o brightonMemoryMoog.o brightonMini.o 
brightonMixer.o brightonMixerMemory.o brightonMixerMenu.o brightonMS20.o 
brightonOBXa.o brightonOBX.o brightonOdyssey.o brightonPoly6.o brightonPoly.o 
brightonProphet10.o brightonProphet52.o brightonProphet.o brightonRhodesBass.o 
brightonRhodes.o brightonRoutines.o brightonSAks.o brightonVox.o 
brightonSolina.o brightonRoadRunner.o brightonGranular.o brightonRealistic.o 
brightonVoxM2.o brightonJupiter.o brightonBitOne.o brightonMaster.o 
brightonCS80.o brightonProOne.o brightonVoyager.o brightonSonic6.o 
brightonTrilogy.o brightonStratus.o brightonPoly800.o brightonBME700.o 
brightonBassMaker.o brightonSID.o brightonSID2.o brightonCLI.o -lbrighton -lbvg 
-lB11 -lX11  -lbristolmidi -lasound -lm -lpthread 
libtool: link: gcc -pthread -Wall -g -I./../include/brighton 
-I./../include/bristol -DBRISTOL_HAS_ALSA=1 -DBRIGHTON_HAS_X11 
-DBRISTOL_VOICECOUNT=32 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -I/usr/X11R6/include 
-Bdynamic -Wl,-z -Wl,relro -o .libs/brighton brightonArp2600.o brightonAxxe.o 
brighton.o brightonControllers.o brightonDX.o brightonExplorer.o 
brightonHammondB3.o brightonHammond.o brightonJuno.o brightonMemoryMoog.o 
brightonMini.o brightonMixer.o brightonMixerMemory.o brightonMixerMenu.o 
brightonMS20.o brightonOBXa.o brightonOBX.o brightonOdyssey.o brightonPoly6.o 
brightonPoly.o brightonProphet10.o brightonProphet52.o brightonProphet.o 
brightonRhodesBass.o brightonRhodes.o brightonRoutines.o brightonSAks.o 
brightonVox.o brightonSolina.o brightonRoadRunner.o brightonGranular.o 
brightonRealistic.o brightonVoxM2.o brightonJupiter.o brightonBitOne.o 
brightonMaster.o brightonCS80.o brightonProOne.o brightonVoyager.o 
brightonSonic6.o brightonTrilogy.o brightonStratus.o brightonPoly800.o 
brightonBME700.o brightonBassMaker.o brightonSID.o brightonSID2.o brightonCLI.o 
 -L../libbrighton/ -L../libbristolmidi/.libs -L../libbrightonX11 
-L/usr/X11R6/lib -L../libbvg -lbrighton -lbvg -lB11 -lX11 
/<<PKGBUILDDIR>>/libbristolmidi/.libs/libbristolmidi.so -lasound -lm -lpthread 
-pthread -Wl,-rpath -Wl,/usr/lib/bristol
/usr/bin/ld: brightonCLI.o:./brighton/brightonCLI.c:139: multiple definition of 
`event'; brightonMixerMenu.o:./brighton/brightonMixerMenu.c:1182: first defined 
here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:482: brighton] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/brighton'
make[2]: *** [Makefile:443: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:375: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:14: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: bristol
Source-Version: 0.60.11-3.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bristol, 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.
Adrian Bunk <[email protected]> (supplier of updated bristol 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: Fri, 05 Feb 2021 22:08:58 +0200
Source: bristol
Architecture: source
Version: 0.60.11-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 957055
Changes:
 bristol (0.60.11-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch from Logan Rosen for FTBFS with gcc 10. (Closes: #957055)
Checksums-Sha1:
 b19c64b4d9f9888db0c5d48974d042b42b780134 2126 bristol_0.60.11-3.1.dsc
 9c695ad3d7b2fc43342765dcde97aab9c2f26420 8908 bristol_0.60.11-3.1.debian.tar.xz
Checksums-Sha256:
 e10ab754d0e3c80bb11fda3f0aff4e8be835244d1d8c35b8ee3f8fd3face2521 2126 
bristol_0.60.11-3.1.dsc
 6a8f747d9b3b1cc993d3740d0a678b2ebd6010638e85806e51f4f4c2cbab320f 8908 
bristol_0.60.11-3.1.debian.tar.xz
Files:
 62d10e5d9872ee82ef03bf75355a92b7 2126 sound optional bristol_0.60.11-3.1.dsc
 0a5acbde4a6a414f4e3b4c7aa468f30a 8908 sound optional 
bristol_0.60.11-3.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAdplwACgkQiNJCh6LY
mLEJYhAAkAqxWP+e0p6TnyiqbK1YeCVfvVDVD5j24IJ4ZCt0w3zehldK14KI5bXQ
+3/UgVYroJCOBGONuZjyb3v8Y7oATYbZYdqeCkk1JoKuZZGVfqUp2DYi9YPVR1L+
C/6fdawkmfUIn5Ep5DPVkJpiVW1d3nkFLgks+qfDhP8+klGDVt4nJb4YazNRq3MM
OrKrwhFS839/2gd/XgkUts0DmJIy9tVb3xicdZSmDzcvejA46fWMWtUfBbRn2mZF
YUMPQlchnlZyIvOolb51wYSv2welmsB+mvm2jo7FlY9HgM0sJ5l4LWGsVIMbT6ES
torpVVXSn28WckXFOolWkXc/fVv1LoNpJx31KYLzlnZLeb/kNs8VQp3tHYVfA3a2
73cm59XO0bgRzqf3D1dXkhgVmsWh8jErWy98jKAoatoJznbZuvz+55SJWNM2uwBC
tfZIwn68kOX3IXYtqnR7Lg75zdfuSRRuSk8vI2wlp9elzZPngURZMNTFHSu5gBHj
z6ujEftVw2kHIarlWuaDZjAPOBylsRANkU1Tlb4K3mBwHeE/g2CJhnhkRF+kHWqZ
H3fx9FW7z3Bnr3/xC56tBXwWWBorzweIuwoEn5w+i30Q48TWFXGmfG+l3D7+evZz
E0MtNWHOO6m8Eln2swyIzA64yh1rVHDe602plzsRDWouT1VAjeQ=
=+xfh
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to