From owner-freebsd-current@FreeBSD.ORG Mon Oct 18 21:28:11 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 2ED0116A4CF; Mon, 18 Oct 2004 21:28:11 +0000 (GMT) Received: from smradoch.ath.cx (r2g224.chello.upc.cz [62.245.70.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 699DC43D31; Mon, 18 Oct 2004 21:28:10 +0000 (GMT) (envelope-from neuhauser@chello.cz) Received: by smradoch.ath.cx (Postfix, from userid 1001) id 6D6E71F87BED; Mon, 18 Oct 2004 23:28:09 +0200 (CEST) Date: Mon, 18 Oct 2004 23:28:09 +0200 From: Roman Neuhauser To: Ruslan Ermilov Message-ID: <20041018212809.GD4968@isis.wad.cz> Mail-Followup-To: Ruslan Ermilov , freebsd-current References: <20041018161249.GA2126@isis.wad.cz> <20041018174945.GC89681@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041018174945.GC89681@ip.net.ua> User-Agent: Mutt/1.5.6i cc: freebsd-current 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 21:28:11 -0000 # 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 pilot > > error, but why do I see "env: not found" errors during make release? > > > > > > smradoch@wally ~ 1017:0 > grep -FB1 'env: not found' release.log > > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE= 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.9FQf5F4J make -f Makefile.inc1 reinstall > > env: not found > 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. Maybe you could also fix these while you're at it: smradoch@wally ~ 1008:0 > grep -FB2 ': not found' release.log.2 ln -fs /lib/libkiconv.so.1 /usr/release/usr/lib/libkiconv.so ===> lib/libmagic uniq: not found -- /R/stage/trees/base/usr/share/man/cat3/kiconv_add_xlat16_table.3.gz -> /R/stage/trees/base/usr/share/man/cat3/kiconv.3.gz ===> lib/libmagic uniq: not found "/usr/src/lib/libmagic/Makefile", line 49: warning: "awk '$1 == "#define" && $2 == "VERSION" { print $3 }' /usr/src/lib/libmagic/config.h | uniq" returned non-zero status cd /usr/src/lib/libmagic; make install -DNO_SUBDIR DESTDIR=/R/stage/trees/base SHARED=copies uniq: not found -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html