From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user-return-95037-arch-gentoo-user=gentoo.org@lists.gentoo.org> Received: (qmail 8374 invoked from network); 6 Dec 2004 15:41:01 +0000 Received: from smtp.gentoo.org (156.56.111.197) by lists.gentoo.org with AES256-SHA encrypted SMTP; 6 Dec 2004 15:41:01 +0000 Received: from lists.gentoo.org ([156.56.111.196] helo=parrot.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.41) id 1CbKyz-0002hx-Ah for arch-gentoo-user@lists.gentoo.org; Mon, 06 Dec 2004 15:41:01 +0000 Received: (qmail 25245 invoked by uid 89); 6 Dec 2004 15:40:36 +0000 Mailing-List: contact gentoo-user-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: <mailto:gentoo-user@gentoo.org> List-Help: <mailto:gentoo-user-help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user-unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user-subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> Reply-To: gentoo-user@lists.gentoo.org X-BeenThere: gentoo-user@gentoo.org Received: (qmail 8598 invoked from network); 6 Dec 2004 15:40:36 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=M2+f+jtJskKuQyKgtQ9HSQxcXBL5z+HiMxG8Y4OaoiGQC8nZcNvGNorRPIjSON0bKgbZlbh0Qsr8v0OLgd9vBBPFmwrteERZxV0Lgmg5Kl3osTLaswj764r4S7JYkIGLbNUTXpWFt2dxJNqqMhdGyCzVnf216FmaA0NDX+hTcrY= Message-ID: <4a64cf40041206074061d234e5@mail.gmail.com> Date: Mon, 6 Dec 2004 10:40:36 -0500 From: Jean-Francois Gagnon Laporte <kioshen@gmail.com> Reply-To: Jean-Francois Gagnon Laporte <kioshen@gmail.com> To: gentoo-user@lists.gentoo.org In-Reply-To: <41B47763.5040703@harvee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41B47763.5040703@harvee.org> Subject: Re: [gentoo-user] building without X X-Archives-Salt: ac447f5f-2740-487a-bf81-8dc93e33c48d X-Archives-Hash: 1f8539bebd31e8dc1c0fe8ed886f616c Hi ! First questions .... What do you want exactly ? Do you need X support or not ? If you do not, well remove those use flags qt gtk gtk2 since they need an X server anyway to function. Since you are building a server, may I suggest putting -* at the front of your use flags to make sure you don't have some obscure use flags. Instead of putting your settings from make.conf try putting `emerge info`. It really gives what are the currently active settings of portage so to speak. Might want to read this too : http://thread.gmane.org/gmane.linux.gentoo.user/109647 Anyway, I really don't understand your problem. Let's start again, post clearly what your problem is or what you really want (For example, I don't want any X support but it tries to emerge it and it even fails preventing me from continuing my updates. Here's my setup (emerge info) and here's what portage is trying to acheive (emerge -Udpvt world). Post the results of `emerge info` and `emerge -uDpvt` if you were trying to update your server. Cheers ! Jean-Francois On Mon, 06 Dec 2004 10:14:43 -0500, Eric S. Johansson <esj@harvee.org> wrote: > building a gentoo server. only need X client lib/support but for some > reason, the X server is in the dependency list for emacs and xorg is > *failing to build*. if I change make.conf to have -X11 the server side > doesn't build but then again neither does any client side support. very > annoying. googling for these errors shows nothing. doubly annoying. > > ../../programs/Xserver/hw/xfree86/loader/libloader.a(xf86sym.o)(.data+0x124c): > undefined reference to `__stack_smash_handler' > ../../programs/Xserver/hw/xfree86/loader/libloader.a(xf86sym.o)(.data+0x1254): > undefined reference to `__guard' > collect2: ld returned 1 exit status > > make.conf > > CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe" > CHOST="i686-pc-linux-gnu" > CXXFLAGS="${CFLAGS}" > MAKEOPTS="-j3" > PORTDIR_OVERLAY=/usr/local/portage > USE="aim emacs fastcgi imap maildir mmx mozilla pcmcia python usb gdbm > pam png berkdb apache2 perl readline gif qt gtk gtk2 ldap mcal ncurses > sse ssl -X wxwindows zlib" > > your assistance is greatly appreciated. > > ---eric > > -- > "Part of the problem with the Wal-Mart business model is that it > requires more poverty in order to grow." > > http://www.salon.com/mwt/feature/2004/11/22/wal_mart/print.html > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list