Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2005 13:17:15 +0400
From:      Meandor <meandor@hitv.ru>
To:        "Alexander 'alxl' Lobachov" <alxl@alxl.info>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: make installworld failure
Message-ID:  <435F499B.8090503@hitv.ru>
In-Reply-To: <20051026044218.GA58825@alxl.info>
References:  <20051026044218.GA58825@alxl.info>

next in thread | previous in thread | raw e-mail | index | archive | help
Alexander 'alxl' Lobachov wrote:
> Hello,
> 
> Just cvsuped and built the kernel and installed it ok, buildworld went
> clear also, tried to installworld and got this:
> 
> $ sudo make installworld
> mkdir -p /tmp/install.QhTsbtJk
> for prog in [ awk cap_mkdb cat chflags chmod chown  date
> echo egrep find grep  ln make 
>               mkdir mtree mv pwd_mkdb rm sed sh sysctl  test true uname
> wc zic; do  cp `which $prog` 
>               /tmp/install.QhTsbtJk;  done
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386
> MACHINE=i386  
>               CPUTYPE=athlon-xp
> GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin  
>               GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font  
>               GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac  
> PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.QhTsbtJk
> make -f Makefile.inc1 reinstall
> make: Permission denied
> *** Error code 126
> Stop in /usr/src.
> *** Error code 1
> Stop in /usr/src.
> 
> 
> The box was quite new actually, already running -STABLE maybe a few
> weeks old or so.
> 
> Any hints how to fix it will be greatly appreciated. Thanks.
> 
/tmp must be mounted  without *noexec* option. So your /etc/fstab must 
contain something like this
/dev/ad0s1e             /tmp            ufs     rw,nosuid,nodev       2    2




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?435F499B.8090503>