Gentoo Archives: gentoo-user

From: paulcol@×××××××××××××××××.au
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Can't install emacs-cvs on semi-minimal install of gentoo (no X)
Date: Mon, 19 May 2008 23:24:57
Message-Id: 20080519232452.GA14022@andor.dropbear.id.au
In Reply to: [gentoo-user] Can't install emacs-cvs on semi-minimal install of gentoo (no X) by reader@newsguy.com
1 On Mon, May 19, 2008 at 09:05:30AM -0500, reader@×××××××.com wrote:
2 > Folks.. I'm sorry to repost this under a new subject line... I got no
3 > responses on a previous try... Is there someone here who is an emacs
4 > user who might see whats going wrong with the emerge? Or someone how
5 > can just spot something in the error output that provides a clue for
6 > me to dig with.
7 >
8 >
9 > reader@×××××××.com writes:
10 >
11 > I want to get emacs-cvs installed on a machine with no X or xorg stuff
12 > installed. I want version 23 for the newly merged multi-tty
13 > functionality. (a way to connect to a running emacs remotely)
14 >
15 > When I try to emerge it with these flags:
16 > root # emerge -v emacs-cvs
17 > [...]
18 > [ebuild N ] app-editors/emacs-cvs-23.0.9999 USE="gpm xpm -X
19 > -Xaw3d -alsa -dbus -gif -gtk -gzip-el -hesiod -jpeg -kerberos
20 > -m17n-lib -motif -png -sound -source -spell -svg -tiff
21 > -toolkit-scroll-bars -xft"
22 > [...]
23 > xfaces.c:(.text+0x42a6): undefined reference to `FONT_WEIGHT_NAME_NUMERIC'
24 > xfaces.c:(.text+0x42bb): undefined reference to `FONT_WEIGHT_NAME_NUMERIC'
25
26
27 'xpm' is a graphics format ( X Pix Map, IIRC) so that may be a problem.
28 There is also a USE flag for Xface as well.
29
30 Try adding '-xpm -xface' to your USE flags.
31
32
33 --
34 Reverend Paul Colquhoun, ULC. http://andor.dropbear.id.au/~paulcol
35 Asking for technical help in newsgroups? Read this first:
36 http://catb.org/~esr/faqs/smart-questions.html#intro
37 --
38 gentoo-user@l.g.o mailing list

Replies