Re: RELENG_5_3 to RELENG_5 make installworld fails

2005-03-03 Thread Kent Stewart
On Thursday 03 March 2005 03:26 pm, Aaron Nichols wrote:
> On Thu, 3 Mar 2005 14:39:16 -0800, Kent Stewart <[EMAIL PROTECTED]> 
wrote:
> > You missed a step. Your system clock is off and that makes the
> > installworld try to use touch. Set your system clock and you may
> > have to remake your world but it should install.
> >
> > Kent
>
> Infact it was off - can you give me some detail as to why that
> matters? Not that I doubt that having my system clock set to a date 8
> months prior to the date of files in cvs might cause a problem - but
> I'm curious about the details. If you can even point me at a URL and
> I'll read for myself - I'm just curious.

Make is used to build files that are out of date. When the buildworld 
created the file, it was older than the files you downloaded using 
cvsup. So, it was created out of date and installworld thought it 
needed to rebuild it. Touch isn't needed in the installworld and it 
fails.

Kent

>
> If that was the problem (buildworld happenning as I type) then thank
> you and my apologies for the oversight. New system, didn't bother to
> make sure the BIOS date was right and ntp wasn't yet setup.
>
> Thanks,
> Aaron
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RELENG_5_3 to RELENG_5 make installworld fails

2005-03-03 Thread Aaron Nichols
On Thu, 3 Mar 2005 14:39:16 -0800, Kent Stewart <[EMAIL PROTECTED]> wrote:

> You missed a step. Your system clock is off and that makes the
> installworld try to use touch. Set your system clock and you may have
> to remake your world but it should install.
> 
> Kent

Infact it was off - can you give me some detail as to why that
matters? Not that I doubt that having my system clock set to a date 8
months prior to the date of files in cvs might cause a problem - but
I'm curious about the details. If you can even point me at a URL and
I'll read for myself - I'm just curious.

If that was the problem (buildworld happenning as I type) then thank
you and my apologies for the oversight. New system, didn't bother to
make sure the BIOS date was right and ntp wasn't yet setup.

Thanks,
Aaron
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: RELENG_5_3 to RELENG_5 make installworld fails

2005-03-03 Thread Kent Stewart
On Thursday 03 March 2005 02:21 pm, Aaron Nichols wrote:
> Hello World,
> Just got 5.3-RELEASE installed yesterday on this system and was
> cvsup'ing to 5-STABLE today. Used the following process, based on
> /usr/src/UPDATING (as well as the countless times I've done this
> before), and got the error below during 'installworld'. I did this
> same update (from 5.3-RELEASE to 5.4-PRERELEASE) a week ago and it
> worked fine, however I also noticed that mergemaster -p wanted a few
> user accounts setup prior to installworld, related to pf/pfauth -
> that no longer seems to be a requirement so I'm concerned I missed a
> step or made some other bonehead move that I'm not aware of.

You missed a step. Your system clock is off and that makes the 
installworld try to use touch. Set your system clock and you may have 
to remake your world but it should install.

Kent

>
> cvsup'ed w/ the following basic values in supfile (no, this is not
> the entirety of the file)
> *default host=cvsup17.FreeBSD.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs tag=RELENG_5
> *default delete use-rel-suffix
>
> # cd /usr/src
> # make buildworld
> # make buildkernel KERNCONF=GENERIC
> # mergemaster -p
> # make installkernel KERNCONF=GENERIC
> # make installworld
>
> At this point - it gets started and then dies here:
> 
> --
>
> >>> Installing everything
>
> --
> cd /usr/src; make -f Makefile.inc1 install
> ===> share/info
> ===> include
> 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.
> 
>
> I've check through the archives - not exhaustively - and found a few
> references to the "touch: not found" error - but nothing which led me
> toward getting this fixed.
>
> Ideas? Perhaps a better place to ask? At this point - I've got the
> kernel installed and can't get world installed - I could cvsup back
> to -RELEASE and get back to a safe state, but I'd rather get this
> little wrinkle worked out.
>
> Thanks,
> Aaron
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RELENG_5_3 to RELENG_5 make installworld fails

2005-03-03 Thread Aaron Nichols
Hello World,
Just got 5.3-RELEASE installed yesterday on this system and was
cvsup'ing to 5-STABLE today. Used the following process, based on
/usr/src/UPDATING (as well as the countless times I've done this
before), and got the error below during 'installworld'. I did this
same update (from 5.3-RELEASE to 5.4-PRERELEASE) a week ago and it
worked fine, however I also noticed that mergemaster -p wanted a few
user accounts setup prior to installworld, related to pf/pfauth - that
no longer seems to be a requirement so I'm concerned I missed a step
or made some other bonehead move that I'm not aware of.

cvsup'ed w/ the following basic values in supfile (no, this is not the
entirety of the file)
*default host=cvsup17.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_5
*default delete use-rel-suffix

# cd /usr/src
# make buildworld
# make buildkernel KERNCONF=GENERIC
# mergemaster -p
# make installkernel KERNCONF=GENERIC
# make installworld

At this point - it gets started and then dies here:

--
>>> Installing everything
--
cd /usr/src; make -f Makefile.inc1 install
===> share/info
===> include
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.


I've check through the archives - not exhaustively - and found a few
references to the "touch: not found" error - but nothing which led me
toward getting this fixed.

Ideas? Perhaps a better place to ask? At this point - I've got the
kernel installed and can't get world installed - I could cvsup back to
-RELEASE and get back to a safe state, but I'd rather get this little
wrinkle worked out.

Thanks,
Aaron
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"