Your message dated Sat, 26 May 2012 16:47:11 +0000
with message-id <e1syk91-0007jj...@franck.debian.org>
and subject line Bug#667106: fixed in auralquiz 0.8.1-1
has caused the Debian Bug report #667106,
regarding auralquiz: ftbfs with GCC-4.7
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.)
--
667106: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667106
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: auralquiz
Version: 0.8-1
Severity: important
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.7
The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.
src/auralwindow.cpp:718:20: error: 'sleep' was not declared in this scope
The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/auralquiz_0.8-1_unstable-gcc47.log
The last lines of the build log are at the end of this report.
Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html
To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
[...]
dpkg-buildpackage: source package auralquiz
dpkg-buildpackage: source version 0.8-1
dpkg-buildpackage: source changed by Dean Evans <d...@codemonkies.net>
dpkg-source --before-build auralquiz-0.8
dpkg-buildpackage: host architecture amd64
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
dh_clean
debian/rules build-arch
dh build-arch
dh_testdir -a
dh_auto_configure -a
debian/rules override_dh_auto_build
make[1]: Entering directory `/«PKGBUILDDIR»'
convert -scale 32x32 icon/auralquiz.png icon/auralquiz.xpm
dh_auto_build
make[2]: Entering directory `/«PKGBUILDDIR»'
g++ -c -m64 -pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -Wall -W
-D_REENTRANT -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/phonon -I/usr/include/qt4
-I/usr/include/qt4/phonon_compat -I. -o main.o src/main.cpp
g++ -c -m64 -pipe -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -Wall -W
-D_REENTRANT -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_GUI_LIB -DQT_CORE_LIB
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore
-I/usr/include/qt4/QtGui -I/usr/include/phonon -I/usr/include/qt4
-I/usr/include/qt4/phonon_compat -I. -o auralwindow.o src/auralwindow.cpp
src/auralwindow.cpp: In member function 'void AuralWindow::createSongList()':
src/auralwindow.cpp:718:20: error: 'sleep' was not declared in this scope
make[2]: *** [auralwindow.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 25
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: auralquiz
Source-Version: 0.8.1-1
We believe that the bug you reported is fixed in the latest version of
auralquiz, which is due to be installed in the Debian FTP archive:
auralquiz_0.8.1-1.debian.tar.gz
to main/a/auralquiz/auralquiz_0.8.1-1.debian.tar.gz
auralquiz_0.8.1-1.dsc
to main/a/auralquiz/auralquiz_0.8.1-1.dsc
auralquiz_0.8.1-1_amd64.deb
to main/a/auralquiz/auralquiz_0.8.1-1_amd64.deb
auralquiz_0.8.1.orig.tar.gz
to main/a/auralquiz/auralquiz_0.8.1.orig.tar.gz
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 667...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dean Evans <d...@codemonkies.net> (supplier of updated auralquiz 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 18 Apr 2012 23:37:21 +1200
Source: auralquiz
Binary: auralquiz
Architecture: source amd64
Version: 0.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Dean Evans <d...@codemonkies.net>
Description:
auralquiz - simple music quiz game using your own music files
Closes: 667106
Changes:
auralquiz (0.8.1-1) unstable; urgency=low
.
* Corrected the homepage/source URLs to point to the correct address.
* wrap-and-sort -s the control file.
* New upstream release.
+ Fixes FTBFS with gcc-4.7. (Closes: #667106)
* Update the copyright Format URI now that it is formally released.
* Bump Standards-Version to 3.9.3 without change.
Checksums-Sha1:
f86316caa406388d5ef0d1444bad183b620ab9d7 2000 auralquiz_0.8.1-1.dsc
76b46eecd50ff31844afbc104b1278d462816375 452501 auralquiz_0.8.1.orig.tar.gz
e96b536bd1fb9b19cafe4b5b4205968e34683c93 2737 auralquiz_0.8.1-1.debian.tar.gz
48c0158cbfc2467a98b1bbde8d37c3e292cb9115 240456 auralquiz_0.8.1-1_amd64.deb
Checksums-Sha256:
06ba1737a733ae57b45ad3eebca5effa06ff1a5410bba7d2aa3e1e3b9f0f6461 2000
auralquiz_0.8.1-1.dsc
12817534cacbafeac86894c04d74ce5fea5f25656f34d5d1c53f35b60a317a85 452501
auralquiz_0.8.1.orig.tar.gz
f9fdafd389df28b3da0e3efd5526b739bdc838ef908102f040a2628d39dbeb5f 2737
auralquiz_0.8.1-1.debian.tar.gz
db0330d9efb37a2c5f22cc44c128eb3b5e1b45843219fbf1ce5a61e6a3676f7a 240456
auralquiz_0.8.1-1_amd64.deb
Files:
02247f0d655eb87e4fdf5c4f85c6fe94 2000 games optional auralquiz_0.8.1-1.dsc
0eee47ac30728dd616fb9991f52996d6 452501 games optional
auralquiz_0.8.1.orig.tar.gz
b308166796d6f26e23e3ec2f88f4d1ae 2737 games optional
auralquiz_0.8.1-1.debian.tar.gz
a378df9082b0bb82e0dbb70608d6bb00 240456 games optional
auralquiz_0.8.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJPwQc/AAoJEDNV9NY7WCHMrkAQAJs5uNDDDYxkazjT7q5vCRMj
FIY4ELBACNB3KR6fGejte/Xs4AoLLsayFoMpfo2esmqfqP8sZ1nnYbJb46goahjH
TCOioeX3dapZqAVXi4MPzZEtpmHkgB7DI5nWhul2d9HUVOeG6O0mFAyQWSh06Ft6
Df+bF8XnaAvqCl6dlhV5N1fR4lLIAEPN1TRVn6dlJ+KcdIs9ZzTLhv50n8TY1fDj
S+5pWWBPI+2ybiVvbU8Xqg+YzVdnn6R2FyLSrtWA5zPT7L3IGZUbgGS7LcR172O/
68naEvBidNQw5pT+INZ7/e4xTScYvB7EY9pJKMP/PQcchNAdZnhnLabdj1eYdvsA
bGj1Q5HZVaYXotVpOOfW5IBcJSX21YZMXE25hMxDtdJ1CSYDRiiP0iL9wDSWcQjc
GNuF7dHNxwp1+ubZiLb8BPER7loAIL6VzbJQchPSYt2h3PJJCnW9yGxbzqfLDeij
Z6RMeDRho8B16M899unSRqkP5JoMxz566yTB3QFZfbPguUqYBO+HzohbeukMj5qK
cABkd7ycXnG0we/FzovkjiVdXeYINT03gGj/h8C4Rvl+RyKzaDrJA6jLlqzgSA0R
+NdV3dA9tgo8JVIA/GtedxMgyH2J/VuDffoRl05rVzeS3jAocZo0/ZPs7vZzxvu6
rNcwixfJVT/Qob9/3iZX
=+w2v
-----END PGP SIGNATURE-----
--- End Message ---