Your message dated Wed, 04 Nov 2020 21:33:20 +0000
with message-id <e1kaqpa-000i81...@fasolo.debian.org>
and subject line Bug#957125: fixed in dbmix 0.9.8-7
has caused the Debian Bug report #957125,
regarding dbmix: 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.)


-- 
957125: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957125
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dbmix
Version: 0.9.8-6.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/dbmix_0.9.8-6.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

[...]
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from /usr/include/glib-2.0/gobject/gbinding.h:28,
                 from /usr/include/glib-2.0/glib-object.h:23,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from sample_editor.c:41:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
sample_editor.c: In function ‘sampler_channel_menu_select’:
sample_editor.c:143:19: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  143 |  sample_channel = (int)data;
      |                   ^
sample_editor.c: In function ‘copy_channel_menu_select’:
sample_editor.c:151:17: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  151 |  copy_channel = (int)data;
      |                 ^
sample_editor.c: In function ‘make_sampler_channel_menu’:
sample_editor.c:287:11: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  287 |           (gpointer)channeldata);
      |           ^
sample_editor.c: In function ‘sampler_load’:
sample_editor.c:406:11: warning: assignment discards ‘const’ qualifier from 
pointer target type [-Wdiscarded-qualifiers]
  406 |  filename = gtk_file_selection_get_filename 
(GTK_FILE_SELECTION(file_selector));
      |           ^
sample_editor.c: In function ‘sampler_save’:
sample_editor.c:462:11: warning: assignment discards ‘const’ qualifier from 
pointer target type [-Wdiscarded-qualifiers]
  462 |  filename = gtk_file_selection_get_filename 
(GTK_FILE_SELECTION(file_selector));
      |           ^
sample_editor.c: In function ‘create_sample_editor’:
sample_editor.c:538:35: warning: passing argument 1 of 
‘make_sampler_channel_menu’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  538 |  menu = make_sampler_channel_menu(sampler_channel_menu_select);
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                   |
      |                                   void (*)(GtkWidget *, void **) {aka 
void (*)(struct _GtkWidget *, void **)}
sample_editor.c:271:52: note: expected ‘GtkSignalFunc’ {aka ‘void (*)(void)’} 
but argument is of type ‘void (*)(GtkWidget *, void **)’ {aka ‘void (*)(struct 
_GtkWidget *, void **)’}
  271 | GtkWidget* make_sampler_channel_menu(GtkSignalFunc sigfxn)
      |                                      ~~~~~~~~~~~~~~^~~~~~
sample_editor.c:664:37: warning: passing argument 1 of 
‘make_sampler_channel_menu’ from incompatible pointer type 
[-Wincompatible-pointer-types]
  664 |    menu = make_sampler_channel_menu(copy_channel_menu_select);
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                     |
      |                                     void (*)(GtkWidget *, void **) {aka 
void (*)(struct _GtkWidget *, void **)}
sample_editor.c:271:52: note: expected ‘GtkSignalFunc’ {aka ‘void (*)(void)’} 
but argument is of type ‘void (*)(GtkWidget *, void **)’ {aka ‘void (*)(struct 
_GtkWidget *, void **)’}
  271 | GtkWidget* make_sampler_channel_menu(GtkSignalFunc sigfxn)
      |                                      ~~~~~~~~~~~~~~^~~~~~
mv -f .deps/sample_editor.Tpo .deps/sample_editor.Po
/bin/bash ../libtool --tag=CC   --mode=link x86_64-linux-gnu-gcc -O2 -I.. -I.. 
-D_REENTRANT -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid 
-I/usr/include/freetype2 -I/usr/include/libpng16  -DEXT_MIXER -DSTAND_ALONE  -g 
-O2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo 
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 
-lfontconfig -lfreetype  -DSTAND_ALONE  -o dbmixer dbmixer_standalone.o 
soundcard_control.o channel.o crossfader.o dbmixer.o about.o debug.o 
preferences.o light.o exmixer.o save_prefs.o exmixer_prefs.o sample_editor.o  
-lgtk-x11-2.0 -lgdk-x11-2.0 -lp
 angocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 
-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype 
mkdir .libs
x86_64-linux-gnu-gcc -O2 -I.. -I.. -D_REENTRANT -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/fribidi -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid 
-I/usr/include/freetype2 -I/usr/include/libpng16 -DEXT_MIXER -DSTAND_ALONE -g 
-O2 -DSTAND_ALONE -o dbmixer dbmixer_standalone.o soundcard_control.o channel.o 
crossfader.o dbmixer.o about.o debug.o preferences.o light.o exmixer.o 
save_prefs.o exmixer_prefs.o sample_editor.o  -lgtk-x11-2.0 -lgdk-x11-2.0 
-lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 
-lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype  
/usr/bin/ld: preferences.o:/<<PKGBUILDDIR>>/dbmixer/exmixer.h:157: multiple 
definition of `emix'; dbmixer.o:/<<PKGBUILDDIR>>/dbmixer/exmixer.h:157: first 
defined here
/usr/bin/ld: exmixer.o:/<<PKGBUILDDIR>>/dbmixer/exmixer.h:157: multiple 
definition of `emix'; dbmixer.o:/<<PKGBUILDDIR>>/dbmixer/exmixer.h:157: first 
defined here
/usr/bin/ld: save_prefs.o:/<<PKGBUILDDIR>>/dbmixer/exmixer.h:157: multiple 
definition of `emix'; dbmixer.o:/<<PKGBUILDDIR>>/dbmixer/exmixer.h:157: first 
defined here
/usr/bin/ld: exmixer_prefs.o:/<<PKGBUILDDIR>>/dbmixer/exmixer.h:157: multiple 
definition of `emix'; dbmixer.o:/<<PKGBUILDDIR>>/dbmixer/exmixer.h:157: first 
defined here
/usr/bin/ld: sample_editor.o:/<<PKGBUILDDIR>>/dbmixer/sample_editor.c:64: 
multiple definition of `file_selector'; 
dbmixer.o:/<<PKGBUILDDIR>>/dbmixer/dbmixer.c:85: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:301: dbmixer] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/dbmixer'
make[2]: *** [Makefile:272: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:202: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:44: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: dbmix
Source-Version: 0.9.8-7
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
dbmix, 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.
Sudip Mukherjee <sudipm.mukher...@gmail.com> (supplier of updated dbmix 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, 04 Nov 2020 21:05:09 +0000
Source: dbmix
Architecture: source
Version: 0.9.8-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957125
Changes:
 dbmix (0.9.8-7) unstable; urgency=medium
 .
   * QA upload.
   * Orphan the package. (See: #731916)
   * Fix ftbfs with GCC-10. (Closes: #957125)
Checksums-Sha1:
 e556fb2c696ff33c9b69ce9e745341d0c1f14bc2 1782 dbmix_0.9.8-7.dsc
 0a3f6f9541faa77d6576db338cb519b89606bde3 396709 dbmix_0.9.8-7.diff.gz
 0b60ee21f9e451da9b837237100391882fbf882d 11863 dbmix_0.9.8-7_amd64.buildinfo
Checksums-Sha256:
 e0fe00815bfacb13249f700b22a6b1f4925db3bc1c8e744ac860362e1015b28e 1782 
dbmix_0.9.8-7.dsc
 8a7e4475cbcaa68ddda2378c54465f092f04375cc2a5fc3b62c738c866d87bb5 396709 
dbmix_0.9.8-7.diff.gz
 bd4758835c866e7d58a02a4897bb288248776c6987b41426dde4930a8ec9d805 11863 
dbmix_0.9.8-7_amd64.buildinfo
Files:
 66e8b079dda2d5415eced574c4579aae 1782 sound optional dbmix_0.9.8-7.dsc
 34b481ad095e4c94df9a5c1aaa59c06a 396709 sound optional dbmix_0.9.8-7.diff.gz
 c3bc4f0e0ca9edf00fe75afcda544d47 11863 sound optional 
dbmix_0.9.8-7_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl+jGV4ACgkQR5mjUUbR
KzVk9xAAnX1Jm1cH7+1KwNw6k/AZPpLitclUNAztoDfBJ9m6yS9vR+8T+LfE1N2v
QcbblEFzdWgIVGn9ELXzBTCKbqOjcuQDbPDGnSeGRBsDrP8Qm8+JcIdRWn0/zeSs
JbaEZ5J/vkIh5kk3rKT5DUw8szvOvLm6r/0f/mmxGj6+RRSxSKKuCh2DNZrXS5Qi
CrK9MR+4oDkn6b/74eNucxFEYhgaxiky5hIB8TsS9ZwwPi9xuzFvD+/6BQnvoh/A
0mP2sdgt1RkT4AjhuHCOGA9O1ToVx4jhcWxl747Yxjk100Xpz6p8uKapOSOq7lwa
pVl8YwQXpezmtpjTjSjSXiAUDzyHCbuYREMJhZxS0WZgmCDgt3Fx9n2wC/hrFZKM
KrOYN2q8Jls+6DIlJuBmySzxfWzGWee0+kt3QieEyHoj/vKVnavAxOAfQMUPA0JG
sOF/G6xjMTHyZL9Ekqn8xalwTQ10rdiIE5puJ5avY3zLWEulwWAjpaqIyc5ZAmDp
rSpx/a+r9ds2C5VYE6zO7nGGzVBssnvFgzRZMGMs5GlSitc26EXJ4KsT5Qe0WK3n
87ztA2YGIm8yAYTiM++jj8W7cCnV+hOkK4UWgDIEd1Dl5UZrdqioVtE1WRYkwTro
DYu8JyFL/SowIrzrc3RXfOD5N/sdJuS6yOOEXcFFg9dhUKdgdbU=
=ntd6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to