Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15513 - Fail to compile kde games 3.1 due to missing libasound.so
Summary: Fail to compile kde games 3.1 due to missing libasound.so
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-11 15:43 UTC by Yannick Koehler (RETIRED)
Modified: 2003-02-12 10:01 UTC (History)
1 user (show)

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 Yannick Koehler (RETIRED) gentoo-dev 2003-02-11 15:43:09 UTC
I'm entering to keep track of.  On my oldest gentoo station updating emerge -u
world failed with that error

Unable to find libasound.so

qpkg -f libasound.so reveal no package with that file in...

Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2003-02-11 15:56:43 UTC
you're using qpkg incorrectly 
 
-f accepts fullpaths while -fp is used for partial ... 
`qpkg -fp '*libasound*'` 
Comment 2 Yannick Koehler (RETIRED) gentoo-dev 2003-02-11 16:17:23 UTC
media-libs/alsa-lib * 
 
alsa-lib is not installed on this system and the -alsa USE flag is also set.  Therefore I 
think there is something wrong with kde games.  Either it required the alsa-lib module 
inconditionnally or we don't compile KAsteroid when -alsa is set, which is the game 
failing and complaining about the missing libasound. 
 
Which way we go? 
Comment 3 SpanKY gentoo-dev 2003-02-11 20:40:44 UTC
ldd /usr/kde/*/lib/*.so* | grep libasound 
 
see if any try to link to libasound ... i started having similar errors but it was because i 
had alsa installed but then unmerged it 
Comment 4 Hannes Mehnert (RETIRED) gentoo-dev 2003-02-12 07:01:16 UTC
kdegames works here (on a system where alsa was never installed & used 
(it doesn't like my soundcard)). so kdegames should not depend on alsa. 
Comment 5 Yannick Koehler (RETIRED) gentoo-dev 2003-02-12 09:46:57 UTC
wierd, ok I have libs that try to link with libasound but I have recompile kde 3.1 after 
for sure having removed alsa-lib.  But, the alsa keywords may have still be left over.  I 
will re-compile the whole kde and see. 
Comment 6 SpanKY gentoo-dev 2003-02-12 10:01:59 UTC
so re-emerge everything that links against alsa ;)