Running phase: unpackPhase unpacking source archive /nix/store/alnhya5fl8hh9p0qvcwkafbgpckb6669-wily-0.13.42.tar.gz source root is wily-0.13.42 setting SOURCE_DATE_EPOCH to timestamp 1144350140 of file "wily-0.13.42/wily/Makefile" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/sh" configure flags: --prefix=/nix/store/i5pnf0wd1hcsjrizqa7y4ykzmd2akgzf-wily-0.13.42 creating cache ./config.cache checking for a BSD compatible install... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/install -c checking for gcc... gcc checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking whether ln -s works... yes checking for ranlib... ranlib checking for POSIXized ISC... no checking how to run the C preprocessor... gcc -E checking for X... libraries , headers checking for -lICE... no checking for -ldnet... no checking for -ldnet_stub... no checking for -lnsl... no checking for -lsocket... no checking for -lm... no checking for -lnsl... (cached) no checking for -lsocket... (cached) no checking for dirent.h that defines DIR... yes checking for -ldir... no checking whether cross-compiling... yes checking for ANSI C header files... no checking for sys/wait.h that is POSIX.1 compatible... yes checking for fcntl.h... yes checking for limits.h... yes checking for malloc.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking for sys/select.h... yes checking for stdarg.h... yes checking for stdlib.h... yes checking for working const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for ulong... yes checking for ushort... yes checking for uint... yes checking for uchar... no checking for caddr_t... yes checking return type of signal handlers... void checking for vprintf... yes checking for strerror... yes checking for memmove... yes checking for remove... yes updating cache ./config.cache creating ./config.status creating Makefile creating wily/Makefile creating libXg/Makefile creating libframe/Makefile creating libmsg/Makefile creating config.h Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash cd libXg; make make[1]: Entering directory '/build/wily-0.13.42/libXg' gcc -g -O -I.. -I./../include -c -o arc.o arc.c gcc -g -O -I.. -I./../include -c -o arith.o arith.c arith.c:110:1: error: return type defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 110 | eqpt(Point p, Point q) | ^~~~ arith.c:115:1: error: return type defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 115 | eqrect(Rectangle r, Rectangle s) | ^~~~~~ arith.c:121:1: error: return type defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 121 | rectXrect(Rectangle r, Rectangle s) | ^~~~~~~~~ arith.c:137:1: error: return type defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;] 137 | ptinrect(Point p, Rectangle r) | ^~~~~~~~ make[1]: *** [: arith.o] Error 1 make[1]: Leaving directory '/build/wily-0.13.42/libXg' make: *** [Makefile:12: libXg/libXg.a] Error 2