Your message dated Sat, 22 Aug 2020 18:50:51 +0000
with message-id <[email protected]>
and subject line Bug#957657: fixed in packeth 1.6.5-2.1
has caused the Debian Bug report #957657,
regarding packeth: 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 [email protected]
immediately.)


-- 
957657: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957657
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:packeth
Version: 1.6.5-2
Severity: normal
Tags: sid bullseye
User: [email protected]
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/packeth_1.6.5-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/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 src/savepacket.c:23:
/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 src/savepacket.c:23:
/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 src/savepacket.c:23:
/usr/include/glib-2.0/glib/gtypes.h:551:8: note: declared here
  551 | struct _GTimeVal
      |        ^~~~~~~~~
src/savepacket.c: In function ‘save_gen_b’:
src/savepacket.c:71:27: warning: variable ‘index’ set but not used 
[-Wunused-but-set-variable]
   71 |         int timeflag = 0, index = 0;
      |                           ^~~~~
src/savepacket.c: In function ‘save_gen_s’:
src/savepacket.c:213:11: warning: pointer targets in passing argument 1 of 
‘strncpy’ differ in signedness [-Wpointer-sign]
  213 |   strncpy(&pkttable[i][0], bt1_t, 70);
      |           ^~~~~~~~~~~~~~~
      |           |
      |           unsigned char *
In file included from /usr/include/glib-2.0/glib/gtestutils.h:30,
                 from /usr/include/glib-2.0/glib.h:85,
                 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 src/savepacket.c:23:
/usr/include/string.h:125:40: note: expected ‘char * restrict’ but argument is 
of type ‘unsigned char *’
  125 | extern char *strncpy (char *__restrict __dest,
      |                       ~~~~~~~~~~~~~~~~~^~~~~~
gcc  -Wall -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations  
-Wl,-z,defs -Wl,--as-needed -o packETH src/main.o src/support.o src/interface.o 
src/callbacks.o src/function.o src/function_send.o src/loadpacket.o 
src/savepacket.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 
-lfontconfig -lfreetype -lgthread-2.0 -pthread -lglib-2.0 -lpthread -lm 
/usr/bin/ld: src/function_send.o:/<<PKGBUILDDIR>>/src/function_send.c:51: 
multiple definition of `iftext'; 
src/callbacks.o:/<<PKGBUILDDIR>>/src/callbacks.c:60: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:319: packETH] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:219: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:16: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: packeth
Source-Version: 1.6.5-2.1
Done: Joao Eriberto Mota Filho <[email protected]>

We believe that the bug you reported is fixed in the latest version of
packeth, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <[email protected]> (supplier of updated packeth 
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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 20 Aug 2020 15:05:18 -0300
Source: packeth
Architecture: source
Version: 1.6.5-2.1
Distribution: unstable
Urgency: medium
Maintainer: David Paleino <[email protected]>
Changed-By: Joao Eriberto Mota Filho <[email protected]>
Closes: 957657
Changes:
 packeth (1.6.5-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/rules: added -fcommon to CFLAGS as a workaround
     to fix a FTBFS with GCC-10. (Closes: #957657)
Checksums-Sha1:
 f278e0f3fc69b90f338bd931c53027c03f3cc295 1903 packeth_1.6.5-2.1.dsc
 039cadc4b582a5bb13a46757c22d80a814de1e9a 5540 packeth_1.6.5-2.1.debian.tar.xz
 a5e532d51427a3ef5bd6b3f1b614e03c09854566 10273 
packeth_1.6.5-2.1_source.buildinfo
Checksums-Sha256:
 036535356b97a59120b9574ab85bcc3dd86e0f71a60191941c4d637962b2b28c 1903 
packeth_1.6.5-2.1.dsc
 a2c34cf12feb0c1be271a099d2ec9bc4950f932592cc4f78d8d59fa9c7ebedbe 5540 
packeth_1.6.5-2.1.debian.tar.xz
 1f7962a7cf2b15a42dac88d183a0cca1459692d258e4c23ab337e52f8a6becfe 10273 
packeth_1.6.5-2.1_source.buildinfo
Files:
 608ac99a112ffa5acf1eccbe15df12aa 1903 net optional packeth_1.6.5-2.1.dsc
 86a9c8f7190f581c1024957784d79217 5540 net optional 
packeth_1.6.5-2.1.debian.tar.xz
 456f442060908b8e5f1f44bb9cb18865 10273 net optional 
packeth_1.6.5-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAl8+vTYACgkQ3mO5xwTr
6e8vKxAAqpnZ9Y/PE2fJCpWayE2Eq1grXga72Mi+5QQZSw0mudFy+oSBErpKNAOF
0nI29dO5xdo+i3Rrh0Antll+4ZCH1dH2KV3dGOvRrAceoUBlsq5xW5/X+p70WUT3
TtJTpzuFUbKcKh/lKI0NSTecymDNOpBy1x3B8glvmem23rXv2cdVADO7klVhPO2F
FpG0nLZpAdXCV9NbQVEDmJPz2w9X7Gp+3SSnjy+L7Ez5D/URD0Vp7aekCQxIlwcj
LV1OsKUGtpB66rJH5Uaz3bkYVPMaOE822LzxoIx0L2WHjiwDuALTncwjHxCTqziq
ua7W7yiXYeA4SJ0jjMsnKEb00w5orCys5lVnChXg6MKBy1iSmpDNrRjBifdoZmm5
SHtRawHFCrXMsLD0ZPFZb9Pxfiqw/1DSB/Y85VjW0HiJUH12cDjXaxzDAIsYSmKx
cb4hmo0FDbVizOKLyfJKg3h/0UXy3KtThLilPNR3v2Hka6ix5iWrA0ThutumHrSu
RAfqBJU0IogheBS86YCKlGG2mMQcm+WCi3II3qaTsoFaKUBTWd47Eo0AmLTSdIN+
tvg6nWtlWSORwCZNQuA+nE+qGlYka5EwJcwncjznOHSbUapjPhgYGGhZzTBAUgaO
DB0B80OcAJOxNq8MxWYC3chnc+BUokZwGoXQkpTgQsKbuNNAAhI=
=iX45
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to