Your message dated Sat, 15 Aug 2020 23:48:29 +0000
with message-id <e1k75ux-00006s...@fasolo.debian.org>
and subject line Bug#957257: fixed in gbonds 2.0.3-15
has caused the Debian Bug report #957257,
regarding gbonds: 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.)


-- 
957257: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957257
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gbonds
Version: 2.0.3-14
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/gbonds_2.0.3-14_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

[...]
doc-sbw.c:213:2: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  213 |  fread (cbond, SBW4_CBOND_SIZE, 1, fp);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc-sbw.c:218:3: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  218 |   fread (&info_fixed, sizeof(SBW4_BondInfoFixed), 1, fp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc-sbw.c:220:3: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  220 |   fread (&n_bytes, sizeof(guchar), 1, fp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc-sbw.c:222:4: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  222 |    fread (notes, n_bytes, 1, fp);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc-sbw.c:226:3: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  226 |   fread (&n_bytes, sizeof(guchar), 1, fp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc-sbw.c:228:4: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  228 |    fread (sn, n_bytes, 1, fp);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~
doc-sbw.c:232:3: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  232 |   fread (&n_bytes, sizeof(guchar), 1, fp);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc-sbw.c:234:4: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  234 |    fread (series, n_bytes, 1, fp);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
doc-sbw.c:239:4: warning: ignoring return value of ‘fread’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  239 |    fread (&inter_record, sizeof(gshort), 1, fp);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/doc-xml.Tpo .deps/doc-xml.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT table-model.o -MD -MP -MF .deps/table-model.Tpo -c -o 
table-model.o table-model.c
mv -f .deps/table.Tpo .deps/table.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT rules.o -MD -MP -MF .deps/rules.Tpo -c -o rules.o rules.c
mv -f .deps/doc-sbw.Tpo .deps/doc-sbw.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT types.o -MD -MP -MF .deps/types.Tpo -c -o types.o types.c
mv -f .deps/rules.Tpo .deps/rules.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT print.o -MD -MP -MF .deps/print.Tpo -c -o print.o print.c
mv -f .deps/view.Tpo .deps/view.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT prefs.o -MD -MP -MF .deps/prefs.Tpo -c -o prefs.o prefs.c
mv -f .deps/types.Tpo .deps/types.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT update.o -MD -MP -MF .deps/update.Tpo -c -o update.o update.c
mv -f .deps/table-model.Tpo .deps/table-model.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
mv -f .deps/util.Tpo .deps/util.Po
mv -f .deps/prefs.Tpo .deps/prefs.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT hig.o -MD -MP -MF .deps/hig.Tpo -c -o hig.o hig.c
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -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 
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/usr/etc"\" -DDATADIR=\""/usr/share"\" 
-DLIBDIR=\""/usr/lib"\" -DGBONDS_LOCALEDIR=\""/usr/share/locale"\" 
-DGBONDS_UI_DIR=\""/usr/share/gbonds/ui/"\"   -Wdate-time -D_FORTIFY_SOURCE=2  
-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=for
 mat-security -MT marshal.o -MD -MP -MF .deps/marshal.Tpo -c -o marshal.o 
marshal.c
mv -f .deps/marshal.Tpo .deps/marshal.Po
mv -f .deps/print.Tpo .deps/print.Po
mv -f .deps/hig.Tpo .deps/hig.Po
mv -f .deps/update.Tpo .deps/update.Po
/bin/bash ../libtool  --tag=CC   --mode=link x86_64-linux-gnu-gcc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro -Wl,-z,now -Wl,-z,defs -Wl,--as-needed -o 
gbonds gbonds.o splash.o window.o ui.o commands.o recent.o file.o 
print-dialog.o prefs-dialog.o view.o edit.o doc.o doc-xml.o doc-sbw.o table.o 
table-model.o rules.o types.o print.o prefs.o update.o util.o hig.o debug.o 
marshal.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 -lglib-2.0 
-lxml2 -lm 
libtool: link: x86_64-linux-gnu-gcc -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-z -Wl,defs 
-Wl,--as-needed -o gbonds gbonds.o splash.o window.o ui.o commands.o recent.o 
file.o print-dialog.o prefs-dialog.o view.o edit.o doc.o doc-xml.o doc-sbw.o 
table.o table-model.o rules.o types.o print.o prefs.o update.o util.o hig.o 
debug.o marshal.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 -lglib-2.0 
-lxml2 -lm
/usr/bin/ld: ui.o:./src/prefs.h:63: multiple definition of `gb_prefs'; 
gbonds.o:./src/prefs.h:63: first defined here
/usr/bin/ld: recent.o:./src/prefs.h:63: multiple definition of `gb_prefs'; 
gbonds.o:./src/prefs.h:63: first defined here
/usr/bin/ld: prefs-dialog.o:./src/prefs.h:63: multiple definition of 
`gb_prefs'; gbonds.o:./src/prefs.h:63: first defined here
/usr/bin/ld: view.o:./src/prefs.h:63: multiple definition of `gb_prefs'; 
gbonds.o:./src/prefs.h:63: first defined here
/usr/bin/ld: prefs.o:./src/prefs.h:63: multiple definition of `gb_prefs'; 
gbonds.o:./src/prefs.h:63: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:549: gbonds] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:464: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:453: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:383: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:3: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gbonds
Source-Version: 2.0.3-15
Done: Richard Laager <rlaa...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gbonds, 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.
Richard Laager <rlaa...@debian.org> (supplier of updated gbonds 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: Sat, 15 Aug 2020 18:11:06 -0500
Source: gbonds
Architecture: source
Version: 2.0.3-15
Distribution: unstable
Urgency: medium
Maintainer: Richard Laager <rlaa...@debian.org>
Changed-By: Richard Laager <rlaa...@debian.org>
Closes: 957257
Changes:
 gbonds (2.0.3-15) unstable; urgency=medium
 .
   * Eliminate unnecessary override_dh_auto_install
   * Switch to rlaa...@debian.org
   * Upgrade to debhelper-compat 13
   * Bump Standards-Version to 4.5.0 (no changes)
   * Add redemption data through 11/2020 (sb202006.asc)
   * Fix building on GCC 10 (Closes: 957257)
Checksums-Sha1:
 4acee427cdd577b7df6b51e06d8a79e2aed03de1 1945 gbonds_2.0.3-15.dsc
 24460dd13cf093c925b81c1253c2ab46e58fccfb 96312 gbonds_2.0.3-15.debian.tar.xz
 042515f7a32de516b5bd93a7c7819e021d03a7de 14663 gbonds_2.0.3-15_source.buildinfo
Checksums-Sha256:
 137b6c666573101cfc9f04175d4291e7ee7a108b3a0f056e41bd79d16e480d35 1945 
gbonds_2.0.3-15.dsc
 e3028abb26c4c8381fed34f4f58458452d95ecf4bcf928dd723a0a0a6493a771 96312 
gbonds_2.0.3-15.debian.tar.xz
 7120cf1f06d534124c2864469c0d3dc7a0c47a27227504250ad6db1ff9fa5046 14663 
gbonds_2.0.3-15_source.buildinfo
Files:
 8f14310d4a5c459c7ed156b5b173bdf6 1945 gnome optional gbonds_2.0.3-15.dsc
 d4f5dcff4e378104b7776eaeeabb09f4 96312 gnome optional 
gbonds_2.0.3-15.debian.tar.xz
 c0d4f62a4375001b120428fbd63bedda 14663 gnome optional 
gbonds_2.0.3-15_source.buildinfo

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

iQIzBAEBCgAdFiEE1Ot9lOeOTujs4H+U+HlhmcBFhs4FAl84bdIACgkQ+HlhmcBF
hs4j3g/9Hmz36EtiT3syKyTbAZ9HgU+rMx6VP2I2qX5ykH8GTY1bFVBpw1e222Y5
nE90juH2ZzIkneJnKPfM/wyjjJQFcGNWfnjwTPpSDBWzRjA6AvQhHLnwUleojZ4I
+5fTM1NIYDsqdlq0R929CAGzLvE2ypAy2YQX38eTwnHa4VDzdq15qq2ANlDNR8eK
q/vpNWraK9WbPNaPjT4oq3im94QcajH7iwP3YpVosdLodeoNCUkGTB+xacMgJVjx
EtgPe1UfLFhnYjh7MK+kJNTNRUHS5caKdH0PAgH8Gu43DIb17mY+8yUP8bK894Uz
N7Lzbqkef+jX/TKUPdnnXvRZzzKNNeuwR8yORsOhxiPeZSr7xilTEAgBZXA2k8ye
1b6AJQr70JPLeFutxDDt130gxKCxkjyZeoVM1C1iBThStH3DTlFkFQsGvPGJuY5P
R03LWJ8xZQMSi9X3ncHqZb8/MyMbua5SujaxXY12t/fZB+mww3jHsD082Zmr5nCi
Ujjy8cgi6Mv1MFkUu++hx0JOyds/ZWvnuntq8CTbd9FKHlnbn12cYhs62B4ejP7V
aP3OEJsoM0ZShtiJ56LeEsiiLfjHH9gDmQF0e6DDKY4fit74UlWfaVVA1MXeYsPM
lT0kfUHeu1iv4UEPfBa+zSAUv+S97kjDBevuCGsXeIF4yRgrLeo=
=K/th
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to