From owner-freebsd-stable Mon Jul 31 11:31: 5 2000 Delivered-To: freebsd-stable@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id BBCC437B86A for ; Mon, 31 Jul 2000 11:30:48 -0700 (PDT) (envelope-from lowell@world.std.com) Received: from world.std.com (lowell@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id OAA22971; Mon, 31 Jul 2000 14:30:34 -0400 (EDT) Received: (from lowell@localhost) by world.std.com (8.9.3/8.9.3) id OAA04976; Mon, 31 Jul 2000 14:30:33 -0400 (EDT) To: "H . S . YOON" , freebsd-stable@freebsd.org Subject: Re: Does anyone succeed on making world from 3.5S to 4.1S ? References: <20000731163500.A35564@xocah.dhs.org> <86wvi2bjhj.fsf@dumpster.io.com> <20000801000915.A29102@xocah.dhs.org> <20000801004644.B38206@xocah.dhs.org> From: Lowell Gilbert Date: 31 Jul 2000 14:30:33 -0400 In-Reply-To: "H . S . YOON"'s message of Tue, 1 Aug 2000 00:46:44 +0900 Message-ID: Lines: 23 X-Mailer: Gnus v5.5/Emacs 20.2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "H . S . YOON" writes: > Buildworld was successful with no error. But 'make installkernel' fail and > 'make install in /usr/src/sys/modules' fail, too. > > Whe installkernel, > > " > xocah# make installkernel KERNEL=XOCAH > cd /usr/obj/usr/src/sys/XOCAH; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 MACHINE=i386 KERNEL=XOCAH make install > cd: can't cd to /usr/obj/usr/src/sys/XOCAH > *** Error code 2 This looks remarkably like you forgot the "make buildkernel" step. You mentioned that step in your cookbook at the front of your message, but it's not described here; and since that's the part which should create the missing directory, I think that's the part you forgot. There were some bogosities in the cookbook (notably building the new devices in the /usr/src tree, where they won't help at all), but that's further along than you had gotten so far. Good luck. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message