Your message dated Thu, 04 Feb 2021 21:48:30 +0000
with message-id <e1l7mui-0008sk...@fasolo.debian.org>
and subject line Bug#957074: fixed in cdrkit 9:1.1.11-3.2
has caused the Debian Bug report #957074,
regarding cdrkit: 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.)


-- 
957074: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957074
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cdrkit
Version: 9:1.1.11-3.1
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/cdrkit_1.1.11-3.1_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

[...]
  313 |         strncpy((char *)vh.vh_vd[i].vd_name, filename, MIN(VDNAMESIZE, 
strlen(filename)));
      |         
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/genisoimage/../include/dirdefs.h:80,
                 from /<<PKGBUILDDIR>>/genisoimage/genisoimage.h:48,
                 from /<<PKGBUILDDIR>>/genisoimage/boot-mips.c:191:
/<<PKGBUILDDIR>>/genisoimage/boot-mips.c:313:72: note: length computed here
  313 |         strncpy((char *)vh.vh_vd[i].vd_name, filename, MIN(VDNAMESIZE, 
strlen(filename)));
      |                                                                        ^
[ 72%] Building C object genisoimage/CMakeFiles/genisoimage.dir/md5.o
[ 72%] Building C object genisoimage/CMakeFiles/genisoimage.dir/jte.o
/<<PKGBUILDDIR>>/genisoimage/jte.c: In function ‘list_file_in_jigdo’:
/<<PKGBUILDDIR>>/genisoimage/jte.c:281:26: warning: ‘sizeof’ on array function 
parameter ‘md5’ will return size of ‘unsigned char *’ [-Wsizeof-array-argument]
  281 |     memset(md5, 0, sizeof(md5));
      |                          ^
/<<PKGBUILDDIR>>/genisoimage/jte.c:272:90: note: declared here
  272 | extern int list_file_in_jigdo(char *filename, off_t size, char 
**realname, unsigned char md5[16])
      |                                                                         
   ~~~~~~~~~~~~~~^~~~~~~
/<<PKGBUILDDIR>>/genisoimage/jte.c:317:21: warning: implicit declaration of 
function ‘calculate_md5sum’ [-Wimplicit-function-declaration]
  317 |                     calculate_md5sum(filename, size, md5);
      |                     ^~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/genisoimage/jte.c: In function ‘parse_md5_list’:
/<<PKGBUILDDIR>>/genisoimage/jte.c:528:13: warning: implicit declaration of 
function ‘mk_MD5Parse’ [-Wimplicit-function-declaration]
  528 |         if (mk_MD5Parse(buf, md5))
      |             ^~~~~~~~~~~
[ 73%] Building C object genisoimage/CMakeFiles/genisoimage.dir/rsync.o
[ 73%] Building C object genisoimage/CMakeFiles/genisoimage.dir/boot-mipsel.o
[ 74%] Building C object genisoimage/CMakeFiles/genisoimage.dir/endian.o
[ 74%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha1.o
[ 74%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha256.o
[ 75%] Building C object genisoimage/CMakeFiles/genisoimage.dir/sha512.o
[ 75%] Building C object genisoimage/CMakeFiles/genisoimage.dir/checksum.o
[ 76%] Linking C executable genisoimage
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/apple.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/boot.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/desktop.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/dvd_file.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/dvd_reader.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/eltorito.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/files.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/hash.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/ifo_read.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/joliet.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/mac_label.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/multi.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/name.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/rock.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/scsi.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/stream.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/tree.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/udf.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/volume.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/write.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/boot-alpha.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/boot-hppa.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/boot-mips.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/jte.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/rsync.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/boot-mipsel.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
/usr/bin/ld: 
CMakeFiles/genisoimage.dir/checksum.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 multiple definition of `outfile'; 
CMakeFiles/genisoimage.dir/genisoimage.o:/<<PKGBUILDDIR>>/genisoimage/genisoimage.h:380:
 first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [genisoimage/CMakeFiles/genisoimage.dir/build.make:629: 
genisoimage/genisoimage] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: *** [CMakeFiles/Makefile2:512: 
genisoimage/CMakeFiles/genisoimage.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [Makefile:130: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:68: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:35: build/build-debstamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: cdrkit
Source-Version: 9:1.1.11-3.2
Done: Sebastian Ramacher <sramac...@debian.org>

We believe that the bug you reported is fixed in the latest version of
cdrkit, 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.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated cdrkit 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: Thu, 04 Feb 2021 22:36:29 +0100
Source: cdrkit
Architecture: source
Version: 9:1.1.11-3.2
Distribution: unstable
Urgency: medium
Maintainer: Joerg Jaspert <jo...@debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Closes: 957074
Changes:
 cdrkit (9:1.1.11-3.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches: Apply patch from Fedora to fix build with GCC 10 (Closes:
     #957074)
Checksums-Sha1:
 b4a572754eed60dbf2111371b376a4c937048711 2032 cdrkit_1.1.11-3.2.dsc
 5a5dac1cef91f13a67a9d603cf04306b13e3a3ed 28416 cdrkit_1.1.11-3.2.debian.tar.xz
Checksums-Sha256:
 f193e74f8af47e5b952a36c2e314a9e9bb18eb16db070a2c3ed58d1abb05a16a 2032 
cdrkit_1.1.11-3.2.dsc
 d4e41340e8e9bfd8df167eef13756013fa21bf5fbe438b30c288add6abba24d9 28416 
cdrkit_1.1.11-3.2.debian.tar.xz
Files:
 2421078267c0518ce9153faa2ce29e71 2032 otherosfs optional cdrkit_1.1.11-3.2.dsc
 d24c31aeab4937ae44b8158c437f35b4 28416 otherosfs optional 
cdrkit_1.1.11-3.2.debian.tar.xz

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

iQIzBAEBCgAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAmAcagsACgkQafL8UW6n
GZPWdQ/9F1dXtk51KuZ1XccwqXn/o6iGZyFyHoWW0bctQClk3CT6Jd62iNmLsvUY
5E3HsCWdqSQ2zaKEtNpHPDfIVS1DNlthMUkSZaS+H/2l66TVtNVn8FmUR+b/NM4E
CWamD6/qV2mO5nNPjfZW2gxJ3Ty67myOSp552ygcluVYjoda+a04RHuBFIiP706T
q/W+njGxFvUoSzpWHdGB4wL4RdhzEd8Mlk7a6EfrfWWkNTorZyTQcU6zTSyxT8Tx
rQINlH2uPgwT53v+nOzLw7J+Xvid7sjgfYWem3eHAIHYoyINZDgU2tcZybdHQh3f
FQIcby99skVUFqXc+TuHNJaJyyoIjWN3EJSNSGrkW9Yxw1kmZ6rlU+eebxdvrSXT
aLUuI8/OGIJY0+9QdjCBowHb20r1HqcnDlpfnB3rvmh40kP5X1rzX/Mf8pehDeWE
h/NlXP6GQZCjcg30iLo8F8ZeWRFlN6HgLQjv66Uj4Ey2kPqQ+6iiDW7Wk414f512
0HyaEwPyJmAXi0bk65glG88+QDyr1PfZuCLZjcySLiJdqusOk29ZvHVufdanmZT7
p2/If+jfsyO1DUQ+XxgBbGycbfQrXCK7OrCdRIyY0I3GeIb3IlmtyHO2DpXqUw64
m2QbjncbTag6O9t6wEXR1LvKllZo7sdyZhdydo/z5/klMFl4VRM=
=GEC5
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to