4.4-STABLE install fails

2001-12-04 Thread David


As the subject say's, i've tried 2 different clean cvsup's from 2 different 
servers, clean as in, cleaned out obj, and /usr/src. Both times the 
buildworld and buildkernel complete without any errors, but when doing 
installworld, both install's fail at the same point.

The first cvsup was done aprrox. 10pm -0500 with the second one being done 
approx. 0530am -0500

I've put a log up here:
http://homepages.dsl.ca/~ddavid/install.log

Here's a snip at the break point, with that above file being the whole log 
itself:

Any suggestion's? 

Thanks
David

vm/vm_pageout.h - vm/vm_pageout.ph
vm/vm_pager.h - vm/vm_pager.ph
vm/vm_param.h - vm/vm_param.ph
vm/vm_zone.h - vm/vm_zone.ph
vm/vnode_pager.h - vm/vnode_pager.ph
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl/utils.
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl.
*** Error code 1

Stop in /usr/src/gnu/usr.bin.
*** Error code 1

Stop in /usr/src/gnu.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

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



Re: 4.4-STABLE install fails

2001-12-04 Thread David



Sorry, this should be Dec3rd 10pm -0500 and Dec4th 0530am -0500

The first cvsup was done aprrox. 10pm -0500 with the second one being done
approx. 0530am -0500

 
David

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



Re: 4.4-STABLE install fails

2001-12-04 Thread Ian Dowse

In message [EMAIL PROTECTED], David writes:

As the subject say's, i've tried 2 different clean cvsup's from 2 different 
servers, clean as in, cleaned out obj, and /usr/src. Both times the 
buildworld and buildkernel complete without any errors, but when doing 
installworld, both install's fail at the same point.

You missed the real error messages, which are:

ansidecl.h - ansidecl.ph
Can't open ansidecl.h: No such file or directory
bfd.h - bfd.ph
Can't open bfd.h: No such file or directory

So you probably have dangling symlinks called ansidecl.h and
bfd.h in /usr/include. Removing them should fix the problem.

Ian

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