# An FTBFS on an arch on which a package has never been built is important
severity 284977 important
tag 284977 + patch
thanks

Hi,

xmms-kde fails to build on sparc because it is trying to use the 64-bit
versions of the libs for the X libraries. This is a bug in the configure
scripts. To address that, you should ask the upstream to update the
admin/ directory from CVS, and to rebuild the configure script. On the
Debian package, you can use a simple workaround, see the attached patch.

Bye,
Aurelien

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian GNU/Linux developer | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net
diff -u xmms-kde-3.1/debian/rules xmms-kde-3.1/debian/rules
--- xmms-kde-3.1/debian/rules
+++ xmms-kde-3.1/debian/rules
@@ -6 +6 @@
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-dependency-tracking CFLAGS="$(CFLAGS) 
-fno-strict-aliasing"
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-libsuffix= --disable-dependency-tracking 
CFLAGS="$(CFLAGS) -fno-strict-aliasing"

Reply via email to