+ release_urlbase=https://unofficial-builds.nodejs.org/download/release/ + disttype=release + customtag= + datestring= + commit= + fullversion=v12.11.0 + source_url=https://nodejs.org/download/release/v12.11.0/node-v12.11.0.tar.xz + config_flags= + cd /home/node + tar -xf node.tar.xz + cd node-v12.11.0 + export 'CC=ccache gcc' + CC='ccache gcc' + export 'CXX=ccache g++' + CXX='ccache g++' + export CXXFLAGS=-m32 + CXXFLAGS=-m32 + export CFLAGS=-m32 + CFLAGS=-m32 + . /opt/rh/devtoolset-6/enable ++ export PATH=/opt/rh/devtoolset-6/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ PATH=/opt/rh/devtoolset-6/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ++ export MANPATH=/opt/rh/devtoolset-6/root/usr/share/man: ++ MANPATH=/opt/rh/devtoolset-6/root/usr/share/man: ++ export INFOPATH=/opt/rh/devtoolset-6/root/usr/share/info ++ INFOPATH=/opt/rh/devtoolset-6/root/usr/share/info ++ export PCP_DIR=/opt/rh/devtoolset-6/root ++ PCP_DIR=/opt/rh/devtoolset-6/root ++ export PERL5LIB=/opt/rh/devtoolset-6/root//usr/lib/perl5/vendor_perl:/opt/rh/devtoolset-6/root/usr/lib/perl5:/opt/rh/devtoolset-6/root//usr/share/perl5/vendor_perl ++ PERL5LIB=/opt/rh/devtoolset-6/root//usr/lib/perl5/vendor_perl:/opt/rh/devtoolset-6/root/usr/lib/perl5:/opt/rh/devtoolset-6/root//usr/share/perl5/vendor_perl +++ rpm --eval '%{_libdir}' ++ rpmlibdir=/usr/lib64 ++ '[' /usr/lib64 '!=' /usr/ ']' ++ rpmlibdir32=:/opt/rh/devtoolset-6/root/usr/lib ++ export LD_LIBRARY_PATH=/opt/rh/devtoolset-6/root/usr/lib64:/opt/rh/devtoolset-6/root/usr/lib ++ LD_LIBRARY_PATH=/opt/rh/devtoolset-6/root/usr/lib64:/opt/rh/devtoolset-6/root/usr/lib ++ pythonvers=2.7 ++ export PYTHONPATH=/opt/rh/devtoolset-6/root/usr/lib64/python2.7/site-packages:/opt/rh/devtoolset-6/root/usr/lib/python2.7/site-packages ++ PYTHONPATH=/opt/rh/devtoolset-6/root/usr/lib64/python2.7/site-packages:/opt/rh/devtoolset-6/root/usr/lib/python2.7/site-packages ++ getconf _NPROCESSORS_ONLN + make -j8 binary V= DESTCPU=x86 ARCH=x86 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-v12.11.0-linux-x86 rm -f -r out/deps out/Release python ./configure \ --prefix=/ \ --dest-cpu=x86 \ --tag= \ --release-urlbase=https://unofficial-builds.nodejs.org/download/release/ \ --download=all --with-intl=small-icu INFO: Using floating patch "tools/icu/patches/64/source/common/putil.cpp" from "tools/icu" INFO: Using floating patch "tools/icu/patches/64/source/i18n/dtptngen.cpp" from "tools/icu" INFO: configure completed successfully make install DESTDIR=node-v12.11.0-linux-x86 V= PORTABLE=1 make -C out BUILDTYPE=Release V= TOUCH /home/node/node-v12.11.0/out/Release/obj.target/tools/v8_gypfiles/v8_version.stamp make[2]: *** No rule to make target '../deps/v8/test/torque/test-torque.tq', needed by '7ea8302c51573d5268a52f6014edc10e884f440e.intermediate'. Stop. make[2]: *** Waiting for unfinished jobs.... Makefile:101: recipe for target 'node' failed make[1]: *** [node] Error 2 Makefile:1116: recipe for target 'node-v12.11.0-linux-x86.tar' failed make: *** [node-v12.11.0-linux-x86.tar] Error 2