Gentoo Archives: gentoo-user

From: "Eric S. Johansson" <esj@××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] building without X
Date: Mon, 06 Dec 2004 15:15:11
Message-Id: 41B47763.5040703@harvee.org
1 building a gentoo server. only need X client lib/support but for some
2 reason, the X server is in the dependency list for emacs and xorg is
3 *failing to build*. if I change make.conf to have -X11 the server side
4 doesn't build but then again neither does any client side support. very
5 annoying. googling for these errors shows nothing. doubly annoying.
6
7 ../../programs/Xserver/hw/xfree86/loader/libloader.a(xf86sym.o)(.data+0x124c):
8 undefined reference to `__stack_smash_handler'
9 ../../programs/Xserver/hw/xfree86/loader/libloader.a(xf86sym.o)(.data+0x1254):
10 undefined reference to `__guard'
11 collect2: ld returned 1 exit status
12
13 make.conf
14
15 CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
16 CHOST="i686-pc-linux-gnu"
17 CXXFLAGS="${CFLAGS}"
18 MAKEOPTS="-j3"
19 PORTDIR_OVERLAY=/usr/local/portage
20 USE="aim emacs fastcgi imap maildir mmx mozilla pcmcia python usb gdbm
21 pam png berkdb apache2 perl readline gif qt gtk gtk2 ldap mcal ncurses
22 sse ssl -X wxwindows zlib"
23
24 your assistance is greatly appreciated.
25
26 ---eric
27
28
29 --
30 "Part of the problem with the Wal-Mart business model is that it
31 requires more poverty in order to grow."
32
33 http://www.salon.com/mwt/feature/2004/11/22/wal_mart/print.html
34
35 --
36 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] building without X Jean-Francois Gagnon Laporte <kioshen@×××××.com>
Re: [gentoo-user] building without X Rumen Yotov <rumen_yotov@×××.bg>