On Tue, Jul 10, 2012 at 11:40 AM, Kim Culhan <w8hd...@gmail.com> wrote: > On Tue, Jul 10, 2012 at 11:00 AM, Konstantin Belousov > <kostik...@gmail.com> wrote: >> On Tue, Jul 10, 2012 at 10:52:26AM -0400, Kim Culhan wrote: >>> Updating -current to r238290 after make buildworld, installworld fails at: >>> >>> install -o root -g wheel -m 444 as.info.gz ld.info.gz >>> binutils.info.gz /usr/share/info >>> ===> gnu/usr.bin/cc (install) >>> ===> gnu/usr.bin/cc/cc_tools (install) >>> ===> gnu/usr.bin/cc/libiberty (install) >>> ===> gnu/usr.bin/cc/libcpp (install) >>> ===> gnu/usr.bin/cc/libdecnumber (install) >>> ===> gnu/usr.bin/cc/cc_int (install) >>> ===> gnu/usr.bin/cc/cc (install) >>> install -s -o root -g wheel -m 555 gcc /usr/bin >>> install: gcc: No such file or directory >>> *** [_proginstall] Error code 71 >>> >>> Stop in /usr/src/gnu/usr.bin/cc/cc. >>> *** [realinstall] Error code 1 >>> >>> Any help is greatly appreciated. >> Are you installing to NFS ? What is the version of the kernel you run ? >> >> If installing to NFS, and you run a kernel before r237987, try to set >> sysctl debug.vn_io_fault_enable to 0. > > Not installing to NFS, present kernel is 236925.
Ran another buildworld and on this run gcc was produced in /usr/obj/usr/src/gnu/usr.bin/cc/cc and installworld worked fine. Thanks -kim _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"