Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2005 14:33:45 +0100 (CET)
From:      Peter Ulrich Kruppa <root@pukruppa.net>
To:        freebsd-stable@freebsd.org
Subject:   make installkernel fails
Message-ID:  <20050314142951.Q72299@pukruppa.net>

next in thread | raw e-mail | index | archive | help
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.

Regards,

Uli.



*********************************************
* Peter Ulrich Kruppa - Wuppertal - Germany * 
*********************************************



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050314142951.Q72299>