Package: libtool Version: 1.5.22-4 The XMMS package is suffering problems on amd64 due to a libtool problem. Bug #380318 is being caused by libtool not having EGREP defined anywhere meaningful. EGREP's already searched for, and included in the Makefiles, but it isn't being exported as an environment variable or passed to libtool in any other way.
Here's why it "works" on i386, and others (from AC_DEPLIBS_CHECK_METHOD): # This must be Linux ELF. linux-gnu*) case $host_cpu in alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; esac lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` ;; As you can see, for most Debian systems, it isn't using the file_magic check, which is what is requiring the EGREP environment variable to exist. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]