Re: Make world error on todays cvsup......

1999-11-03 Thread Doug Rabson

On Sat, 2 Oct 1999, William Woods wrote:

 Doing a make world on a DEC Alpha 200 4/233 I get this:
 
 The command that produced this was make -DNOGAMES -j 4 world
 
 /usr/obj/usr/src/tmp/usr/include/ufs/ffs
 install: ufs/ffs/softdep.h: No such file or directory

It looks like you have a broken symlink. The source for softupdates moved
from src/contrib/sys/softupdates to src/sys/contrib/softupdates. You need
to re-make the symlinks from src/sys/ufs/ffs.

--
Doug Rabson Mail:  [EMAIL PROTECTED]
Nonlinear Systems Ltd.  Phone: +44 181 442 9037




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Make world error on todays cvsup......

1999-11-02 Thread William Woods

Doing a make world on a DEC Alpha 200 4/233 I get this:

The command that produced this was make -DNOGAMES -j 4 world


cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 cam/*.h 
/usr/obj/usr/src/tmp/usr/include/cam
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 msdosfs/*.h 
/usr/obj/usr/src/tmp/usr/include/msdosfs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 net/*.h 
/usr/obj/usr/src/tmp/usr/include/net
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 netatalk/*.h 
/usr/obj/usr/src/tmp/usr/include/netatalk
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 netatm/*.h 
/usr/obj/usr/src/tmp/usr/include/netatm
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 netgraph/*.h 
/usr/obj/usr/src/tmp/usr/include/netgraph
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 netinet/*.h 
/usr/obj/usr/src/tmp/usr/include/netinet
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 netipx/*.h 
/usr/obj/usr/src/tmp/usr/include/netipx
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 netkey/*.h 
/usr/obj/usr/src/tmp/usr/include/netkey
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 netncp/*.h 
/usr/obj/usr/src/tmp/usr/include/netncp
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 netns/*.h 
/usr/obj/usr/src/tmp/usr/include/netns
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 nfs/*.h 
/usr/obj/usr/src/tmp/usr/include/nfs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 nwfs/*.h 
/usr/obj/usr/src/tmp/usr/include/nwfs
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 pccard/*.h 
/usr/obj/usr/src/tmp/usr/include/pccard
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 posix4/*.h 
/usr/obj/usr/src/tmp/usr/include/posix4
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 sys/*.h 
/usr/obj/usr/src/tmp/usr/include/sys
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 vm/*.h 
/usr/obj/usr/src/tmp/usr/include/vm
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444
isofs/cd9660/*.h  /usr/obj/usr/src/tmp/usr/include/isofs/cd9660
cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 ufs/ffs/*.h 
/usr/obj/usr/src/tmp/usr/include/ufs/ffs
install: ufs/ffs/softdep.h: No such file or directory
*** Error code 71
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error   

---

any ideas 

--
E-Mail: William Woods [EMAIL PROTECTED]
Date: 02-Oct-99
Time: 21:45:37
FreeBSD 3.3 -Stable
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Make world error on todays cvsup......

1999-11-02 Thread John Polstra

In article [EMAIL PROTECTED],
William Woods  [EMAIL PROTECTED] wrote:
 Doing a make world on a DEC Alpha 200 4/233 I get this:
...
 cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 ufs/ffs/*.h 
 /usr/obj/usr/src/tmp/usr/include/ufs/ffs
 install: ufs/ffs/softdep.h: No such file or directory
 *** Error code 71
...
 any ideas 

Yep.  Read /usr/src/sys/ufs/ffs/README.softupdates, and do what it
says.

John
-- 
  John Polstra   [EMAIL PROTECTED]
  John D. Polstra  Co., Inc.Seattle, Washington USA
  "No matter how cynical I get, I just can't keep up."-- Nora Ephron


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Make world error on todays cvsup......

1999-11-02 Thread William Woods

Thank you...

On 03-Nov-99 John Polstra wrote:
 In article [EMAIL PROTECTED],
 William Woods  [EMAIL PROTECTED] wrote:
 Doing a make world on a DEC Alpha 200 4/233 I get this:
 ...
 cd /usr/src/include/../sys;  install -C -o root -g wheel -m 444 ufs/ffs/*.h 
 /usr/obj/usr/src/tmp/usr/include/ufs/ffs
 install: ufs/ffs/softdep.h: No such file or directory
 *** Error code 71
 ...
 any ideas 
 
 Yep.  Read /usr/src/sys/ufs/ffs/README.softupdates, and do what it
 says.
 
 John
 -- 
   John Polstra   [EMAIL PROTECTED]
   John D. Polstra  Co., Inc.Seattle, Washington USA
   "No matter how cynical I get, I just can't keep up."-- Nora Ephron


--
E-Mail: William Woods [EMAIL PROTECTED]
Date: 02-Oct-99
Time: 22:28:41
FreeBSD 3.3 -Stable
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message