Bug#555538: snd - FTBFS: error: Seems like an unsupported hardware for jack.

2009-11-10 Thread Bastian Blank
Source: snd Version: 11-2 Severity: serious There was an error while trying to autobuild your package: sbuild (Debian sbuild) 0.58.2 (31 Jul 2009) on debian-31.osdl.marist.edu [...] Options selected - Snd version ...: 11.0 CFLAGS : -O2

Bug#555538: snd - FTBFS: error: Seems like an unsupported hardware for jack.

2009-11-10 Thread Adrian Knoth
On Tue, Nov 10, 2009 at 10:09:27AM +0100, Bastian Blank wrote: environs...: s390-ibm-linux-gnu gcc audio.c:7056:2: error: #error Seems like an unsupported hardware for jack. Please contact k.s.matheus...@notam02.no Oh no, they use inline-asm for atomic ops. With the current

Bug#555538: snd - FTBFS: error: Seems like an unsupported hardware for jack.

2009-11-10 Thread Felipe Sateler
On Tue, 2009-11-10 at 14:07 +0100, Adrian Knoth wrote: On Tue, Nov 10, 2009 at 10:09:27AM +0100, Bastian Blank wrote: environs...: s390-ibm-linux-gnu gcc audio.c:7056:2: error: #error Seems like an unsupported hardware for jack. Please contact k.s.matheus...@notam02.no

Bug#555538: snd - FTBFS: error: Seems like an unsupported hardware for jack.

2009-11-10 Thread Adrian Knoth
On Tue, Nov 10, 2009 at 11:02:24AM -0300, Felipe Sateler wrote: The generic solution is the use gcc builtins. This requires gcc-4.1 or newer and at least some kind of underlying hardware atomic ops: __sync_add_and_fetch (__mem, __val); Note that this isn't reliable in all arches.