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

Bug 34905

Summary: compilation of esmart-0.0.2.20031115 breaks
Product: Gentoo Linux Reporter: FL <flonai>
Component: [OLD] LibraryAssignee: SpanKY <vapier>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description FL 2003-12-02 10:42:41 UTC
the last two version of esmart break when you try to compile it

gcc -march=athlon-tbird -O2 -pipe -fforce-addr -fomit-frame-pointer -fstrength-reduce -foptimize-sibling-calls -ffast-math -frerun-loop-opt -fprefetch-loop-arrays -funroll-loops -falign-functions=4 -maccumulate-outgoing-args -mno-push-args -Wall -o .libs/esmart_test esmart_main.o  ../src/.libs/libesmart.so -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/../../../i686-pc-linux-gnu/lib -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2 -L/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/lib /usr/lib/libImlib2.so /usr/lib/libecore_evas.so /usr/lib/libecore_x.so /usr/lib/libecore_job.so /usr/lib/libevas.so /usr/lib/libfreetype.so -lpng /usr/lib/libeet.so /usr/lib/libjpeg.so /usr/lib/libedb.so -lz /usr/lib/libdirectfb.so /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so -lgcc_s -lc /usr/lib/libGLU.so -lGL -lSM -lICE -lXmu -lXt -lXext -lXi -lX11 -ldl -lpthread /usr/lib/libecore_ipc.so /usr/lib/libecore_con.so /usr/lib/libecore.so /usr/lib/libecore_txt.so -lm -Wl,--rpath -Wl,/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2
../src/.libs/libesmart.so: undefined reference to `imlib_context_set_display'
../src/.libs/libesmart.so: undefined reference to `imlib_create_image_from_drawable'
../src/.libs/libesmart.so: undefined reference to `imlib_context_set_colormap'
../src/.libs/libesmart.so: undefined reference to `imlib_context_set_drawable'
../src/.libs/libesmart.so: undefined reference to `imlib_context_set_visual'
collect2: ld returned 1 exit status
make[1]: *** [esmart_test] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/esmart-0.0.2.20031115/work/esmart/test'
make: *** [all-recursive] Fehler 1

!!! ERROR: x11-libs/esmart-0.0.2.20031115 failed.
!!! Function enlightenment_src_compile, Line 70, Exitcode 2
!!! emake failed

try to recompile every package needed for esmart but it don't help.

Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.22-ck2)
=================================================================
System uname: 2.4.22-ck2 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -O2 -pipe -fforce-addr -fomit-frame-pointer -fstrength-reduce -foptimize-sibling-calls -ffast-math -frerun-loop-opt -fprefetch-loop-arrays -funroll-loops -falign-functions=4 -maccumulate-outgoing-args -mno-push-args"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-tbird -O2 -pipe -fforce-addr -fomit-frame-pointer -fstrength-reduce -foptimize-sibling-calls -ffast-math -frerun-loop-opt -fprefetch-loop-arrays -funroll-loops -falign-functions=4 -maccumulate-outgoing-args -mno-push-args"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache digest sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow X aalib acpi alsa apm avi berkdb canna cjk composite crypt directfb dvd emacs encode esd etwin fbcon fbdev flash gd gdbm gif gpm gtk gtk2 imlib java jikes joystick jpeg js ladcca mad mikmod mldonkeypango mmx motif mozilla mpeg ncurses nls oggvorbis opengl openssh oss pam pdflib perl png python readline sdl slang socks5 spell ssl tcltk tcpd tiff truetype x86 xchattext xface xine xinerama xml2 xv zlib"
Comment 1 SpanKY gentoo-dev 2003-12-02 21:31:41 UTC
re-emerge imlib2 with X in USE

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