Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17653 - media-libs/libsdl uses kde-base/arts. After upgrading from KDE 3 to 3.1, programs using libsdl fail to compile.
Summary: media-libs/libsdl uses kde-base/arts. After upgrading from KDE 3 to 3.1, prog...
Status: RESOLVED DUPLICATE of bug 1991
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-16 17:36 UTC by Håkon A. Hjortland
Modified: 2009-01-29 16:15 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 Håkon A. Hjortland 2003-03-16 17:36:03 UTC
Reproducible: Always
Steps to Reproduce:
1. Install libsdl (uses kde-base/arts)
2. Upgrade from KDE 3 to 3.1
   kde-base/arts gets upgraded and moves from /usr/kde/3/lib/ to /usr/kde/3.1/lib/
3. emerge avifile (uses libsdl)

Actual Results:  
avifile won't compile. It looks for /usr/kde/3/lib/libartsc.*, which doesn't exist.
Reason:
/usr/lib/libSDL.la goes something like:
dependency_libs=' -lm -L/usr/kde/3/lib -ldl -lartsc [...]
                                ^^^
But arts is in /usr/kde/3.1/lib/ now.


Expected Results:  
Portage should have recompiled programs depending on arts (libsdl etc.) when
arts was upgraded and moved to a different location.


My initial problem was that transcode wouldn't compile. I tracked the problem
down to this.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-17 13:57:04 UTC

*** This bug has been marked as a duplicate of 1991 ***