[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957120: marked as done (darksnow: ftbfs with GCC-10)



Your message dated Tue, 17 Nov 2020 22:18:45 +0000
with message-id <E1kf9JF-0005J0-3W@fasolo.debian.org>
and subject line Bug#957120: fixed in darksnow 0.7.1-3
has caused the Debian Bug report #957120,
regarding darksnow: 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 owner@bugs.debian.org
immediately.)


-- 
957120: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957120
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:darksnow
Version: 0.7.1-2
Severity: normal
Tags: sid bullseye
User: debian-gcc@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/darksnow_0.7.1-2_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

[...]
/usr/bin/ld: tooltips.o:./global.h:124: multiple definition of `combo_bitrate'; darksnow.o:(.bss+0x318): first defined here
/usr/bin/ld: tooltips.o:./global.h:123: multiple definition of `label_bitrate'; darksnow.o:(.bss+0x310): first defined here
/usr/bin/ld: tooltips.o:./global.h:122: multiple definition of `combo_format'; darksnow.o:(.bss+0x308): first defined here
/usr/bin/ld: tooltips.o:./global.h:121: multiple definition of `label_format'; darksnow.o:(.bss+0x300): first defined here
/usr/bin/ld: tooltips.o:./global.h:120: multiple definition of `combo_icecast'; darksnow.o:(.bss+0x2f8): first defined here
/usr/bin/ld: tooltips.o:./global.h:119: multiple definition of `label_icecast'; darksnow.o:(.bss+0x2f0): first defined here
/usr/bin/ld: tooltips.o:./global.h:116: multiple definition of `entry_genre'; darksnow.o:(.bss+0x2e8): first defined here
/usr/bin/ld: tooltips.o:./global.h:115: multiple definition of `label_genre'; darksnow.o:(.bss+0x2e0): first defined here
/usr/bin/ld: tooltips.o:./global.h:114: multiple definition of `entry_url'; darksnow.o:(.bss+0x2d8): first defined here
/usr/bin/ld: tooltips.o:./global.h:113: multiple definition of `label_url'; darksnow.o:(.bss+0x2d0): first defined here
/usr/bin/ld: tooltips.o:./global.h:112: multiple definition of `entry_description'; darksnow.o:(.bss+0x2c8): first defined here
/usr/bin/ld: tooltips.o:./global.h:111: multiple definition of `label_description'; darksnow.o:(.bss+0x2c0): first defined here
/usr/bin/ld: tooltips.o:./global.h:110: multiple definition of `entry_radioname'; darksnow.o:(.bss+0x2b8): first defined here
/usr/bin/ld: tooltips.o:./global.h:109: multiple definition of `label_radioname'; darksnow.o:(.bss+0x2b0): first defined here
/usr/bin/ld: tooltips.o:./global.h:107: multiple definition of `label_pass'; darksnow.o:(.bss+0x2a0): first defined here
/usr/bin/ld: tooltips.o:./global.h:105: multiple definition of `label_mountpoint'; darksnow.o:(.bss+0x290): first defined here
/usr/bin/ld: tooltips.o:./global.h:103: multiple definition of `label_port'; darksnow.o:(.bss+0x280): first defined here
/usr/bin/ld: tooltips.o:./global.h:101: multiple definition of `label_server'; darksnow.o:(.bss+0x270): first defined here
/usr/bin/ld: tooltips.o:./global.h:97: multiple definition of `label_remotedump'; darksnow.o:(.bss+0x260): first defined here
/usr/bin/ld: tooltips.o:./global.h:94: multiple definition of `button_localdump'; darksnow.o:(.bss+0x248): first defined here
/usr/bin/ld: tooltips.o:./global.h:90: multiple definition of `table_description'; darksnow.o:(.bss+0x240): first defined here
/usr/bin/ld: tooltips.o:./global.h:89: multiple definition of `label_notebook_description'; darksnow.o:(.bss+0x238): first defined here
/usr/bin/ld: tooltips.o:./global.h:88: multiple definition of `table_audio'; darksnow.o:(.bss+0x230): first defined here
/usr/bin/ld: tooltips.o:./global.h:87: multiple definition of `label_notebook_audio'; darksnow.o:(.bss+0x228): first defined here
/usr/bin/ld: tooltips.o:./global.h:86: multiple definition of `table_server'; darksnow.o:(.bss+0x220): first defined here
/usr/bin/ld: tooltips.o:./global.h:85: multiple definition of `label_notebook_server'; darksnow.o:(.bss+0x218): first defined here
/usr/bin/ld: tooltips.o:./global.h:84: multiple definition of `notebook'; darksnow.o:(.bss+0x210): first defined here
/usr/bin/ld: tooltips.o:./global.h:81: multiple definition of `file_localdump'; darksnow.o:(.bss+0x208): first defined here
/usr/bin/ld: tooltips.o:./global.h:80: multiple definition of `file_save'; darksnow.o:(.bss+0x200): first defined here
/usr/bin/ld: tooltips.o:./global.h:79: multiple definition of `file_open'; darksnow.o:(.bss+0x1f8): first defined here
/usr/bin/ld: tooltips.o:./global.h:76: multiple definition of `vbox'; darksnow.o:(.bss+0x1f0): first defined here
/usr/bin/ld: tooltips.o:./global.h:75: multiple definition of `menu_item_about'; darksnow.o:(.bss+0x1e8): first defined here
/usr/bin/ld: tooltips.o:./global.h:74: multiple definition of `menu_item_help'; darksnow.o:(.bss+0x1e0): first defined here
/usr/bin/ld: tooltips.o:./global.h:73: multiple definition of `menu_help'; darksnow.o:(.bss+0x1d8): first defined here
/usr/bin/ld: tooltips.o:./global.h:72: multiple definition of `menu_item_quit'; darksnow.o:(.bss+0x1d0): first defined here
/usr/bin/ld: tooltips.o:./global.h:71: multiple definition of `menu_item_quit_nd'; darksnow.o:(.bss+0x1c8): first defined here
/usr/bin/ld: tooltips.o:./global.h:70: multiple definition of `menu_item_save'; darksnow.o:(.bss+0x1c0): first defined here
/usr/bin/ld: tooltips.o:./global.h:69: multiple definition of `menu_item_open'; darksnow.o:(.bss+0x1b8): first defined here
/usr/bin/ld: tooltips.o:./global.h:68: multiple definition of `menu_item_file'; darksnow.o:(.bss+0x1b0): first defined here
/usr/bin/ld: tooltips.o:./global.h:67: multiple definition of `menu_file'; darksnow.o:(.bss+0x1a8): first defined here
/usr/bin/ld: tooltips.o:./global.h:66: multiple definition of `menu_bar'; darksnow.o:(.bss+0x1a0): first defined here
/usr/bin/ld: tooltips.o:./global.h:63: multiple definition of `button_cancel_darkkill'; darksnow.o:(.bss+0x198): first defined here
/usr/bin/ld: tooltips.o:./global.h:62: multiple definition of `button_no_darkkill'; darksnow.o:(.bss+0x190): first defined here
/usr/bin/ld: tooltips.o:./global.h:61: multiple definition of `button_yes_darkkill'; darksnow.o:(.bss+0x188): first defined here
/usr/bin/ld: tooltips.o:./global.h:60: multiple definition of `label_darkkill'; darksnow.o:(.bss+0x180): first defined here
/usr/bin/ld: tooltips.o:./global.h:59: multiple definition of `dialog_darkkill'; darksnow.o:(.bss+0x178): first defined here
/usr/bin/ld: tooltips.o:./global.h:56: multiple definition of `button_darkdep'; darksnow.o:(.bss+0x170): first defined here
/usr/bin/ld: tooltips.o:./global.h:55: multiple definition of `label_darkdep'; darksnow.o:(.bss+0x168): first defined here
/usr/bin/ld: tooltips.o:./global.h:54: multiple definition of `dialog_darkdep'; darksnow.o:(.bss+0x160): first defined here
/usr/bin/ld: tooltips.o:./global.h:51: multiple definition of `dialog_about'; darksnow.o:(.bss+0x158): first defined here
/usr/bin/ld: tooltips.o:./global.h:48: multiple definition of `table'; darksnow.o:(.bss+0x150): first defined here
/usr/bin/ld: tooltips.o:./global.h:47: multiple definition of `label_status'; darksnow.o:(.bss+0x148): first defined here
/usr/bin/ld: tooltips.o:./global.h:46: multiple definition of `button_detail'; darksnow.o:(.bss+0x140): first defined here
/usr/bin/ld: tooltips.o:./global.h:45: multiple definition of `button_stop'; darksnow.o:(.bss+0x138): first defined here
/usr/bin/ld: tooltips.o:./global.h:44: multiple definition of `button_start'; darksnow.o:(.bss+0x130): first defined here
/usr/bin/ld: tooltips.o:./global.h:43: multiple definition of `window'; darksnow.o:(.bss+0x128): first defined here
/usr/bin/ld: tooltips.o:./global.h:40: multiple definition of `show_detail'; darksnow.o:(.bss+0x120): first defined here
/usr/bin/ld: tooltips.o:./global.h:39: multiple definition of `darksnow_temp'; darksnow.o:(.bss+0xe0): first defined here
/usr/bin/ld: tooltips.o:./global.h:38: multiple definition of `darkice_cfg'; darksnow.o:(.bss+0xa0): first defined here
/usr/bin/ld: tooltips.o:./global.h:37: multiple definition of `darksnow_cfg'; darksnow.o:(.bss+0x60): first defined here
/usr/bin/ld: tooltips.o:./global.h:36: multiple definition of `home'; darksnow.o:(.bss+0x20): first defined here
/usr/bin/ld: tooltips.o:./global.h:33: multiple definition of `darkice_fd'; darksnow.o:(.bss+0xc): first defined here
/usr/bin/ld: tooltips.o:./global.h:30: multiple definition of `pid'; darksnow.o:(.bss+0x8): first defined here
/usr/bin/ld: tooltips.o:./global.h:27: multiple definition of `shared_area'; darksnow.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:42: darksnow] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: darksnow
Source-Version: 0.7.1-3
Done: Sudip Mukherjee <sudipm.mukherjee@gmail.com>

We believe that the bug you reported is fixed in the latest version of
darksnow, 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 957120@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sudip Mukherjee <sudipm.mukherjee@gmail.com> (supplier of updated darksnow 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 17 Nov 2020 21:52:26 +0000
Source: darksnow
Architecture: source
Version: 0.7.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Closes: 957120
Changes:
 darksnow (0.7.1-3) unstable; urgency=medium
 .
   * QA upload.
   * Use debhelper-compat.
     - Update compat level to 13.
   * Update Standards-Version to 4.5.0
   * Use https with d/watch file.
   * Fix ftbfs with GCC-10. (Closes: #957120)
   * Remove whitespace from d/rules and d/changelog.
Checksums-Sha1:
 69ce2d53c47e3b2e66acab6608dd86ad1f49a4fa 1743 darksnow_0.7.1-3.dsc
 aee6687a086780186136e90e298cd7c055ba5f54 3964 darksnow_0.7.1-3.debian.tar.xz
 aaba7b2e6ed5a2b0c878860ad9de22494c473492 11669 darksnow_0.7.1-3_amd64.buildinfo
Checksums-Sha256:
 e5843c1bb7435fc9e56e739411abac32fecc5858cb1df28fc9438566306a7f9e 1743 darksnow_0.7.1-3.dsc
 ca24ee1bce610daba60366afff051382fffe6b0af1010464717f443fe261d253 3964 darksnow_0.7.1-3.debian.tar.xz
 ca079b1bfda020653a70e58d462c903bad013e0764e9ff96f10bbbb99a83f199 11669 darksnow_0.7.1-3_amd64.buildinfo
Files:
 bd4988ab9233625ebf6ec2c352faef86 1743 sound optional darksnow_0.7.1-3.dsc
 7c8866f2b2b0afb80cc339c23ce57e0f 3964 sound optional darksnow_0.7.1-3.debian.tar.xz
 00ae8ab9edde9dc45d224ccf4672c027 11669 sound optional darksnow_0.7.1-3_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+0R1IACgkQR5mjUUbR
KzWe2A//eL7poO38Bjs+aCRP5GgvZZWq76gIfqvhnNzZKqpbvySupQUYIUFFOtxb
U0QndsPF+B5pEk5CL9Zwwz3qBt2x5gltK/RTA6QAkQNkSLYiVPEN3dz9ZuO8Mi0W
aJn42t1by+oLOK+0HFN64ZvjSnT0ugCLk21G0YGlCTtOEjavDJNP1SZROwZpUnPs
4GT8mWLjPwcWskfGJ1LPTxE5mixK+8zjQJxjkjkF1omZsxrdeLYPtyu4DfL6yBJ7
qMMhCEbPqlDIuJLxpOk8mN+dcihD1OAclLt8oXHn1VXLf43lomGI/5+A9i/kihn0
9yBaPXjIPUek/Dt6XvL6mSI/a9Gqgk5E8ZjMTETc2G7PQf4aRuiS10MINUFWprjH
CmPgwGzhazOCO6XXILvxW4EtGcWPZ62JoHbhe1dn7PIVSLXlZag6JiOyNLzGIsOP
SpnzKo3+lYtYBehsWcaYtzkrspHYNUW3U90eH5h59dK+Gwlw2nmEvJpWNcv4rbkS
0K1EL76H/ONNQxa+DtiPs+sKyWcxsS+hyi7/KD9xMHCCCk5VysD5AfAAa6szfUsN
JCB667H7wCEUA5M7eubcijcXJsCi0k5U3sk7XqarcIzJHegS8+C0AVn+XM3z0DF+
/L6u/ADB1MGN0xy/t03/N3YWnYvNIGh2tcSH0+FXRSfFoG/feKU=
=JNjI
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: