Bug#669447: bsnes: FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error: alsa/asoundlib.h: No such file or directory

2012-04-23 Thread Tobias Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Am 23.04.2012 23:43, schrieb gregor herrmann:
> Me neither, but since ./ruby/audio/alsa.cpp needs alsa/asoundlib.h
> I assumed the build dependency is required for kfreebsd and hurd.
> 

I think that's only used on Linux.

Best regards,
Tobias
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPlc73AAoJEIyCFp2Ozs0qPTQP/1cZGrRm44+h16IX8gsF7G9H
izJK+dsDva75BqZXkNjwgZGNq6eutGBJzAXwOY3hfy3tceX8N+GeYS3c9qZCvjbM
fgJFdT8PdI6zj3N+jNFg3b3ItlO6MRInGSBhQOoRku9I757r9gN8QsD3++1Ojfe1
7R86xXrnX3Msp8Pa5qNxyPEI62GKT1uGDHIgBxNm/uIExBOa/XKxTsqC0Ty1a0qL
pZgnqJGdTXVAsGip6GhSsW/MB5pRewHoI0vIFAaTd3B3s1tkBvMqCZ0m6XFvyjta
/8j1EoUY2UNUaGaH7nrMTGTLYv/0njbPt9ampXoSf5fbY0f7wnDPB4mut252U9rX
QFQahKCHekkUc4084ePQn212UmTF/rUO/CBFuLC8z3VT4Jn0ZLgcMd9MyUvw/Ust
TydlIOiXz9uMiqr6cbmbj5vnWQlvJd1tVYF1NgDU236Z4y9MMZln1FvIdfto/ysC
TrK5BVff+CZMkZdp68CWPYJN5+Lo7p3e0w6ke0w8q1DzklrRZ4P9qEboxQqSzYDC
eJUulY6CZhsvDxyZjNjU1ArZV3KQ1YEMV+Gif0vlmGLh114imBP2sWYJDDr6xVy7
EVHGGbcPUKExgSX5w/zUEkeESt0wIIiFPQNPp++icgWkfXQrLWcY5gVEq2WTF6lR
IpBIAZ3IMgGwTj6bGWf6
=mvsn
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#669447: bsnes: FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error: alsa/asoundlib.h: No such file or directory

2012-04-23 Thread gregor herrmann
On Mon, 23 Apr 2012 22:56:45 +0200, Tobias Hansen wrote:

> >>> ./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

> > Find attached a patch that seems to fix this issue.
 
> Thanks for the patch. 

You're welcome.

> I'm not sure the build-dependency
> liboss4-salsa-dev [!linux-any] is needed, though. 

Me neither, but since ./ruby/audio/alsa.cpp needs alsa/asoundlib.h I
assumed the build dependency is required for kfreebsd and hurd.

> I will test it and
> upload.

That's of course a good plan :)
 

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Funny van Dannen: Lebewesen


signature.asc
Description: Digital signature


Bug#669447: bsnes: FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error: alsa/asoundlib.h: No such file or directory

2012-04-23 Thread Tobias Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Am 23.04.2012 14:59, schrieb gregor herrmann:
> On Thu, 19 Apr 2012 21:09:41 +0200, Lucas Nussbaum wrote:
> 
>> 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
> 
> Find attached a patch that seems to fix this issue.
> 
> Cheers, gregor, not uploading now since the bug is quite "young"
> 

Thanks for the patch. I'm not sure the build-dependency
liboss4-salsa-dev [!linux-any] is needed, though. I will test it and
upload.

Best regards,
Tobias
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJPlcIGAAoJEIyCFp2Ozs0q/NkQAJQPcEegLfLfCbSlVPWSfL40
oOCk36kzPv7qSniwWGnY92ikK2hWwDjBJEv3srhsDyhT2mv3FZOXheKVRj0V0l63
kCJQn3gkWq8fMr5KPKr9W4aDvz8y+PZK3kIYX7JVeqas90hmmGJ5XJPDJEMM0cEj
FFNpgY3LjXdaEzqmGyqGhGYCv59LmiyWKE4OFHNViGRLUA3K3YFEMcblM6V1NBpb
i3Ctjz3b3T+E2Ok8Qh3Rb+8WmqIiXOHVZrQ5Uw/YT3+3efPiNT/RPDZfwGBKBhcS
1vHsN8QsZXP6Dbv6YUliVvey1UuGXHYXXaAtqnsfz/aHxJMU9aBDCYlzkYTuAkky
8wf1IC6UO3YKSlLErcOM6YxXUsXlqbkh4yBcQ3UCyCpxi9UbIhCk8qHv4iZkxW4R
mAYBtJKRZJyC2tuRDI+lrC6YBg3Td2SGe31BSWmUaI27S3jId40QZpaXf7uwYkwz
47/2pPhya8oPCcC4NLAhqBx1BE6z/KxEY+IXov9aX8gnnbrtv945AlqbpzO9iqBm
r0IfHBKUeb7S3OtKPzSsKUx8ZEQqwwuZyjadfN7NlYmfHWZyxg8oTAHRoJtBKJyN
6R/NPL+gq9bNE8C/RvAXjadqv1rCLEWYmT0m1julLlfQHNo1tHdwknhsWTRiy6X3
rUgLxmF+XW1notjE9oQR
=GjNc
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#669447: bsnes: FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error: alsa/asoundlib.h: No such file or directory

2012-04-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 669447 + patch
Bug #669447 [src:bsnes] bsnes: FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error: 
alsa/asoundlib.h: No such file or directory
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
669447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669447
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#669447: bsnes: FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error: alsa/asoundlib.h: No such file or directory

2012-04-23 Thread gregor herrmann
tag 669447 + patch
thanks

On Thu, 19 Apr 2012 21:09:41 +0200, Lucas Nussbaum wrote:

> 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

Find attached a patch that seems to fix this issue.

Cheers,
gregor, not uploading now since the bug is quite "young"

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Beatles
diff -Nru bsnes-0.087/debian/changelog bsnes-0.087/debian/changelog
--- bsnes-0.087/debian/changelog	2012-04-01 15:43:09.0 +0200
+++ bsnes-0.087/debian/changelog	2012-04-23 14:48:42.0 +0200
@@ -1,3 +1,13 @@
+bsnes (0.087-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error:
+alsa/asoundlib.h: No such file or directory":
+build-depend on libasound2-dev (linux) or liboss4-salsa-dev (others)
+(Closes: #669447)
+
+ -- gregor herrmann   Mon, 23 Apr 2012 14:33:12 +0200
+
 bsnes (0.087-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru bsnes-0.087/debian/control bsnes-0.087/debian/control
--- bsnes-0.087/debian/control	2012-03-01 23:45:26.0 +0100
+++ bsnes-0.087/debian/control	2012-04-23 14:45:43.0 +0200
@@ -10,7 +10,9 @@
libopenal-dev,
libao-dev,
libxv-dev,
-   gcc (>= 4.6)
+   gcc (>= 4.6),
+   libasound2-dev [linux-any],
+   liboss4-salsa-dev [!linux-any]
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-games/bsnes.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/bsnes.git


signature.asc
Description: Digital signature


Bug#669447: bsnes: FTBFS: ./ruby/audio/alsa.cpp:4:28: fatal error: alsa/asoundlib.h: No such file or directory

2012-04-19 Thread Lucas Nussbaum
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.



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org