Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103932 - erss fails to compile
Summary: erss fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-27 09:17 UTC by tim
Modified: 2005-08-27 12:10 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 tim 2005-08-27 09:17:27 UTC
emerging erss fails:
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/inclu
                             de -I/usr/include/etox -I/usr/include/libxml2   
-march=pentium-m -O3 -pipe -mfp                              math=sse -msse
-msse2 -mmmx -fomit-frame-pointer -funroll-loops -fprefetch-loop-              
               arrays -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 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/inclu
                             de -I/usr/include/etox -I/usr/include/libxml2   
-march=pentium-m -O3 -pipe -mfp                              math=sse -msse
-msse2 -mmmx -fomit-frame-pointer -funroll-loops -fprefetch-loop-              
               arrays -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; f
                             i
gui.c: In function `erss_gui_init':
gui.c:275: warning: implicit declaration of function `ecore_x_window_prop_layer_
                             set'
i686-pc-linux-gnu-gcc  -march=pentium-m -O3 -pipe -mfpmath=sse -msse -msse2 -mmm
                             x -fomit-frame-pointer -funroll-loops
-fprefetch-loop-arrays -Wall   -o erss  er                              ss.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 -L/usr/lib -ledb -lz -lm
-L/usr/lib -lxml2 -lz -lpt                              hread -lm -L/usr/lib -lm
-lesmart_container -lesmart_trans_x11 
tooltip.o(.text+0x232): In function `erss_tooltip_for':
: undefined reference to `ecore_x_window_prop_window_type_set'
gui.o(.text+0x727): In function `erss_gui_init':
: undefined reference to `ecore_x_window_prop_layer_set'
collect2: ld returned 1 exit status
make[2]: *** [erss] Error 1
make[2]: Leaving directory `/var/tmp/portage/erss-0.0.2.20041226/work/erss/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/erss-0.0.2.20041226/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.20041226 failed.
!!! Function enlightenment_die, Line 94, Exitcode 0
!!! emake failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM
!!! If you need support, post the topmost build error, NOT this status message.

nm -D libecore*so |grep ecore_x_window_prop_layer_set
returns nothing

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-08-27 12:10:13 UTC
removed the snapshot until i can get around to making a new one

use live cvs for now