Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62159 - kdemultimedia-3.3.0 and -alsa won't build
Summary: kdemultimedia-3.3.0 and -alsa won't build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-29 16:34 UTC by Ryan Dalzell
Modified: 2004-08-31 00: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 Ryan Dalzell 2004-08-29 16:34:57 UTC
The kdemultimedia-3.3.0.ebuild can't be built with -alsa. Have tried fixing in the ebuild:

use alsa        && myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa"

To no avail.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge kdemultimedia
Actual Results:  
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -DNDEBUG -DNO_DEBUG 
-O2 -O2 -mcpu=i686 -pipe -fno-exceptions -fno-check-new -fno-common 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION    -o libarts_akode.la -rpath /usr/kde/3.3/lib 
-L../../akode/lib -L/usr/kde/3.3/lib -module -avoid-version -no-undefined 
-Wl,--no-undefined -Wl,--allow-shlib-undefined akodearts.lo 
akodePlayObject_impl.lo akodeMPCPlayObject_impl.lo akodeMPEGPlayObject_impl.lo 
akodeXiphPlayObject_impl.lo akodeVorbisStreamPlayObject_impl.lo 
akodeSpeexStreamPlayObject_impl.lo ../lib/libakode.la -lkmedia2_idl 
-lsoundserver_idl -lartsflow 
grep: /usr/lib/libasound.la: No such file or directory 
/bin/sed: can't read /usr/lib/libasound.la: No such file or directory 
libtool: link: `/usr/lib/libasound.la' is not a valid libtool archive
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-08-30 06:27:08 UTC
Doesn't look like an alsa problem to me - you've got .la files pointing to non-existant .la files in your system.  Perhaps re-emerging the alsa tools will help.
Comment 2 Ryan Dalzell 2004-08-31 00:42:44 UTC
You were right, it was my system. I had emerged arts/kdeaddons/sdl with
"USE=alsa", then unmerged alsa-lib and then tried to emerge kdemultimedia
with "USE=-alsa".