Date: Tue, 12 Apr 2005 10:22:33 +0200 From: Martin Zibert <schpeko@gmail.com> To: freebsd-hackers@freebsd.org Subject: make world /jail -> error Message-ID: <6334c6e205041201224e6dfe1d@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Greetings.. I have a box running FreeBSD 5.3-RELEASE-p5 - today i was trying to set up a jail, but i got this error: -------------------------------------------------------------- >>> stage 1.2: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj/usr/src/i386 DESTDIR=3D=20 INSTALL=3D"sh /usr/src/tools/install.sh"=20 PATH=3D/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/u= sr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=3D/usr/obj/usr/src/i386 MAKEFLAGS=3D"-m /usr/src/tools/build/mk DESTDIR=3D/usr/jail/happy -m /usr/src/share/mk" make -f Makefile.inc1=20 BOOTSTRAPPING=3D503001 -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS bootstrap-tools =3D=3D=3D> games/fortune/strfile /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/legacy/usr/include /usr/src/games/fortune/strfile/strfile.c echo strfile: /usr/jail/happy/usr/lib/libc.a /usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/games/fortune/strfile/strfile.c make: don't know how to make /usr/jail/happy/usr/lib/libc.a. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. .. if i'm not mistaken, make.conf should have something to do with it. My make.conf looks like this: # -- use.perl generated deltas -- # # Created: Mon Feb 14 16:29:10 2005 # Setting to use base perl from ports: PERL_VER=3D5.8.5 PERL_VERSION=3D5.8.5 PERL_ARCH=3Dmach NOPERL=3Dyo NO_PERL=3Dyo NO_PERL_WRAPPER=3Dyo NO_KERBEROS=3D true CFLAGS=3D -O -pipe NOPROFILE=3D true I really don't see the problem - i've googled the net and i few people have the same problem - non of them resolved it. Any suggestions? Thanks in advance. @martin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6334c6e205041201224e6dfe1d>