On Mon, Mar 14, 2005 at 02:33:45PM +0100, Peter Ulrich Kruppa wrote:
> Hello!
> 
> For some days now make installkernel fails with
>       --------------------------------------------
> cd /usr/include/nfsserver;  for h in *.h; do  if [ -L $h ]; then 
> rm -f $h; fi;  done
> cd /usr/include/pccard;  for h in *.h; do  if [ -L $h ]; then rm 
> -f $h; fi;  done
> cd /usr/include/posix4;  for h in *.h; do  if [ -L $h ]; then rm 
> -f $h; fi;  done
> cd /usr/include/sys;  for h in *.h; do  if [ -L $h ]; then rm -f 
> $h; fi;  done
> cd /usr/include/vm;  for h in *.h; do  if [ -L $h ]; then rm -f 
> $h; fi;  done
> cd /usr/include/cam/scsi;  for h in *.h; do  if [ -L $h ]; then 
> rm -f $h; fi;  done
> cd /usr/include/dev/acpica;  for h in *.h; do  if [ -L $h ]; then 
> rm -f $h; fi;  done
> cd: can't cd to /usr/include/dev/acpica
> *** Error code 2
> 
> Stop in /usr/src/include.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
>       -------------------------------------------------
> acpica seems to be a file, not a directory.
> 


I ran into that a few days ago too.
I just did a 'rm -f usr/include/dev/acpica' and then proceeded with
'make installkernel' and 'make installworld' as usual, after which
things seemed to work fine.



-- 
<Insert your favourite quote here.>
Erik Trulsson
[EMAIL PROTECTED]
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to