Gentoo Archives: gentoo-user

From: Ryan Viljoen <ravilj@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Eterm not emerging
Date: Sat, 29 Oct 2005 23:11:21
Message-Id: deb20110510291606w19dd48b9tb10061c23f1683@mail.gmail.com
1 I cant seem to get eterm to emerge [image: :(] and I really need/like Eterm
2 please dont make me use xterm or aterm :(
3
4 *Quote:* /bin/sh ../libtool --mode=link gcc -O3 -pipe -march=pentium-m
5 -mcpu=i686 -fomit-frame-pointer -mtune=pentium-m -L/usr/lib -o Eterm -rpath
6 /usr/lib:/usr/lib/Eterm main.o libEterm.la -lImlib2 -ldl -L/usr/lib -lImlib2
7 -lfreetype -lz -ldl -lm -lSM -lICE
8 -lSM -lICE -lXmu -lutempter -last -lXext -lX11 -lutil -lm
9 gcc -O3 -pipe -march=pentium-m -mcpu=i686 -fomit-frame-pointer
10 -mtune=pentium-m -o .libs/Eterm main.o -L/usr/lib ./.libs/libEterm.so -lXmu
11 -lutempter /usr/lib/libast.so /usr/lib/libImlib2.so /usr/lib/libfreetype.so
12 -lz -ldl -lSM -lICE -lXext -lX11 -lutil
13 -lm -Wl,--rpath -Wl,/usr/lib:/usr/lib/Eterm
14 ./.libs/libEterm.so: undefined reference to
15 `imlib_render_pixmaps_for_whole_image'
16 ./.libs/libEterm.so: undefined reference to `imlib_context_set_display'
17 ./.libs/libEterm.so: undefined reference to
18 `imlib_render_pixmaps_for_whole_image_at_size'
19 ./.libs/libEterm.so: undefined reference to `imlib_context_set_colormap'
20 ./.libs/libEterm.so: undefined reference to `imlib_context_set_drawable'
21 ./.libs/libEterm.so: undefined reference to `imlib_context_set_visual'
22 ./.libs/libEterm.so: undefined reference to `imlib_free_pixmap_and_mask'
23 collect2: ld returned 1 exit status
24 make[2]: *** [Eterm] Error 1
25 make[2]: Leaving directory
26 `/var/tmp/portage/eterm-0.9.3-r4/work/Eterm-0.9.3/src'
27
28 make[1]: *** [all-recursive] Error 1
29 make[1]: Leaving directory `/var/tmp/portage/eterm-0.9.3-r4/work/Eterm-0.9.3'
30
31 make: *** [all-recursive-am] Error 2
32
33 !!! ERROR: x11-terms/eterm-0.9.3-r4 failed.
34 !!! Function src_compile, Line 54, Exitcode 2
35 !!! make failed
36 !!! If you need support, post the topmost build error, NOT this status
37 message.
38
39 ziig ~ #
40
41
42 This is my make file:
43
44 *Quote:*
45 # These settings were set by the catalyst build script that automatically
46 built this stage
47 # Please consult /etc/make.conf.example for a more detailed example
48
49 #CFLAGS="-O2 -march=i686"
50 #CHOST="i686-pc-linux-gnu"
51 #CXXFLAGS="${CFLAGS}"
52
53 CFLAGS="-O3 -pipe -march=pentium-m -mcpu=i686 -fomit-frame-pointer
54 -mtune=pentium-m"
55 CHOST="i686-pc-linux-gnu"
56 CXXFLAGS="${CFLAGS}"
57
58 MAKEOPTS="-j2"
59
60 ACCEPT_KEYWORDS="~x86"
61
62 USE="X imlib nls apache2 cups imagemagick usb msn png jpeg gif tiff acc mpeg
63 opengl gtk2 qt samba svga dga dio truetype xmms -gnome -kde alsa apm cdr dvd
64 mmx sse xml xml2 -escreen -etwin -unicode"
65
66 GENTOO_MIRRORS="http://gentoo.seren.com/gentoo
67 http://distfiles.gentoo.org/distfiles"
68
69 SYNC=rsync://gentoo.seren.com/gentoo-portage
70
71
72
73 _________________
74
75 --
76 "When you say "I wrote a program that crashed Windows", people just stare at
77 you blankly and say "Hey, I got those with the system, for free". - Linus
78 Torvalds, 1995

Replies

Subject Author
[gentoo-user] Re: Eterm not emerging Ryan Viljoen <ravilj@×××××.com>
Re: [gentoo-user] Eterm not emerging Qian Qiao <qian.qiao@×××××.com>