From owner-freebsd-questions Fri Jul 6 14:32:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.urx.com (mail.urx.com [63.170.19.36]) by hub.freebsd.org (Postfix) with ESMTP id E055E37B403 for ; Fri, 6 Jul 2001 14:32:35 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com [206.159.132.160] by mail.urx.com with ESMTP (SMTPD32-6.06) id AE717801B6; Fri, 06 Jul 2001 14:32:33 -0700 Message-ID: <3B462E70.F77439BF@urx.com> Date: Fri, 06 Jul 2001 14:32:32 -0700 From: Kent Stewart X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: John Toon Cc: freebsd-questions@freebsd.org Subject: Re: Installworld failure! References: <01070618590800.00255@Dionysus> <3B460D3D.577266B9@urx.com> <3B461F97.B14E67B1@btinternet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Toon wrote: > > Kent Stewart wrote: > > > Did you make it on one system and try to install it via NFS on a > > different one. That is when I see errors like this. The install > > knows the original path and the NFS mount isn't it. > > Nope - the build is entirely local to my one machine. After you sent this, I cvsup'ed RELENG_4 for src-all. I didn't have any problem making and installing the new system. Your latest email to hackers has you building 4.3-release. I built a number of systems using cvsup to grab the 4.3-release source. I have to assume that you don't have something /usr/src or etc. installed on your system. Text of my 6 July installworld for 4.3-stable looks like coral# head iw*706*.log mkdir -p /tmp/install.31 for prog in [ awk cat chflags chmod chown date echo egrep find grep install ln make makewhatis mtree mv perl rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.31; done cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec CFLAGS="-nostdinc -O -pipe -march=pentiumpro" PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PAT This proceeded to create a 567KB file. How did you get the source before you started the build and what release were you using at that time> Kent > > John. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html http://daily.daemonnews.org/ SETI (Search for Extraterrestrial Intelligence) @ Home http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message