Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200263 - emul-linux-x86-qtlibs dependency on app-emulation/emul-linux-x86-soundlibs being built with USE="arts"
Summary: emul-linux-x86-qtlibs dependency on app-emulation/emul-linux-x86-soundlibs be...
Status: RESOLVED DUPLICATE of bug 200171
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 200624 200676 201076 201374 203845 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-11-25 09:10 UTC by Robert Sebastian Gerus
Modified: 2007-12-31 01:42 UTC (History)
5 users (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 Robert Sebastian Gerus 2007-11-25 09:10:47 UTC
Why does emul-linux-x86-qtlibs depend on app-emulation/emul-linux-x86-soundlibs being built with USE="arts"? A simple one-liner shows that only 1 file from that package requires arts, and thus that file could simply be removed if emul-linux-x86-soundlibs isn't built with USE="arts".

for i in $(find ./ -name '*.so.*'); do t=$(ldd "${i}"|grep -i 'artsflow\|libartskde'); [[ ! ${t} = "" ]] && echo ${i} ; done
./usr/kde/3.5/lib32/libartskde.so.1
./usr/kde/3.5/lib32/libartskde.so.1.2.0

And ./usr/kde/3.5/lib32/libartskde.so.1 is a symlink to libartskde.so.1.2.0.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-25 09:15:30 UTC

*** This bug has been marked as a duplicate of bug 200171 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-11-28 11:17:12 UTC
*** Bug 200624 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-11-28 18:26:30 UTC
*** Bug 200676 has been marked as a duplicate of this bug. ***
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-12-03 12:47:56 UTC
*** Bug 201076 has been marked as a duplicate of this bug. ***
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-12-05 19:24:52 UTC
*** Bug 201374 has been marked as a duplicate of this bug. ***
Comment 6 Ákos Maróy 2007-12-06 07:23:21 UTC
I actually have the problem of being unable to build any of them, because these two packages seem to be in a circular dependency (see bug 201374 , marked as a duplicate for this one)

can you guys build either of these libraries in any way?
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2007-12-31 01:42:22 UTC
*** Bug 203845 has been marked as a duplicate of this bug. ***