Running phase: unpackPhase unpacking source archive /nix/store/fnz65nxjryab5b60ybnli6756kjj74yq-dvd-vr-0.9.7.tar.gz source root is dvd-vr-0.9.7 setting SOURCE_DATE_EPOCH to timestamp 1282631399 of file "dvd-vr-0.9.7/man/dvd-vr.1" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash PREFIX=\$\(out\) gcc -std=gnu99 -Wall -Wextra -Wpadded -DVERSION='"0.9.7"' -O3 -DNDEBUG -DHAVE_ICONV -DICONV_CONST="const" -c -o dvd-vr.o dvd-vr.c dvd-vr.c: In function 'text_convert': dvd-vr.c:413:24: error: passing argument 2 of 'iconv' 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;;] 413 | if (iconv (cd, (ICONV_CONST char**)&src, &srclen, &dst, &dstlen) != (size_t)-1) { | ^~~~~~~~~~~~~~~~~~~~~~~~ | | | const char ** In file included from dvd-vr.c:123: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/iconv.h:49:54: note: expected 'char ** restrict' but argument is of type 'const char **' 49 | extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, | ~~~~~~~~~~~~~~~~~~^~~~~~~ make: *** [Makefile:69: dvd-vr.o] Error 1