Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129242 - edje-9999 (and snaps possibly) build against older libexpat.so
Summary: edje-9999 (and snaps possibly) build against older libexpat.so
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-08 07:31 UTC by Nathan Sullivan
Modified: 2006-04-08 07:37 UTC (History)
0 users

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