From owner-freebsd-stable@FreeBSD.ORG Thu Mar 10 19:31:14 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49C1416A4CE for ; Thu, 10 Mar 2005 19:31:14 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B57E943D5D for ; Thu, 10 Mar 2005 19:31:13 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq64-129.dial.allstream.net [216.123.141.193]) by outbox.allstream.net (Allstream MTA) with ESMTP id 0A7BEEB590; Thu, 10 Mar 2005 14:21:55 -0500 (EST) Date: Thu, 10 Mar 2005 14:30:24 -0500 From: epilogue To: freebsd-stable@freebsd.org Message-ID: <20050310143024.15735d63@localhost> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: jbronson@wixb.com Subject: installworld fails (5.4-PRE) on acpica X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 19:31:14 -0000 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