Date: Tue, 15 Oct 2002 08:15:36 -0400 From: "ender" <ender@eponymous.com> To: freebsd-stable@freebsd.org Subject: 4.7: buildworld succeeds, installworld fails Message-ID: <3D9BDC820000B0CB@mta06.san.yahoo.com>
next in thread | raw e-mail | index | archive | help
I'm attempting to upgrade a 4.6.2 box to 4.7 using source. I have succes= sfully built the new world, however when I try to install it I get the following= : barrow# cd /usr/src/ barrow# make installworld mkdir -p /tmp/install.4267 for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.4267; done cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 MACHINE=3D= i386 OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec PERL5LIB=3D/usr/obj/= usr/src/i386/usr/libdata/perl/5.00503 GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=3D/usr/o= bj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/usr/share/tmac PATH=3D/usr/obj/= usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386= /usr/games:/tmp/install.4267 make -f Makefile.inc1 reinstall make: permission denied *** Error code 126 Stop in /usr/src. *** Error code 1 Stop in /usr/src. barrow# Can someone help me out? ender@eponymous.com "victum invideo silenti" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D9BDC820000B0CB>