Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 155711 - emerge eterm fails due to missing imlib dependency
Summary: emerge eterm fails due to missing imlib dependency
Status: RESOLVED DUPLICATE of bug 150204
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-19 12:27 UTC by dolphinling
Modified: 2006-11-19 12:35 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 dolphinling 2006-11-19 12:27:40 UTC
emerge eterm fails with the following error:

./.libs/libEterm.so: undefined reference to `imlib_context_set_colormap'
./.libs/libEterm.so: undefined reference to `imlib_context_set_drawable'
./.libs/libEterm.so: undefined reference to `imlib_context_set_visual'
./.libs/libEterm.so: undefined reference to `imlib_free_pixmap_and_mask'
collect2: ld returned 1 exit status
make[2]: *** [Eterm] Error 1
make[2]: Leaving directory `/var/tmp/portage/eterm-0.9.4/work/Eterm-0.9.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/eterm-0.9.4/work/Eterm-0.9.4'
make: *** [all] Error 2


$ emerge -p eterm

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] x11-libs/libast-0.7  USE="imlib mmx pcre"
[ebuild  N    ] x11-terms/eterm-0.9.3-r4  USE="mmx unicode -escreen -etwin -minimal"


No idea why it's not in the dependencies as it has the use flag set...

(This was reported because someone in #gentoo was having the problem, I have no attachment to it at all and won't be available to do any followup.)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-11-19 12:35:36 UTC

*** This bug has been marked as a duplicate of 150204 ***