Running phase: unpackPhase unpacking source archive /nix/store/ib3gzls4g0brjhsz10p6q837b912j0s7-source source root is source Running phase: patchPhase Running phase: autoreconfPhase autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /nix/store/m9qpqr7m6ik1szwlrnk2sjw7x7k0rdbg-autoconf-2.72/bin/autoconf --force configure.ac:3: warning: The macro 'AC_CONFIG_HEADER' is obsolete. configure.ac:3: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:3: the top level configure.ac:7: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete ./lib/autoconf/programs.m4:743: _AC_PROG_LEX is expanded from... ./lib/autoconf/programs.m4:736: AC_PROG_LEX is expanded from... configure.ac:7: the top level configure.ac:12: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.ac:12: You should run autoupdate. ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... configure.ac:12: the top level autoreconf: running: /nix/store/m9qpqr7m6ik1szwlrnk2sjw7x7k0rdbg-autoconf-2.72/bin/autoheader --force autoreconf: configure.ac: not using Automake autoreconf: './install-sh' is updated autoreconf: Leaving directory '.' Running phase: updateAutotoolsGnuConfigScriptsPhase 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/ybrwk1b15mg5ah0dw1cb55pckma3wydf-unfs3-0.10.0 --disable-shared configure: WARNING: unrecognized options: --disable-shared checking for a BSD-compatible install... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/install -c 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for ar... ar checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes checking for bison... bison -y checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes 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 gcc option to enable large file support... none needed checking for library containing xdr_int... no checking for library containing socket... none required checking for library containing inet_aton... none required checking for mntent.h... yes checking for stdint.h... (cached) yes checking for sys/mnttab.h... no checking for sys/mount.h... yes checking for sys/vmount.h... no checking for rpc/svc_soc.h... no checking for linux/ext2_fs.h... no checking for int32... no checking for uint32... no checking for int64... no checking for uint64... no checking for struct stat.st_gen... no checking for statvfs... yes checking for seteuid... yes checking for setegid... yes checking for setresuid... yes checking for setresgid... yes checking for vsyslog... yes checking for lchown... yes checking for setgroups... yes checking pkg-config is at least version 0.9.0... yes checking for libtirpc... yes checking for svc_getreq_poll... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether svc_pollfd is declared... yes configure: creating ./config.status config.status: creating Makefile config.status: creating Config/Makefile config.status: creating Extras/Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-shared Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o afsgettimes.o afsgettimes.c gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o afssupport.o afssupport.c gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o attr.o attr.c gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o daemon.o daemon.c daemon.c: In function 'nfs3_program_3': daemon.c:430:29: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 430 | _xdr_argument = (xdrproc_t) xdr_void; | ^ daemon.c:431:27: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 431 | _xdr_result = (xdrproc_t) xdr_void; | ^ daemon.c: In function 'mountprog_3': daemon.c:618:29: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 618 | _xdr_argument = (xdrproc_t) xdr_void; | ^ daemon.c:619:27: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 619 | _xdr_result = (xdrproc_t) xdr_void; | ^ daemon.c:631:29: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 631 | _xdr_argument = (xdrproc_t) xdr_void; | ^ daemon.c:639:27: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 639 | _xdr_result = (xdrproc_t) xdr_void; | ^ daemon.c:645:29: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 645 | _xdr_argument = (xdrproc_t) xdr_void; | ^ daemon.c:646:27: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 646 | _xdr_result = (xdrproc_t) xdr_void; | ^ daemon.c:652:29: warning: cast between incompatible function types from 'bool_t (*)(void)' {aka 'int (*)(void)'} to 'bool_t (*)(XDR *, ...)' {aka 'int (*)(struct __rpc_xdr *, ...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;] 652 | _xdr_argument = (xdrproc_t) xdr_void; | ^ gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o error.o error.c gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o fd_cache.o fd_cache.c gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o fh.o fh.c In file included from fh.c:23: fh.c: In function 'fh_decode': fh.c:505:30: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-sign-compare-Wsign-compare8;;] 505 | assert(fh->data.data_len == (FH_MINLEN + obj.len)); | ^~ fh.c: In function 'fh_rec.constprop': fh.c:401:30: warning: '%s' directive writing up to 255 bytes into a region of size between 1 and 1023 [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-overflow-Wformat-overflow=8;;] 401 | sprintf(obj, "%s/%s", lead, entry->d_name); | ^~ In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:970, from /nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc/rpc/xdr.h:43, from /nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc/rpc/rpc.h:43, from fh.c:16: In function 'sprintf', inlined from 'fh_rec.constprop' at fh.c:401:6: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 2 and 1279 bytes into a destination of size 1024 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o fh_cache.o fh_cache.c gcc -g -O2 -Wall -W -I/nix/store/32pzjsj55ym920yam125m2mpn5s3zbxb-libtirpc-1.3.6-dev/include/tirpc -D_GNU_SOURCE -I. -c -o locate.o locate.c locate.c: In function 'locate_pfx': locate.c:72:13: error: implicit declaration of function 'fix_dir_times' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 72 | fix_dir_times(path, &buf); | ^~~~~~~~~~~~~ make: *** [: locate.o] Error 1