Date: Sun, 7 Oct 2007 09:41:22 -0700 From: Kent Stewart <kstewart@owt.com> To: freebsd-questions@freebsd.org Cc: Dino Vliet <dino_vliet@yahoo.com> Subject: Re: help, make installworld fails!!!!!! Message-ID: <200710070941.22542.kstewart@owt.com> In-Reply-To: <789069.71742.qm@web51110.mail.re2.yahoo.com> References: <789069.71742.qm@web51110.mail.re2.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 07 October 2007, Dino Vliet wrote: > Gents, <snip> > >>> Installing everything > > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > ===> include (install) > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 > > Stop in /usr/src/include. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > So what do I have to do now? How do I proceed next? > Hope somebody can help me out, Set your system clock to the right time. The only reason make tries to touch anything is when it thinks something needs to be redone. This means something in your source is newer than what it created in the buildworld phase. Kent > > thanks > Dino > > > > --------------------------------- > Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s > user panel and lay it on us. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- Kent Stewart Richland, WA http://www.soyandina.com/ "I am Andean project". http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710070941.22542.kstewart>