Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17921 - gst-plugins-r4 fails due to libartsc.la
Summary: gst-plugins-r4 fails due to libartsc.la
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 18059 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-21 06:17 UTC by Darko Obradovic
Modified: 2003-03-25 06:59 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 Darko Obradovic 2003-03-21 06:17:12 UTC
I just tried to emerge gst-plugins, with no arts or kde-USE-flags set, and it
fails with the following error:
>>>>>
mkdir .libs
grep: /usr/kde/3/lib/libartsc.la: No such file or directory
sed: can't read /usr/kde/3/lib/libartsc.la: No such file or directory
libtool: link: `/usr/kde/3/lib/libartsc.la' is not a valid libtool archive
make[3]: *** [libgstwincodec.la] Fehler 1
make[3]: Leaving directory
`/var/tmp/portage/gst-plugins-0.6.0-r4/work/gst-plugins-0.6.0/ext/avifile'
<<<<<

Needless to say that I have absolutely no KDE-stuff on my box. :)
So the message itself is no surprise, but the question why it's needed.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Spider (RETIRED) gentoo-dev 2003-03-21 06:28:17 UTC
cd /usr/lib
grep -r "libartsc" . 

See what it is  that links it.
this is what happens when something links to arts and has its dependencies removed from beneath its feet.   can be solved by doing qpkg -f <file that has artsc content> and rebuild that.

Comment 2 Darko Obradovic 2003-03-21 08:52:53 UTC
Thanks a lot! It was my fault of course, fixed the dep on avifile and it now works fine. Sorry for bothering you with that. :)
Comment 3 foser (RETIRED) gentoo-dev 2003-03-25 06:59:48 UTC
*** Bug 18059 has been marked as a duplicate of this bug. ***