Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2004 11:23:17 -0600 (MDT)
From:      "Ryan Sommers" <ryans@gamersimpact.com>
To:        "Roman Neuhauser" <neuhauser@chello.cz>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: 5.3-BETA7 make release 'env: not found' errors
Message-ID:  <64820.208.4.77.15.1098120197.squirrel@208.4.77.15>
In-Reply-To: <20041018161249.GA2126@isis.wad.cz>
References:  <20041018161249.GA2126@isis.wad.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
Roman Neuhauser said:
> 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
> --

Try running a buildworld first. This looks like your toolchain isn't
getting built. I'm not sure if 'make release' explicitly builds the
toolchain or if it relies on buildworld to build it.

Ryan Sommers
ryans@gamersimpact.com



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