Not effective, no change at all. I also tried this variation, which was not any better:

--- rules.orig  2006-05-29 14:27:04.000000000 -0400
+++ rules       2006-05-29 14:27:13.000000000 -0400
@@ -24,10 +24,10 @@
   endif
   ifneq (,$(findstring /$(DEB_HOST_ARCH)/, /amd64/ppc64/))
     bi = 32
-    bilibdir = usr/lib32
+    bilibdir = lib32
     ifeq ($(DEB_HOST_ARCH),amd64)
       # amd64 unstable only!
-      bilibdir = emul/ia32-linux/usr/lib
+      bilibdir = emul/ia32-linux/lib
     endif
   endif
   configure_biarch_stamp = configure-biarch-stamp



Elimar Riesebieter wrote:
On Mon, 29 May 2006 the mental interface of
Ray Kohler told:

Package: alsa-lib
Version: 1.0.11-6
Severity: serious
Justification: no longer builds from source

The build fails when linking one of the 32-bit components. Looks like the wrong 
rpath is being used (/usr/lib32 instead of /lib32):

/bin/sh ../libtool --tag=CC --mode=link gcc -m32 -g -Wall -O2 -o aserver aserver.o ../src/libasound.la mkdir .libs
gcc -m32 -g -Wall -O2 -o .libs/aserver aserver.o  ../src/.libs/libasound.so
/usr/bin/ld: warning: libm.so.6, needed by ../src/.libs/libasound.so, not found 
(try using -rpath or -rpath-link)
/usr/bin/ld: warning: libdl.so.2, needed by ../src/.libs/libasound.so, not 
found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libpthread.so.0, needed by ../src/.libs/libasound.so, not 
found (try using -rpath or -rpath-link)

Could you please test a new debian/rules. Patch attached.

Thanks

Elimar


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to