Running phase: unpackPhase unpacking source archive /nix/store/lh7qhjagmc6p412qrmrr70yl6378ylls-as31-2.3.1.tar.gz source root is as31-2.3.1 setting SOURCE_DATE_EPOCH to timestamp 1125938839 of file "as31-2.3.1/ChangeLog" Running phase: patchPhase applying patch /nix/store/gk9hj3r8apax60rvn56xwy07aja61qmy-0000-getline-break.patch patching file as31/run.c Hunk #1 succeeded at 106 (offset -7 lines). Hunk #2 succeeded at 132 (offset -7 lines). 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/6g09fk5xj4wqw7zk31yiq1sz7csvi2zn-as31-2.3.1 checking for a BSD-compatible install... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/install -c checking whether build environment is sane... yes checking whether make sets $(MAKE)... yes checking for working aclocal-1.4... missing checking for working autoconf... missing checking for working automake-1.4... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for bison... bison -y checking for a BSD-compatible install... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/install -c checking for gtk... no configure: creating ./config.status config.status: creating Makefile config.status: creating as31/Makefile config.status: creating examples/Makefile Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash Making all in as31 make[1]: Entering directory '/build/as31-2.3.1/as31' gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"as31\" -DVERSION=\"2.3.0\" -DOPTION_GTK=0 -I. -I. -g -O2 -g -O2 -c run.c run.c: In function 'run_as31': run.c:109:41: error: passing argument 2 of 'getline' 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;;] 109 | if (getline(&lineBuffer,&sizeBuf,finPre) == -1) | ^~~~~~~~ | | | int * In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:966, from run.c:2: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio.h:118:36: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 118 | getline (char **__lineptr, size_t *__n, FILE *__stream) | ~~~~~~~~^~~ run.c:135:68: error: passing argument 2 of 'getline' 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;;] 135 | if (getline(&incLineBuffer,&incSizeBuf,includeFile) == -1) | ^~~~~~~~~~~ | | | int * /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio.h:118:36: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 118 | getline (char **__lineptr, size_t *__n, FILE *__stream) | ~~~~~~~~^~~ make[1]: *** [Makefile:163: run.o] Error 1 make[1]: Leaving directory '/build/as31-2.3.1/as31' make: *** [Makefile:115: all-recursive] Error 1