Your message dated Tue, 01 Sep 2020 22:48:34 +0000
with message-id <e1kdf4s-0009sx...@fasolo.debian.org>
and subject line Bug#957262: fixed in gdigi 0.4.0-1.1
has caused the Debian Bug report #957262,
regarding gdigi: 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.)


-- 
957262: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957262
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gdigi
Version: 0.4.0-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/gdigi_0.4.0-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

[...]
                 from /usr/include/gtk-3.0/gdk/gdk.h:33,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from gui.c:17:
/usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:362:12: note: declared 
here
  362 | GdkPixbuf* gdk_pixbuf_new_from_inline (gint          data_length,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~
gui.c: In function ‘unsupported_device_dialog’:
gui.c:1638:42: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 1638 |                                          GTK_STOCK_CANCEL, 
GTK_RESPONSE_CANCEL,
      |                                          ^~~~~~~~~~~~~~~~
gui.c:1639:42: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 1639 |                                          GTK_STOCK_OK, 
GTK_RESPONSE_ACCEPT,
      |                                          ^~~~~~~~~~~~
gui.c: In function ‘select_device_dialog’:
gui.c:1691:42: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 1691 |                                          GTK_STOCK_CANCEL, 
GTK_RESPONSE_CANCEL,
      |                                          ^~~~~~~~~~~~~~~~
gui.c:1692:42: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
 1692 |                                          GTK_STOCK_OK, 
GTK_RESPONSE_ACCEPT,
      |                                          ^~~~~~~~~~~~
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -Wall -g -ansi -std=c99  -c effects.c
effects.c: In function ‘modifier_group_free’:
effects.c:4393:9: warning: this ‘if’ clause does not guard... 
[-Wmisleading-indentation]
 4393 |         if (modifier_group->group[x].settings)
      |         ^~
effects.c:4396:13: note: ...this statement, but the latter is misleadingly 
indented as if it were guarded by the ‘if’
 4396 |             effect_settings_free(modifier_group->group[x].settings);
      |             ^~~~~~~~~~~~~~~~~~~~
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -Wall -g -ansi -std=c99  -c preset.c
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -Wall -g -ansi -std=c99  -c gtkknob.c
gtkknob.c: In function ‘gtk_knob_motion_notify’:
gtkknob.c:651:13: warning: ‘gdk_display_get_device_manager’ is deprecated: Use 
'gdk_display_get_default_seat' instead [-Wdeprecated-declarations]
  651 |             GdkDeviceManager *device_manager = 
gdk_display_get_device_manager(gdk_window_get_display(window));
      |             ^~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from gtkknob.c:26:
/usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here
  171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gtkknob.c:652:13: warning: ‘gdk_device_manager_get_client_pointer’ is 
deprecated [-Wdeprecated-declarations]
  652 |             GdkDevice *pointer = 
gdk_device_manager_get_client_pointer(device_manager);
      |             ^~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkdisplay.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from gtkknob.c:26:
/usr/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here
   44 | GdkDevice *  gdk_device_manager_get_client_pointer (GdkDeviceManager 
*device_manager);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
-I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/fribidi 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -Wall -g -ansi -std=c99  -c preset_xml.c
gcc  -Wl,--as-needed -o gdigi gdigi.o gui.o effects.o preset.o gtkknob.o 
preset_xml.o -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 -lgthread-2.0 
-pthread -lglib-2.0 -lasound -lxml2 -lexpat -lm
/usr/bin/ld: gui.o:/<<PKGBUILDDIR>>/gdigi.h:45: multiple definition of 
`product_id'; gdigi.o:/<<PKGBUILDDIR>>/gdigi.h:45: first defined here
/usr/bin/ld: gui.o:/<<PKGBUILDDIR>>/gdigi.h:1114: multiple definition of 
`ChannelBankIndex'; gdigi.o:/<<PKGBUILDDIR>>/gdigi.h:1114: first defined here
/usr/bin/ld: effects.o:/<<PKGBUILDDIR>>/gdigi.h:45: multiple definition of 
`product_id'; gdigi.o:/<<PKGBUILDDIR>>/gdigi.h:45: first defined here
/usr/bin/ld: effects.o:/<<PKGBUILDDIR>>/gdigi.h:1114: multiple definition of 
`ChannelBankIndex'; gdigi.o:/<<PKGBUILDDIR>>/gdigi.h:1114: first defined here
/usr/bin/ld: preset.o:/<<PKGBUILDDIR>>/gdigi.h:45: multiple definition of 
`product_id'; gdigi.o:/<<PKGBUILDDIR>>/gdigi.h:45: first defined here
/usr/bin/ld: preset.o:/<<PKGBUILDDIR>>/gdigi.h:1114: multiple definition of 
`ChannelBankIndex'; gdigi.o:/<<PKGBUILDDIR>>/gdigi.h:1114: first defined here
/usr/bin/ld: preset_xml.o:/<<PKGBUILDDIR>>/gdigi.h:45: multiple definition of 
`product_id'; gdigi.o:/<<PKGBUILDDIR>>/gdigi.h:45: first defined here
/usr/bin/ld: preset_xml.o:/<<PKGBUILDDIR>>/gdigi.h:1114: multiple definition of 
`ChannelBankIndex'; gdigi.o:/<<PKGBUILDDIR>>/gdigi.h:1114: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:20: gdigi] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:3: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gdigi
Source-Version: 0.4.0-1.1
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
gdigi, 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 gdigi 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, 30 Aug 2020 23:05:33 +0100
Source: gdigi
Architecture: source
Version: 0.4.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Ahmed Toulan <thelinu...@ubuntu.com>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957262
Changes:
 gdigi (0.4.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957262)
Checksums-Sha1:
 59b5a062c83eb20a7ebc1b9f04550c450433b5d7 1944 gdigi_0.4.0-1.1.dsc
 307de63d1e7aaec3505bd47a9a8250db4b674f83 5736 gdigi_0.4.0-1.1.debian.tar.xz
 20799c514af85190a46b8073fa6493df7e024b17 13660 gdigi_0.4.0-1.1_amd64.buildinfo
Checksums-Sha256:
 a396a537a9e4035b06e10a498fdefec313132530e476b327502ec2239bc258be 1944 
gdigi_0.4.0-1.1.dsc
 a4f1a02a112cbe2fd157a13272934c91912906d320d71e312a4b6c7ab3229351 5736 
gdigi_0.4.0-1.1.debian.tar.xz
 ef6b01bd5f0d3e57a77c3b5c33aee504d1a2a00436ddb525d8a66f651504b700 13660 
gdigi_0.4.0-1.1_amd64.buildinfo
Files:
 f38370acb6e5c1193e4fbd64bb08edaa 1944 sound extra gdigi_0.4.0-1.1.dsc
 f03b1c7a7a6608a7787fc5ec8ce752b1 5736 sound extra gdigi_0.4.0-1.1.debian.tar.xz
 c7e6fc474a70074aac2098b9c4cdebe2 13660 sound extra 
gdigi_0.4.0-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl9MJVsACgkQR5mjUUbR
KzVQLg/+MSOEyFIwRfv7LyC6f0frlc8nmGve4nL91OWup2Ln4Ll2DVwYxcYz+GQb
QMLNQaSUrP4ueZZ8++/A5EsKZJfwJElLAK328n3fHFi0PKDdXKS2bEnG21P0lxL1
Xu/bYMDudgB9i4J2JjfjNN18roKVhQHHNjDAZBjfiGK8d7JpFj+HhVwSOab7x0be
gmDtWLol07wNlp/V97szPc5u/t54cDctQ+I36jy50v6xk1K1parYavTmWKZ5E8ur
DkoOIfgtQC99HMdAYa9aKqHBPAXHPtuEkOuvA75vhf08s80rofD2BcGsGU19pxzN
fjte805adz+gR4heJPR4reIuZwpQCQcuq8Y1vI/0O61Xs2On8wSu0pdo703k4OUd
e1IwTfhekkQo4LEBfbntNmkXIUWonD9o1ebUR2BlpKqW45ZaaVOB/xfGjr5P4DxX
XDopbT8nC58lLkNiifAyYoOiJh7jZHCoIFvzeEiz1c4Ljy/YsV07yLli44kBA9qU
biRDg5QCeHcdtXriFVPkr37ETcmEV56hzu3ewktGAN4Rt9pzPFQNhtZYFDGydOkh
nizTSxKoILtdXF+c+MoG8hUQphuOLAJc1RemgwdXU9EloU9YQAvSjRCZ8NTHR/gb
Kf9nkvdep0jacpLcIhwl0ut+7eq/Hbi1hkwmdYBldpYPBZsG3Yc=
=mPD8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to