On Mon, Oct 18, 2004 at 11:28:09PM +0200, Roman Neuhauser wrote: > # ru_at_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_at_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_at_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 > Done (src/lib/libmagic/Makefile,v 1.4). The use of != should generally be avoided when possible. While here, two more nits: 1. The FILEVER variable is computed incorrectly, with double quotes. 2. src/usr.bin/file/magic.5 seems to be redundant now. Cheers, -- Ruslan Ermilov ru_at_FreeBSD.org FreeBSD committer
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:18 UTC