From owner-freebsd-stable@FreeBSD.ORG Tue Aug 10 01:41:24 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC09516A4CE for ; Tue, 10 Aug 2004 01:41:24 +0000 (GMT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5958A43D39 for ; Tue, 10 Aug 2004 01:41:24 +0000 (GMT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i7A1f6NQ025149; Mon, 9 Aug 2004 18:41:06 -0700 From: Kent Stewart To: Ryan Date: Mon, 9 Aug 2004 18:41:23 -0700 User-Agent: KMail/1.6.2 References: <002f01c47e70$ae8debf0$4b02a8c0@potlavj0m8twaq> <200408091825.17744.kstewart@owt.com> <003001c47e79$785622b0$4b02a8c0@potlavj0m8twaq> In-Reply-To: <003001c47e79$785622b0$4b02a8c0@potlavj0m8twaq> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408091841.23331.kstewart@owt.com> cc: freebsd-stable@freebsd.org Subject: Re: BuildWorld Compile Errors X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Aug 2004 01:41:24 -0000 On Monday 09 August 2004 06:29 pm, Ryan wrote: > Well for what its worth thanks..lol > > I didnt know it was cause of make.conf > > It was a empty file with just use port perl stuff. > I've take the example make file and customized it. > If it dont work i atlest know what the cause is. > > ----- Original Message ----- > From: "Kent Stewart" > To: > Cc: "Ryan" > Sent: Monday, August 09, 2004 9:25 PM > Subject: Re: BuildWorld Compile Errors > > > On Monday 09 August 2004 05:26 pm, Ryan wrote: > > > ===> gnu/usr.bin/binutils > > > ===> gnu/usr.bin/binutils/libiberty > > > cc -O -pipe -march=pentiumpro -D_GNU_SOURCE -I. > > > -I/usr/src/gnu/usr.bin/binutils/libiberty > > > -I/usr/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 > > > -I/usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/bin > > >util s/include -DHAVE_CONFIG_H -W -Wall -Wstrict-prototypes > > > -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror > > > -c > > > /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binut > > >ils/ libiberty/argv.c -o argv.o cc -O -pipe -march=pentiumpro > > > -D_GNU_SOURCE -I. -I/usr/src/gnu/usr.bin/binutils/libiberty > > > -I/usr/src/gnu/usr.bin/binutils/libiberty/../libbfd/i386 > > > -I/usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/bin > > >util s/include -DHAVE_CONFIG_H -W -Wall -Wstrict-prototypes > > > -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror > > > -c > > > /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binut > > >ils/ libiberty/choose-temp.c -o choose-temp.o cc1: warnings being > > > treated as errors The compiler didn't like the -Werror. That usually has been added into /etc/make.conf by the user. Which OS version are you running? Kent Kent > > > /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binut > > >ils/ libiberty/choose-temp.c: In function `choose_temp_base': > > > /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binut > > >ils/ libiberty/choose-temp.c:68: warning: implicit declaration of > > > function `mktemp' *** Error code 1 > > > > This is the kind of thing that happens when you tinker with the > > flags in make.conf. > > > > Kent > > > > -- > > Kent Stewart > > Richland, WA > > > > http://users.owt.com/kstewart/index.html -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html