Date: Thu, 10 Mar 2005 21:07:03 +0000 From: ianjhart <ianjhart@ntlworld.com> To: freebsd-stable@freebsd.org Cc: jbronson@wixb.com Subject: Re: installworld fails (5.4-PRE) on acpica Message-ID: <200503102107.04032.ianjhart@ntlworld.com> In-Reply-To: <20050310143024.15735d63@localhost> References: <20050310143024.15735d63@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 10 March 2005 19:30, epilogue wrote: > moved from -questions@ > > > 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 /usr/include/dev/acpica > > *** Error code 2 > > > > Stop in /usr/src/include. > > *** Error code 1 > > > > Humm... > > > > shadow# cd /usr/include/dev > > shadow# ls -al > > total 38 > > 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 > > drwxr-xr-x 2 root wheel 512 Feb 28 16:04 an > > drwxr-xr-x 2 root wheel 512 Feb 28 16:04 bktr > > drwxr-xr-x 2 root wheel 512 Feb 28 16:04 firewire > > drwxr-xr-x 2 root wheel 512 Feb 28 16:04 ic > > drwxr-xr-x 2 root wheel 512 Mar 9 20:37 ieee488 > > drwxr-xr-x 2 root wheel 512 Feb 27 20:09 iicbus > > drwxr-xr-x 2 root wheel 512 Feb 28 16:04 ofw > > drwxr-xr-x 2 root wheel 512 Feb 28 16:04 ppbus > > drwxr-xr-x 2 root wheel 512 Feb 27 20:09 smbus > > drwxr-xr-x 2 root wheel 1024 Mar 2 17:00 usb > > drwxr-xr-x 2 root wheel 512 Feb 28 16:04 utopia > > drwxr-xr-x 2 root wheel 512 Feb 28 16:04 wi > > > > > > Well...why is it trying to cd into a directory > > that does not exist? > > > > and how do I fix this? > > > > Thanks :) > > i am seeing the same issue here. > > these commands were issued before the build: > rm -rf /usr/obj/usr > cd /usr/src; make cleandir; make cleandir > > * src-all and a default make.conf were used. > * buildworld, buildkernel and installkernel all exited fine. > > in case it helps, there seem to have been some recent changes here: > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/acpica/?sortby=date#dirli >st > > also, in case it influences acpica, i should point out that I am > experimenting with my own acpi_dsdt.aml. the following are in > /boot/loader.conf: > > acpi_dsdt_load="YES" > acpi_dsdt_name="/boot/acpi_dsdt.aml" > > anyhow. hope that someone can provide a pointer. > > > thanks, > epilogue > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" I deleted the FILE acpica and re-ran installworld. The directory acpica was then created. -- ian j hart
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503102107.04032.ianjhart>