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

Bug 64711

Summary: erss compile error
Product: Gentoo Linux Reporter: robert jorgenson <BoBB>
Component: Current packagesAssignee: SpanKY <vapier>
Status: VERIFIED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description robert jorgenson 2004-09-19 19:47:00 UTC
output of emerge erss ...

then mv -f ".deps/tooltip.Tpo" ".deps/tooltip.Po"; else rm -f ".deps/tooltip.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include -I/usr/include -I/usr/include/etox -I/usr/include/libxml2    -march=athlon-xp -mcpu=athlon-xp -O3 -pipe -Wall -MT net.o -MD -MP -MF ".deps/net.Tpo" -c -o net.o net.c; \
then mv -f ".deps/net.Tpo" ".deps/net.Po"; else rm -f ".deps/net.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include -I/usr/include -I/usr/include/etox -I/usr/include/libxml2    -march=athlon-xp -mcpu=athlon-xp -O3 -pipe -Wall -MT ls.o -MD -MP -MF ".deps/ls.Tpo" -c -o ls.o ls.c; \
then mv -f ".deps/ls.Tpo" ".deps/ls.Po"; else rm -f ".deps/ls.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include -I/usr/include -I/usr/include/etox -I/usr/include/libxml2    -march=athlon-xp -mcpu=athlon-xp -O3 -pipe -Wall -MT gui.o -MD -MP -MF ".deps/gui.Tpo" -c -o gui.o gui.c; \
then mv -f ".deps/gui.Tpo" ".deps/gui.Po"; else rm -f ".deps/gui.Tpo"; exit 1; fi
gui.c: In function `erss_mouse_in_cursor_change':
gui.c:120: warning: implicit declaration of function `ecore_x_cursor_shape_get'
gui.c:121: warning: implicit declaration of function `ecore_x_window_cursor_set'
gcc  -march=athlon-xp -mcpu=athlon-xp -O3 -pipe -Wall   -o erss  erss.o parse.o parse_config.o tooltip.o net.o ls.o gui.o -L/usr/lib -ledje -L/usr/lib -letox -L/usr/lib -levas -lm -L/usr/lib -lxml2 -lz -lpthread -lm -L/usr/lib -lm -lesmart_container -lesmart_trans_x11 
gui.o(.text+0xb2d): In function `erss_mouse_in_cursor_change':
: undefined reference to `ecore_x_cursor_shape_get'
gui.o(.text+0xb3f): In function `erss_mouse_in_cursor_change':
: undefined reference to `ecore_x_window_cursor_set'
gui.o(.text+0xb70): In function `erss_mouse_out_cursor_change':
: undefined reference to `ecore_x_window_cursor_set'
collect2: ld returned 1 exit status
make[2]: *** [erss] Error 1
make[2]: Leaving directory `/var/tmp/portage/erss-0.0.2.20040828/work/erss/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/erss-0.0.2.20040828/work/erss/src'
make: *** [all-recursive] Error 1
 * Please do not contact the E team about bugs in Gentoo.
 * Only contact vapier@gentoo.org via e-mail or bugzilla.
 * Remember, this stuff is CVS only code so dont cry when
 * I break you :).

!!! ERROR: net-news/erss-0.0.2.20040828 failed.
!!! Function enlightenment_die, Line 53, Exitcode 0
!!! emake failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM

Let me know if you need any more information
Comment 1 SpanKY gentoo-dev 2004-09-19 20:06:53 UTC
yes, you neglected to provide `emerge info` like all bug reports require

also, what version of ecore do you have ?
Comment 2 SpanKY gentoo-dev 2004-09-19 20:45:28 UTC
*** Bug 64715 has been marked as a duplicate of this bug. ***
Comment 3 SpanKY gentoo-dev 2004-12-26 14:37:51 UTC
old