Your message dated Sat, 16 Jan 2021 18:18:27 +0000
with message-id <e1l0q9b-000a3l...@fasolo.debian.org>
and subject line Bug#957561: fixed in mp3splt 2.6.2+20170630-3.1
has caused the Debian Bug report #957561,
regarding mp3splt: 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.)


-- 
957561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957561
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mp3splt
Version: 2.6.2+20170630-3
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/mp3splt_2.6.2+20170630-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

[...]
  CC       options_manager.o
  CC       preferences_manager.o
  CC       widgets_helper.o
  CC       drawing_helper.o
  CC       combo_helper.o
../../mp3splt-gtk/src/widgets_helper.c: In function 
‘_wh_add_in_table_with_label’:
../../mp3splt-gtk/src/widgets_helper.c:441:3: warning: ‘gtk_misc_set_alignment’ 
is deprecated [-Wdeprecated-declarations]
  441 |   gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
                 from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /usr/include/gtk-3.0/gtk/gtk.h:33,
                 from ../../mp3splt-gtk/src/external_includes.h:75,
                 from ../../mp3splt-gtk/src/ui_manager.h:36,
                 from ../../mp3splt-gtk/src/widgets_helper.h:36,
                 from ../../mp3splt-gtk/src/widgets_helper.c:38:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here
   72 | void gtk_misc_set_alignment (GtkMisc *misc,
      |      ^~~~~~~~~~~~~~~~~~~~~~
../../mp3splt-gtk/src/widgets_helper.c:441:3: warning: ‘gtk_misc_get_type’ is 
deprecated [-Wdeprecated-declarations]
  441 |   gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
      |   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32,
                 from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /usr/include/gtk-3.0/gtk/gtk.h:33,
                 from ../../mp3splt-gtk/src/external_includes.h:75,
                 from ../../mp3splt-gtk/src/ui_manager.h:36,
                 from ../../mp3splt-gtk/src/widgets_helper.h:36,
                 from ../../mp3splt-gtk/src/widgets_helper.c:38:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70:9: note: declared here
   70 | GType   gtk_misc_get_type      (void) G_GNUC_CONST;
      |         ^~~~~~~~~~~~~~~~~
  CC       radio_helper.o
  CC       export.o
  CC       ui_manager.o
  CC       douglas_peucker.o
  CC       libmp3splt_manager.o
  CC       drag_and_drop.o
  CC       mutex.o
  CCLD     mp3splt-gtk
/usr/bin/ld: 
main_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
gstreamer_control.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
player_control.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
player_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
preferences_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
utilities.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
split_files_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
freedb_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
split_mode_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
mp3splt-gtk.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
multiple_files_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
messages_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
import.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
options_manager.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
preferences_manager.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
widgets_helper.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
export.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
ui_manager.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
douglas_peucker.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
libmp3splt_manager.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
/usr/bin/ld: 
drag_and_drop.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 multiple definition of `tree_columns'; 
splitpoints_window.o:/<<PKGBUILDDIR>>/gui-objs/src/../../mp3splt-gtk/src/splitpoints_window.h:62:
 first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:530: mp3splt-gtk] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/gui-objs/src'
make[2]: *** [Makefile:513: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/gui-objs'
make[1]: *** [Makefile:423: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/gui-objs'
make: *** [debian/rules:164: build-gui-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: mp3splt
Source-Version: 2.6.2+20170630-3.1
Done: Andreas Metzler <ametz...@debian.org>

We believe that the bug you reported is fixed in the latest version of
mp3splt, 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.
Andreas Metzler <ametz...@debian.org> (supplier of updated mp3splt 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, 06 Jan 2021 17:59:57 +0100
Source: mp3splt
Architecture: source
Version: 2.6.2+20170630-3.1
Distribution: unstable
Urgency: medium
Maintainer: Ron Lee <r...@debian.org>
Changed-By: Andreas Metzler <ametz...@debian.org>
Closes: 947534 957561
Changes:
 mp3splt (2.6.2+20170630-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Use 3.0 (quilt) format, extract
     10_Properly-zero-initialise-the-ogg-and-vorbis-state-st.patch from diff.
   * 20_mp3splt-gtk-0.9.2-fno-common.patch from Getoo: Fix gcc 10 build error.
     Closes: #957561
   * Drop b-d on gnome-doc-utils, configure with --disable-gnome.
     Closes: #947534
   * Add missing b-d on libdbus-glib-1-dev.
Checksums-Sha1: 
 418d81def7a293a824ac2cf735ba92cc1cd1cee1 2273 mp3splt_2.6.2+20170630-3.1.dsc
 fbbac4f7f6713e8d7a6f034a72f983bb27093b74 7556 
mp3splt_2.6.2+20170630-3.1.debian.tar.xz
Checksums-Sha256: 
 a19e300e2f978a74ec0e82452a6d5a024c5c91b7e03e2242d7524cdbac31757f 2273 
mp3splt_2.6.2+20170630-3.1.dsc
 2d7c2d49f4efaa9a330e3b6da78bb94df2923125d42c6fc60cf867ceb596113e 7556 
mp3splt_2.6.2+20170630-3.1.debian.tar.xz
Files: 
 c58a1da2f67312234a03e269a5397af0 2273 sound optional 
mp3splt_2.6.2+20170630-3.1.dsc
 e05c02f9d0f622b45ff1750904bd486c 7556 sound optional 
mp3splt_2.6.2+20170630-3.1.debian.tar.xz

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

iQIzBAEBCgAdFiEE0uCSA5741Jbt9PpepU8BhUOCFIQFAl/19AcACgkQpU8BhUOC
FIRSJw//VLqQVaB7X9XsjqeRJd+YDpsJvzfAhn7R7XqpCEE4nTVCgqJSKlatjijB
U3/JGZjMPdYnZpFvXPSQMp+lsFPhvuZpoj7AdpQ8Hdb5JPJLM8PxmGRF8WWNmnra
telptJRpWU0+d16XmuQ7nrROhZFX7nHD5PTtcq/MWwP4hSjU25NWDYoETuBKk3pK
4RtEhUzSgkhO66oIMhLsWOq5wQgSNmyOU+1QRRJayUBTZDwhIUCKXzC5zPNYi+QB
9/HtDdQtYMCaUL4AKdOVop3SC8/qFM+sJn7hBM16RC5w03No1IfWQcLQVaa9B/Rl
K3aq/zciya7N1jsuuwo7T1d2JsEkWcAcKEzDRKSrBygjg0GU9W3kY1wcHrtwx2bU
Aj5lj8Zcxrr+XaN5ZU14oGzJRaBUAtvZyG3vCyU3ab5EcJwptzn1MZYIhHTvyVhv
x/wnEu2zfxF+gR4i0HbhDFFNMzWcgEtftxGjfTRti6oV/2nL2OLAAaVmnPNSnDop
S2vqODKRasg7JcFoyqJtUvX4CdHhiykgQkmmF+g9Wcbv/PaLuGQ79u3KT1sLxTuz
RycwgX3luRJcw3unQeK08u/L7/QOwkEwXxl9MmAQYRKqxUquiV+NNJP+bfXzhVhm
Kvsv+aM63erL8+6mLZ8U4OvxviGQ//vOHfnQyf0KAhkP01br1Wk=
=4lG1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to