From owner-freebsd-current@FreeBSD.ORG Mon Oct 18 19:25:23 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 B16B316A4D3 for ; Mon, 18 Oct 2004 19:25:23 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD38543D1D for ; Mon, 18 Oct 2004 19:25:22 +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 i9IJPMsL002678 for ; Mon, 18 Oct 2004 22:25:22 +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 42838-14 for ; Mon, 18 Oct 2004 22:25:21 +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 i9IJPH0f002674 for ; Mon, 18 Oct 2004 22:25:20 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i9IJPAcm001111 for freebsd-current@freebsd.org; Mon, 18 Oct 2004 22:25:10 +0300 (EEST) (envelope-from ru) Date: Mon, 18 Oct 2004 22:25:10 +0300 From: Ruslan Ermilov To: freebsd-current Message-ID: <20041018192509.GF89681@ip.net.ua> References: <20041018161249.GA2126@isis.wad.cz> <20041018174945.GC89681@ip.net.ua> <20041018191124.GA4968@isis.wad.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ExXT7PjY8AI4Hyfa" Content-Disposition: inline In-Reply-To: <20041018191124.GA4968@isis.wad.cz> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua Subject: Re: 5.3-BETA7 make release "env: not found" errors 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: Mon, 18 Oct 2004 19:25:23 -0000 --ExXT7PjY8AI4Hyfa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 18, 2004 at 09:11:24PM +0200, Roman Neuhauser wrote: > # ru@freebsd.org / 2004-10-18 20:49:45 +0300: > > On Mon, Oct 18, 2004 at 06:12:49PM +0200, Roman Neuhauser wrote: > > > First-time release wrangler here, so it's quite possible this is a pi= lot > > > error, but why do I see "env: not found" errors during make release? > > >=20 > > > smradoch@wally ~ 1017:0 > grep -FB1 'env: not found' release.log=20 > > > cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 MACHIN= E=3Di386 CPUTYPE=3D GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/legacy/usr/bin= GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/legacy/usr/share/groff_font GROF= F_TMAC_PATH=3D/usr/obj/usr/src/i386/legacy/usr/share/tmac PATH=3D/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/s= rc/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.9FQf5F4J make = -f Makefile.inc1 reinstall > > > env: not found > > > -- > > > cd /usr/src; make -f Makefile.inc1 hierarchy > > > env: not found > > > -- > > > cd /usr/src; make -f Makefile.inc1 install > > > env: not found > > > -- > > > cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 MACHIN= E=3Di386 CPUTYPE=3D GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/legacy/usr/bin= GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/legacy/usr/share/groff_font GROF= F_TMAC_PATH=3D/usr/obj/usr/src/i386/legacy/usr/share/tmac PATH=3D/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/s= rc/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.ApkrC6vH make = -f Makefile.inc1 redistribute > > > env: not found > > > -- > > > cd /usr/src; make -f Makefile.inc1 distribute > > > env: not found > > > smradoch@wally ~ 1018:0 > cd /usr/src/release/=20 > > >=20 > > > I have env(1) these locations: > > >=20 > > > /usr/obj/usr/src/usr.bin/env/env > > >=20 > > > /usr/release/usr/bin/env > > > /usr/release/usr/obj/usr/src/usr.bin/env/env > > > /usr/release/R/stage/trees/base/usr/bin/env > > > /usr/release/R/cdrom/disc2/usr/bin/env > > >=20 > > > as you can see, none of the locations is listed in the PATH assignmen= ts above. > > >=20 > > I was responsible for and aware of these warnings, > > but have been ignoring them until now. Thanks for > > reminding! They were mostly harmless, but anyway, > > a fix is now committed as src/Makefile,v 1.309. >=20 > can I proceed with the built release, or should I copy the env > binary to one of the directories listed in $PATH before running > make rerelease? AFAICS, the at least five targets haven't been > built. will I bee missing any files? >=20 These warnings are harmless, you can proceed further and ignore them. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --ExXT7PjY8AI4Hyfa Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBdBiVqRfpzJluFF4RApeNAJ4pHI+mG3ugEOmgXYb6+CoW15qn3gCeIAvK G7TiHUxyN+BcKCwVpbhi7EE= =gsQI -----END PGP SIGNATURE----- --ExXT7PjY8AI4Hyfa--