Date: Mon, 14 Mar 2005 14:39:46 +0100 From: Erik Trulsson <ertr1013@student.uu.se> To: Peter Ulrich Kruppa <root@pukruppa.net> Cc: freebsd-stable@freebsd.org Subject: Re: make installkernel fails Message-ID: <20050314133946.GA54334@falcon.midgard.homeip.net> In-Reply-To: <20050314142951.Q72299@pukruppa.net> References: <20050314142951.Q72299@pukruppa.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 ertr1013@student.uu.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050314133946.GA54334>