Your message dated Thu, 13 Aug 2020 22:38:44 +0000
with message-id <e1k6lrw-0006fr...@fasolo.debian.org>
and subject line Bug#957760: fixed in rfdump 1.6-7
has caused the Debian Bug report #957760,
regarding rfdump: 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.)


-- 
957760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:rfdump
Version: 1.6-6
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/rfdump_1.6-6_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/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 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 main.h:22,
                 from xml.c:25:
/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 main.h:22,
                 from xml.c:25:
/usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
  679 | {
      | ^
gcc -DHAVE_CONFIG_H -I. -I.. -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 -pthread 
-I/usr/include/libglade-2.0 -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 -I/usr/include/libxml2  -Wdate-time -D_FORTIFY_SOURCE=2  
-Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -DVERSION=\"1.6\" -c -o tcpconnect.o 
tcpconnect.c
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 main.h:22,
                 from xml.c:25:
/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 main.h:22,
                 from xml.c:25:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
xml.c: In function ‘content’:
xml.c:192:70: warning: format ‘%X’ expects argument of type ‘unsigned int’, but 
argument 4 has type ‘long unsigned int’ [-Wformat=]
  192 |    fprintf(stderr, "offset attribute exceeds tag storate: %02X >= 
%02X", offset, sizeof_array(tmpTag.mem));
      |                                                                   ~~~^
      |                                                                      |
      |                                                                      
unsigned int
      |                                                                   %02lX
gcc  -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -DVERSION=\"1.6\" 
-rdynamic -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o rfdump main.o callbacks.o 
mifare.o rfid.o tagtypes.o xml.o acg.o tcpconnect.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 -lglade-2.0 
-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 -lxml2 -lexpat
/usr/bin/ld: callbacks.o:(.bss+0x0): multiple definition of `windowAbout'; 
main.o:(.bss+0x48): first defined here
/usr/bin/ld: callbacks.o:(.bss+0x8): multiple definition of 
`windowPreferences'; main.o:(.bss+0x40): first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:397: rfdump] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:359: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:300: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: rfdump
Source-Version: 1.6-7
Done: Marcos Fouces <marcos.fou...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
rfdump, 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.
Marcos Fouces <marcos.fou...@gmail.com> (supplier of updated rfdump 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: Tue, 28 Jul 2020 23:38:36 +0200
Source: rfdump
Architecture: source
Version: 1.6-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <team+pkg-secur...@tracker.debian.org>
Changed-By: Marcos Fouces <marcos.fou...@gmail.com>
Closes: 957760
Changes:
 rfdump (1.6-7) unstable; urgency=medium
 .
   [ Samuel Henrique ]
   * Add salsa-ci.yml
   * Configure git-buildpackage for Debian
 .
   [ Marcos Fouces ]
   * Fix build with gcc 10. Thanks to Reiner Herrmann. (Closes: #957760).
   * Refresh patches.
   * Bump to debhelper-compat 13.
   * Add Rules-Requires-Root: no stanza in d/control.
   * Bump to Standards-Version 4.5.0 (no changes required).
Checksums-Sha1:
 066a9fcb13947240e75d10efbc623227e04f5b35 1925 rfdump_1.6-7.dsc
 bbb23bf2dd2fad7f061ace9bdab43d5ce19d010d 5696 rfdump_1.6-7.debian.tar.xz
 ac9acdd4b37ea5999f36ac68e159beb832a39a2e 11002 rfdump_1.6-7_source.buildinfo
Checksums-Sha256:
 d1e567ecdbf748f034c245a439f4a40e7d5e77df7594c8f82f89dd7fcc30e9fc 1925 
rfdump_1.6-7.dsc
 b8a77d7eef247426b45cf21b1beea90d805710b8f9b9616d893c7a50dec24d96 5696 
rfdump_1.6-7.debian.tar.xz
 f3c626ca89f650218926981ceb813a515ac231bf7a5717334b666076aa4c2071 11002 
rfdump_1.6-7_source.buildinfo
Files:
 bfe5f47bece535173802e8ad33b017d5 1925 electronics optional rfdump_1.6-7.dsc
 5ad64d145a726580a3d5455615f2d9af 5696 electronics optional 
rfdump_1.6-7.debian.tar.xz
 8f920dec2f36d8655b0d06d00f457923 11002 electronics optional 
rfdump_1.6-7_source.buildinfo

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

iQIzBAEBCgAdFiEEfLiv/VYDL+NaNH0uasy9D6O3RHwFAl81u+cACgkQasy9D6O3
RHwgLA//bKmZaVZZYQWA0XF/VzYsDD23BOyoTZcVS0RIyghV1ukmjJfAPLHVk/Dd
4o0xYzgQrvMwSGeMwH/BA/Yz+cmuV91ZccviB9WruRlKQaoJXxkBSUtIeLJVOEug
stz4P8gYYmiDyAeMKcALpfhwLVSDwd1HeQOZ26zkB/pF6wQx0nd//eyE3KjcHsEM
rJcwDSEx8OVsCHWnw/Bs/DPk8O5/Rkvje2UGTENuUn8AMOGB6d2e4Kk4JXVU61Dm
xFl9Zb0Bp5u7qHv99sOyjSpLXAF/2dcWWlbWzZVwkL6mzPxNxcFAOBnQx1LS7L4d
tMyWN4vT9plmMmqHD63NAJNnLFdD+rEe1Bvljr/8QUUhKjpl4k+3LR47JFJ3LSwz
R7+pfPA2Yk5ZT/wfwvnRGE20k064DY30if3AKydyGLXd6NR2l2L8XqQ+p2R72hfE
28nbxUNgQp2nfxbLeihcxeJKZ4ZT98jkGkYMTMlWvQqenX2eFtBdu1lT9sf0SxJF
NiTMW7FY1p78lmnrM0F7zUg7n4inApdAEHNI0gUUWu4YiBmY119aEzQvwHWCdGul
9NR8u2iXJSsuG8NiHgDOZTr+qgiP8OW81DgztkwUgNe7Brko5Dt93VnxV5pS3jDt
6cjtOTwZGtKbM3mVA81apd0JCDMmwGmIS9FOp2QaNvj6LPG1xRk=
=zVap
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to