Your message dated Sun, 07 Feb 2021 09:33:25 +0000
with message-id <e1l8grz-0009tv...@fasolo.debian.org>
and subject line Bug#957383: fixed in jamin 
0.98.9~git20170111~199091~repack1-1.1
has caused the Debian Bug report #957383,
regarding jamin: 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.)


-- 
957383: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957383
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jamin
Version: 0.98.9~git20170111~199091~repack1-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/jamin_0.98.9~git20170111~199091~repack1-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

[...]
      |                                                   
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
interface.c:6617:3: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' 
instead [-Wdeprecated-declarations]
 6617 |   hbox_w3_1 = gtk_hbox_new (FALSE, 0);
      |   ^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:262,
                 from interface.c:16:
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
interface.c:6639:3: warning: ‘gtk_vbox_new’ is deprecated: Use 'gtk_box_new' 
instead [-Wdeprecated-declarations]
 6639 |   vbox168 = gtk_vbox_new (FALSE, 0);
      |   ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:286,
                 from interface.c:16:
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:61:13: note: declared here
   61 | GtkWidget * gtk_vbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
interface.c:6649:3: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' 
instead [-Wdeprecated-declarations]
 6649 |   hbox84 = gtk_hbox_new (FALSE, 0);
      |   ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:262,
                 from interface.c:16:
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
interface.c:6666:3: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' 
instead [-Wdeprecated-declarations]
 6666 |   hbox85 = gtk_hbox_new (FALSE, 0);
      |   ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:262,
                 from interface.c:16:
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
interface.c:6482:14: warning: unused variable ‘custom26’ [-Wunused-variable]
 6482 |   GtkWidget *custom26;
      |              ^~~~~~~~
interface.c:6462:14: warning: unused variable ‘custom23’ [-Wunused-variable]
 6462 |   GtkWidget *custom23;
      |              ^~~~~~~~
interface.c: In function ‘create_window4’:
interface.c:6816:3: warning: ‘gtk_hbox_new’ is deprecated: Use 'gtk_box_new' 
instead [-Wdeprecated-declarations]
 6816 |   hbox_w4_1 = gtk_hbox_new (FALSE, 0);
      |   ^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:262,
                 from interface.c:16:
/usr/include/gtk-3.0/gtk/deprecated/gtkhbox.h:63:13: note: declared here
   63 | GtkWidget * gtk_hbox_new      (gboolean homogeneous,
      |             ^~~~~~~~~~~~
rm -f libnopt.a
ar cru libnopt.a libnopt_a-interface.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libnopt.a
/bin/bash ../libtool  --tag=CC   --mode=link gcc -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -g   -I/usr/include/libxml2  -Wall -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -o jamin jamin-callbacks.o 
jamin-compressor-ui.o jamin-geq.o jamin-gtkmeter.o jamin-hdeq.o jamin-intrim.o 
jamin-io.o jamin-io-menu.o jamin-limiter-ui.o jamin-presets-ui.o jamin-main.o 
jamin-multiout-ui.o jamin-plugin.o jamin-process.o jamin-resource.o 
jamin-ringbuffer.o jamin-rms.o jamin-spectrum.o jamin-spline.o jamin-state.o 
jamin-status-ui.o jamin-stereo.o jamin-support.o jamin-transport.o 
jamin-scenes.o jamin-preferences.o jamin-help.o libnopt.a -lgtk-3 -lgdk-3 
-lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 
-lgio-2.0 -lgobject-2.0 -lglib-2.0 -lfftw3f -lxml2 -ljack -lpthread -llo 
-lpthread -ldl -lm -lm -lpthread 
libtool: link: gcc -g -O2 "-fdebug-prefix-map=/<<PKGBUILDDIR>>=." 
-fstack-protector-strong -Wformat -Werror=format-security -g 
-I/usr/include/libxml2 -Wall -g -O2 "-fdebug-prefix-map=/<<PKGBUILDDIR>>=." 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o 
jamin jamin-callbacks.o jamin-compressor-ui.o jamin-geq.o jamin-gtkmeter.o 
jamin-hdeq.o jamin-intrim.o jamin-io.o jamin-io-menu.o jamin-limiter-ui.o 
jamin-presets-ui.o jamin-main.o jamin-multiout-ui.o jamin-plugin.o 
jamin-process.o jamin-resource.o jamin-ringbuffer.o jamin-rms.o 
jamin-spectrum.o jamin-spline.o jamin-state.o jamin-status-ui.o jamin-stereo.o 
jamin-support.o jamin-transport.o jamin-scenes.o jamin-preferences.o 
jamin-help.o  libnopt.a -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 
-lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 
-lfftw3f -lxml2 -ljack -llo -ldl -lm -lpthread
/usr/bin/ld: jamin-compressor-ui.o:./src/hdeq.h:68: multiple definition of 
`l_notebook1'; jamin-callbacks.o:./src/hdeq.h:68: first defined here
/usr/bin/ld: jamin-geq.o:./src/hdeq.h:68: multiple definition of `l_notebook1'; 
jamin-callbacks.o:./src/hdeq.h:68: first defined here
/usr/bin/ld: jamin-hdeq.o:./src/hdeq.h:68: multiple definition of 
`l_notebook1'; jamin-callbacks.o:./src/hdeq.h:68: first defined here
/usr/bin/ld: jamin-main.o:./src/hdeq.h:68: multiple definition of 
`l_notebook1'; jamin-callbacks.o:./src/hdeq.h:68: first defined here
/usr/bin/ld: jamin-state.o:./src/hdeq.h:68: multiple definition of 
`l_notebook1'; jamin-callbacks.o:./src/hdeq.h:68: first defined here
/usr/bin/ld: jamin-scenes.o:./src/hdeq.h:68: multiple definition of 
`l_notebook1'; jamin-callbacks.o:./src/hdeq.h:68: first defined here
/usr/bin/ld: jamin-preferences.o:./src/hdeq.h:68: multiple definition of 
`l_notebook1'; jamin-callbacks.o:./src/hdeq.h:68: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:571: jamin] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:454: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:386: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: jamin
Source-Version: 0.98.9~git20170111~199091~repack1-1.1
Done: Adrian Bunk <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
jamin, 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.
Adrian Bunk <b...@debian.org> (supplier of updated jamin 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: Sun, 07 Feb 2021 11:12:13 +0200
Source: jamin
Architecture: source
Version: 0.98.9~git20170111~199091~repack1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 957383
Changes:
 jamin (0.98.9~git20170111~199091~repack1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add patch from Logan Rosen for FTBFS with gcc 10. (Closes: #957383)
Checksums-Sha1:
 b6ff782c4bba34d27f0ffd743dc04699ddaf958a 2319 
jamin_0.98.9~git20170111~199091~repack1-1.1.dsc
 ebad69d4d0310c01f05a459255c78a0661cfae34 12784 
jamin_0.98.9~git20170111~199091~repack1-1.1.debian.tar.xz
Checksums-Sha256:
 b0fe4e5573beb5962c496c9b5405f845c6e34162f5907f2afe3ca20b5b9ecbdd 2319 
jamin_0.98.9~git20170111~199091~repack1-1.1.dsc
 a84c91b8f9a1c7bb8b5fb503f262f1827c85b05516b9765a35303c3ae497be6b 12784 
jamin_0.98.9~git20170111~199091~repack1-1.1.debian.tar.xz
Files:
 1d4757eff0ba33bfabaf735ec1fb08b4 2319 sound optional 
jamin_0.98.9~git20170111~199091~repack1-1.1.dsc
 68d719e6610069d857da2cb9004d5661 12784 sound optional 
jamin_0.98.9~git20170111~199091~repack1-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAfr10ACgkQiNJCh6LY
mLHyGQ//TqfrQM9FQeaIxsaVx1YKSF7lHwyUBYexWZguJffbxdazR6y5uLOR3Kb+
FALjM0G+4kn7OUhszMk2+s/U9LHGdUYm5pv4M5lyEWT34NZ+epyn2yk9K+/Grhoq
4v4Mrb9dARzc+5kOJY+Ml3ukrULjj+Oj7YPhmyBuXna8r1N1rUpROzUJJyW5H+mK
0dLarsbyIRE1NavxHxNNfyAORsNtw/PH/G0VWmmRQoD6yW/K34XSlKA8qETxSntn
0iH0Qq2hqNbIrxqsnbXvloPC4fV7zt/Pma/Q17MJhcgF1mhUYiH53ZKdpPXzuc+G
ZrgdYps+zZe/vw6fdTzP/bRo200/Spdjnx9RqP1FbUlz+Vk6jIIcYmg9aico9DST
fMEt0NcedeMMxcF3XQ5DYa8gK82SHhsKuvltI2qSy7YiZR/u0eT+5pYCQyK+wxQq
hpBlQXhckVo0llfrq+ZSVrn1LsZ+aav1o3inYfH9c1QS5spetkvivrZONbu3wmWD
Gqd+AHjlP+lmfcyvBS4w7ilsxsDV2lhn0BRDqEpODNbwN/ixcQ68zB6+b0wLoW8s
siEVvle8rR/oKvEsf9KODy69lGT1m83ycx6T3YTGPks9LWaEoVRR28EBnL7dC24+
tY9Squ44AEzKYcW8FZwxbS41PlUn4cJxp9mFxX3BPY+7UrnZUUg=
=UULU
-----END PGP SIGNATURE-----

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

Reply via email to