Your message dated Wed, 05 Aug 2020 15:48:36 +0000
with message-id <e1k3lee-0000mv...@fasolo.debian.org>
and subject line Bug#957223: fixed in foxtrotgps 1.2.2+bzr324-1
has caused the Debian Bug report #957223,
regarding foxtrotgps: 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.)


-- 
957223: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:foxtrotgps
Version: 1.2.2-2
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/foxtrotgps_1.2.2-2_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 route.c:8:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 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 globals.h:6,
                 from hrm_functions.c:19:
/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 globals.h:6,
                 from hrm_functions.c:19:
/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 globals.h:6,
                 from hrm_functions.c:19:
/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 hrm_functions.c:7:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
/bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -export-dynamic -Wl,-z,relro -Wl,-z,now -o foxtrotgps 
support.o main.o interface.o callbacks.o map_management.o globals.o converter.o 
gps_functions.o init.o tile_management.o friends.o geo_photos.o poi.o util.o 
wp.o tracks.o route.o exif.o hrm_functions.o -lgtk-x11-2.0 -lgdk-x11-2.0 
-latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfontconfig -lfreetype -lgdk-x11-2.0 
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgdk_pixbuf-2.0 -lgobject-2.0 
-lgthread-2.0 -pthread -lglib-2.0 -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 -lcurl 
-lsqlite3 -lexif -lxml2 -lgps -lbluetooth -lm 
libtool: link: gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro 
-Wl,-z -Wl,now -o foxtrotgps support.o main.o interface.o callbacks.o 
map_management.o globals.o converter.o gps_functions.o init.o tile_management.o 
friends.o geo_photos.o poi.o util.o wp.o tracks.o route.o exif.o 
hrm_functions.o -pthread -Wl,--export-dynamic  -lgthread-2.0 -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 /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so 
/usr/lib/x86_64-linux-gnu/libsqlite3.so -lexif -lxml2 -lgps -lbluetooth -lm 
-pthread
/usr/bin/ld: tracks.o:./src/tracks.c:33: multiple definition of `dialog10'; 
callbacks.o:./src/callbacks.c:49: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:519: foxtrotgps] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:507: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:418: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: foxtrotgps
Source-Version: 1.2.2+bzr324-1
Done: Paul Wise <p...@debian.org>

We believe that the bug you reported is fixed in the latest version of
foxtrotgps, 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.
Paul Wise <p...@debian.org> (supplier of updated foxtrotgps 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, 05 Aug 2020 23:32:54 +0800
Source: foxtrotgps
Architecture: source
Version: 1.2.2+bzr324-1
Distribution: unstable
Urgency: medium
Maintainer: Paul Wise <p...@debian.org>
Changed-By: Paul Wise <p...@debian.org>
Closes: 957223
Changes:
 foxtrotgps (1.2.2+bzr324-1) unstable; urgency=medium
 .
   [ Paul Wise ]
   * New upstream snapshot.
     - Fixes FTBFS with GCC 10 (Closes: #957223)
     - Drop patches merged upstream
     - Use autogen.sh so intltoolize gets run
     - Add secondary tarballs for screenshots and bzr Changelog
     - Do necessary symlinking, building and cleanup due to snapshot
   * Add doc-base registration for the manual
 .
   [ lintian-brush ]
   * Remove obsolete field Name from debian/upstream/metadata (already present 
in
     machine-readable debian/copyright).
   * Update standards version to 4.5.0, no changes needed.
Checksums-Sha1:
 a23d0388247da88ad53eabc33d09addaf2b29c11 2568 foxtrotgps_1.2.2+bzr324-1.dsc
 65a6332997c2097a7b73cef26f898a7dfeb60095 43998 
foxtrotgps_1.2.2+bzr324.orig-changelog.tar.gz
 fc12e47f5c9f30edccdfccd158acd23c3dad9b33 709378 
foxtrotgps_1.2.2+bzr324.orig-screenshots.tar.gz
 01d64d4351fb0b014ab76a593c5ae16fea03e2ff 287687 
foxtrotgps_1.2.2+bzr324.orig.tar.gz
 e5a32c9d88f364972d1e12f69b61e01bd85b4988 17692 
foxtrotgps_1.2.2+bzr324-1.debian.tar.xz
Checksums-Sha256:
 9e18448654258002055f0ae90fc5cec3e3fbea60480f0a1d0bd9c3dc135a05b5 2568 
foxtrotgps_1.2.2+bzr324-1.dsc
 5e9b8b6a478f74af3a006b2038c34f687c0b2b200ea0e797574036abaa6f7a6c 43998 
foxtrotgps_1.2.2+bzr324.orig-changelog.tar.gz
 2d7c8c68d50b12e12f2f90b9c4365790add4972600ebe65bafcf7298f4890949 709378 
foxtrotgps_1.2.2+bzr324.orig-screenshots.tar.gz
 af9eb25e9f1f36fd57b27525b6e5e17e86db8a1363ea031d14de2110e59ffca2 287687 
foxtrotgps_1.2.2+bzr324.orig.tar.gz
 f2351bed583c633ef682569bf89f3d56cc2e08cf2ed8c87cd158b06860d222a6 17692 
foxtrotgps_1.2.2+bzr324-1.debian.tar.xz
Files:
 056512e0c923afea56d1f822fa06c3d6 2568 comm optional 
foxtrotgps_1.2.2+bzr324-1.dsc
 8211b0331a0e15fec5fd51b90dc5f8bf 43998 comm optional 
foxtrotgps_1.2.2+bzr324.orig-changelog.tar.gz
 c0d797a9eee075224015001915d54579 709378 comm optional 
foxtrotgps_1.2.2+bzr324.orig-screenshots.tar.gz
 943b17c10863935cde28d0eeaafaa159 287687 comm optional 
foxtrotgps_1.2.2+bzr324.orig.tar.gz
 b805021a6617d2ec7cc8be44827497e5 17692 comm optional 
foxtrotgps_1.2.2+bzr324-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAl8q0hgACgkQMRa6Xp/6
aaPuaBAAmdZV9NGsWsJrrY0KSGu1ChATbig6ip5/QVVC5HuBVadLssy2tf+g1vc0
jl0rWAWgC9GLCDVSwbNoAfnyHHTsQ2iieCFQ0YEMqJHBaf1sX8Zd4rVy9EBGCPmR
ZaNDxkuRXG1epX4xPs1Dt5gW+mZ/pcYNh2gcFDNaXa/nyrH7I/Zmxjz6fGfDxT9B
9BWKcOkSbXr6jUOOfkv0QLjkKnhaj22jYfbWfsZEb2SFoBQsIvlrPL+SIHjzAjYO
kGvjfK0TrUuWolgt5S/OuJfpkyKVFKv7S8owgK2Ct2EhBaPtdor0Nq89PzLsTmJr
tyKhOgv0WSe/CrIfO2HTsFKPFqW4Ob2YYLdsc8wvNHcYvsvnaIt9iiXuCegos/so
ILdlkPn6NOwiqQ3ERAbjYSGHWE4ZUOcu/ld3xVA9QDeYcu7OXO6K2SiCEt9x6at6
IO7OPbqd5LGMxdWoLfwgdKJDI50LFz7c0Kn/laKE8gqQThkgG+78FVVmoccZJeoK
PsBo7ktitKLpzzwN5NcziJFfFDARi0xN4zvmwjNnH3Aag8pSlheTj9nilsT9tX29
vxphCwDbwD7GzXJRTjoKTGVsjk4x5s2fSWG+Pik1+N6p+vbHY/tdpBmrLVOmVEW0
3fG6fH6qnJzxT3TFI6ihOqsBsBYwWFBoFVUZyPKajiTeOsNP2Ls=
=E4DA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to