Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 19:46:00 +0300
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        Doug Kite <niteskyguy@yahoo.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: make installworld fails
Message-ID:  <20020814164600.GB54040@sunbay.com>
In-Reply-To: <20020814154147.65845.qmail@web13002.mail.yahoo.com>
References:  <20020814154147.65845.qmail@web13002.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--E39vaYmALEf/7YXx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

CHECK YOUR TIME, CHECK YOUR TIME, CHECK YOUR TIME!!!

This is actually a FAQ question.  make(1) attempts to
build during the install which it is not supposed to
be doing.  This might be a cause if you rebooted into
single-user with the new kernel and forgot to run
adjkerntz -i.

On Wed, Aug 14, 2002 at 08:41:47AM -0700, Doug Kite wrote:
> I am trying to upgrade from 4.6-RELEASE to 4.6-STABLE.
>=20
> Cvsup, buildworld, buildkernel and installkernel all
> went fine (as far as I know).
>=20
> When I try to do installworld, I get the message
> "touch: not found". Touch is in my path and runs fine.
>=20
> Any ideas would be greatly appreciated. I have been
> trying for days to get this done, running into first
> one problem then another.=20
>=20
> Thanks,
> Doug
>=20
> Following is the output of installworld:
> # make installworld
> mkdir -p /tmp/install.455
> for prog in [ awk cat chflags chmod chown date echo
> egrep find grep  ln make makewhatis mtree mv perl
> pwd_mkdb rm sed sh sysctl  test true uname wc zic; do=20
> cp `which $prog` /tmp/install.455;  done
> cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj=20
> MACHINE_ARCH=3Di386  MACHINE=3Di386=20
> OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec=20
> PERL5LIB=3D/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
>  GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin=20
> GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/usr/share/groff_font
>  GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/usr/share/tmac=20
> PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/=
obj/usr/src/i386/usr/games:/tmp/install.455
> make -f Makefile.inc1 reinstall
> --------------------------------------------------------------
> >>> Making hierarchy
> --------------------------------------------------------------
> cd /usr/src; make -f Makefile.inc1 hierarchy
> cd /usr/src/etc;		make distrib-dirs
> set - `grep "^[a-zA-Z]"
> /usr/src/etc/locale.deprecated`;  while [ $# -gt 0 ] ;
>  do  for dir in /usr/share/locale  /usr/share/nls=20
> /usr/local/share/nls;  do  test -d /${dir} && cd
> /${dir};  test -L "$2" && rm -rf "$2";  test \! -L
> "$1" && test -d "$1" && mv "$1" "$2";  done;  shift;
> shift;  done
> mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /
> mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var
> mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr
> mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
> /usr/include
> mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
> /usr/libdata/perl/5.00503/mach
> mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p
> /
> cd /; rm -f /sys; ln -s usr/src/sys sys
> cd /usr/share/man/en.ISO8859-1; ln -sf ../man* .
> cd /usr/share/man;  set - `grep "^[a-zA-Z]"
> /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm
> -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
> cd /usr/share/locale;  set - `grep "^[a-zA-Z]"
> /usr/src/etc/locale.alias`;  while [ $# -gt 0 ] ;  do=20
> rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
> cd /usr/share/nls;  set - `grep "^[a-zA-Z]"
> /usr/src/etc/nls.alias`;  while [ $# -gt 0 ] ;  do  rm
> -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
>=20
> --------------------------------------------------------------
> >>> Installing everything..
> --------------------------------------------------------------
> cd /usr/src; make -f Makefile.inc1 install
> =3D=3D=3D> share/info
> =3D=3D=3D> include
> creating osreldate.h from newvers.sh
> setvar PARAMFILE /usr/src/include/../sys/sys/param.h;=20
> . /usr/src/include/../sys/conf/newvers.sh;			 echo
> "$COPYRIGHT" > osreldate.h;			 echo "#ifdef _KERNEL"
> >> osreldate.h;			 echo '#error "osreldate.h must not
> be used in the kernel, use sys/param.h"' >>
> osreldate.h;  echo "#else" >> osreldate.h;				 echo
> \#'undef __FreeBSD_version' >> osreldate.h;	 echo
> \#'define __FreeBSD_version' $RELDATE >> osreldate.h;=20
> echo "#endif" >> osreldate.h
> touch: not found
> *** Error code 127
>=20
> Stop in /usr/src/include.
> *** Error code 1
>=20
> Stop in /usr/src.
> *** Error code 1
>=20
> Stop in /usr/src.
> *** Error code 1
>=20
> Stop in /usr/src.
> *** Error code 1
>=20
> Stop in /usr/src.


Cheers,
--=20
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

--E39vaYmALEf/7YXx
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9WolIUkv4P6juNwoRAm9nAJ9YH8arDXNaZJjaXoNjBLFkNtM2/wCdHJ9T
CuX7IAWQMc4P1E63G6ewOCg=
=jlqj
-----END PGP SIGNATURE-----

--E39vaYmALEf/7YXx--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020814164600.GB54040>