Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63340 - enlightenment-0.16.7.1 build fails ; same error in enlightenment-0.16.9999
Summary: enlightenment-0.16.7.1 build fails ; same error in enlightenment-0.16.9999
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 12:29 UTC by REdOG
Modified: 2004-09-08 13:25 UTC (History)
1 user (show)

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 REdOG 2004-09-08 12:29:13 UTC
Making all in dox
make[2]: Entering directory `/home/eric/src/enlightenment-0.16.7.1/dox'
gcc  -g -O2  -L/usr/local/lib -o edox  dox.o file.o format.o text.o ttfont.o   -L/usr/lib -lImlib2 -lfreetype -lz -lm -ldl -L/usr/X11R6/lib -lXinerama -lX11 -lm 
dox.o(.text+0x225): In function `VRootInit':
/home/eric/src/enlightenment-0.16.7.1/dox/dox.c:119: undefined reference to `imlib_context_set_display'
dox.o(.text+0x232):/home/eric/src/enlightenment-0.16.7.1/dox/dox.c:120: undefined reference to `imlib_context_set_visual'
dox.o(.text+0x23f):/home/eric/src/enlightenment-0.16.7.1/dox/dox.c:121: undefined reference to `imlib_context_set_colormap'
dox.o(.text+0x419): In function `ApplyImage1':
/home/eric/src/enlightenment-0.16.7.1/dox/dox.c:178: undefined reference to `imlib_context_set_drawable'
dox.o(.text+0x42b):/home/eric/src/enlightenment-0.16.7.1/dox/dox.c:179: undefined reference to `imlib_render_pixmaps_for_whole_image'
dox.o(.text+0x44e):/home/eric/src/enlightenment-0.16.7.1/dox/dox.c:181: undefined reference to `imlib_free_pixmap_and_mask'
dox.o(.text+0x47b): In function `ApplyImage2':
/home/eric/src/enlightenment-0.16.7.1/dox/dox.c:188: undefined reference to `imlib_context_set_drawable'
dox.o(.text+0x494):/home/eric/src/enlightenment-0.16.7.1/dox/dox.c:189: undefined reference to `imlib_render_image_on_drawable'
format.o(.text+0x1104): In function `RenderPage':
/home/eric/src/enlightenment-0.16.7.1/dox/format.c:572: undefined reference to `imlib_context_set_drawable'
format.o(.text+0x1124):/home/eric/src/enlightenment-0.16.7.1/dox/format.c:573: undefined reference to `imlib_render_image_on_drawable_at_size'
format.o(.text+0x20ec):/home/eric/src/enlightenment-0.16.7.1/dox/format.c:543: undefined reference to `imlib_context_set_drawable'
format.o(.text+0x2109):/home/eric/src/enlightenment-0.16.7.1/dox/format.c:544: undefined reference to `imlib_render_image_on_drawable_at_size'
ttfont.o(.text+0xfa): In function `EFont_draw_string':
/home/eric/src/enlightenment-0.16.7.1/dox/ttfont.c:55: undefined reference to `imlib_context_set_drawable'
ttfont.o(.text+0x12b):/home/eric/src/enlightenment-0.16.7.1/dox/ttfont.c:56: undefined reference to `imlib_create_image_from_drawable'
ttfont.o(.text+0x181):/home/eric/src/enlightenment-0.16.7.1/dox/ttfont.c:62: undefined reference to `imlib_render_image_on_drawable'
collect2: ld returned 1 exit status
distcc[2206] ERROR: compile on localhost failed
make[2]: *** [edox] Error 1
make[2]: Leaving directory `/home/eric/src/enlightenment-0.16.7.1/dox'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/eric/src/enlightenment-0.16.7.1'
make: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
1.add ~x86 kw for x11-wm/enlightenment-0.16.7.1
2.emerge enlightenment
3.watch error
OR
1. add ~x86 kw for x11-wm/enlightenment-0.16.9999
2. add unmask for x11-wm/enlightenment-0.16.9999
3. emerge enlightenment
4. watch error




I talked with someone(torh) in #e who was haveing the same problem on his gentoo
box. Both of us are useing a 2.6.7 kernel. I tryed to reproduce it on a ppc with
a 2.6.7 kernel but was unsucessful. I also tryed to reproduce it on another PIII
with a 2.4 kernel and was unsucessful. I tryed massageing(?sp) CFLAGS and
rebuilding imlib(2) as well as e but still fails.
Comment 1 SpanKY gentoo-dev 2004-09-08 13:19:49 UTC
sounds like you dont have X in your USE

add it then rebuild imlib2
Comment 2 REdOG 2004-09-08 13:25:48 UTC
reemerged imlib2 with USE="X" then emerge enlightenment is sucessful