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

Bug 129242

Summary: edje-9999 (and snaps possibly) build against older libexpat.so
Product: Gentoo Linux Reporter: Nathan Sullivan <nathan>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nathan Sullivan 2006-04-08 07:31:55 UTC
edje_cc builds against libexpat.so.0 it seems, according to ldd, even though only libexpat.so.1 exists on the system. the issue comes down to the API changes with expat 2.0 im assuming, and the new .so suffix to avoid any nasty issues. how exactly it builds against libexpat in the first place beats me, configure doesnt specify it, seems to be hardcoded somewhere. im guessing any versions of expat prior to 2.0 shouldnt be a problem in this case.
Comment 1 Nathan Sullivan 2006-04-08 07:37:16 UTC
nm, my bad, turns out it was libfontconfig thats the actual culprit. edje_cc uses libfontconfig, which builds against libexpat. ld only warns about this during the make stage, but doesnt cause it to hard fail or anything. since when executing edje_cc it didnt specify the tree of failures to track the failure, it didnt click. a simple revdep-rebuild solves this.