From owner-freebsd-questions@FreeBSD.ORG Sat Jan 5 13:24:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1759EDF8 for ; Sat, 5 Jan 2013 13:24:37 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id CCCC3DE2 for ; Sat, 5 Jan 2013 13:24:36 +0000 (UTC) Received: from mbook.home (pool-173-79-208-244.washdc.fios.verizon.net [173.79.208.244]) (authenticated bits=0) by zoom.lafn.org (8.14.3/8.14.2) with ESMTP id r05DOXhU083883 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 5 Jan 2013 05:24:35 -0800 (PST) (envelope-from bc979@lafn.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: SOLVED: Problem upgrading to 9.1-Release From: Doug Hardie In-Reply-To: <299E9D35-959E-4074-BEC8-7B335C177F7A@lafn.org> Date: Sat, 5 Jan 2013 05:24:28 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <299E9D35-959E-4074-BEC8-7B335C177F7A@lafn.org> To: FreeBSD Mailing List X-Mailer: Apple Mail (2.1283) X-Virus-Scanned: clamav-milter 0.97 at zoom.lafn.org X-Virus-Status: Clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2013 13:24:37 -0000 I found the problem. Somehow /usr/obj was not successfully exported and = hence was completely empty. There must have been some error message in = that process that I missed. Anyway, correcting that problem so that = /usr/obj was available fixed the problem. On 4 January 2013, at 15:38, Doug Hardie wrote: > I have upgraded my development system to 9.1 without any problems. = This system maintains kernel source and I build a new kernel with a = couple extra options there. The other systems mount /usr/src and = /usr/obj from it and do the install. The first one to be upgraded had = no problem with make installkernel. Rebooted and ran mergemaster -p = just fine. However make installworld dies within a couple seconds with = the following error: >=20 > install -o root -g wheel -m 444 libc_pic.a /usr/lib > gencat be_BY.UTF-8.cat /usr/src/lib/libc/nls/be_BY.UTF-8.msg > gencat: No such file or directory > *** [be_BY.UTF-8.cat] Error code 1 >=20 > /usr/bin/gencat exists. However, ktrace of the make shows: >=20 > 3347 make CALL execve(0xbfbfd1c8,0x28c35f14,0x28421180) > 3347 make NAMI "/usr/obj/usr/src/tmp/legacy/usr/sbin/gencat" > 3347 make RET execve -1 errno 2 No such file or directory > 3347 make CALL execve(0xbfbfd1c8,0x28c35f14,0x28421180) > 3347 make NAMI "/usr/obj/usr/src/tmp/legacy/usr/bin/gencat" > 3347 make RET execve -1 errno 2 No such file or directory > 3347 make CALL execve(0xbfbfd1c8,0x28c35f14,0x28421180) > 3347 make NAMI "/usr/obj/usr/src/tmp/legacy/usr/games/gencat" > 3347 make RET execve -1 errno 2 No such file or directory > 3347 make CALL execve(0xbfbfd1c8,0x28c35f14,0x28421180) > 3347 make NAMI "/usr/obj/usr/src/tmp/usr/sbin/gencat" > 3347 make RET execve -1 errno 2 No such file or directory > 3347 make CALL execve(0xbfbfd1c8,0x28c35f14,0x28421180) > 3347 make NAMI "/usr/obj/usr/src/tmp/usr/bin/gencat" > 3347 make RET execve -1 errno 2 No such file or directory > 3347 make CALL execve(0xbfbfd1c8,0x28c35f14,0x28421180) > 3347 make NAMI "/usr/obj/usr/src/tmp/usr/games/gencat" > 3347 make RET execve -1 errno 2 No such file or directory > 3347 make CALL execve(0xbfbfd1c8,0x28c35f14,0x28421180) > 3347 make NAMI "/tmp/install.CuIzLuBX/gencat" > 3347 make RET execve -1 errno 2 No such file or directory > 3347 make CALL write(0x2,0x28c48c00,0x6) > 3347 make GIO fd 2 wrote 6 bytes > "gencat" >=20 > Obviously its not in any of those places. How can I fix this? >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org" >=20