Date: Thu, 16 Oct 2008 00:46:04 -0700 From: Jeremy Chadwick <koitsu@FreeBSD.org> To: Claus Guttesen <kometen@gmail.com> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: error during installworld on 7.1 beta (was: error during buildworld on 7.1 beta) Message-ID: <20081016074604.GA3937@icarus.home.lan> In-Reply-To: <b41c75520810160042v393e540pfefb2ef6047da84d@mail.gmail.com> References: <b41c75520810151302t45b0009bh20e6b2f10a0815c6@mail.gmail.com> <20081015201838.GA88096@icarus.home.lan> <b41c75520810160042v393e540pfefb2ef6047da84d@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 16, 2008 at 09:42:35AM +0200, Claus Guttesen wrote: > >> During installworld I get: > >> > >> cat /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/ncurses.3x > >> > ncurses.3 > >> sh /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/MKterminfo.sh > >> /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/terminfo.head > >> /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/Caps > >> /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/terminfo.tail > >> >terminfo.5 > >> tr: not found > >> /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/man/MKterminfo.sh: > >> cannot open unsorted26711: No such file or directory > >> *** Error code 2 > >> > >> So it seems that $PATH is partially lost during installworld. > > > > What makes no sense to me is why I've never seen this. How exactly > > are you doing the installworld? Are you booting into single-user like > > you're supposed to? Is root's shell /bin/csh? Have you modified > > /root/.cshrc to do odd things? > > You're correct. I found this thread which concludes with 'CHECK DATE > CHECK DATE'. > > http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2003-05/0059.html > > I synced time and moved /usr/src and did a new csup against RELENG_7. > Did a build- and installworld and it works like a charm. :-) > > I do a 'su -' before doing world and have not made any changes to the > .cshrc. Sorry for the noise. What I don't understand is how time warp or clock skew could cause things like "tr" to not be found in your path. I fully understand how it can impact "make" and possibly even "sort", but not a missing binary in $PATH. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081016074604.GA3937>