Gentoo Archives: gentoo-dev

From: Maarten Thibaut <mthibaut@×××××.com>
To: achim@g.o, agenkin@g.o
Cc: gentoo-dev@g.o
Subject: [gentoo-dev] Bug 4569: Libtool/Alsa issue? (alsa-lib-0.9.0_rc2)
Date: Fri, 05 Jul 2002 06:35:06
Message-Id: Pine.GSO.4.44.0207051324440.982-100000@root.cisco.com
1 Hi,
2
3 Alsa is failing compilation on x86 platforms, apparently due to a libtool
4 issue. I've done an emerge unmerge of alsa and libtool but re-emerging
5 them doesn't seem like the solution. I have a compiled kernel tree in
6 /usr/src/linux.
7
8 Notice how the ../src/libasound.la commandline argument to gcc is
9 transformed to ../src/libasound.so by libtool. This is the reason for the
10 error.
11
12 Here is the output:
13
14 Making all in aserver
15 make[1]: Entering directory
16 `/tmp/portage/alsa-lib-0.9.0_rc2/work/alsa-lib-0.9.0rc2/aserver'
17 /bin/sh ../libtool --mode=link ccache gcc -O2 -mcpu=i686 -pipe
18 -I/usr/include
19 -o aserver aserver.o ../src/libasound.la
20 ccache gcc -O2 -mcpu=i686 -pipe -I/usr/include -o .libs/aserver aserver.o
21 ../src/.libs/libasound.so -lm -ldl -lpthread
22 gcc: ../src/.libs/libasound.so: No such file or directory
23 make[1]: *** [aserver] Error 1
24 make[1]: Leaving directory
25 `/tmp/portage/alsa-lib-0.9.0_rc2/work/alsa-lib-0.9.0rc2/aserver'
26 make: *** [all-recursive] Error 1
27
28 !!! ERROR: The ebuild did not complete successfully.
29 !!! Function src_compile, Line 5, Exitcode 2
30 !!! Parallel Make Failed
31
32 !!! emerge aborting on
33 /usr/portage/media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild .
34
35 Bug has been submitted as #4569
36
37 cheers,
38 maarten

Replies

Subject Author
Re: [gentoo-dev] Bug 4569: Libtool/Alsa issue? (alsa-lib-0.9.0_rc2) Wout Mertens <wmertens@g.o>