Date: Mon, 28 May 2007 22:14:10 -0500 From: Jonathan Horne <freebsd@dfwlp.com> To: freebsd-questions@freebsd.org Subject: i have a system that will not installworld. Message-ID: <200705282214.11010.freebsd@dfwlp.com>
next in thread | raw e-mail | index | archive | help
i just did a buildkernel and world, and installing the kernel was normal with no issues. mergemaster -p, and then when i installworld, i get this: phoenix# make installworld mkdir -p /tmp/install.iA4Zk47v for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep install-info ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.iA4Zk47v; done cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.iA4Zk47v make -f Makefile.inc1 reinstall make: Permission denied *** Error code 126 Stop in /usr/src. *** Error code 1 Stop in /usr/src. note that im not in single user mode, but personally, ive been doing it in full mode for a long time, and this is the first box thats not performing as expected. does what i posted above make any sense to anyone? i have already did a rm -rf on /usr/src/* and /usr/obj/* and re-ran the buildworld, same thing both times. any ideas would be appreciated. thanks, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705282214.11010.freebsd>