Running phase: unpackPhase unpacking source archive /nix/store/xb9611g1c6aldcvb0ra7spraqbr0yw6f-Text-Unaccent-1.08.tar.gz source root is Text-Unaccent-1.08 setting SOURCE_DATE_EPOCH to timestamp 1104322038 of file "Text-Unaccent-1.08/META.yml" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -liconv Generating a Unix-style Makefile Writing Makefile for Text::Unaccent Writing MYMETA.yml and MYMETA.json no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash cp Unaccent.pm blib/lib/Text/Unaccent.pm Running Mkbootstrap for Unaccent () chmod 644 "Unaccent.bs" "/nix/store/3brvrsdsslc2kqi4gjc1vwxhhmw9s9mn-perl-5.38.2/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unaccent.bs blib/arch/auto/Text/Unaccent/Unaccent.bs 644 "/nix/store/3brvrsdsslc2kqi4gjc1vwxhhmw9s9mn-perl-5.38.2/bin/perl" "/nix/store/3brvrsdsslc2kqi4gjc1vwxhhmw9s9mn-perl-5.38.2/lib/perl5/5.38.2/ExtUtils/xsubpp" -typemap '/nix/store/3brvrsdsslc2kqi4gjc1vwxhhmw9s9mn-perl-5.38.2/lib/perl5/5.38.2/ExtUtils/typemap' Unaccent.xs > Unaccent.xsc mv Unaccent.xsc Unaccent.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/no-such-path/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -fPIC "-I/nix/store/3brvrsdsslc2kqi4gjc1vwxhhmw9s9mn-perl-5.38.2/lib/perl5/5.38.2/x86_64-linux-thread-multi/CORE" -DHAVE_CONFIG_H Unaccent.c Unaccent.xs: In function 'XS_Text__Unaccent_unac_string': Unaccent.xs:71:41: error: passing argument 5 of 'unac_string' 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;;] 71 | &buffer, &buffer_length) == 0) { | ^~~~~~~~~~~~~~ | | | int * In file included from Unaccent.xs:35: unac.h:96:37: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 96 | char** out, size_t* out_length); | ~~~~~~~~^~~~~~~~~~ Unaccent.xs: In function 'XS_Text__Unaccent_unac_string_utf16': Unaccent.xs:88:47: error: passing argument 4 of 'unac_string_utf16' 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;;] 88 | &buffer, &buffer_length) == 0) { | ^~~~~~~~~~~~~~ | | | int * unac.h:79:37: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *' 79 | char** out, size_t* out_length); | ~~~~~~~~^~~~~~~~~~ make: *** [Makefile:339: Unaccent.o] Error 1