Bug#369411: [Pkg-alsa-devel] Bug#369411: alsa-lib: FTBFS on AMD64
(32-bit link problems)
Ray Kohler
ataraxia at cmu.edu
Mon May 29 18:37:47 UTC 2006
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
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3166 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.alioth.debian.org/pipermail/pkg-alsa-devel/attachments/20060529/f35e1247/smime.bin
More information about the Pkg-alsa-devel
mailing list