From owner-freebsd-current@FreeBSD.ORG Fri Oct 15 15:11:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1ADE816A4CE for ; Fri, 15 Oct 2004 15:11:45 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E770B43D39 for ; Fri, 15 Oct 2004 15:11:43 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i9FFBfwx013111; Fri, 15 Oct 2004 18:11:41 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 54348-05; Fri, 15 Oct 2004 18:11:40 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i9FFBepd013108; Fri, 15 Oct 2004 18:11:40 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i9FFBWEn044166; Fri, 15 Oct 2004 18:11:32 +0300 (EEST) (envelope-from ru) Date: Fri, 15 Oct 2004 18:11:31 +0300 From: Ruslan Ermilov To: Warren Liddell Message-ID: <20041015151131.GA44099@ip.net.ua> References: <200410160050.56138.shinjii@virusinfo.rdksupportinc.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mYCpIKhGyMATD0i+" Content-Disposition: inline In-Reply-To: <200410160050.56138.shinjii@virusinfo.rdksupportinc.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: freebsd-current@freebsd.org Subject: Re: error while doing installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 15:11:45 -0000 --mYCpIKhGyMATD0i+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 16, 2004 at 12:50:55AM +1000, Warren Liddell wrote: > Voyager# make installworld > mkdir -p /tmp/install.9nPYzwyq > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find = grep =20 > ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic;= do =20 > cp `which $prog` /tmp/install.9nPYzwyq; done > +cd /usr/FreeBSD5/src; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 = =20 > MACHINE=3Di386 CPUTYPE=3D =20 > GROFF_BIN_PATH=3D/usr/obj/usr/FreeBSD5/src/i386/legacy/usr/bin =20 > GROFF_FONT_PATH=3D/usr/obj/usr/FreeBSD5/src/i386/legacy/usr/share/groff_f= ont =20 > GROFF_TMAC_PATH=3D/usr/obj/usr/FreeBSD5/src/i386/legacy/usr/share/tmac = =20 > PATH=3D/usr/obj/usr/FreeBSD5/src/i386/legacy/usr/sbin:/usr/obj/usr/FreeBS= D5/src/i386/legacy/usr/bin:/usr/obj/usr/FreeBSD5/src/i386/legacy/usr/games:= /usr/obj/usr/FreeBSD5/src/i386/usr/sbin:/usr/obj/usr/FreeBSD5/src/i386/usr/= bin:/usr/obj/usr/FreeBSD5/src/i386/usr/games:/tmp/install.9nPYzwyq=20 > make -f Makefile.inc1 reinstall > +cd: not found > *** Error code 127 >=20 > Stop in /usr/FreeBSD5/src. > *** Error code 1 >=20 > Stop in /usr/FreeBSD5/src. >=20 > =3D=3D=3D=3D=3D=3D=3D=3D >=20 > Why has it got +cd ?? >=20 You're supposed to "make buildworld" before doing "make installworld". It will build (and cause "installworld" to use) the new make binary that understands the `+' syntax. From the new make(1) manpage: > A `+' causes the command to be executed even if -n is specified > on the command line. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --mYCpIKhGyMATD0i+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBb+ijqRfpzJluFF4RAogZAJ0fkIeAC4ztMP48D9MkWZA16mwkXwCfc1Lp BKOs9vq4ZFHgJjorlbUSI4E= =/Okm -----END PGP SIGNATURE----- --mYCpIKhGyMATD0i+--