Your message dated Mon, 27 Jul 2015 16:49:02 +0000
with message-id <e1zjlai-0001gm...@franck.debian.org>
and subject line Bug#777882: fixed in gnokii 0.6.30+dfsg-1.1
has caused the Debian Bug report #777882,
regarding gnokii: ftbfs with GCC-5
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.)
--
777882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gnokii
Version: 0.6.30+dfsg-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5
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-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/gnokii_0.6.30+dfsg-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.
To build with GCC 5, either set CC=gcc-5 CXX=g++-5 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++
Common build failures are C11 as the default C mode, 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-5/porting_to.html
[...]
xgnokii_calendar.c:458:2: warning: 'g_strcasecmp' is deprecated
[-Wdeprecated-declarations]
return (g_strcasecmp(text1, text2));
^
In file included from /usr/include/glib-2.0/glib.h:79:0,
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 xgnokii_calendar.c:36:
/usr/include/glib-2.0/glib/gstrfuncs.h:200:23: note: declared here
gint g_strcasecmp (const gchar *s1,
^
mv -f .deps/xgnokii-xgnokii_calendar.Tpo .deps/xgnokii-xgnokii_calendar.Po
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/freetype2 -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\"
-Wall -g -O2 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing
-MT xgnokii-xgnokii_logos.o -MD -MP -MF .deps/xgnokii-xgnokii_logos.Tpo -c -o
xgnokii-xgnokii_logos.o `test -f 'xgnokii_logos.c' || echo './'`xgnokii_logos.c
mv -f .deps/xgnokii-xgnokii_logos.Tpo .deps/xgnokii-xgnokii_logos.Po
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/freetype2 -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\"
-Wall -g -O2 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing
-MT xgnokii-xgnokii_xring.o -MD -MP -MF .deps/xgnokii-xgnokii_xring.Tpo -c -o
xgnokii-xgnokii_xring.o `test -f 'xgnokii_xring.c' || echo './'`xgnokii_xring.c
xgnokii_xring.c: In function 'createpixmap':
xgnokii_xring.c:198:9: warning: cast from pointer to integer of different size
[-Wpointer-to-int-cast]
return (int) pam->pixmap; /* (to) NULL or not (to) NULL */
^
mv -f .deps/xgnokii-xgnokii_xring.Tpo .deps/xgnokii-xgnokii_xring.Po
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/freetype2 -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\"
-Wall -g -O2 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing
-MT xgnokii-xgnokii_lowlevel.o -MD -MP -MF .deps/xgnokii-xgnokii_lowlevel.Tpo
-c -o xgnokii-xgnokii_lowlevel.o `test -f 'xgnokii_lowlevel.c' || echo
'./'`xgnokii_lowlevel.c
mv -f .deps/xgnokii-xgnokii_lowlevel.Tpo .deps/xgnokii-xgnokii_lowlevel.Po
gcc -DHAVE_CONFIG_H -I. -I../include -I../include -pthread -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/freetype2 -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\"
-Wall -g -O2 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing
-MT xgnokii-xgnokii_data.o -MD -MP -MF .deps/xgnokii-xgnokii_data.Tpo -c -o
xgnokii-xgnokii_data.o `test -f 'xgnokii_data.c' || echo './'`xgnokii_data.c
xgnokii_data.c:78:13: warning: 'GUI_HideData' defined but not used
[-Wunused-function]
static void GUI_HideData(void)
^
mv -f .deps/xgnokii-xgnokii_data.Tpo .deps/xgnokii-xgnokii_data.Po
/bin/bash ../libtool --tag=CC --mode=link gcc -I../include -pthread -pthread
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/freetype2 -DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\"
-Wall -g -O2 -Wall -Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing
-o xgnokii xgnokii-xgnokii.o xgnokii-xgnokii_common.o
xgnokii-xgnokii_contacts.o xgnokii-xgnokii_sms.o xgnokii-xgnokii_netmon.o
xgnokii-xgnokii_dtmf.o xgnokii-xgnokii_cfg.o xgnokii-xgnokii_speed.o
xgnokii-xgnokii_xkeyb.o xgnokii-xgnokii_calendar.o xgnokii-xgnokii_logos.o
xgnokii-xgnokii_xring.o xgnokii-xgnokii_lowlevel.o xg
nokii-xgnokii_data.o -pthread -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 ../common/libgnokii.la
../common/data/libDATA.la -lpthread -lical
libtool: link: gcc -I../include -pthread -pthread -I/usr/include/gtk-2.0
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2
-DGTK_ENABLE_BROKEN -DLOCALEDIR=\"/usr/share/locale\" -Wall -g -O2 -Wall
-Wno-pointer-sign -fvisibility=hidden -fno-strict-aliasing -o .libs/xgnokii
xgnokii-xgnokii.o xgnokii-xgnokii_common.o xgnokii-xgnokii_contacts.o
xgnokii-xgnokii_sms.o xgnokii-xgnokii_netmon.o xgnokii-xgnokii_dtmf.o
xgnokii-xgnokii_cfg.o xgnokii-xgnokii_speed.o xgnokii-xgnokii_xkeyb.o
xgnokii-xgnokii_calendar.o xgnokii-xgnokii_logos.o xgnokii-xgnokii_xring.o
xgnokii-xgnokii_lowlevel.o xgnokii-xgnokii_data.o -pthread
-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 /usr/lib/x86_64-linux-gnu/libfreetype.so
../common/.libs/libgnokii.so ../common/data/.libs/libDATA.a -lpthread -lical
-pthread
xgnokii-xgnokii.o: In function `CreateAboutDialog':
/«BUILDDIR»/gnokii-0.6.30+dfsg/xgnokii/xgnokii.c:1187: undefined reference to
`GUI_HideAbout'
xgnokii-xgnokii_logos.o:(.data+0x1c0): undefined reference to `CloseLogosWindow'
collect2: error: ld returned 1 exit status
make[3]: *** [xgnokii] Error 1
Makefile:486: recipe for target 'xgnokii' failed
make[3]: Leaving directory '/«BUILDDIR»/gnokii-0.6.30+dfsg/xgnokii'
make[2]: *** [all-recursive] Error 1
Makefile:780: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«BUILDDIR»/gnokii-0.6.30+dfsg/xgnokii'
make[1]: *** [all-recursive] Error 1
Makefile:382: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/«BUILDDIR»/gnokii-0.6.30+dfsg'
make: *** [build-stamp] Error 2
debian/rules:46: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: gnokii
Source-Version: 0.6.30+dfsg-1.1
We believe that the bug you reported is fixed in the latest version of
gnokii, 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 777...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated gnokii 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, 22 Jul 2015 18:14:03 +0200
Source: gnokii
Binary: gnokii gnokii-common gnokii-cli xgnokii gnokii-smsd gnokii-smsd-mysql
gnokii-smsd-pgsql libgnokii6 libgnokii-dev
Architecture: source amd64 all
Version: 0.6.30+dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Leo Costela <cost...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
gnokii - Datasuite for mobile phone management (metapackage)
gnokii-cli - Datasuite for mobile phone management (console interface)
gnokii-common - Datasuite for mobile phone management (base files)
gnokii-smsd - SMS Daemon for mobile phones
gnokii-smsd-mysql - SMSD plugin for MySQL storage backend
gnokii-smsd-pgsql - SMSD plugin for PostgreSQL storage backend
libgnokii-dev - Gnokii mobile phone interface library (development files)
libgnokii6 - Gnokii mobile phone interface library
xgnokii - Datasuite for mobile phone management (X interface)
Closes: 744582 777882
Changes:
gnokii (0.6.30+dfsg-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix "ftbfs with GCC-5":
debian/rules: add "-fgnu89-inline" to CFLAGS.
(Closes: #777882)
* Fix "run dh-autoreconf to update config.{sub,guess} and
{libtool,aclocal}.m4": apply patch from Brahadambal Srinivasan to use
dh-autoreconf in debian/{control,rules}.
(Closes: #744582)
* debian/control: add "(metapackage)" to gnokii's short description.
Otherwise we run into lintian's "W: gnokii: empty-binary-package",
which is flagged by lintian's --ftp-master-rejects.
Checksums-Sha1:
f969de46b14274920f96af49f000b653bea262b6 2688 gnokii_0.6.30+dfsg-1.1.dsc
818041232ecd15c93ccfac30dd5cef99b683e1ea 16472
gnokii_0.6.30+dfsg-1.1.debian.tar.xz
f2633786ea5f728e959107e9b122bfded7e473bb 182814
gnokii-common_0.6.30+dfsg-1.1_all.deb
506a5c3e8cae2fea56a9d1451d0f1bc355f4004d 936 gnokii_0.6.30+dfsg-1.1_all.deb
Checksums-Sha256:
0c7a1196eb768137833084735a39c4d7f8c156589339c897ddabc08a333bb946 2688
gnokii_0.6.30+dfsg-1.1.dsc
88455fce561c5c23bd3b7702e0675a67d969b53eddccfffbf83e32a3a72fe7b9 16472
gnokii_0.6.30+dfsg-1.1.debian.tar.xz
0dd4fd7879d478f5d75cc7d41e4fe6e5ed029f1a7ba358b094381a437dfc44f3 182814
gnokii-common_0.6.30+dfsg-1.1_all.deb
1cf183c180f63fe7ad9693666b29e5eb0d7f6589f3e7f7d1896bb3e163211a16 936
gnokii_0.6.30+dfsg-1.1_all.deb
Files:
d4149dd3488bec4497f57e3c8238ece8 2688 comm optional gnokii_0.6.30+dfsg-1.1.dsc
7d1d337e3da590c14bd7b018550d607e 16472 comm optional
gnokii_0.6.30+dfsg-1.1.debian.tar.xz
e9744f14932efdcc7bd6f554ffda8a31 182814 comm optional
gnokii-common_0.6.30+dfsg-1.1_all.deb
0746bb4b5783e3e0f74c38bde62c4403 936 comm optional
gnokii_0.6.30+dfsg-1.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVr8JWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGZy4P/2RHSxOoOnZ1S+q4wQo63+Nt
kxnItCUbDmp2CKLk9AgoUAqN1N4h7nESgbyL4gOxFYGCST1uAMtIa4libpUeVzZP
ZHs64oNrBM2Jewe1qyi8esfFMRNXLdjDzJ3YeFKllyKBVzGJpFTCdHlVkpxruA6i
qguwoERJXjcow6yMrv+A4Xgi+CQ81g35hV11OtjtGAEoNAA4wY2e5EWiBIMsGX5H
T3riIrAoQ6j8wxyF3RhK9i08jNwrDM3o30GHnMhpUPsWdZ/jM12x+LhU9sw15cca
tjp0e7VuDIocJZX07yqk4/SNyWVjJ014Kld878JZWB1IjjIsau1yl7RUk17KkP50
8MptOcqD/MwoDu2nymN03UQ+85HOieLAm3OcILhBPoZs8ijyQobu442aG8skAdyc
8TPGWXqhGPtktj6VtLnWIa3jiSLX+0iMdT/XidRdlR7bPSe5Vj1F7mgZcImb/9il
+f1/ozH45Kp+g70LAfyb9ecBP7Wra+va4hEIvvHgLc0hdenj6kBPxyxHmxsaibWL
llktU7S/pjYjj6QagfeJV8Q3DGbeYZat3kntYYPb3RwkEGB14Cg33G9o3Pu+4tEo
CpxdYayJfg9zqDM/pdPqjWygnQ5pfkPPGh4eFjhRIQtJ+6D7/kQfAMrVRaCX9LDt
cPq8Vh7ZX+DL89mZqKyP
=0t6e
-----END PGP SIGNATURE-----
--- End Message ---