From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 09:44:34 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C86F16A41C for ; Wed, 29 Jun 2005 09:44:34 +0000 (GMT) (envelope-from markus@trippelsdorf.de) Received: from falcon.loomes.de (smtp.loomes.de [212.40.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1071743D49 for ; Wed, 29 Jun 2005 09:44:33 +0000 (GMT) (envelope-from markus@trippelsdorf.de) Received: from port-212-202-35-78.dynamic.qsc.de ([212.202.35.78] helo=bsd.trippelsdorf.de) by falcon.loomes.de with asmtp (Exim 4.30) id 1DnZ7Q-0005k2-8X; Wed, 29 Jun 2005 11:44:32 +0200 Date: Wed, 29 Jun 2005 11:44:30 +0200 From: Markus Trippelsdorf To: Kris Kennaway Message-ID: <20050629094430.GB1532@bsd.trippelsdorf.de> References: <20050604165010.GA653@bsd.trippelsdorf.de> <20050629040452.GA1532@bsd.trippelsdorf.de> <20050629091400.GA91552@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050629091400.GA91552@xor.obsecurity.org> User-Agent: Mutt/1.5.9i Cc: ports@FreeBSD.org Subject: Re: gcc40 build error on AMD64 (solved) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 09:44:34 -0000 On Wed, Jun 29, 2005 at 05:14:00AM -0400, Kris Kennaway wrote: > On Wed, Jun 29, 2005 at 06:04:52AM +0200, Markus Trippelsdorf wrote: > > On Sat, Jun 04, 2005 at 06:50:10PM +0200, Markus Trippelsdorf wrote: > > > I cannot build gcc40 on my AMD64 machine because of the following error > > > (happens on 5.4 and CURRENT): > > > > > > cc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/local/include -I. -Ibuild -I.././..//gcc-4.0-20050602/gcc -I.././..//gcc-4.0-20050602/gcc/build -I.././..//gcc-4.0-20050602/gcc/../include -I.././..//gcc-4.0-20050602/gcc/../libcpp/include -I/usr/local/include \ > > > -o build/insn-conditions.o insn-conditions.c > > > > Just to continue this monologue: > > Running > > mv /usr/local/include/options.h /usr/local/include/options.h_ > > before building gcc40 solved the problem. > > What port installed that file (use pkg_which if you have portupgrade installed)? autogen-5.6.4 -- Markus