Date: Tue, 09 Oct 2001 21:24:16 -0400 From: "Doug Reynolds" <mav@wastegate.net> To: "Doug Poland" <doug@polands.org>, "questions@freebsd.org" <questions@freebsd.org> Subject: Re: make installworld problem Message-ID: <20011010012641.B48C437B405@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
On Tue, 9 Oct 2001 16:16:44 -0500, Doug Poland wrote: >I'm trying to do a make installworld on a slow machine via nfs >exports to a fast machine. I've done this several times on >a different network and never had any problems, until now. > >This is what I have... > >slow: was 4.3-RELEASE >fast: is 4.4-STABLE > >fast# cat /etc/exports ># ># You should replace these lines with your actual exported filesystems. > /usr/obj /usr/src /usr/ports -maproot=0 192.168.3.5 > >slow# mount >/dev/ad4s1a on / (ufs, local, soft-updates) >/dev/ad4s1f on /usr (ufs, local, soft-updates) >/dev/ad4s1e on /var (ufs, local, soft-updates) >procfs on /proc (procfs, local) >192.168.3.55:/usr/src on /usr/src (nfs) >192.168.3.55:/usr/obj on /usr/obj (nfs) >192.168.3.55:/usr/ports on /usr/ports (nfs) > >I've successfull built the world and and a custom kernel >for slow. I've successfully installed the custom kernel >on slow, and rebooted. > >On slow, I enter: > >slow# cd /usr/src >slow# make installworld > >and it runs for about 30 seconds then stops with... > >................................SNIP >===> bin/csh >install -c -s -o root -g wheel -m 555 csh /bin >/bin/tcsh -> /bin/csh >install -c -o root -g wheel -m 444 csh.1.gz /usr/share/man/man1 >/usr/share/man/man1/tcsh.1.gz -> /usr/share/man/man1/csh.1.gz >===> bin/csh/nls >===> bin/csh/nls/et >install -c -o root -g wheel -m 444 tcsh.cat /usr/share/nls/et_EE.ISO8859-15/tcsh.cat >install: /usr/share/nls/et_EE.ISO8859-15/tcsh.cat: No such file or directory >*** Error code 71 > >Stop in /usr/src/bin/csh/nls/et. >*** Error code 1 > >Stop in /usr/src/bin/csh/nls. >*** Error code 1 > >Stop in /usr/src/bin/csh. >*** Error code 1 >................................SNIP > >I checked on fast and there is no directory or file referenced in the install >command. Both machines have the same /etc/make.conf file. I updated via cvs >on 08 Oct 2001, 22:00. > >Am I missing something? I've tried it twice but it stops in the same spot. >Many thanks for your help. re-sup, and redo the whole make process. I cvsup'd last nite 10-8, and it did it for me. i sup'd tonite and make installworld ran OK, and now i'm building the kernel --- doug reynolds | the maverick | mav@wastegate.net 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?20011010012641.B48C437B405>