Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2013 05:24:28 -0800
From:      Doug Hardie <bc979@lafn.org>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   SOLVED: Problem upgrading to 9.1-Release
Message-ID:  <BFB8CD8D-B2D3-48E2-836B-64851DA8EAE8@lafn.org>
In-Reply-To: <299E9D35-959E-4074-BEC8-7B335C177F7A@lafn.org>
References:  <299E9D35-959E-4074-BEC8-7B335C177F7A@lafn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BFB8CD8D-B2D3-48E2-836B-64851DA8EAE8>