Package: helix-player Version: 1.0.8-2 Severity: serious Justification: Fails to build
In #339469 the submitter reported two different problems: FTBFS on powerpc and FTBFS on sparc. While the upload of helix-player 1.0.7-1 fixed the former [1], the latter is still present [2]. The attached patch fixes the problem, but the build fails some steps later. [3] ciao, ema [1] http://buildd.debian.org/fetch.cgi?&pkg=helix-player&ver=1.0.8-2&arch=powerpc&stamp=1169696859&file=log [2] http://buildd.debian.org/fetch.cgi?&pkg=helix-player&ver=1.0.8-2&arch=sparc&stamp=1168775326&file=log [3] http://people.debian.org/~ema/helix-player-sparc.log
--- helix-player-1.0.8/audio/device/pub/platform/unix/audlinux_oss.h 2004-07-09 04:02:00.000000000 +0200 +++ /home/ema/debian/packages/helix-player-1.0.8/audio/device/pub/platform/unix/audlinux_oss.h 2007-02-24 19:53:23.000000000 +0100 @@ -53,13 +53,13 @@ //----------------------------------------------- // System includes. //----------------------------------------------- -#if defined( _LINUX ) && !defined( __powerpc__ ) && !defined __alpha && !defined __sparc__ +#if defined( _LINUX ) && !defined( __powerpc__ ) && !defined __alpha #include "linux/soundcard.h" #elif defined(__powerpc__) #include "sys/soundcard.h" #elif defined _NETBSD #include "soundcard.h" -#elif defined _FREEBSD || defined __alpha || defined __sparc__ +#elif defined _FREEBSD || defined __alpha #include "machine/soundcard.h" #else #include "machine/soundcard.h"