Running phase: unpackPhase unpacking source archive /nix/store/qb7pifh4q36l3427y7wfz39639wg8nns-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase patching script interpreter paths in tests/runtests.sh tests/runtests.sh: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash" no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash NO_INTERNET=1 PREFIX=/nix/store/h9di1yia8cyvnqy7kqbccazjf8glkvqi-pacparser-1.4.5 /nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash: line 1: /bin/true: No such file or directory /nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash: line 1: git: command not found cd spidermonkey && SMCFLAGS="-fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy" make jsapi make[1]: Entering directory '/build/source/src/spidermonkey' mkdir -p js/src/Linux_All_DBG.OBJ CFLAGS="-fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy" make -C js/src -f Makefile.ref libjs.a make[2]: Entering directory '/build/source/src/spidermonkey/js/src' cat: ../../dist/Linux_All_DBG.OBJ/nspr/Version: No such file or directory make[2]: Circular jscpucfg.h <- Linux_All_DBG.OBJ/jsautocfg.h dependency dropped. gcc -o Linux_All_DBG.OBJ/jscpucfg.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC -DDEBUG -DDEBUG_ -DEDITLINE -ILinux_All_DBG.OBJ jscpucfg.c In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/libc-header-start.h:33, from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:28, from jscpucfg.c:44: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;] 197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ gcc -o Linux_All_DBG.OBJ/jscpucfg Linux_All_DBG.OBJ/jscpucfg.o make[2]: Circular Linux_All_DBG.OBJ/jsautocfg.h <- Linux_All_DBG.OBJ/jsautocfg.h dependency dropped. rm -f Linux_All_DBG.OBJ/jsautocfg.h Linux_All_DBG.OBJ/jscpucfg > Linux_All_DBG.OBJ/jsautocfg.h gcc -o Linux_All_DBG.OBJ/jsapi.o -c -fPIC -DHAVE_VA_COPY -DVA_COPY=va_copy -Wall -Wno-format -g -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DHAVE_VA_COPY -DVA_COPY=va_copy -DPIC -fPIC -DDEBUG -DDEBUG_ -DEDITLINE -ILinux_All_DBG.OBJ jsapi.c In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/ctype.h:25, from jsapi.c:45: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/features.h:197:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;] 197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ jsapi.c: In function 'JS_ConvertArgumentsVA': jsapi.c:96:35: error: passing argument 5 of 'TryArgumentFormatter' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 96 | #define JS_ADDRESSOF_VA_LIST(ap) (&(ap)) | ~^~~~~~ | | | __va_list_tag ** jsapi.c:267:39: note: in expansion of macro 'JS_ADDRESSOF_VA_LIST' 267 | JS_ADDRESSOF_VA_LIST(ap))) { | ^~~~~~~~~~~~~~~~~~~~ jsapi.c:137:44: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **' 137 | jsval **vpp, va_list *app) | ~~~~~~~~~^~~ jsapi.c: In function 'JS_PushArgumentsVA': jsapi.c:96:35: error: passing argument 5 of 'TryArgumentFormatter' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 96 | #define JS_ADDRESSOF_VA_LIST(ap) (&(ap)) | ~^~~~~~ | | | __va_list_tag ** jsapi.c:370:39: note: in expansion of macro 'JS_ADDRESSOF_VA_LIST' 370 | JS_ADDRESSOF_VA_LIST(ap))) { | ^~~~~~~~~~~~~~~~~~~~ jsapi.c:137:44: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **' 137 | jsval **vpp, va_list *app) | ~~~~~~~~~^~~ make[2]: *** [rules.mk:78: Linux_All_DBG.OBJ/jsapi.o] Error 1 make[2]: Leaving directory '/build/source/src/spidermonkey/js/src' make[1]: *** [Makefile:35: js-buildstamp] Error 2 make[1]: Leaving directory '/build/source/src/spidermonkey' make: *** [Makefile:96: jsapi_buildstamp] Error 2