Your message dated Fri, 07 Aug 2020 03:04:09 +0000
with message-id <e1k3sfx-000cfh...@fasolo.debian.org>
and subject line Bug#957347: fixed in hydra 9.1-1
has caused the Debian Bug report #957347,
regarding hydra: 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.)


-- 
957347: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957347
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hydra
Version: 9.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/hydra_9.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-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from callbacks.c:12:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 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 callbacks.c:12:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from callbacks.c:12:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
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 callbacks.c:12:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
callbacks.c: In function ‘on_btnSave_clicked’:
callbacks.c:694:7: warning: ignoring return value of ‘write’ declared with 
attribute ‘warn_unused_result’ [-Wunused-result]
  694 |       write(fd, text, strlen(text));
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o 
xhydra  main.o support.o interface.o callbacks.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: support.o:./hydra-gtk/src/support.h:45: multiple definition of 
`message_id'; main.o:./hydra-gtk/src/main.c:25: first defined here
/usr/bin/ld: support.o:./hydra-gtk/src/support.h:44: multiple definition of 
`HYDRA_BIN'; main.o:./hydra-gtk/src/support.h:44: first defined here
/usr/bin/ld: support.o:./hydra-gtk/src/support.h:43: multiple definition of 
`wndMain'; main.o:./hydra-gtk/src/support.h:43: first defined here
/usr/bin/ld: interface.o:./hydra-gtk/src/support.h:45: multiple definition of 
`message_id'; main.o:./hydra-gtk/src/main.c:25: first defined here
/usr/bin/ld: interface.o:./hydra-gtk/src/support.h:44: multiple definition of 
`HYDRA_BIN'; main.o:./hydra-gtk/src/support.h:44: first defined here
/usr/bin/ld: interface.o:./hydra-gtk/src/support.h:43: multiple definition of 
`wndMain'; main.o:./hydra-gtk/src/support.h:43: first defined here
/usr/bin/ld: callbacks.o:./hydra-gtk/src/support.h:43: multiple definition of 
`wndMain'; main.o:./hydra-gtk/src/support.h:43: first defined here
/usr/bin/ld: callbacks.o:./hydra-gtk/src/support.h:44: multiple definition of 
`HYDRA_BIN'; main.o:./hydra-gtk/src/support.h:44: first defined here
/usr/bin/ld: callbacks.o:./hydra-gtk/src/support.h:45: multiple definition of 
`message_id'; main.o:./hydra-gtk/src/main.c:25: first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:161: xhydra] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/hydra-gtk/src'
make[3]: *** [Makefile:143: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/hydra-gtk'
make[2]: *** [Makefile:293: all-recursive-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/hydra-gtk'
Error: could not compile. Analyse this:
Do not worry, as I said, xhydra is really optional. ./hydra is ready to go!
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: hydra
Source-Version: 9.1-1
Done: Daniel Echeverri <epsi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
hydra, 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.
Daniel Echeverri <epsi...@debian.org> (supplier of updated hydra 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: Thu, 30 Jul 2020 21:44:31 -0500
Source: hydra
Architecture: source
Version: 9.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Daniel Echeverri <epsi...@debian.org>
Closes: 957347
Changes:
 hydra (9.1-1) unstable; urgency=medium
 .
   [ Daniel Echeverri ]
   * New upstream release.
   * debian/control
     + Use debhelper-compat instead of debian/compat.
       + Update to debhelper 13.
     + Bump Standards-Version to 4.5.0 (no changes).
     + Update my last name.
     + Mark Rules-Requires-Root: no as we don't need root for building.
   * debian/patches
     + Refresh 01_fix_include_libpq-dev.diff patch.
     + Refresh 05_add_option_to_cflag.diff patch.
     + Refresh 02_using_supported_protocols.diff patch.
     + Refresh 03_use_bin_path.diff patch.
     + Refresh 07_remove_troubled_files.diff patch.
     + Add 10_fix_ftbfs_xhydra.diff patch
       + Fix FTBFS with GCC-10. (Closes: #957347)
   * Update docs file.
   * Update metadata file.
   * debian/rules
     + Remove some flags.
 .
   [ Samuel Henrique ]
   * Add salsa-ci.yml file.
   * Configure git-buildpackage for Debian.
Checksums-Sha1:
 32e10c824b597c6c78d828f9ec2327abcc9b0458 2234 hydra_9.1-1.dsc
 dddc1b5ee393c73f5b47546235434e6cd9342278 611846 hydra_9.1.orig.tar.gz
 4e319bdbd937b4316a34bfa6d1a6a3477c207a6f 14700 hydra_9.1-1.debian.tar.xz
 011734c9b6539f567d81808a3c856ede595a1da5 14808 hydra_9.1-1_source.buildinfo
Checksums-Sha256:
 9c90ec0da6e22f53d3936b5becb8d6df9c93371e77af112b6218a225e9b084ca 2234 
hydra_9.1-1.dsc
 ce08a5148c0ae5ff4b0a4af2f7f15c5946bc939a57eae1bbb6dda19f34410273 611846 
hydra_9.1.orig.tar.gz
 d9b68ea216bd58cb9645a7f6b0058dd4e8b5fb2147d4e33998baee0643f26d7b 14700 
hydra_9.1-1.debian.tar.xz
 db16046a440e5f4041091533a0bef70eb07cbb89fd83ea9aef2fe5c08ca3fef2 14808 
hydra_9.1-1_source.buildinfo
Files:
 18c3b1cf48c3875452ec03a66e30a30b 2234 net optional hydra_9.1-1.dsc
 7a2f54980ce44aff0cc047fb75751dba 611846 net optional hydra_9.1.orig.tar.gz
 4c044584cfe2752ec324ca3f0ff6a1ce 14700 net optional hydra_9.1-1.debian.tar.xz
 79159100e5c260113f95d3752d8b5ab0 14808 net optional 
hydra_9.1-1_source.buildinfo

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

iQJHBAEBCgAxFiEE0NCFsWnDv9lASFj6IfwpUEtSMNsFAl8svl4THGVwc2lsb25A
ZGViaWFuLm9yZwAKCRAh/ClQS1Iw24aXEAC9cSUn61Sk1DtApxVPxdy5CWwhPSgu
yr4qeVlCC/MMz/eBUBozg1bPHItBeSzijZJEgnxy0QTwr72HvRLxXgHiGQ9BO1xS
ydr7sl3Ioa4rBD9hPQqLv7S4eFwzthCRUEASx6/lLSMCu2X+8ntFphn7PWERK1JJ
4jtsDp27ocAKJlR99uoee+P1GDXzj+xZTlFCagNYKN9uwz3IrHaCfk5reFqHmEjf
20GrpvVVlX1xtBGYquUjWBMeynC0ENB+c6/aK/LPI2GqwU2uDJvcs/yAWWt6muKr
uCD4n1nZ5cLFqJIm5/MrLzcnSzwCCIlFHw4IFVyVHnyptsFb/UrY3MBEH3cjYJg0
E5b1I3o05Pa9QSx+vH3zjoiprpT19LKT0qSL+oQRxv1mvBrZbQbtLk60rx8zriyj
iN1/5Ql04iXOoepQQGKI3N7t8ORkL3cIgJ5boDxNhpH04XwBT3HicbBMktXvskLm
Mk8OUa7nw3E2Y3CDxmhmAVtruqjcEiZ2T30FlnpAQOTSp9TDmMsZp4GxmqTpwruw
FyNXWEbDkam/QOOcx0sYsI/51z3YbkakXSwyG1NfarLq7Ve4mjzYSKZMqTiLkMxg
Wu2+Hfyj6W0u8r3EmMgJCD2MVDa0vHc0AujYrpiQS3RGC+npTJXjn/YoDocaqeue
5KwuvXZLzklwsw==
=OSW2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to