Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 272426 - elt patches break imlib2
Summary: elt patches break imlib2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High major (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-03 13:11 UTC by Reza Jelveh
Modified: 2009-06-13 20:38 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 Reza Jelveh 2009-06-03 13:11:06 UTC
the patches make imlib2 install .bundle files instead of .so in $EPREFIX/usr/lib/imlib2

imlib2 dependant applications will then e.g. say: 

"no loader for .png found"

symlinking the .bundle files to .so with

for f in $EPREFIX/usr/lib/imlib2/**/*.bundle ;do ln -s $f ${f/.bundle}.so; done

fixes the issue.
Comment 1 Fabian Groffen gentoo-dev 2009-06-13 20:38:07 UTC
fixed, thanks for the report!