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

Bug 210137

Summary: media-libs/sdl-gfx does not respect LDFLAGS (broken libtool)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-02-14 15:02:37 UTC
As per summary:

 TYPE   SECTION FILE
ET_DYN .hash /usr/lib/debug/usr/lib64/libSDL_gfx.so.0.0.16.debug
ET_DYN .hash /usr/lib64/libSDL_gfx.so.0
ET_DYN .hash /usr/lib64/libSDL_gfx.so.0.0.16
ET_DYN .hash /usr/lib64/libSDL_gfx.so

Easy fix for this: in src_unpack before elibtoolize

cd "${S}"
rm acinclude.m4 # contains oooooold copies of libtool.m4, plus sdl.m4 which is already a dependency
eautoreconf

[of course adding autotools eclass to inherit]

And the problem is solved here :)
Comment 1 Tristan Heaven (RETIRED) gentoo-dev 2008-02-14 15:16:15 UTC
done