Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2002 10:19:35 +0300
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        Mattias Bj?rk <thrawn@linux.nu>
Cc:        stable@FreeBSD.ORG
Subject:   Re: Problems when runing make installworld.
Message-ID:  <20020528071935.GD53736@sunbay.com>
In-Reply-To: <20020527224930.K18138-200000@thrawn.birch.se>
References:  <20020527203834.G11844-200000@thrawn.birch.se> <20020527224930.K18138-200000@thrawn.birch.se>

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

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

This is a known issue, for which there's no a quick solution.
Please see PR 30276 for details.

On Mon, May 27, 2002 at 10:52:23PM +0200, Mattias Bj?rk wrote:
> On Mon, 27 May 2002, Mattias Bj?rk wrote:
>=20
> > Hi,
> >
> > I have one dual celeron 400 MHz that i runed a make buildworld. And the=
n i
> > export /usr/src and /usr/obj with nfs to my box that I world like to
> > upgrade. Its an p90 laptop, so that is why Im doing the build on my dual
> > 400. :)
> >
> > Any way when I run make installworld on the laptop, I get goes for about
> > 30 sec to one minute and then /usr/bin/install crashes with this error
> > message:
> >
> > mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist  -p
> > /usr/include
> > cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 cam/*.h
> > /usr/include/cam
> > Illegal instruction - core dumped
> > *** Error code 132
> >
> > 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.
> >
> > Any clues? I have attched the hole make installworld log. It seems that
> > there is something wrong with my install file or? I copyied it from
> > another machine that is a p120, but that did not help. Same problem, fi=
rst
> > I thought that It hade something to do with that I was runing make
> > installworld in multiuser mode. But i rebooted and runed it with boot -s
> > but that did not help either.
> >
> > Any clues/tips/flames welcome, as you can see it is no fun at all (TM) =
to
> > run a make world on a p90. I have done it before and it worked but i
> > rather not do that... :)
> >
> > Perhaps you need more info, then do not hasitate to ask for it. Might t=
ake
> > some time to answer this mail because I have some mails to catch up in
> > my mbox...
> >
> > Sorry if i typ to mutch... I will do better next time...
> >
> > Mvh Mattias Bj?rk
> >
> > Real Programmers don't write in PL/I.  PL/I is for programmers who
> > can't decide whether to write in COBOL or FORTRAN.
> >

> Script started on Mon May 27 22:36:18 2002
> # make installworld=0D
> mkdir -p /tmp/install.2474=0D
> for prog in [ awk cat chflags chmod chown date echo egrep find grep  ln m=
ake makewhatis mtree mv perl rm sed sh sysctl  test true uname wc zic; do  =
cp `which $prog` /tmp/install.2474;  done=0D
> cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj  MACHINE_ARCH=3Di386  MACHINE=3D=
i386  OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec  PERL5LIB=3D/usr/o=
bj/usr/src/i386/usr/libdata/perl/5.00503  GROFF_BIN_PATH=3D/usr/obj/usr/src=
/i386/usr/bin  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  PATH=3D/usr/obj/u=
sr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/us=
r/games:/tmp/install.2474 make -f Makefile.inc1 reinstall=0D
> --------------------------------------------------------------=0D
> >>> Making hierarchy=0D
> --------------------------------------------------------------=0D
> cd /usr/src; make -f Makefile.inc1 hierarchy=0D
> cd /usr/src/etc;		make distrib-dirs=0D
> set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`;  while [ $# -gt =
0 ] ;  do  for dir in /usr/share/locale  /usr/share/nls  /usr/local/share/n=
ls;  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=0D
> mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p /=0D
> mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var=0D
> mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr=0D
> mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /usr/include=0D
> mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p /usr/libdata/perl/5=
.00503/mach=0D
> cd /; rm -f /sys; ln -s usr/src/sys sys=0D
> cd /usr/share/man/en.ISO8859-1; ln -sf ../man* .=0D
> cd /usr/share/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  whi=
le [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done=
=0D
> cd /usr/share/locale;  set - `grep "^[a-zA-Z]" /usr/src/etc/locale.alias`=
;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift; =
 done=0D
> cd /usr/share/nls;  set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`;  whi=
le [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done=
=0D
> =0D
> --------------------------------------------------------------=0D
> >>> Installing everything..=0D
> --------------------------------------------------------------=0D
> cd /usr/src; make -f Makefile.inc1 install=0D
> =3D=3D=3D> share/info=0D
> =3D=3D=3D> include=0D
> if [ -h /usr/include/cam ]; then  rm -f /usr/include/cam;  fi=0D
> if [ -h /usr/include/msdosfs ]; then  rm -f /usr/include/msdosfs;  fi=0D
> if [ -h /usr/include/net ]; then  rm -f /usr/include/net;  fi=0D
> if [ -h /usr/include/netatalk ]; then  rm -f /usr/include/netatalk;  fi=0D
> if [ -h /usr/include/netatm ]; then  rm -f /usr/include/netatm;  fi=0D
> if [ -h /usr/include/netgraph ]; then  rm -f /usr/include/netgraph;  fi=0D
> if [ -h /usr/include/netinet ]; then  rm -f /usr/include/netinet;  fi=0D
> if [ -h /usr/include/netinet6 ]; then  rm -f /usr/include/netinet6;  fi=0D
> if [ -h /usr/include/netipx ]; then  rm -f /usr/include/netipx;  fi=0D
> if [ -h /usr/include/netkey ]; then  rm -f /usr/include/netkey;  fi=0D
> if [ -h /usr/include/netnatm ]; then  rm -f /usr/include/netnatm;  fi=0D
> if [ -h /usr/include/netncp ]; then  rm -f /usr/include/netncp;  fi=0D
> if [ -h /usr/include/netns ]; then  rm -f /usr/include/netns;  fi=0D
> if [ -h /usr/include/netsmb ]; then  rm -f /usr/include/netsmb;  fi=0D
> if [ -h /usr/include/nfs ]; then  rm -f /usr/include/nfs;  fi=0D
> if [ -h /usr/include/ntfs ]; then  rm -f /usr/include/ntfs;  fi=0D
> if [ -h /usr/include/nwfs ]; then  rm -f /usr/include/nwfs;  fi=0D
> if [ -h /usr/include/pccard ]; then  rm -f /usr/include/pccard;  fi=0D
> if [ -h /usr/include/posix4 ]; then  rm -f /usr/include/posix4;  fi=0D
> if [ -h /usr/include/sys ]; then  rm -f /usr/include/sys;  fi=0D
> if [ -h /usr/include/vm ]; then  rm -f /usr/include/vm;  fi=0D
> if [ -h /usr/include/fs/smbfs ]; then  rm -f /usr/include/fs/smbfs;  fi=0D
> if [ -h /usr/include/isofs/cd9660 ]; then  rm -f /usr/include/isofs/cd966=
0;  fi=0D
> if [ -h /usr/include/ufs/ffs ]; then  rm -f /usr/include/ufs/ffs;  fi=0D
> if [ -h /usr/include/ufs/mfs ]; then  rm -f /usr/include/ufs/mfs;  fi=0D
> if [ -h /usr/include/ufs/ufs ]; then  rm -f /usr/include/ufs/ufs;  fi=0D
> if [ -h /usr/include/dev/ppbus ]; then  rm -f /usr/include/dev/ppbus;  fi=
=0D
> if [ -h /usr/include/dev/usb ]; then  rm -f /usr/include/dev/usb;  fi=0D
> if [ -h /usr/include/machine ]; then  rm -f /usr/include/machine;  fi=0D
> mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist  -p /usr/inc=
lude=0D
> cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 cam/*.h  =
/usr/include/cam=0D
> Illegal instruction - core dumped=0D
> *** Error code 132=0D
> =0D
> Stop in /usr/src/include.=0D
> *** Error code 1=0D
> =0D
> Stop in /usr/src.=0D
> *** Error code 1=0D
> =0D
> Stop in /usr/src.=0D
> *** Error code 1=0D
> =0D
> Stop in /usr/src.=0D
> *** Error code 1=0D
> =0D
> Stop in /usr/src.=0D
> # d=08 =08


--=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

--llIrKcgUOe3dCx0c
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQE88y+HUkv4P6juNwoRAo9rAJ9rj6800j4vFsGYRqc2KCLKSw0u6QCeOLZw
uwFoo9YOS37zhZVHJywQcDc=
=r/Hm
-----END PGP SIGNATURE-----

--llIrKcgUOe3dCx0c--

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?20020528071935.GD53736>