From owner-freebsd-stable@FreeBSD.ORG Tue Aug 10 01:37:37 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 3EF0F16A4CE for ; Tue, 10 Aug 2004 01:37:37 +0000 (GMT) Received: from pd5mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1435F43D2F for ; Tue, 10 Aug 2004 01:37:37 +0000 (GMT) (envelope-from bw2003@shaw.ca) Received: from pd2mr2so.prod.shaw.ca (pd2mr2so-ser.prod.shaw.ca [10.0.141.109])2003))freebsd-stable@freebsd.org; Mon, 09 Aug 2004 19:29:25 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd2mr2so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2700AE7IT1SB50@pd2mr2so.prod.shaw.ca> for freebsd-stable@freebsd.org; Mon, 09 Aug 2004 19:29:25 -0600 (MDT) Received: from potlavj0m8twaq (S0106000d3a747f62.ls.shawcable.net [24.76.211.223]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with SMTP id <0I2700B07ISZB5@l-daemon> for freebsd-stable@freebsd.org; Mon, 09 Aug 2004 19:29:25 -0600 (MDT) Date: Mon, 09 Aug 2004 21:29:20 -0400 From: Ryan To: Kent Stewart Message-id: <003001c47e79$785622b0$4b02a8c0@potlavj0m8twaq> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Mailer: Microsoft Outlook Express 6.00.2800.1437 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-Priority: 1 X-MSMail-priority: High References: <002f01c47e70$ae8debf0$4b02a8c0@potlavj0m8twaq> <200408091825.17744.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:37:37 -0000 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/binutil > >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/binutils/ > >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/binutil > >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/binutils/ > >libiberty/choose-temp.c -o choose-temp.o cc1: warnings being treated > > as errors > > /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/ > >libiberty/choose-temp.c: In function `choose_temp_base': > > /usr/src/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/ > >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 >