Your message dated Mon, 30 Apr 2012 01:33:02 +0000
with message-id <[email protected]>
and subject line Bug#667216: fixed in jigzo 0.6.1-6
has caused the Debian Bug report #667216,
regarding jigzo: 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 [email protected]
immediately.)
--
667216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667216
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jigzo
Version: 0.6.1-5
Severity: important
Tags: sid wheezy
User: [email protected]
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/main.cxx:463:33: error: 'getpid' 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/jigzo_0.6.1-5_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.
[...]
dh_auto_configure -a
dh_auto_build -a
make[1]: Entering directory `/«PKGBUILDDIR»'
Generating dependency information for src/main.cxx
g++ -MM -MT dep/main.LINUX.d -g -I/usr/include/SDL -DENABLE_SOUND src/main.cxx
-o dep/main.LINUX.d.tmp
Generating dependency information for src/Texture.cxx
g++ -MM -MT dep/Texture.LINUX.d -g -I/usr/include/SDL -DENABLE_SOUND
src/Texture.cxx -o dep/Texture.LINUX.d.tmp
Generating dependency information for src/Screen.cxx
g++ -MM -MT dep/Screen.LINUX.d -g -I/usr/include/SDL -DENABLE_SOUND
src/Screen.cxx -o dep/Screen.LINUX.d.tmp
Generating dependency information for src/Loader.cxx
g++ -MM -MT dep/Loader.LINUX.d -g -I/usr/include/SDL -DENABLE_SOUND
src/Loader.cxx -o dep/Loader.LINUX.d.tmp
make[1]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Entering directory `/«PKGBUILDDIR»'
Compiling src/Loader.cxx
g++ -g -I/usr/include/SDL -DENABLE_SOUND -Wall -c src/Loader.cxx -o
obj/Loader.LINUX.o
Compiling src/Screen.cxx
g++ -g -I/usr/include/SDL -DENABLE_SOUND -Wall -c src/Screen.cxx -o
obj/Screen.LINUX.o
Compiling src/Texture.cxx
g++ -g -I/usr/include/SDL -DENABLE_SOUND -Wall -c src/Texture.cxx -o
obj/Texture.LINUX.o
Compiling src/main.cxx
g++ -g -I/usr/include/SDL -DENABLE_SOUND -Wall -c src/main.cxx -o
obj/main.LINUX.o
src/main.cxx: In constructor 'TmpDir::TmpDir()':
src/main.cxx:463:33: error: 'getpid' was not declared in this scope
src/main.cxx: In function 'int main(int, char**)':
src/main.cxx:1526:21: error: 'chdir' was not declared in this scope
make[1]: *** [obj/main.LINUX.o] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
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: jigzo
Source-Version: 0.6.1-6
We believe that the bug you reported is fixed in the latest version of
jigzo, which is due to be installed in the Debian FTP archive:
jigzo-data_0.6.1-6_all.deb
to main/j/jigzo/jigzo-data_0.6.1-6_all.deb
jigzo_0.6.1-6.debian.tar.gz
to main/j/jigzo/jigzo_0.6.1-6.debian.tar.gz
jigzo_0.6.1-6.dsc
to main/j/jigzo/jigzo_0.6.1-6.dsc
jigzo_0.6.1-6_amd64.deb
to main/j/jigzo/jigzo_0.6.1-6_amd64.deb
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.
Elías Alejandro Año Mendoza <[email protected]> (supplier of updated jigzo
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: SHA256
Format: 1.8
Date: Sat, 28 Apr 2012 13:14:44 -0500
Source: jigzo
Binary: jigzo jigzo-data
Architecture: source amd64 all
Version: 0.6.1-6
Distribution: unstable
Urgency: low
Maintainer: Elías Alejandro Año Mendoza <[email protected]>
Changed-By: Elías Alejandro Año Mendoza <[email protected]>
Description:
jigzo - Photo puzzle game for children
jigzo-data - data of Photo puzzle game for children
Closes: 649839 662382 667216
Changes:
jigzo (0.6.1-6) unstable; urgency=low
.
* Bump Standards-Version to 3.9.3.
* Fix FTBFS with GCC-4.7 : add patch 05_gcc_4_7.patch
+Thanks to Paul Tagliamonte <[email protected]>. (Closes: #667216)
* Fix FTBFS with libpng 1.5 :add patch 06_libpng_1_5.patch
+Thanks to Nobuhiro Iwamatsu <[email protected]>. (Closes: #649839)
* Change Build-Depends from libpng12-dev to libpng-dev.
+Thanks to Nobuhiro Iwamatsu <[email protected]>. (Closes: #662382)
* debian/copyright update format as in Debian Policy 3.9.3.
Checksums-Sha1:
2631515fc474e50ae949276dbe735c62865fc955 1807 jigzo_0.6.1-6.dsc
da0feb9b092425a3eb642f05aac51d0d89b71387 10187 jigzo_0.6.1-6.debian.tar.gz
c42c4d079e937d26a5c99ab712e7c8a7422797d4 49004 jigzo_0.6.1-6_amd64.deb
535d21cf3de97f58846b0381b14e051b230b0e44 4036480 jigzo-data_0.6.1-6_all.deb
Checksums-Sha256:
1cbb9956c9d2c7f845ecbd95da1fc84b101641a349ddbb03b175392e7e50c6bf 1807
jigzo_0.6.1-6.dsc
753db9956f07c942ec0fe3ad77cf6559278f67de4e9dce272096ea994e08ce6c 10187
jigzo_0.6.1-6.debian.tar.gz
b9a3fea9d4fa4b48bfdac13906230be825ee10410b742e31cd9286d823ea2cc8 49004
jigzo_0.6.1-6_amd64.deb
3a6a36d1f8bbe995af9085dd9f7f2f50cb76956b999168c6521b85b8c3e8e464 4036480
jigzo-data_0.6.1-6_all.deb
Files:
443480a85b1056b85fee37dd85a919f5 1807 games optional jigzo_0.6.1-6.dsc
a09701a589708033de06a5ec22f32af6 10187 games optional
jigzo_0.6.1-6.debian.tar.gz
4a24eab5b9e2d006c3aa1ed925d21ee8 49004 games optional jigzo_0.6.1-6_amd64.deb
6850535c9fb24c69a07ee17d8d7e8fdc 4036480 games optional
jigzo-data_0.6.1-6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJPnQQ2AAoJELs6aAGGSaoGV2QQAJin43z4YTJ1OUdWI0vuK3Su
AEF1LJ+LMLSGbOTqXVSozxLJ8QF0VlXbyl4Na1HN8mMkwpQOXmJ8lik6V3i6IyoS
mnkff1SnkLjPzx/uU/Hq/ioZIpNuzDAeGZjBCq8tdQ1QYDPX2vV9rIS5koleZ219
RmvzsZbsO9zuCSLa7nhb3aN3T37RpI1JpmAa24916MygT/n5uV9gpGHyiyPiL7bs
GVjSL+P5ekvZkOV1YESTFRx6bUHxWx4k5y1biO1lotc+FdTTwZRjAOUmhYa/0/tc
6Oe2q/xQZuLwvHf517UORxuXAIJUDjtf0b8wzsjb2qpMhphPfrcJBaHKm5JS8ESn
/sTOq0lr/a29gsY8CMhcqj1MW92OFJOgT9TEXFT0uV3huoHaGdeU12mp+jfQtjWI
6mtgHYa7chVs4TDZiX0W8BZsPPFEPyajJ1GxanewAWOu/UabBS0rwkjQjUXn3T18
k2inUmcsn8O7cTmDi5WMwnnCA9UoY2GO1KGY03y0sXL9vaXmLmjg9AllpRSJYTRp
vOXpnRVvgzRYj+uU8oAqdFhs2qq2aaL9Ay6/1W0coNrb0BLzxZ2IXNWcJs79vGa0
/3qXKFc6BMb38BPDET8x3UpESXYFCanPa1YY37W+oayn/9acJv0s4ebgBqpqNixi
g+icywl2v3IaFByMbJuL
=3WRr
-----END PGP SIGNATURE-----
--- End Message ---