Your message dated Mon, 31 Aug 2020 21:05:22 +0000
with message-id <e1kcqzs-0001bg...@fasolo.debian.org>
and subject line Bug#957224: fixed in fped 0.1+201210-1.2
has caused the Debian Bug report #957224,
regarding fped: 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.)


-- 
957224: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fped
Version: 0.1+201210-1.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/fped_0.1+201210-1.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/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 gui_frame.c:15:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
  CC        gui_frame_drag.o
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 gui_frame_drag.c:15:
/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 gui_frame_drag.c:15:
/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 gui_frame_drag.c:15:
/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 gui_frame_drag.c:15:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
  CC        fped
/usr/bin/ld: file.o:./postscript.h:29: multiple definition of 
`postscript_params'; fped.o:./postscript.h:29: first defined here
/usr/bin/ld: postscript.o:./postscript.h:29: multiple definition of 
`postscript_params'; fped.o:./postscript.h:29: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:123: fped] Error 1
rm icons/bright.ppm icons/all.ppm icons/hole.ppm icons/line.ppm icons/point.ppm 
icons/circ.ppm icons/delete.ppm icons/arc.ppm icons/bright_off.ppm 
icons/all_off.ppm icons/vec.ppm icons/stuff.ppm icons/meas.ppm icons/rect.ppm 
icons/meas_off.ppm icons/stuff_off.ppm icons/delete_off.ppm icons/pad.ppm 
icons/meas_y.ppm icons/frame.ppm icons/rpad.ppm icons/meas_x.ppm
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:14: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: fped
Source-Version: 0.1+201210-1.2
Done: Sudip Mukherjee <sudipm.mukher...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
fped, 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 fped 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, 29 Aug 2020 21:32:55 +0100
Source: fped
Architecture: source
Version: 0.1+201210-1.2
Distribution: unstable
Urgency: medium
Maintainer: Xiangfu Liu <xian...@openmobilefree.net>
Changed-By: Sudip Mukherjee <sudipm.mukher...@gmail.com>
Closes: 957224
Changes:
 fped (0.1+201210-1.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix ftbfs with GCC-10. (Closes: #957224)
Checksums-Sha1:
 9aa3a1bbcc52b48566c1efd1dfa81778fe433784 1935 fped_0.1+201210-1.2.dsc
 154993ac5d25e31bd081a86c4eed1df2cc663ebe 4648 fped_0.1+201210-1.2.debian.tar.xz
 b4c3bc1cf5970d238e4043dd85591df46781d638 11808 
fped_0.1+201210-1.2_amd64.buildinfo
Checksums-Sha256:
 7619fc7593cb03c9896aee4597758579fa8dc8dd537ab0ca668044b772c3d3d4 1935 
fped_0.1+201210-1.2.dsc
 e326f932b35298d277a52ca8af5f8956de0e81a20b167bad58755493f1c08984 4648 
fped_0.1+201210-1.2.debian.tar.xz
 931becf17e63d0e0dc9e48408ead9941fab9f3d83a1cf6705b451e7ca3aee3c6 11808 
fped_0.1+201210-1.2_amd64.buildinfo
Files:
 40120e83a2f5fb5255f53b790d0221f7 1935 electronics extra fped_0.1+201210-1.2.dsc
 dbc3b894bc515e0bd6ec2131a6ef4a63 4648 electronics extra 
fped_0.1+201210-1.2.debian.tar.xz
 7b37f3d9b7538bd12d252767fc437e0d 11808 electronics extra 
fped_0.1+201210-1.2_amd64.buildinfo

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

iQIzBAEBCgAdFiEEuDQJkCg9jZvBlJrHR5mjUUbRKzUFAl9Kvz4ACgkQR5mjUUbR
KzWa8w/+Kcah4HdTHmlLqYQS9W0BaQ5iF/YRovhUhBBornUmB35RrrU9WoUyBQKN
ydXlBriX5Z2ptt+Y9TLutZ7EzaQhMLmzzxO4tAHvasNagqc0hmo4NGWudHU0vIUE
n4sv2Fb59yHB88i3451Xv7J4vh6fy1bm2NoC4YxDq+iUczpFduUawAx82psuPzrD
gCvmV9LdqgDKFb7HcNWOgXPt+/SQ0q69vyb4r549JgVWS/8DTrHITbHwdYbPi7LY
nbpdUyZC55TLI5cQ9BwrVYez1je+iHy/vrHlYTZuqSAy11/qQLOUYfLgrMAcZmfb
FaR3upb4G/00TXKvJJdBTQW9f6xFcoWLXi+7XlAw0Uxz29kwauFRRLBSw6bteHAw
32boMPABmiAoa38yTXSfRzF6ir9dAtocq2ht4j9GgWAR9hESOJOR+G9lZef1bzbx
PB8cL9n5KOar8NBiS0TI52+OjL7gzmSkuMDjeaX81A4FZPxaFIDcNDONRa/jvPtC
KD8a2gAy9hbZahT1NRQ8lezlThZD5+OC4MTKU6iQe3m4ffJLlbANTwvRqldJA7N9
AQ4UwzX9+XAjVsLZqrt84UJXnG9LfBmIdMEsqgpr2f/cgAxQqqwZALHBDOU9jK9g
YYp7vB5bb04vSSRW5Y6tvOcItBcgoEZHQUIrgjWMcj+MiS2dMB8=
=JdtS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to