Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2005 14:30:24 -0500
From:      epilogue <epilogue@allstream.net>
To:        freebsd-stable@freebsd.org
Cc:        jbronson@wixb.com
Subject:   installworld fails (5.4-PRE) on acpica
Message-ID:  <20050310143024.15735d63@localhost>

next in thread | raw e-mail | index | archive | help

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#dirlist

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



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