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

Bug 155711

Summary: emerge eterm fails due to missing imlib dependency
Product: Gentoo Linux Reporter: dolphinling <aguertin+gentoo>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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