Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 11:02:14 -0700 (MST)
From:      cas <cas@bsd-unix.org>
To:        Fuzzy <fuzzy@pooh.ASARian.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make installworld failing?
Message-ID:  <20021018105858.G80007-100000@bsd-unix.org>
In-Reply-To: <Pine.BSF.4.44.0210181342010.15899-100000@pooh.ASARian.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 18 Oct 2002, Fuzzy wrote:

>
> I've done
>
> cvsup to RELENG_4_7
> make buildworld
> make buildkernel KERNCONF=POOHSN
> make installkernel KERNCONF=POOHSN
> reboot to singleuser
>
> while booted singleuser
>
> $fsck -p
> $mount -rw /
> $mount -a
> $cd /usr/src
> $make installworld
> mkdir -p /tmp/install.62
> 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.62;  done
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386
> 	MACHINE=i386  OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
> 	PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503
> 	GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin
> 	GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font
> 	GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac
> 	PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.62
> 	make -f Makefile.inc1 reinstall
> make: permission denied
> *** Error code 126
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
>
> What am I doing wrong?
>
>
> Fuz
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>

Is /tmp mounted as 'noexec' ? ;-)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021018105858.G80007-100000>