These ports have hardcoded uses of gcc/g++ and need changing to use
either "cc"/"c++" or preferably "${CC}"/"${CXX}" from the environment
(some of them have had some uses fixed in the past, but there are
remaining cases).
They'll soon be marked BROKEN on i386 if not fixed.
> lang/libv8:
GYP_GENERATORS=make \
gyp --generator-output="out" build/all.gyp \
-Ibuild/standalone.gypi --depth=. \
-Dv8_target_arch=ia32 \
-S.ia32 -Dcomponent=shared_library -Dv8_enable_backtrace=1
-Dv8_can_use_vfp2_instructions=true -Darm_fpu=vfpv2
-Dv8_can_use_vfp3_instructions=true -Darm_fpu=vfpv3
which: g++: Command not found.
gyp: Call to '(echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null
2>&1) && echo "-m32" || true' returned exit status 0.
> lang/nim:
Hint: cpuinfo [Processing]
Hint: kqueue [Processing]
Hint: gcc -c -w -O2 -fno-strict-aliasing -Ilib -o
/pobj/nim-0.16.0/nim-0.16.0/nimcache-port/compiler_koch.o
/pobj/nim-0.16.0/nim-0.16.0/nimcache-port/compiler_koch.c [Exec]
sh: gcc: not found
> lang/unicon:
creating uri/Makefile
creating Makefile
creating config.h
Making all in uri
gcc -Wall -Werror -Wno-unused -g -DHAVE_CONFIG_H -D_LIBTP_ -c uri.c
gcc: not found
> plan9/drawterm:
ranlib libip.a
arch=`uname -m|sed 's/i.86/386/; s/macppc/power/; s/x86_64/amd64/;
s/sparc64/sun4u/; s/arm.*/arm/; s/mips64.*/mips/'`; (cd posix-$arch && make)
cc -Wall -Wno-missing-braces -I.. -I../include -I../kern -c
-I/usr/X11R6/include -D_THREAD_SAFE -pthread -O2 -pipe -c getcallerpc.c
gcc -E - < md5block.spp >md5block.s
/bin/sh: gcc: not found
> plan9/plan9port:
9c -O2 -pipe -pthread x509.c
9ar rsc $PLAN9/lib/libsec.a aes.o blowfish.o decodepem.o des.o des3CBC.o
des3ECB.o desCBC.o desECB.o desmodes.o dsaalloc.o dsagen.o dsaprimes.o
dsaprivtopub.o dsasign.o dsaverify.o egalloc.o egdecrypt.o egencrypt.o eggen.o
egprivtopub.o egsign.o egverify.o fastrand.o genprime.o genrandom.o
gensafeprime.o genstrongprime.o hmac.o md4.o md5.o md5pickle.o nfastrand.o
prng.o probably_prime.o rc4.o readcert.o rsaalloc.o rsadecrypt.o rsaencrypt.o
rsafill.o rsagen.o rsaprivtopub.o sha1.o sha1pickle.o smallprimetest.o thumb.o
tlshand.o x509.o
cd
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e/src/libsec/386;
mk all
if [ `uname` = OpenBSD ] || [ `uname` = Darwin ]
then
gcc -xc -D__`uname`__ -E md5block.spp >md5block.s
else
cpp md5block.spp >md5block.s
fi
sh: <stdin>[6]: gcc: not found
mk: if [ `uname` ... : exit status=exit(127)
mk: for i in ... : exit status=exit(1)
mk: for i in ... : exit status=exit(1)
>>> Running fake in plan9/plan9port at 1566675073
===> plan9/plan9port
===> Faking installation for plan9port-20180117p3
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name ".cvsignore" -exec rm -f {} \;
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name ".hg" -exec rm -f {} \;
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name ".hgignore" -exec rm -f {} \;
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name ".hgtags" -exec rm -f {} \;
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name ".gitignore" -exec rm -f {} \;
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name ".gitkeep" -exec rm -f {} \;
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name "*.orig" -exec rm -f {} \;
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name "*.beforesubst" -exec rm -f {} \;
find
/pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
-name ".travis.yml" -exec rm -f {} \;
cd /pobj/plan9port-20180117/plan9port-019be4481fee53a999ccb73c78e40df5f408b24e
&& sed -i 's#/usr/local#/usr/local#' `cat lib/moveplan9.files`
sed: bin/": No such file or directory