Running phase: unpackPhase unpacking source archive /nix/store/lr2vi9dvi196n7qpqqxqvdp31dfm61cf-petidomo-4.3.tar.gz source root is petidomo-4.3 setting SOURCE_DATE_EPOCH to timestamp 1360537200 of file "petidomo-4.3/unsubscribe.c" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub Updating Autotools / GNU config script to a newer upstream version: ./build-aux/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: --disable-dependency-tracking --prefix=/nix/store/9wnx753nb9yyfx2rr704ql7s90blsb90-petidomo-4.3 --with-mta=/run/wrappers/bin/sendmail 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 configure: petidomo version 4.3 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 for style of include used by make... GNU checking dependency style of gcc... none 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 Minix Amsterdam compiler... no checking whether gcc and cc understand -c and -o together... yes checking the archiver (ar) interface... ar checking for ranlib... ranlib checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for bison... bison -y 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 for wchar_t... yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for unsigned long long int... yes checking for long long int... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking whether stdint.h conforms to C99... yes checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking for working stdalign.h... yes checking whether NULL can be used in arbitrary expressions... yes checking for the location of the mail transport agent... /run/wrappers/bin/sendmail configure: WARNING: The specified MTA '/run/wrappers/bin/sendmail' does not exist. checking whether to include debugging capabilities... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating libgnu/Makefile config.status: creating libargv/Makefile config.status: creating libconfigfile/Makefile config.status: creating liblists/Makefile config.status: creating libmpools/Makefile config.status: creating librfc822/Makefile config.status: creating libtext/Makefile config.status: creating config.h config.status: executing depfiles commands Running phase: buildPhase build flags: -j2 SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash make all-recursive make[1]: Entering directory '/build/petidomo-4.3' Making all in libgnu make[2]: Entering directory '/build/petidomo-4.3/libgnu' make all-recursive make[3]: Entering directory '/build/petidomo-4.3/libgnu' make[4]: Entering directory '/build/petidomo-4.3/libgnu' gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c md5.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c progname.c rm -f libgnu.a ar cru libgnu.a md5.o progname.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libgnu.a make[4]: Leaving directory '/build/petidomo-4.3/libgnu' make[3]: Leaving directory '/build/petidomo-4.3/libgnu' make[2]: Leaving directory '/build/petidomo-4.3/libgnu' Making all in libargv make[2]: Entering directory '/build/petidomo-4.3/libargv' gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c argv.c In file included from argv.c:25: argv.c: In function 'do_env_args': argv_loc.h:115:33: warning: '%s' directive writing up to 256 bytes into a region of size 251 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-overflow-Wformat-overflow=8;;] 115 | #define ENVIRON_FORMAT "ARGV_%s" | ^~~~~~~~~ argv.c:2789:27: note: in expansion of macro 'ENVIRON_FORMAT' 2789 | (void)sprintf(env_name, ENVIRON_FORMAT, argv_program); | ^~~~~~~~~~~~~~ argv_loc.h:115:39: note: format string is defined here 115 | #define ENVIRON_FORMAT "ARGV_%s" | ^~ In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:970, from argv.c:20: In function 'sprintf', inlined from 'do_env_args' at argv.c:2789:9: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 6 and 262 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ rm -f libargv.a ar cru libargv.a argv.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libargv.a make[2]: Leaving directory '/build/petidomo-4.3/libargv' Making all in libtext make[2]: Entering directory '/build/petidomo-4.3/libtext' gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c easy_pattern_match.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c find_next_line.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c find_string.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c easy_sprintf.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c transform_text.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c wordwrap.c rm -f libtext.a ar cru libtext.a easy_pattern_match.o find_next_line.o find_string.o easy_sprintf.o transform_text.o wordwrap.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libtext.a make[2]: Leaving directory '/build/petidomo-4.3/libtext' Making all in liblists make[2]: Entering directory '/build/petidomo-4.3/liblists' gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c lists.c rm -f liblists.a ar cru liblists.a lists.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib liblists.a make[2]: Leaving directory '/build/petidomo-4.3/liblists' Making all in librfc822 make[2]: Entering directory '/build/petidomo-4.3/librfc822' gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c address.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c address_scan.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c address_sep.c gcc -DHAVE_CONFIG_H -I. -I.. -DDEBUG -g -O2 -c decomment.c gcc -DHAVE_CONFIG_H -I. -I.. -I./../libgnu -DDEBUG -g -O2 -c -o test-test.o `test -f 'test.c' || echo './'`test.c test.c: In function 'main': test.c:43:11: error: implicit declaration of function 'gets'; did you mean 'fgets'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 43 | while(gets(buffer)) { | ^~~~ | fgets make[2]: *** [Makefile:412: test-test.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/build/petidomo-4.3/librfc822' make[1]: *** [Makefile:960: all-recursive] Error 1 make[1]: Leaving directory '/build/petidomo-4.3' make: *** [Makefile:434: all] Error 2