Running phase: unpackPhase unpacking source archive /nix/store/6jmkb0m3q3p0w8ssxmhhjn6c70izi4sg-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 -e" to "/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/sh -e" configure flags: --prefix=/nix/store/6g8l9ximd5vmh7a6vsgvryi4rzjb83sb-gmni-1.0 Checking for -g... yes Checking for -std=c11... yes Checking for -D_XOPEN_SOURCE=700... yes Checking for -Wall... yes Checking for -Wextra... yes Checking for -Werror... yes Checking for -pedantic... yes Checking for scdoc... yes Creating .build/config.mk... done Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash CC src/certs.o CC src/client.o CC src/escape.o CC src/gmni.o CC src/tofu.o CC src/url.o src/url.c: In function 'curl_url': src/url.c:1026:24: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcalloc-transposed-args-Werror=calloc-transposed-args8;;] 1026 | return calloc(sizeof(struct Curl_URL), 1); | ^~~~~~ src/url.c:1026:24: note: earlier argument should specify number of elements, later size of each element src/url.c: In function 'curl_url_dup': src/url.c:1046:38: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcalloc-transposed-args-Werror=calloc-transposed-args8;;] 1046 | struct Curl_URL *u = calloc(sizeof(struct Curl_URL), 1); | ^~~~~~ src/url.c:1046:38: note: earlier argument should specify number of elements, later size of each element cc1: all warnings being treated as errors make: *** [Makefile:42: src/url.o] Error 1