Date: Fri, 06 Jul 2001 14:32:32 -0700 From: Kent Stewart <kstewart@urx.com> To: John Toon <john.toon@btinternet.com> Cc: freebsd-questions@freebsd.org Subject: Re: Installworld failure! Message-ID: <3B462E70.F77439BF@urx.com> References: <01070618590800.00255@Dionysus> <3B460D3D.577266B9@urx.com> <3B461F97.B14E67B1@btinternet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B462E70.F77439BF>