Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4696 - x11-terms/eterm-0.9.1-r5 doesn't compile: undefined references
Summary: x11-terms/eterm-0.9.1-r5 doesn't compile: undefined references
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 08:31 UTC by Alex Walker
Modified: 2003-02-04 19:42 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 Alex Walker 2002-07-08 08:31:24 UTC
Emerging x11-terms/eterm-0.9.1-r5 bails out here:

gcc -march=i686 -O3 -pipe -L/usr/lib -L/usr/X11R6/lib -L/usr/lib
-L/usr/X11R6/lib -o .libs/Eterm main.o .libs/libEterm.so -last -ldl -lSM -lICE
-lXmu -lXext -lX11 -lutil -lm -last -ldl -lSM -lICE -lXmu -lXext -lX11 -lutil
-lm -Wl,--rpath -Wl,/usr/lib:/usr/lib/Eterm
/usr/i686-pc-linux-gnu/bin/ld: warning: libttf.so.2, needed by
/usr/lib/libast.so, not found (try using -rpath or -rpath-link)
.libs/libEterm.so: undefined reference to `update_cmod_tables'
.libs/libEterm.so: undefined reference to `imlib_context_set_image'
collect2: ld returned 1 exit status
make[2]: *** [Eterm] Error 1
make[2]: Leaving directory `/var/tmp/portage/eterm-0.9.1-r5/work/Eterm-0.9.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/eterm-0.9.1-r5/work/Eterm-0.9.1'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line -117, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/x11-terms/eterm/eterm-0.9.1-r5.ebuild .
Comment 1 Michael M Nazaroff (RETIRED) gentoo-dev 2002-07-09 20:17:09 UTC
Do you have libast installed it should be pulled down as dependency?
Comment 2 Alex Walker 2002-07-19 19:28:11 UTC
Dunno what was wrong.  Just tried it again, having remerged enlightenment and it
worked.