Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2004 23:28:09 +0200
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        Ruslan Ermilov <ru@freebsd.org>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: 5.3-BETA7 make release "env: not found" errors
Message-ID:  <20041018212809.GD4968@isis.wad.cz>
In-Reply-To: <20041018174945.GC89681@ip.net.ua>
References:  <20041018161249.GA2126@isis.wad.cz> <20041018174945.GC89681@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
# 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041018212809.GD4968>