Running phase: unpackPhase unpacking source archive /nix/store/8wvkmk9hf32p55jjpij27d531aw5501g-source source root is source 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: --disable-dependency-tracking --prefix=/nix/store/adarjsq7fqjjpl5m9qv7q12k3d13rwx0-dispad-0.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 for a thread-safe mkdir -p... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for XOpenDevice in -lXi... yes checking for XOpenDisplay in -lX11... yes checking for cfg_init in -lconfuse... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: executing depfiles commands Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash Making all in src make[1]: Entering directory '/build/source/src' gcc -DPACKAGE_NAME=\"dispad\" -DPACKAGE_TARNAME=\"dispad\" -DPACKAGE_VERSION=\"0.1\" -DPACKAGE_STRING=\"dispad\ 0.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"dispad\" -DVERSION=\"0.1\" -DHAVE_LIBXI=1 -DHAVE_LIBX11=1 -DHAVE_LIBCONFUSE=1 -I. -I../include/ -g -O2 -c -o conf.o conf.c In file included from conf.c:30: conf.c: In function 'config_file_parse': conf.c:108:42: error: initialization of 'long int *' from incompatible pointer type 'uint8_t *' {aka 'unsigned char *'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 108 | CFG_SIMPLE_INT("enable", &obj->enable), | ^ conf.c:108:42: note: (near initialization for 'opts[1].simple_value.number') conf.c:109:43: error: initialization of 'long int *' from incompatible pointer type 'uint8_t *' {aka 'unsigned char *'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 109 | CFG_SIMPLE_INT("disable", &obj->disable), | ^ conf.c:109:43: note: (near initialization for 'opts[2].simple_value.number') conf.c:111:40: error: initialization of 'long int *' from incompatible pointer type 'int *' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 111 | CFG_SIMPLE_INT("poll", &obj->poll), | ^ conf.c:111:40: note: (near initialization for 'opts[4].simple_value.number') conf.c:112:41: error: initialization of 'long int *' from incompatible pointer type 'int *' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 112 | CFG_SIMPLE_INT("delay", &obj->delay), | ^ conf.c:112:41: note: (near initialization for 'opts[5].simple_value.number') make[1]: *** [Makefile:345: conf.o] Error 1 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:331: all-recursive] Error 1