Gentoo Archives: gentoo-user

From: reader@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge emacs-cvs fails on a fairly minimal install
Date: Sun, 18 May 2008 02:57:49
Message-Id: uhccwnwue.fsf@newsguy.com
1 I want to get emacs-cvs installed on a machine with no X or xorg stuff
2 installed. I want version 23 for the newly merged multi-tty
3 functionality. (a way to connect to a running emacs remotely)
4
5 When I try to emerge it:
6 [...]
7 xfaces.c:(.text+0x42a6): undefined reference to `FONT_WEIGHT_NAME_NUMERIC'
8 xfaces.c:(.text+0x42bb): undefined reference to `FONT_WEIGHT_NAME_NUMERIC'
9 print.o: In function `print_object':
10 print.c:(.text+0x2dc2): undefined reference to `font_style_symbolic'
11 collect2: ld returned 1 exit status
12 make[2]: *** [temacs] Error 1
13
14 make[2]: Leaving directory
15 `/var/tmp/portage/app-editors/emacs-cvs-23.0.9999/work/emacs/src'
16
17 make[1]: *** [bootstrap-build] Error 2
18
19 make[1]: Leaving directory
20 `/var/tmp/portage/app-editors/emacs-cvs-23.0.9999/work/emacs'
21
22 make: *** [bootstrap] Error 2
23 *
24 * ERROR: app-editors/emacs-cvs-23.0.9999 failed.
25 * Call stack:
26 * ebuild.sh, line 49: Called src_compile
27 * environment, line 3373: Called die
28 * The specific snippet of code:
29 * emake CC="$(tc-getCC)" bootstrap || die "make bootstrap failed"
30 * The die message:
31 * make bootstrap failed
32 [...]
33
34 Is that failure related to not having X support libs installed? Or is
35 really a compiler problem?
36
37 The use flags were:
38 [ebuild N ] app-editors/emacs-cvs-23.0.9999 USE="gpm xpm -X
39 -Xaw3d -alsa -dbus -gif -gtk -gzip-el -hesiod -jpeg -kerberos
40 -m17n-lib -motif -png -sound -source -spell -svg -tiff
41 -toolkit-scroll-bars -xft"
42
43 Do I need to change the use flags somehow?
44
45
46 --
47 gentoo-user@l.g.o mailing list

Replies