Running phase: unpackPhase unpacking source archive /nix/store/jc2cl7280g2z9llwhh08hcag1k2wji2q-xcftools-1.0.7.tar.gz source root is xcftools-1.0.7 setting SOURCE_DATE_EPOCH to timestamp 1246625039 of file "xcftools-1.0.7/configure" Running phase: patchPhase applying patch /nix/store/jd15l5z4hw2zimjq04q2sbbmn7b4hx5p-CVE-2019-5086.CVE-2019-5087.patch patching file xcf-general.c patching file xcftools.h substituteStream() in derivation xcftools-1.0.7: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'xcf2png.c') Running phase: updateAutotoolsGnuConfigScriptsPhase Updating Autotools / GNU config script to a newer upstream version: ./config.sub Updating Autotools / GNU config script to a newer upstream version: ./config.guess 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/n4a09kywh85a7ch1qsd4x3v3di065z0j-xcftools-1.0.7 checking for a BSD-compatible install... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/install -c 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 ISO C89... none needed checking for inline... inline checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /nix/store/yz6nq9v29l3g990w8zlqsnzlzbicd3b3-gnugrep-3.11/bin/grep checking for egrep... /nix/store/yz6nq9v29l3g990w8zlqsnzlzbicd3b3-gnugrep-3.11/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for inttypes.h... (cached) yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long... yes checking for strcasecmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/mkdir -p checking whether NLS is requested... yes checking for msgfmt... /nix/store/sn7508ryy1fsw7yfqyzjfsblma7226i3-gettext-0.22.5/bin/msgfmt checking for gmsgfmt... /nix/store/sn7508ryy1fsw7yfqyzjfsblma7226i3-gettext-0.22.5/bin/msgfmt checking for xgettext... /nix/store/sn7508ryy1fsw7yfqyzjfsblma7226i3-gettext-0.22.5/bin/xgettext checking for msgmerge... /nix/store/sn7508ryy1fsw7yfqyzjfsblma7226i3-gettext-0.22.5/bin/msgmerge checking for ld used by GCC... ld checking if the linker (ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for perl... /nix/store/l4x3hcysvp19pxv9fsy7k8gwqzr9mln0-perl-5.40.0/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing po-directories commands Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash /nix/store/l4x3hcysvp19pxv9fsy7k8gwqzr9mln0-perl-5.40.0/bin/perl mkenumsh.pl gimp/base-enums.h gimp/gimpbaseenums.h gimp/xcf-private.h > enums.h /nix/store/l4x3hcysvp19pxv9fsy7k8gwqzr9mln0-perl-5.40.0/bin/perl mkopti.pl xcfinfo gcc -g -O2 -Wall -o xcfinfo.o -c xcfinfo.c xcfinfo.c: In function 'main': xcfinfo.c:88:23: warning: format '%d' expects argument of type 'int', but argument 5 has type 'int64_t' {aka 'long int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 88 | printf("%c %dx%d%+d%+d %s %s", | ~~^ | | | int | %+ld ...... 91 | XCF.layers[i].dim.c.l, XCF.layers[i].dim.c.t, | ~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long int} xcfinfo.c:88:26: warning: format '%d' expects argument of type 'int', but argument 6 has type 'int64_t' {aka 'long int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 88 | printf("%c %dx%d%+d%+d %s %s", | ~~^ | | | int | %+ld ...... 91 | XCF.layers[i].dim.c.l, XCF.layers[i].dim.c.t, | ~~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long int} gcc -g -O2 -Wall -o io-unix.o -c io-unix.c /nix/store/l4x3hcysvp19pxv9fsy7k8gwqzr9mln0-perl-5.40.0/bin/perl mkenumsc.pl enums.h > enums.c gcc -g -O2 -Wall -o enums.o -c enums.c gcc -g -O2 -Wall -o xcf-general.o -c xcf-general.c xcf-general.c: In function 'computeDimensions': xcf-general.c:190:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 190 | fprintf(stderr,("Width is too large (%d)! Stopping execution...\n"), (d->c.l + d->width)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long int} xcf-general.c:191:5: error: implicit declaration of function 'exit' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 191 | exit(0); | ^~~~ xcf-general.c:25:1: note: include '' or provide a declaration of 'exit' 24 | # include +++ |+#include 25 | #elif !defined(ICONV_CONST) xcf-general.c:191:5: warning: incompatible implicit declaration of built-in function 'exit' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 191 | exit(0); | ^~~~ xcf-general.c:191:5: note: include '' or provide a declaration of 'exit' xcf-general.c:195:20: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int64_t' {aka 'long int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 195 | fprintf(stderr,("Height is too large (%d)! Stopping execution...\n"), (d->c.t + d->height)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ | | | int64_t {aka long int} xcf-general.c:196:5: warning: incompatible implicit declaration of built-in function 'exit' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 196 | exit(0); | ^~~~ xcf-general.c:196:5: note: include '' or provide a declaration of 'exit' make: *** [Makefile:68: xcf-general.o] Error 1