Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2000 14:27:36 -0600
From:      Jason McNew <jason@clearsail.net>
To:        stable@freebsd.org
Subject:   stable installworld fail
Message-ID:  <38B2F138.C765FCE9@clearsail.net>

next in thread | raw e-mail | index | archive | help
I got the folowing during an installworld (cvsup'd about 1 pm cst
2/22/2000).

--------------------------------------------------------------
>>> Installing everything..
--------------------------------------------------------------
cd /usr/src; /usr/obj/usr/src/tmp/usr/bin/make -f Makefile.inc1 install
===> share/info
install -c -o root -g wheel -m 444 dir-tmpl  /usr/share/info/dir-tmpl
===> include
if [ -h /usr/include/cam ]; then  rm -f /usr/include/cam;  fi
if [ -h /usr/include/msdosfs ]; then  rm -f /usr/include/msdosfs;  fi
if [ -h /usr/include/net ]; then  rm -f /usr/include/net;  fi
if [ -h /usr/include/netatalk ]; then  rm -f /usr/include/netatalk;  fi
if [ -h /usr/include/netatm ]; then  rm -f /usr/include/netatm;  fi
if [ -h /usr/include/netgraph ]; then  rm -f /usr/include/netgraph;  fi
if [ -h /usr/include/netinet ]; then  rm -f /usr/include/netinet;  fi
if [ -h /usr/include/netipx ]; then  rm -f /usr/include/netipx;  fi
if [ -h /usr/include/netkey ]; then  rm -f /usr/include/netkey;  fi
if [ -h /usr/include/netns ]; then  rm -f /usr/include/netns;  fi
if [ -h /usr/include/nfs ]; then  rm -f /usr/include/nfs;  fi
if [ -h /usr/include/pccard ]; then  rm -f /usr/include/pccard;  fi
if [ -h /usr/include/posix4 ]; then  rm -f /usr/include/posix4;  fi
if [ -h /usr/include/sys ]; then  rm -f /usr/include/sys;  fi
if [ -h /usr/include/vm ]; then  rm -f /usr/include/vm;  fi
if [ -h /usr/include/isofs ]; then  rm -f /usr/include/isofs;  fi
if [ -h /usr/include/ufs ]; then  rm -f /usr/include/ufs;  fi
if [ -h /usr/include/machine ]; then  rm -f /usr/include/machine;  fi
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
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
msdosfs/*.h  /usr/include/msdosfs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 net/*.h
/usr/include/net
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
netatalk/*.h  /usr/include/netatalk
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
netatm/*.h  /usr/include/netatm
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
netgraph/*.h  /usr/include/netgraph
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
netinet/*.h  /usr/include/netinet
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
netipx/*.h  /usr/include/netipx
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
netkey/*.h  /usr/include/netkey
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
netns/*.h  /usr/include/netns
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 nfs/*.h
/usr/include/nfs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
pccard/*.h  /usr/include/pccard
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
posix4/*.h  /usr/include/posix4
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 sys/*.h
/usr/include/sys
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 vm/*.h
/usr/include/vm
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
isofs/cd9660/*.h  /usr/include/isofs/cd9660
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
ufs/ffs/*.h  /usr/include/ufs/ffs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
ufs/mfs/*.h  /usr/include/ufs/mfs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
ufs/ufs/*.h  /usr/include/ufs/ufs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
cam/scsi/*.h  /usr/include/cam/scsi
cd /usr/src/include/../sys/i386/include;  install -C -o root -g wheel -m
444 *.h  /usr/include/machine
cd /usr/src/include;  install -C -o root -g wheel -m 444  a.out.h ar.h
assert.h bitstring.h ctype.h db.h dirent.h disktab.h  dlfcn.h elf.h
err.h fnmatch.h fstab.h  fts.h glob.h grp.h strhash.h histedit.h
ieeefp.h iso646.h  kvm.h limits.h link.h locale.h malloc.h memory.h
mpool.h  ndbm.h netdb.h nl_types.h nlist.h objformat.h  paths.h
pthread.h pthread_np.h pwd.h  ranlib.h regex.h regexp.h resolv.h rune.h
runetype.h setjmp.h sgtty.h  signal.h stab.h stddef.h stdio.h stdlib.h
string.h stringlist.h  strings.h struct.h sysexits.h tar.h time.h
timers.h  ttyent.h unistd.h utime.h utmp.h vis.h /usr/include
cd /usr/src/include/arpa;  install -C -o root -g wheel -m 444  ftp.h
inet.h nameser.h nameser_compat.h telnet.h tftp.h /usr/include/arpa
cd /usr/src/include/protocols;  install -C -o root -g wheel -m 444
dumprestore.h routed.h rwhod.h talkd.h timed.h /usr/include/protocols
cd /usr/src/include/rpc;  install -C -o root -g wheel -m 444  auth.h
auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h  rpc.h rpc_com.h
rpc_msg.h svc.h svc_auth.h types.h xdr.h  auth_des.h des.h des_crypt.h
/usr/include/rpc
install -C -o root -g wheel -m 444
/usr/obj/usr/src/include/osreldate.h  /usr/include
install: /usr/obj/usr/src/include/osreldate.h: No such file or directory

*** Error code 71

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


I had annother error doing make buildworld earlier, but I did a 'make
clean' and then tried again and that fixed it.  Sorry I didn't copy it
down.



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?38B2F138.C765FCE9>