From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: ** X-Spam-Status: No, score=2.9 required=5.0 tests=DMARC_NONE,FREEMAIL_FROM, MAILING_LIST_MULTI,MALFORMED_FREEMAIL autolearn=no autolearn_force=no version=4.0.0 Received: from mail.uni-bielefeld.de (mail2.uni-bielefeld.de [129.70.4.90]) by chiba.3jane.net (Postfix) with ESMTP id 02471ABDB3 for ; Sat, 1 Jun 2002 04:39:52 -0500 (CDT) Received: from user030.w148.de (usr30.werther.stud.uni-bielefeld.de [129.70.254.30]) by mail.uni-bielefeld.de (Sun Internet Mail Server sims.4.0.2000.10.12.16.25.p8) with ESMTP id <0GX000KH4TIEWD@mail.uni-bielefeld.de> for gentoo-dev@gentoo.org; Sat, 1 Jun 2002 11:39:50 +0200 (MET DST) Date: Sat, 01 Jun 2002 11:40:18 +0200 From: Marcel Martin Subject: Re: [gentoo-dev] Xfree-4.2.0-r9 In-reply-to: <20020601100739.GA2086@c3p0.bonyari.com> To: gentoo-dev@gentoo.org Message-id: <200206011140.18453.mmar@freenet.de> MIME-version: 1.0 X-Mailer: KMail [version 1.4] Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT References: <20020601100739.GA2086@c3p0.bonyari.com> Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: a7659b70-e698-43e8-9ff4-2154f31b3e8d X-Archives-Hash: 49b865703de40996fffcc66aa804e238 On Saturday 01 June 2002 12:07, Jack Morgan wrote: > I'm having trouble compiling Xfree-4.2.0-r9. I've attached the tail of the > log. Any pointers would be appreciated. I had the same (or at least very similar) problem compiling xfree-4.2.0-r9 with gcc 3.1. I think doing one of the following helped me (don't remember very well...): - change your CFLAGS in /etc/make.conf to do less "agressive" optimizations. In my case, changing "-march=athlon -O3" to "-march=i686 -O3" worked. You might need to lower "-O3" as well. Then emerge the entire xfree again. - faster solution (that's what I did): go into the /var/tmp/portage/xfree-4.2.0-r9/work/xc/programs/Xserver/PEX5/ddpex/mi/level1 directory, then run make manually with a different CFLAGS setting. I suppose something in the line of make CFLAGS="-march=i686 -O2" should work. If this directory compiles successfully, you can then run ebuild /usr/portage/x11-base/xfree/xfree-4.2.0-r9.ebuild compile install \ qmerge (Should be in one line, but it's not because of automatic word-wrap.) This should compile the rest of xfree and install and merge it as "emerge" would have done. BTW: Has anyone reported the internal compiler error that's in Jack's logfiles? > Thanks, Hope I could help a bit, Marcel -- . . / V / Marcel Martin Bielefeld \ \ mmar@freenet.de Germany