Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 17653

Summary: media-libs/libsdl uses kde-base/arts. After upgrading from KDE 3 to 3.1, programs using libsdl fail to compile.
Product: Gentoo Linux Reporter: Håkon A. Hjortland <hahjortland>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***