From owner-freebsd-questions@FreeBSD.ORG Tue Mar 20 15:56:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 052D216A400 for ; Tue, 20 Mar 2007 15:56:35 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-250.chi1.dsl.speakeasy.net [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 7878C13C4BC for ; Tue, 20 Mar 2007 15:56:34 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l2KFtpqf050741; Tue, 20 Mar 2007 10:55:52 -0500 (CDT) Message-Id: <6.0.0.22.2.20070320105349.024d0438@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 20 Mar 2007 10:55:45 -0500 To: "Jonathan Horne" , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <40428.167.246.36.14.1174404793.squirrel@webmail.dfwlp.org> References: <40428.167.246.36.14.1174404793.squirrel@webmail.dfwlp.org> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: strange installworld issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 15:56:35 -0000 You may have foobar sources, or your awk isn't there. check your awk. If awk is ok, I'd suggest deleteing /usr/src and pulling down fresh sources. If you do this be sure to save your kernel configuration file. -Derek At 10:33 AM 3/20/2007, Jonathan Horne wrote: >im trying to installworld on a machine that is having its first update. >buildworld and kernel completed without any errors, and installkernel seemed >just fine. however, when i installworld, this is the error i get: > >phoenix# make installworld >mkdir -p /tmp/install.7QbDbVE1 >for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep >install-info ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl test >true >uname wc zic; do cp `which $prog` /tmp/install.7QbDbVE1; done >cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 >CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin >GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font >GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac >PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.7QbDbVE1 >/usr/obj/usr/src/make.i386/make -f Makefile.inc1 reinstall >awk: Permission denied >"/usr/src/Makefile.inc1", line 101: warning: "awk >'/^#define[[:space:]]*__FreeBSD_version/ { print $3 }' >/usr/include/osreldate.h" returned non-zero status >echo:Permission denied >*** Error code 1 > >Stop in /usr/src. >*** Error code 1 > >Stop in /usr/src. >*** Error code 1 > >Stop in /usr/src. > >the machine is: >phoenix# uname -a >FreeBSD phoenix 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 11:15:11 >EST 2007 root@phoenix:/usr/obj/usr/src/sys/PHOENIX i386 > >...but i believe its an AMD64 running i386. obivously, this was done once >successfully, but it was done by my partner (but following my directions). i >will note, that i am doing it in full multiuser mode, and not in single >user (as >the cannonical method dictates), but at this point, im not totally sure my >current mode is where my problem lies. > >can anyone help decipher this error message? > >thanks, >jonathan > > > > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.