make installworld failure
Meandor
meandor at hitv.ru
Wed Oct 26 02:17:30 PDT 2005
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
More information about the freebsd-stable
mailing list