From owner-freebsd-stable@FreeBSD.ORG Thu Oct 16 07:46:07 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36548106568F for ; Thu, 16 Oct 2008 07:46:07 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [76.96.62.64]) by mx1.freebsd.org (Postfix) with ESMTP id D30288FC25 for ; Thu, 16 Oct 2008 07:46:06 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA03.westchester.pa.mail.comcast.net ([76.96.62.27]) by QMTA07.westchester.pa.mail.comcast.net with comcast id TKT81a00C0bG4ec57Km2ZD; Thu, 16 Oct 2008 07:46:02 +0000 Received: from koitsu.dyndns.org ([69.181.141.110]) by OMTA03.westchester.pa.mail.comcast.net with comcast id TKm51a0012P6wsM3PKm5Tb; Thu, 16 Oct 2008 07:46:05 +0000 X-Authority-Analysis: v=1.0 c=1 a=9oqgLLwLu4EA:10 a=sA6pKsgKy7AA:10 a=wFaEK3txAAAA:8 a=QycZ5dHgAAAA:8 a=lOqqieIGIr6WPNG2A6QA:9 a=Z1kiJJMR5ctO5xzUotwA:7 a=quKQk06-__HuEPpX-BG8p4u93f0A:4 a=EoioJ0NPDVgA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id D90A2C9419; Thu, 16 Oct 2008 00:46:04 -0700 (PDT) Date: Thu, 16 Oct 2008 00:46:04 -0700 From: Jeremy Chadwick To: Claus Guttesen Message-ID: <20081016074604.GA3937@icarus.home.lan> References: <20081015201838.GA88096@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: FreeBSD Stable Subject: Re: error during installworld on 7.1 beta (was: error during buildworld on 7.1 beta) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2008 07:46:07 -0000 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 |