Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4569 - ALSA fails compilation
Summary: ALSA fails compilation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Highest major (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-05 06:33 UTC by Maarten Thibaut (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maarten Thibaut (RETIRED) gentoo-dev 2002-07-05 06:33:10 UTC
Alsa is failing compilation, apparently due to a libtool issue. I've
done an emerge unmerge of alsa and libtool but re-emerging them doesn't
seem like the solution. I have a compiled kernel tree in /usr/src/linux.

Notice how the ../src/libasound.la commandline argument to gcc is
transformed to ../src/libasound.so by libtool. This is the reason for the
error.

Here is the output:

Making all in aserver
make[1]: Entering directory
`/tmp/portage/alsa-lib-0.9.0_rc2/work/alsa-lib-0.9.0rc2/aserver'
/bin/sh ../libtool --mode=link ccache gcc  -O2 -mcpu=i686 -pipe
-I/usr/include
-o aserver  aserver.o ../src/libasound.la
ccache gcc -O2 -mcpu=i686 -pipe -I/usr/include -o .libs/aserver aserver.o
../src/.libs/libasound.so -lm -ldl -lpthread
gcc: ../src/.libs/libasound.so: No such file or directory
make[1]: *** [aserver] Error 1
make[1]: Leaving directory
`/tmp/portage/alsa-lib-0.9.0_rc2/work/alsa-lib-0.9.0rc2/aserver'
make: *** [all-recursive] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 5, Exitcode 2
!!! Parallel Make Failed

!!! emerge aborting on
/usr/portage/media-libs/alsa-lib/alsa-lib-0.9.0_rc2.ebuild .
Comment 1 Nick Hadaway 2002-07-05 10:34:59 UTC
I have the entire alsa9 rc2 setup installed.  No problems.

I would guess that ccache is causing some trouble with the compile?

I have also heard other reports of people having rc2 installed with no problems.

Try disabling ccache and re-emerging.