Gentoo Archives: gentoo-user

From: Jean-Francois Gagnon Laporte <kioshen@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] building without X
Date: Mon, 06 Dec 2004 15:41:01
Message-Id: 4a64cf40041206074061d234e5@mail.gmail.com
In Reply to: [gentoo-user] building without X by "Eric S. Johansson"
1 Hi !
2
3 First questions ....
4
5 What do you want exactly ? Do you need X support or not ? If you do
6 not, well remove those use flags qt gtk gtk2 since they need an X
7 server anyway to function. Since you are building a server, may I
8 suggest putting -* at the front of your use flags to make sure you
9 don't have some obscure use flags. Instead of putting your settings
10 from make.conf try putting `emerge info`. It really gives what are the
11 currently active settings of portage so to speak.
12
13 Might want to read this too :
14 http://thread.gmane.org/gmane.linux.gentoo.user/109647
15
16 Anyway, I really don't understand your problem. Let's start again,
17 post clearly what your problem is or what you really want (For
18 example, I don't want any X support but it tries to emerge it and it
19 even fails preventing me from continuing my updates. Here's my setup
20 (emerge info) and here's what portage is trying to acheive (emerge
21 -Udpvt world). Post the results of `emerge info` and `emerge -uDpvt`
22 if you were trying to update your server.
23
24 Cheers !
25
26 Jean-Francois
27
28 On Mon, 06 Dec 2004 10:14:43 -0500, Eric S. Johansson <esj@××××××.org> wrote:
29 > building a gentoo server. only need X client lib/support but for some
30 > reason, the X server is in the dependency list for emacs and xorg is
31 > *failing to build*. if I change make.conf to have -X11 the server side
32 > doesn't build but then again neither does any client side support. very
33 > annoying. googling for these errors shows nothing. doubly annoying.
34 >
35 > ../../programs/Xserver/hw/xfree86/loader/libloader.a(xf86sym.o)(.data+0x124c):
36 > undefined reference to `__stack_smash_handler'
37 > ../../programs/Xserver/hw/xfree86/loader/libloader.a(xf86sym.o)(.data+0x1254):
38 > undefined reference to `__guard'
39 > collect2: ld returned 1 exit status
40 >
41 > make.conf
42 >
43 > CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
44 > CHOST="i686-pc-linux-gnu"
45 > CXXFLAGS="${CFLAGS}"
46 > MAKEOPTS="-j3"
47 > PORTDIR_OVERLAY=/usr/local/portage
48 > USE="aim emacs fastcgi imap maildir mmx mozilla pcmcia python usb gdbm
49 > pam png berkdb apache2 perl readline gif qt gtk gtk2 ldap mcal ncurses
50 > sse ssl -X wxwindows zlib"
51 >
52 > your assistance is greatly appreciated.
53 >
54 > ---eric
55 >
56 > --
57 > "Part of the problem with the Wal-Mart business model is that it
58 > requires more poverty in order to grow."
59 >
60 > http://www.salon.com/mwt/feature/2004/11/22/wal_mart/print.html
61 >
62 > --
63 > gentoo-user@g.o mailing list
64 >
65 >
66
67 --
68 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] building without X "Eric S. Johansson" <esj@××××××.org>
Re: [gentoo-user] building without X Jonathan Nichols <jnichols@×××.net>