Your message dated Mon, 02 Sep 2013 21:03:41 +0000
with message-id <e1vgbhh-0001ft...@franck.debian.org>
and subject line Bug#701292: fixed in granule 1.4.0-7-2
has caused the Debian Bug report #701292,
regarding granule: ftbfs with GCC-4.8
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.)
--
701292: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701292
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:granule
Version: 1.4.0-7-1
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8
The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.
Granule.cpp:59:37: error: 'Granule::m_default_entity_loader' is not a static
data member of a class template [-fpermissive]
The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/granule_1.4.0-7-1_unstable_gcc48.log
The last lines of the build log are at the end of this report.
To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev
The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.
[...]
DeckPlayer.h:45:12: warning: declaration 'class Gtk::EventBox' does not declare
anything [enabled by default]
class Gtk::EventBox;
^
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -I.. -I../intl
-DGRAPPDATDIR=\""/usr/share/granule/"\"
-DGRAPPXMLDIR=\""/usr/share/granule/xml"\" -DDATDIR=\""/usr/share"\"
-DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"granule\" -DIS_DESKTOP
-I/usr/include/libxml2 -I/usr/include/assa-3.5 -I/usr/include/tirpc -pthread
-I/usr/include/giomm-2.4 -I/usr/lib/x86_64-linux-gnu/giomm-2.4/include
-I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/atk-1.0
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/gtkmm-2.4
-I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/pa
ngomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gdkmm-2.4
-I/usr/lib/gdkmm-2.4/include -I/usr/include/cairomm-1.0
-I/usr/lib/cairomm-1.0/include -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2
-O2 -Wall -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -c -o Granule.o Granule.cpp
In file included from Granule.cpp:41:0:
GrappConf.h:31:13: warning: declaration 'class ASSA::IniFile' does not declare
anything [enabled by default]
class ASSA::IniFile;
^
In file included from CardBox.h:34:0,
from MainWindow.h:40,
from Granule.cpp:42:
DeckPlayer.h:44:12: warning: declaration 'class Gtk::ProgressBar' does not
declare anything [enabled by default]
class Gtk::ProgressBar;
^
DeckPlayer.h:45:12: warning: declaration 'class Gtk::EventBox' does not declare
anything [enabled by default]
class Gtk::EventBox;
^
Granule.cpp:59:37: error: 'Granule::m_default_entity_loader' is not a static
data member of a class template [-fpermissive]
template <> xmlExternalEntityLoader Granule::m_default_entity_loader = 0;
^
Granule.cpp: In static member function 'static const char*
Granule::quality_answer_str(AnswerQuality)':
Granule.cpp:1069:35: warning: deprecated conversion from string constant to
'char*' [-Wwrite-strings]
case ANSWER_BAD_BLACKOUT: result = "BAD (Complete blackout)"; break;
^
Granule.cpp:1070:35: warning: deprecated conversion from string constant to
'char*' [-Wwrite-strings]
case ANSWER_BAD_PARTIAL: result = "BAD (Can recall correct)"; break;
^
Granule.cpp:1071:35: warning: deprecated conversion from string constant to
'char*' [-Wwrite-strings]
case ANSWER_BAD_RECALL: result = "BAD ( Can easealy recalled correct)";
^
Granule.cpp:1073:35: warning: deprecated conversion from string constant to
'char*' [-Wwrite-strings]
case ANSWER_OK_DIFFICULT: result = "OK (Recalled with difficulty)"; break;
^
Granule.cpp:1074:35: warning: deprecated conversion from string constant to
'char*' [-Wwrite-strings]
case ANSWER_OK_HESITANT: result = "OK (Recalled with hesitation)"; break;
^
Granule.cpp:1075:35: warning: deprecated conversion from string constant to
'char*' [-Wwrite-strings]
case ANSWER_OK: result = "OK (Perfect recall)"; break;
^
Granule.cpp:1077:10: warning: deprecated conversion from string constant to
'char*' [-Wwrite-strings]
result = "ERR (Unexpected answer!!!)";
^
make[3]: *** [Granule.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: granule
Source-Version: 1.4.0-7-2
We believe that the bug you reported is fixed in the latest version of
granule, 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 701...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Eric Dorland <e...@debian.org> (supplier of updated granule 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: SHA1
Format: 1.8
Date: Mon, 02 Sep 2013 16:04:25 -0400
Source: granule
Binary: granule
Architecture: source amd64
Version: 1.4.0-7-2
Distribution: unstable
Urgency: low
Maintainer: Eric Dorland <e...@debian.org>
Changed-By: Eric Dorland <e...@debian.org>
Description:
granule - flashcard program for learning new words
Closes: 701292
Changes:
granule (1.4.0-7-2) unstable; urgency=low
.
[ Andreas Moog ]
* debian/patches/01-fix-template-with-permissive.diff: Fix build with
gcc4.8 and -fpermissive (Closes: #701292)
.
[ Eric Dorland ]
* debian/control: Fix Vcs-Git URL.
* debian/rules: Install granule into /usr/games.
* debian/control: Standards-Version to 3.9.4.
Checksums-Sha1:
f2df4b08f24cf53e5c618e45f5e455edba49dcb5 1270 granule_1.4.0-7-2.dsc
446ec91939de3860cc29edb324c987c0e5e48896 2122 granule_1.4.0-7-2.debian.tar.gz
95a4d8a0ce8c7a0be1bbf1c21aa6da24132cd5c1 487762 granule_1.4.0-7-2_amd64.deb
Checksums-Sha256:
0a1c01e6f2cccce9c6da8e8b1782129a4220f75277a51635e43eb62d254c7178 1270
granule_1.4.0-7-2.dsc
1e5b0df27c325114f78a4f7ffa209cd5c5e5cc78cea0a334cb1f35444cca8ba0 2122
granule_1.4.0-7-2.debian.tar.gz
af64ca90317cc50d27e53d19cf806ebe051a30793ffa317e03c168d9506c0cbd 487762
granule_1.4.0-7-2_amd64.deb
Files:
1e07b410bb35ba306cd4ace8ded1e9d3 1270 games optional granule_1.4.0-7-2.dsc
090dfc03560d1861ceddecd89b8dd319 2122 games optional
granule_1.4.0-7-2.debian.tar.gz
0c84ba81080673a9f5ff2f2b54949c07 487762 games optional
granule_1.4.0-7-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlIk848ACgkQYemOzxbZcMZ+0wCeLL6NgWnYzLl9xQQs8OgFnadq
93sAn2vwuDSDBKRMuift4TweYdZYFcOm
=hvx+
-----END PGP SIGNATURE-----
--- End Message ---