Your message dated Sun, 07 Feb 2021 08:20:22 +0000
with message-id <[email protected]>
and subject line Bug#957165: fixed in efax-gtk 3.2.8-2.2
has caused the Debian Bug report #957165,
regarding efax-gtk: 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.)
--
957165: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957165
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:efax-gtk
Version: 3.2.8-2.1
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/efax-gtk_3.2.8-2.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
[...]
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 prog_defs.h:48,
from redial_queue.h:12,
from redial_queue.cpp:15:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
| ^~~~~~~~~~~~~~~
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 redial_queue.h:18,
from redial_queue.cpp:15:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: 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 ./internal/c++-gtk-utils/callback.h:748,
from redial_queue.cpp:12:
/usr/include/glib-2.0/glib/gtypes.h:549:26: note: declared here
549 | typedef struct _GTimeVal GTimeVal
GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
| ^~~~~~~~
mv -f .deps/redial_queue.Tpo .deps/redial_queue.Po
x86_64-linux-gnu-g++ -D_XOPEN_SOURCE=600 -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/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I./internal -I../internal -I./utils -O2 -fexceptions -fsigned-char
-fno-check-new -Wno-deprecated -pthread -Wall -s -o efax-gtk main.o
mainwindow.o dialogs.o fax_list.o fax_list_manager.o file_list.o
efax_controller.o addressbook.o settings.o settings_help.o helpfile.o
socket_server.o socket_list.o socket_notify.o logger.o tray_icon.o
redial_queue.o utils/libutils.a internal/c++-gtk-utils/libcx
x-gtk-utils.a -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 -lgthread-2.0 -pthread -lglib-2.0 -lX11 -lgio-2.0
-lgobject-2.0 -lglib-2.0 -ltiff
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Making all in efax
make[3]: Entering directory '/<<PKGBUILDDIR>>/efax'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\"
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -g
-O2 -MT efax.o -MD -MP -MF .deps/efax.Tpo -c -o efax.o efax.c
efax.c: In function ‘c1sndrcv’:
efax.c:1437:7: warning: variable ‘rxdislen’ set but not used
[-Wunused-but-set-variable]
1437 | int rxdislen, ppm, try=0, pagetry=0, retry=0, remtx=0, remrx=0 ;
| ^~~~~~~~
efax.c: In function ‘c2sndrcv’:
efax.c:1961:7: warning: variable ‘remtx’ set but not used
[-Wunused-but-set-variable]
1961 | int remtx=0 ;
| ^~~~~
mv -f .deps/efax.Tpo .deps/efax.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\"
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -g
-O2 -MT efaxlib.o -MD -MP -MF .deps/efaxlib.Tpo -c -o efaxlib.o efaxlib.c
mv -f .deps/efaxlib.Tpo .deps/efaxlib.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\"
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -g
-O2 -MT efaxio.o -MD -MP -MF .deps/efaxio.Tpo -c -o efaxio.o efaxio.c
mv -f .deps/efaxio.Tpo .deps/efaxio.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\"
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -g
-O2 -MT efaxos.o -MD -MP -MF .deps/efaxos.Tpo -c -o efaxos.o efaxos.c
mv -f .deps/efaxos.Tpo .deps/efaxos.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\"
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -g
-O2 -MT efaxmsg.o -MD -MP -MF .deps/efaxmsg.Tpo -c -o efaxmsg.o efaxmsg.c
mv -f .deps/efaxmsg.Tpo .deps/efaxmsg.Po
x86_64-linux-gnu-gcc -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wall -g -O2 -s -o efax-0.9a
efax.o efaxlib.o efaxio.o efaxos.o efaxmsg.o -lglib-2.0
/usr/bin/ld: efaxlib.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: multiple definition
of `normalbits'; efax.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: first defined here
/usr/bin/ld: efaxlib.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: multiple definition
of `reversebits'; efax.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: first defined here
/usr/bin/ld: efaxio.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: multiple definition
of `normalbits'; efax.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: first defined here
/usr/bin/ld: efaxio.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: multiple definition
of `reversebits'; efax.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: first defined here
/usr/bin/ld: efaxos.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: multiple definition
of `reversebits'; efax.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: first defined here
/usr/bin/ld: efaxos.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: multiple definition
of `normalbits'; efax.o:/<<PKGBUILDDIR>>/efax/efaxlib.h:211: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:324: efax-0.9a] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/efax'
make[2]: *** [Makefile:449: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:287: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:52: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: efax-gtk
Source-Version: 3.2.8-2.2
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
efax-gtk, 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.
Adrian Bunk <[email protected]> (supplier of updated efax-gtk 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: Sat, 06 Feb 2021 16:21:12 +0200
Source: efax-gtk
Architecture: source
Version: 3.2.8-2.2
Distribution: unstable
Urgency: medium
Maintainer: Lior Kaplan <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 957165
Changes:
efax-gtk (3.2.8-2.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Backport upstream fix for FTBFS with gcc 10. (Closes: #957165)
Checksums-Sha1:
fc0b53dba9c82cde366628c5768b63f99bec6b15 1909 efax-gtk_3.2.8-2.2.dsc
6248192aa2f2512de488ae56a61d1b6f6e1163b6 7104 efax-gtk_3.2.8-2.2.debian.tar.xz
Checksums-Sha256:
888484bb607633e479f6e27a73773811cfd92512214182d71095a06173b9be1f 1909
efax-gtk_3.2.8-2.2.dsc
32f516ff36f04a3c4e5ef0049e1d0c571d9a46a09b0a88e3668c0577e5d6fd8a 7104
efax-gtk_3.2.8-2.2.debian.tar.xz
Files:
5c1fbbfccdd9a56ba49e562375d971d7 1909 comm optional efax-gtk_3.2.8-2.2.dsc
b87302c0188d613d1f483d142b6b6e41 7104 comm optional
efax-gtk_3.2.8-2.2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmAeplIACgkQiNJCh6LY
mLFHPhAAzcxv+UT1QIN7jx4gPIafSm6yA1gpmOf0VgwEPoYnGvkA4jyD8jXtdTRy
iWXxNgxEYv0MqA2oqfiq/xm5byo4/EXdGSV3ugXzkyuZHa00K3iaJHmD4fg6MoNz
UN/kywuBzZSIGb848bkuIZieJvidIKjV3Uco1CNWyi5OCqBHdK8HDL6jzX5lInie
V/zHX1diZSYlbo+FuNst08EqEhKR5jvReB8HHKLqxc9Gasvkkh6XyMNrRmtHoTDZ
387yFg7pjNVMR04uB+HQjP7AcRBmc0MUvYfhoJ5sDD6MnYHUuRdQh7NuGvcgYE56
Ldlfxthst9I8SFRHUwAq0S02KGFmT7qowuCuZtCvsqRXMMoRiNCOoi3/It8bzb/V
rL/mrxWL02MlvwhePcxXM2Yy692VOMdbbEebz8C55Ba5TINb+roupru6o2riF8vj
E7xtO/R1eYES10NDDEBVW0FPjnove9UQO9ntGM57qtWJ2CcpK2tGsDj/9oaK858W
Ytdz3xNMuNicQrJ7nDrOPOmdNiF1u1l3iRg7XKqnAGcgfKZ1TiSMsHjIq6PcrB1G
j4h+4oQE1VXZM2qiNTV4KiIzLv+SelOn2v1E6nXaGfzsVtSXmsKiDtHmJxx6RRB4
xa2f6sUfotPSJZ69kDgU4MpUK2AhPaRaOUXZWao7SgvJV3YxH5o=
=Nd1R
-----END PGP SIGNATURE-----
--- End Message ---