Gentoo Archives: gentoo-user

From: Qian Qiao <qian.qiao@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Eterm not emerging
Date: Sun, 30 Oct 2005 00:38:16
Message-Id: c3d5f3800510291730l42f06f59v34cf90e7a4924f11@mail.gmail.com
In Reply to: [gentoo-user] Eterm not emerging by Ryan Viljoen
1 On 10/30/05, Ryan Viljoen <ravilj@×××××.com> wrote:
2 > I cant seem to get eterm to emerge and I really need/like Eterm please dont make me use xterm or aterm :(
3 >
4 >
5 > Quote:
6 > /bin/sh ../libtool --mode=link gcc -O3 -pipe -march=pentium-m -mcpu=i686 -fomit-frame-pointer -mtune=pentium-m -L/usr/lib -o Eterm -rpath /usr/lib:/usr/lib/Eterm main.o libEterm.la -lImlib2 -ldl -L/usr/lib -lImlib2 -lfreetype -lz -ldl -lm -lSM -lICE
7 > -lSM -lICE -lXmu -lutempter -last -lXext -lX11 -lutil -lm
8 > gcc -O3 -pipe -march=pentium-m -mcpu=i686 -fomit-frame-pointer -mtune=pentium-m -o .libs/Eterm main.o -L/usr/lib ./.libs/libEterm.so -lXmu -lutempter /usr/lib/libast.so /usr/lib/libImlib2.so /usr/lib/libfreetype.so -lz -ldl -lSM -lICE -lXext -lX11 -lutil
9 > -lm -Wl,--rpath -Wl,/usr/lib:/usr/lib/Eterm
10 > ./.libs/libEterm.so: undefined reference to `imlib_render_pixmaps_for_whole_image'
11 > ./.libs/libEterm.so: undefined reference to `imlib_context_set_display'
12 > ./.libs/libEterm.so: undefined reference to `imlib_render_pixmaps_for_whole_image_at_size'
13 > ./.libs/libEterm.so: undefined reference to `imlib_context_set_colormap'
14 > ./.libs/libEterm.so: undefined reference to `imlib_context_set_drawable'
15 > ./.libs/libEterm.so: undefined reference to `imlib_context_set_visual'
16 > ./.libs/libEterm.so: undefined reference to `imlib_free_pixmap_and_mask'
17 > collect2: ld returned 1 exit status
18 > make[2]: *** [Eterm] Error 1
19 > make[2]: Leaving directory `/var/tmp/portage/eterm-0.9.3-r4/work/Eterm-0.9.3/src'
20 > make[1]: *** [all-recursive] Error 1
21 > make[1]: Leaving directory `/var/tmp/portage/eterm-0.9.3-r4/work/Eterm-0.9.3'
22 > make: *** [all-recursive-am] Error 2
23 >
24 > !!! ERROR: x11-terms/eterm-0.9.3-r4 failed.
25 > !!! Function src_compile, Line 54, Exitcode 2
26 > !!! make failed
27 > !!! If you need support, post the topmost build error, NOT this status message.
28 >
29 > ziig ~ #
30 >
31 >
32 > This is my make file:
33 >
34 >
35 > Quote:
36 >
37 > # These settings were set by the catalyst build script that automatically built this stage
38 > # Please consult /etc/make.conf.example for a more detailed example
39 >
40 > #CFLAGS="-O2 -march=i686"
41 > #CHOST="i686-pc-linux-gnu"
42 > #CXXFLAGS="${CFLAGS}"
43 >
44 > CFLAGS="-O3 -pipe -march=pentium-m -mcpu=i686 -fomit-frame-pointer -mtune=pentium-m"
45 > CHOST="i686-pc-linux-gnu"
46 > CXXFLAGS="${CFLAGS}"
47 >
48 > MAKEOPTS="-j2"
49 >
50 > ACCEPT_KEYWORDS="~x86"
51 >
52 > USE="X imlib nls apache2 cups imagemagick usb msn png jpeg gif tiff acc mpeg opengl gtk2 qt samba svga dga dio truetype xmms -gnome -kde alsa apm cdr dvd mmx sse xml xml2 -escreen -etwin -unicode"
53 >
54 > GENTOO_MIRRORS="http://gentoo.seren.com/gentoo http://distfiles.gentoo.org/distfiles"
55 >
56 > SYNC=rsync://gentoo.seren.com/gentoo-portage
57
58 Could you try not to send HTML messages to the list? A big portion of
59 us read our emails under command line, and people like me don't have a
60 brain that can parse the HTML and make sense of it before my finger
61 hits the "delete" button.
62
63 Also please try to avoid top posting.
64
65 -- Joe
66
67 --
68 There are 3 kinds of people in the world:
69 Those who can count, and those who can't.
70
71 Money can't buy everything.
72 Sometimes money can't even buy a gun...
73
74 --
75 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Eterm not emerging Ryan Viljoen <ravilj@×××××.com>
RE: [gentoo-user] Eterm not emerging Nicholas Hockey <tilt@××××××××××.net>