+ release_urlbase=https://unofficial-builds.nodejs.org/download/release/ + disttype=release + customtag= + datestring= + commit= + fullversion=v16.0.0 + source_url=https://nodejs.org/download/release/v16.0.0/node-v16.0.0.tar.xz + config_flags= + cd /home/node + tar -xf node.tar.xz + cd node-v16.0.0 + export 'CC_host=ccache gcc-6 -m32' + CC_host='ccache gcc-6 -m32' + export 'CXX_host=ccache g++-6 -m32' + CXX_host='ccache g++-6 -m32' + export 'CC=ccache /opt/rpi-newer-crosstools/x64-gcc-6.5.0/arm-rpi-linux-gnueabihf/bin/arm-rpi-linux-gnueabihf-gcc -march=armv6zk' + CC='ccache /opt/rpi-newer-crosstools/x64-gcc-6.5.0/arm-rpi-linux-gnueabihf/bin/arm-rpi-linux-gnueabihf-gcc -march=armv6zk' + export 'CXX=ccache /opt/rpi-newer-crosstools/x64-gcc-6.5.0/arm-rpi-linux-gnueabihf/bin/arm-rpi-linux-gnueabihf-g++ -march=armv6zk' + CXX='ccache /opt/rpi-newer-crosstools/x64-gcc-6.5.0/arm-rpi-linux-gnueabihf/bin/arm-rpi-linux-gnueabihf-g++ -march=armv6zk' ++ getconf _NPROCESSORS_ONLN + make -j8 binary V= DESTCPU=arm ARCH=armv6l VARIATION= DISTTYPE=release CUSTOMTAG= DATESTRING= COMMIT= RELEASE_URLBASE=https://unofficial-builds.nodejs.org/download/release/ CONFIG_FLAGS= fatal: Not a git repository (or any of the parent directories): .git rm -f -r node-v16.0.0-linux-armv6l rm -f -r out/deps out/Release python3 ./configure \ --prefix=/ \ --dest-cpu=arm \ --tag= \ --release-urlbase=https://unofficial-builds.nodejs.org/download/release/ \ --download=all --with-intl=full-icu Node.js configure: Found Python 3.5.2... Please use python3.9 or python3.8 or python3.7 or python3.6. make: *** [node-v16.0.0-linux-armv6l.tar] Error 1 Makefile:1154: recipe for target 'node-v16.0.0-linux-armv6l.tar' failed