Your message dated Sat, 05 May 2012 10:32:16 +0000
with message-id <e1sqchg-0001wg...@franck.debian.org>
and subject line Bug#669447: fixed in bsnes 0.088-1
has caused the Debian Bug report #669447,
regarding bsnes: FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error: 
alsa/asoundlib.h: No such file or directory
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.)


-- 
669447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669447
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: bsnes
Version: 0.087-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120419 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> g++ -std=gnu++0x -I. -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Wformat-security -Werror=format-security -O1 -fthread-jumps 
> -falign-functions -falign-jumps -falign-loops -falign-labels -fcaller-saves 
> -fcrossjumping -fcse-follow-jumps -fcse-skip-blocks 
> -fdelete-null-pointer-checks -fdevirtualize -fexpensive-optimizations -fgcse 
> -fgcse-lm -finline-small-functions -findirect-inlining -fipa-sra 
> -foptimize-sibling-calls -fpartial-inlining -fpeephole2 -fregmove 
> -freorder-blocks -freorder-functions -frerun-cse-after-loop 
> -fsched-interblock -fsched-spec -fschedule-insns -fschedule-insns2 
> -fstrict-aliasing -fstrict-overflow -ftree-switch-conversion -ftree-pre 
> -ftree-vrp -finline-functions -funswitch-loops -fpredictive-commoning 
> -fgcse-after-reload -fipa-cp-clone -fomit-frame-pointer -D_FORTIFY_SOURCE=2 
> -DPROFILE_COMPATIBILITY -DGAMEBOY -DVIDEO_GLX -DVIDEO_XV -DVIDEO_SDL 
> -DAUDIO_OPENAL -DAUDIO_OSS -DAUDIO_PULSEAUDIO -DAUDIO_PULSEAUDIOSIMPLE 
> -DAUDIO_AO -DINPUT_SDL -DINPUT_X -DAUDIO_ALSA -c ruby/ruby.cpp -o obj/ruby.o
> In file included from ./ruby/ruby_impl.cpp:115:0,
>                  from ruby/ruby.cpp:5:
> ./ruby/audio/alsa.cpp:4:28: fatal error: alsa/asoundlib.h: No such file or 
> directory
> compilation terminated.
> make[2]: *** [obj/ruby.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/04/19/bsnes_0.087-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



--- End Message ---
--- Begin Message ---
Source: bsnes
Source-Version: 0.088-1

We believe that the bug you reported is fixed in the latest version of
bsnes, which is due to be installed in the Debian FTP archive:

bsnes_0.088-1.debian.tar.gz
  to main/b/bsnes/bsnes_0.088-1.debian.tar.gz
bsnes_0.088-1.dsc
  to main/b/bsnes/bsnes_0.088-1.dsc
bsnes_0.088-1_amd64.deb
  to main/b/bsnes/bsnes_0.088-1_amd64.deb
bsnes_0.088.orig.tar.xz
  to main/b/bsnes/bsnes_0.088.orig.tar.xz
laevateinn_0.088-1_amd64.deb
  to main/b/bsnes/laevateinn_0.088-1_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 669...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tobias Hansen <tobias....@gmx.de> (supplier of updated bsnes 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: Sat, 05 May 2012 11:00:20 +0200
Source: bsnes
Binary: bsnes laevateinn
Architecture: source amd64
Version: 0.088-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Tobias Hansen <tobias....@gmx.de>
Description: 
 bsnes      - Accurate SNES/SuperFamicom emulator
 laevateinn - bsnes SNES/SuperFamicom debugger
Closes: 667122 669447
Changes: 
 bsnes (0.088-1) unstable; urgency=low
 .
   [Gregor Herrmann]
   * Fix "FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error:
     alsa/asoundlib.h: No such file or directory":
     build-depend on libasound2-dev (linux) (Closes: #669447)
 .
   [Tobias Hansen]
   * New upstream release.
     - Adds Game Boy Advance support.
     - Removes snespurify sources.
     - Compiles with gcc 4.7. (Closes: #667122)
   * snespurify removed from package bsnes.
   * debian/rules:
     - Don't use the install targets of the makefiles anymore.
     - Check DEB_BUILD_OPTIONS for 'testbuild', build only
       bsnes-compatibility when found to allow for fast test builds.
   * Install new system folders to /usr/share/games/bsnes and
     /usr/share/games/laevateinn.
     - Copy folders and symlink to files in debian/startscript/bsnes.
     - Rename laevateinn binary to laevateinn-bin, create wrapper script
       laevateinn to copy folders and symlink to files also for laevateinn.
     - Create man page for laevateinn-bin.
   * debian/bsnes.6:
     - Mention Game Boy Advance support.
     - Mention system folders and bios image required for GBA emulation.
     - Add note that files with wrong extensions or copier headers can't be
       opened.
   * Rename snespurify to bsnes-purify.
   * debian/patches/misc-makefile-changes.patch:
     - Removed. Installation is now done in debian/bsnes.install
       and debian/rules.
     - Disabling ALSA is now done in
       debian/patches/disable-alsa-on-non-linux.patch.
   * debian/patches/disable-alsa-on-non-linux.patch:
     - Added. This is what is left of
       debian/patches/misc-makefile-changes.patch.
   * debian/patches/build-snespurify-with-newest-g++.patch:
     - Removed. Obsolete since purify uses a makefile now.
   * debian/patches/use-dpkg-buildflags.patch:
     - Changed. Cope with purify using a makefile.
   * debian/patches/detect-endianness.patch
     debian/patches/detect-non-linux-archs.patch
     debian/patches/snespurify-dont-crash-on-bad-zip-files.patch:
     - Changed. Address upstream changes.
   * debian/patches/declare-functions-in-smp-hpp.patch:
     - Removed. FTBFS was fixed upstream.
   * debian/watch: look for .tar.xz file.
Checksums-Sha1: 
 555749ecf14a50081586e7592fe098d63a4d542a 2041 bsnes_0.088-1.dsc
 1c06b88d9d091b45b51e9154bbe75dca82baeb5f 993608 bsnes_0.088.orig.tar.xz
 f80dbfee426f7549997b13fc34461c6be753f44c 24415 bsnes_0.088-1.debian.tar.gz
 8e6ff6ac2a3a0bea64715101e7cd092442744131 2694068 bsnes_0.088-1_amd64.deb
 ffe4bd423cf59fc892c2a36df252fefbd537a93d 598084 laevateinn_0.088-1_amd64.deb
Checksums-Sha256: 
 307bea08e4d120fe4d603be6182205f43cfbc075a7f93493a9bcfa8abaaf9118 2041 
bsnes_0.088-1.dsc
 edf6decf96c6b83c58f6b167951bb84b57c0ca4f3e5e8cad7af6d3485540273b 993608 
bsnes_0.088.orig.tar.xz
 52c4b767e119e37e0b803a30d9e02155dacf0cfd4336b08059b8c7b930604c07 24415 
bsnes_0.088-1.debian.tar.gz
 dfd33767d435051830c16a61f229d2f10e412fe9490335813fedc9dcbe34b731 2694068 
bsnes_0.088-1_amd64.deb
 43310edb6a1e23801ab149a06dce8fccd1e5b446cfa83646dfabb5f29962f9ea 598084 
laevateinn_0.088-1_amd64.deb
Files: 
 318d05cee458bca9d8beaa9f96f26a43 2041 games optional bsnes_0.088-1.dsc
 a3b2e9ba28b752768bb9f777049b1239 993608 games optional bsnes_0.088.orig.tar.xz
 e5c6c8163a760d904870d3c2e79fefa2 24415 games optional 
bsnes_0.088-1.debian.tar.gz
 b8cd4d927436cd5e0a5caa1860f4a3f5 2694068 games optional bsnes_0.088-1_amd64.deb
 a1a4dc6dbf5ca854c55339aec55f834e 598084 games optional 
laevateinn_0.088-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPpPJwAAoJEIyCFp2Ozs0qYEEQAIg7C9HZ06W+pEtMVqlg5TPh
7RlUTnjbkqZIxPkYjCNIL8UZ90R8OwQVQDFrgPCqWMobXF9Xg8dnGQ6FdhfgyjK+
tXAA5OU5nPpjvRlup9HqfkdsI/lq3D45BhnfSZC9xHXfDX6t7WIYGuHojBsPuSEK
iG8sFL5D5R2iGZLjIu1u8mdDmsu7ImdRB1WkZAjsvzm5IIwI9hXbrPUDp7MJKnPQ
NvcvdTJ+bJ2EPEYR/6X4Y6LeDTlQO1BscACsYTruiuJ1KGk/JXCekkmqZvcpt3VQ
i8gk0+771aPTXtH7/1jr5xhvQJWw9p+7ccdKJfm/XQQCYbMup65InmPBoxqLoIcB
um+V7tiYshG4Sj68avTtOHhUx2RNAnUGY0OwMs5dCiL/pNg+8jazh7V5qXOjWrti
ag8u+USVmJ1T+Jmhz/L6ZxskptXcDqrG6k5K44I3+bKxd/yzG46u93VO376aAviV
NwiDrjsSW8l8l2N/yJ2RrJBl1qQL4XkhCBknMCc0F3QuB6zyo7aBgZihhMevLMj/
ALGJz6hceRdmprEF6KPYDUFOhKaBPiX6QtRvTa6+RSUW0ty9dVEbFfdvdTxof5sT
mae0Vn8iBMqFfdWgjojsbGNa7C8Jv3vougFiSmyszolMvT+JhJhj40d0TVqdjkaj
AGBqDDcm6wSiJqfigO42
=OBj0
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to