installworld fails (5.4-PRE)

2005-03-10 Thread J.D. Bronson
I cvsup'd to 5.4-PRE and built world. (I was already in 5.4-PRE).. I have never had any issues until today World and kernel built fine. I follow the same steps as always but this time I have a twist: # make installkernel - that works fine # make installworld ... ... ... cd: can't cd to

Re: installworld fails (5.4-PRE)

2005-03-10 Thread Pietro Cerutti
On Thu, 10 Mar 2005 07:27:05 -0600, J.D. Bronson [EMAIL PROTECTED] wrote: cd: can't cd to /usr/include/dev/acpica *** Error code 2 shadow# cd /usr/include/dev shadow# ls -al -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica and how do I fix this? The problem here is that the

Re: installworld fails (5.4-PRE)

2005-03-10 Thread J.D. Bronson
At 07:48 AM 03/10/2005, Pietro Cerutti wrote: shadow# cd /usr/include/dev shadow# ls -al -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica and how do I fix this? The problem here is that the acpica folder is not executable (you can not cd into it). chmod 755 acpica should solve it.

Re: installworld fails (5.4-PRE)

2005-03-10 Thread Pietro Cerutti
On Thu, 10 Mar 2005 07:53:17 -0600, J.D. Bronson [EMAIL PROTECTED] wrote: drwxr-xr-x 14 root wheel 512 Mar 9 20:37 . drwxr-xr-x 46 root wheel 4608 Mar 9 20:37 .. -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica But acpica is -not- a directory ??? It should be a directory, in my

Re: installworld fails (5.4-PRE)

2005-03-10 Thread Nick Pavlica
Make sure that your system is time synchronized then cvsup, rm files in /usr/obj, etc... This has helped me in the past. --Nick On Thu, 10 Mar 2005 15:46:04 +, Pietro Cerutti [EMAIL PROTECTED] wrote: On Thu, 10 Mar 2005 07:53:17 -0600, J.D. Bronson [EMAIL PROTECTED] wrote: drwxr-xr-x

Re: installworld fails (5.4-PRE)

2005-03-10 Thread Emanuel Strobl
Am Donnerstag, 10. März 2005 14:53 schrieb J.D. Bronson: At 07:48 AM 03/10/2005, Pietro Cerutti wrote: shadow# cd /usr/include/dev shadow# ls -al -r--r--r-- 1 root wheel 4210 Mar 2 17:00 acpica and how do I fix this? The problem here is that the acpica folder is not