nix-pin 0 -> 1 attrpath: nix-pin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Failed with exit code 1 these 5 derivations will be built: /nix/store/l3jni8sjzzglcqz8885pw1q6v6q9nw8d-cvs-1.12.13.drv /nix/store/cahmipcqvyi3id9q3bar1z32i5cq88vd-nix-prefetch-cvs.drv /nix/store/ajyh7nbpymrfnsp7azsxfp5a3kpva07k-nix-prefetch-scripts.drv /nix/store/by0b0xn68l9wb4c8nxml4d9cajbp9h2m-nix-update-source-0.6.3.drv /nix/store/dp7yny64gk0b4wqcdfy1jd5am4frg3wg-packages.json.drv these 7 paths will be fetched (4.45 MiB download, 6.21 MiB unpacked): /nix/store/23h57mgsfcgbmbdlhhjrx5zd0pbas8pr-nano-7.2 /nix/store/3dz7pwp5rs5qq02cna3z66m0by0qicaj-cvs-1.12.13.tar.bz2 /nix/store/f4l7sllilkmi3df9qrqyfd2ldp6amw6q-nix-prefetch-bzr /nix/store/igb635f2g3sikmp2i0g3mbjfx425d2fy-vasnprintf-high-sierra-fix.diff /nix/store/pfk1cb86r5l4flz9n2hji35jxsf1c10p-nix-prefetch-hg /nix/store/rsyq6hpzjr5qsdp1g0s7md7qy0x9a89s-nix-prefetch-svn /nix/store/wzn9j3pyfnhzx4fcd3b35gps64gx3b21-source copying path '/nix/store/wzn9j3pyfnhzx4fcd3b35gps64gx3b21-source' from 'https://cache.nixos.org'... copying path '/nix/store/f4l7sllilkmi3df9qrqyfd2ldp6amw6q-nix-prefetch-bzr' from 'https://cache.nixos.org'... copying path '/nix/store/pfk1cb86r5l4flz9n2hji35jxsf1c10p-nix-prefetch-hg' from 'https://cache.nixos.org'... copying path '/nix/store/rsyq6hpzjr5qsdp1g0s7md7qy0x9a89s-nix-prefetch-svn' from 'https://cache.nixos.org'... copying path '/nix/store/3dz7pwp5rs5qq02cna3z66m0by0qicaj-cvs-1.12.13.tar.bz2' from 'https://cache.nixos.org'... copying path '/nix/store/igb635f2g3sikmp2i0g3mbjfx425d2fy-vasnprintf-high-sierra-fix.diff' from 'https://cache.nixos.org'... copying path '/nix/store/23h57mgsfcgbmbdlhhjrx5zd0pbas8pr-nano-7.2' from 'https://nix-community.cachix.org'... building '/nix/store/l3jni8sjzzglcqz8885pw1q6v6q9nw8d-cvs-1.12.13.drv'... unpacking sources unpacking source archive /nix/store/3dz7pwp5rs5qq02cna3z66m0by0qicaj-cvs-1.12.13.tar.bz2 source root is cvs-1.12.13 setting SOURCE_DATE_EPOCH to timestamp 1128347020 of file cvs-1.12.13/doc/cvsclient.info patching sources applying patch /nix/store/hvwgfnin9anfvjgbz7lqx537j9x8p263-getcwd-chroot.patch patching file debian/patches/20_readdir_errno patching file debian/patches/21_getcwd_chroot applying patch /nix/store/dvkhc2d470vsmmlbg7997w2xbd0p14v0-CVE-2012-0804.patch patching file src/client.c applying patch /nix/store/m41b5vnwp4wykpw3ya1ma22pd0fhaipx-CVE-2017-12836.patch patching file src/rsh-client.c applying patch /nix/store/igb635f2g3sikmp2i0g3mbjfx425d2fy-vasnprintf-high-sierra-fix.diff patching file lib/vasnprintf.c configuring applying `debian/patches/20_readdir_errno' ... Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |# From Gnulib: |# http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=0b78641d85af3b72e3b9d94cb7b94e45f3c08ee5 |# We don't need this directly, but it's required so that 21_getcwd_chroot |# applies cleanly. |# |# 2005-10-29 Paul Eggert |# |# * getcwd.c (__getcwd): Don't assume that system calls after readdir |# leave errno alone. Problem reported by Dmitry V. Levin. | |--- cvs-1.12.13-old/lib/getcwd.c |+++ cvs-1.12.13/lib/getcwd.c -------------------------- patching file lib/getcwd.c Using Plan A... Hunk #1 succeeded at 204 (offset 3 lines). Hunk #2 succeeded at 246 (offset 3 lines). Hunk #3 succeeded at 317 (offset 3 lines). done applying `debian/patches/21_getcwd_chroot' ... Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |# From Gnulib: |# http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=79c0a43808d9ca85acd04600149fc1a9b75bd1b9 |# |# 2006-07-03 Paul Eggert |# |# Merge from coreutils. |# |# 2006-03-19 Jim Meyering |# |# Work even in a chroot where d_ino values for entries in "/" |# don't match the stat.st_ino values for the same names. |# * getcwd.c (__getcwd): When no d_ino value matches the target inode |# number, iterate through all entries again, using lstat instead. |# Reported by Kenshi Muto in http://bugs.debian.org/355810, and by |# Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656. |# |# * getcwd.c (__getcwd): Clarify a comment. |# Use memcpy in place of a call to strcpy. | |--- cvs-1.12.13-old/lib/getcwd.c |+++ cvs-1.12.13/lib/getcwd.c -------------------------- patching file lib/getcwd.c Using Plan A... Hunk #1 succeeded at 206 (offset -5 lines). Hunk #2 succeeded at 253 (offset -5 lines). Hunk #3 succeeded at 280 (offset -5 lines). done configure flags: --disable-dependency-tracking --prefix=/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13 --with-editor=/nix/store/23h57mgsfcgbmbdlhhjrx5zd0pbas8pr-nano-7.2/bin/nano cvs_cv_func_printf_ptr=yes checking for a BSD-compatible install... /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU 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 ANSI C... none needed checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for AIX... no 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking dependency style of gcc... (cached) none checking whether gcc and cc understand -c and -o together... yes checking for library containing strerror... none required checking for ranlib... ranlib checking whether ln -s works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for perl... no checking for csh... no checking for mktemp... /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/mktemp checking for sendmail... no checking for pr... /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/pr checking for groff... no checking for roff... no checking for ps2pdf... /build/cvs-1.12.13/build-aux/missing ps2pdf checking for texi2dvi... /build/cvs-1.12.13/build-aux/missing texi2dvi checking whether #! works in shell scripts... ./configure: line 5750: ./conftest: not found yes checking for BSD VPATH bug in make... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking for memory.h... (cached) yes checking ndbm.h usability... no checking ndbm.h presence... no checking for ndbm.h... no checking for stdint.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking sys/bsdtypes.h usability... no checking sys/bsdtypes.h presence... no checking for sys/bsdtypes.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking whether stat file-mode macros are broken... no checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for pid_t... yes checking return type of signal handlers... void checking for struct stat.st_blksize... yes checking for struct stat.st_rdev... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... yes checking for waitpid... yes checking for fcntl.h... (cached) yes checking whether select hangs on /dev/null fd when timeout is NULL... no checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for long long... yes checking for long double... yes checking for C/C++ restrict keyword... restrict checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for inline... inline checking for library containing getaddrinfo... none required checking for getaddrinfo... yes checking for gai_strerror... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for fchdir... yes checking for mempcpy... yes checking for isascii... yes checking for __fsetlocking... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for gettimeofday... yes checking for nanotime... no checking for getlogin_r... yes checking for getpwnam_r... yes checking for siginterrupt... yes checking for posix_memalign... yes checking for iswprint... yes checking for mbsinit... yes checking for isblank... yes checking for mbrtowc... yes checking for wcrtomb... yes checking for wcscoll... yes checking for mblen... yes checking for mbrlen... yes checking for tzset... yes checking for unistd.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/param.h... (cached) yes checking stdio_ext.h usability... yes checking stdio_ext.h presence... yes checking for stdio_ext.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/cdefs.h usability... yes checking sys/cdefs.h presence... yes checking for sys/cdefs.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for stdint.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking whether memrchr is declared... yes checking whether system is Windows or MSDOS... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for mbstate_t... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for d_ino member in directory struct... yes checking whether time.h and sys/time.h may both be included... yes checking for struct timespec... yes checking whether nanosleep is declared... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for clock_settime... yes checking for struct tm.tm_gmtoff... yes checking whether getdelim is declared... yes checking whether getlogin is declared... yes checking whether getlogin_r is declared... yes checking for ssize_t... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long_only... yes checking whether optreset is declared... no checking for working GNU getopt function... yes checking whether getpass is declared... yes checking whether fflush_unlocked is declared... yes checking whether flockfile is declared... yes checking whether fputs_unlocked is declared... yes checking whether funlockfile is declared... yes checking whether putc_unlocked is declared... yes checking for d_type member in directory struct... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking for uint32_t... uint32_t checking for UINT32_MAX... yes checking whether byte ordering is bigendian... no checking whether defines MIN and MAX... no checking whether defines MIN and MAX... yes checking whether getenv is declared... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unsigned long long... yes checking for stdlib.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for MAP_ANONYMOUS... yes checking for nl_langinfo and CODESET... yes checking for inttypes.h... yes checking whether strdup is declared... yes checking for strftime... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking for EOVERFLOW... yes checking for signed... yes checking for wchar_t... yes checking for wint_t... yes checking for size_t... yes checking for intmax_t... yes checking for atexit... yes checking for string.h... (cached) yes checking for sys/param.h... (cached) yes checking for resolvepath... no checking for canonicalize_file_name... yes checking whether this system has a definition of PATH_MAX... yes checking for mempcpy... (cached) yes checking for openat... yes checking for memrchr... yes checking for dup2... yes checking for working POSIX fnmatch... yes checking for stdio_ext.h... (cached) yes checking for __fpending... yes checking whether __fpending is declared... yes checking for ftruncate... yes checking for library containing getaddrinfo... (cached) none required checking for getaddrinfo... (cached) yes checking for gai_strerror... (cached) yes checking whether getcwd handles long file names properly... yes checking for struct tm.tm_zone... yes checking for getdelim... yes checking for gethostname... yes checking whether getline is declared... yes checking for getline... yes checking for working getline function... yes checking for getlogin_r... (cached) yes checking OS.h usability... no checking OS.h presence... no checking for OS.h... no checking for getpagesize... (cached) yes checking whether gettimeofday clobbers localtime buffer... no checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking for GNU glob interface version 1... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for memchr... yes checking for memmove... yes checking for mempcpy... (cached) yes checking for memrchr... (cached) yes checking whether mkdir fails due to a trailing slash... no checking for mkstemp... yes checking for mkstemp limitations... no checking for library containing nanosleep... none required checking whether nanosleep works... yes checking for openat... (cached) yes checking for mbstate_t... (cached) yes checking whether mbrtowc and mbstate_t are properly declared... yes checking for readlink... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for working re_compile_pattern... yes checking whether rename is broken... no checking for C/C++ restrict keyword... (cached) restrict checking for rpmatch... yes checking for setenv... yes checking for unsetenv... yes checking for unsetenv() return type... int checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for ssize_t... (cached) yes checking sys/inttypes.h usability... no checking sys/inttypes.h presence... no checking for sys/inttypes.h... no checking for stdint.h... (cached) yes checking whether mbrtowc and mbstate_t are properly declared... (cached) yes checking for strncasecmp... yes checking for strdup... yes checking for strerror... yes checking whether mbrtowc and mbstate_t are properly declared... (cached) yes checking for strtol... yes checking for strtoul... yes checking whether localtime_r is compatible with its POSIX signature... yes checking for struct timespec... (cached) yes checking whether nanosleep is declared... (cached) yes checking whether tzset clobbers localtime buffer... no checking for vasnprintf... no checking for ptrdiff_t... yes checking for snprintf... yes checking for wcslen... yes checking for vasprintf... yes checking for stdint.h... (cached) yes checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu 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 whether NLS is requested... yes checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking whether strerror_r is declared... (cached) yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... (cached) yes checking for glob.h... (cached) yes checking for GNU glob interface version 1... (cached) no checking for fchdir... (cached) yes checking for fchmod... yes checking for fsync... yes checking for ftime... yes checking for geteuid... yes checking for getgroups... yes checking for getpagesize... (cached) yes checking for gettimeofday... (cached) yes checking for initgroups... yes checking for login... yes checking for logout... yes checking for mknod... yes checking for regcomp... yes checking for regerror... yes checking for regexec... yes checking for regfree... yes checking for sigaction... yes checking for sigblock... yes checking for sigprocmask... yes checking for sigsetmask... yes checking for sigvec... no checking for timezone... yes checking for tzset... (cached) yes checking for vprintf... yes checking for wait3... yes checking for char... yes checking size of char... 1 checking for uniquely sized char... yes(1) checking for short... yes checking size of short... 2 checking for uniquely sized short... yes(2) checking for int... yes checking size of int... 4 checking for uniquely sized int... yes(4) checking for long... yes checking size of long... 8 checking for uniquely sized long... yes(8) checking for long long... (cached) yes checking size of long long... 8 checking for uniquely sized long long... no checking for size_t... (cached) yes checking size of size_t... 8 checking for uniquely sized size_t... no checking for ptrdiff_t... (cached) yes checking size of ptrdiff_t... 8 checking for uniquely sized ptrdiff_t... no checking for wint_t... yes checking size of wint_t... 4 checking for uniquely sized wint_t... no checking for intmax_t... yes checking size of intmax_t... 8 checking for uniquely sized intmax_t... no checking for float... yes checking size of float... 4 checking for uniquely sized float... yes(4) checking for double... yes checking size of double... 8 checking for uniquely sized double... yes(8) checking for long double... yes checking size of long double... 16 checking for uniquely sized long double... yes(16) checking for unistd.h... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether closedir returns void... no checking for library containing getspnam... none required checking whether utime accepts a null argument... yes checking for long file names... yes checking whether printf supports %p... (cached) yes checking for main in -lnsl... no checking for library containing connect... none required checking for library containing gethostbyname... none required checking for KRB4 in /usr/kerberos... checking for krb.h... checking for krb_get_err_text... no checking for GSSAPI... checking gssapi.h usability... no checking gssapi.h presence... no checking for gssapi.h... no checking gssapi/gssapi.h usability... no checking gssapi/gssapi.h presence... no checking for gssapi/gssapi.h... no checking krb5.h usability... no checking krb5.h presence... no checking for krb5.h... no checking for GSSAPI in /usr/kerberos... checking gssapi.h usability... no checking gssapi.h presence... no checking for gssapi.h... no checking gssapi/gssapi.h usability... no checking gssapi/gssapi.h presence... no checking for gssapi/gssapi.h... no checking krb5.h usability... no checking krb5.h presence... no checking for krb5.h... no checking for GSSAPI in /usr/cygnus/kerbnet... checking gssapi.h usability... no checking gssapi.h presence... no checking for gssapi.h... no checking gssapi/gssapi.h usability... no checking gssapi/gssapi.h presence... no checking for gssapi/gssapi.h... no checking krb5.h usability... no checking krb5.h presence... no checking for krb5.h... no checking for GSSAPI... no checking for external ZLIB... checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no checking for external ZLIB in /usr/local... checking zlib.h usability... no checking zlib.h presence... no checking for zlib.h... no checking for external ZLIB... no checking selected ZLIB... package checking for ssh... no checking for rsh... no checking for an editor... /nix/store/23h57mgsfcgbmbdlhhjrx5zd0pbas8pr-nano-7.2/bin/nano checking for temporary directory... /tmp checking for library containing crypt... no checking for a case sensitive file system... yes checking for cygwin32... no configure: creating ./config.status config.status: creating contrib/validate_repo config.status: creating contrib/clmerge config.status: creating contrib/cln_hist config.status: creating contrib/commit_prep config.status: creating contrib/cvs_acls config.status: creating contrib/log config.status: creating contrib/log_accum config.status: creating contrib/mfpipe config.status: creating contrib/pvcs2rcs config.status: creating contrib/rcs2log config.status: creating contrib/rcslock config.status: creating contrib/sccs2rcs config.status: creating doc/mkman config.status: creating src/cvsbug config.status: creating Makefile config.status: creating contrib/Makefile config.status: creating contrib/pam/Makefile config.status: creating cvs.spec config.status: creating diff/Makefile config.status: creating doc/Makefile config.status: creating doc/i18n/Makefile config.status: creating doc/i18n/pt_BR/Makefile config.status: creating emx/Makefile config.status: creating lib/Makefile config.status: creating maint-aux/Makefile config.status: creating man/Makefile config.status: creating os2/Makefile config.status: creating src/Makefile config.status: creating src/sanity.config.sh config.status: creating tools/Makefile config.status: creating vms/Makefile config.status: creating windows-NT/Makefile config.status: creating windows-NT/SCC/Makefile config.status: creating zlib/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands building build flags: SHELL=/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/bash AR=ar make all-recursive make[1]: Entering directory '/build/cvs-1.12.13' Making all in lib make[2]: Entering directory '/build/cvs-1.12.13/lib' cp ./alloca_.h alloca.h-t mv alloca.h-t alloca.h cp ./glob_.h glob.h-t mv glob.h-t glob.h make all-am make[3]: Entering directory '/build/cvs-1.12.13/lib' gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c sighandle.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c allocsa.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c cycle-check.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c basename.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c stripslash.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c getnline.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c strnlen1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c xalloc-die.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c xgethostname.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c xreadlink.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c save-cwd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c strftime.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c canon-host.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c canonicalize.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c chdir-long.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c closeout.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c dirname.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c exitfail.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c filenamecat.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c getdate.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c getndelim2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c getpass.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c gettime.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c glob.c glob.c:192:1: warning: 'leaf' attribute has no effect on unit local functions [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattributes-Wattributes8;;] 192 | static const char *next_brace_sub (const char *begin, int flags) __THROW; | ^~~~~~ glob.c:201:1: warning: 'leaf' attribute has no effect on unit local functions [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattributes-Wattributes8;;] 201 | static int prefix_array (const char *prefix, char **array, size_t n) __THROW; | ^~~~~~ glob.c:202:1: warning: 'leaf' attribute has no effect on unit local functions [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wattributes-Wattributes8;;] 202 | static int collated_compare (const void *, const void *) __THROW; | ^~~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c mbchar.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c md5.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c pagealign_alloc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c quotearg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c regex.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c strcasecmp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c strstr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c dup-safer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c fd-safer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c pipe-safer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c vasnprintf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c printf-args.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c printf-parse.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c asnprintf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c xmalloc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c xgetcwd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -Ino/include -g -O2 -c yesno.c rm -f libcvs.a ar cru libcvs.a sighandle.o allocsa.o cycle-check.o basename.o stripslash.o getnline.o strnlen1.o xalloc-die.o xgethostname.o xreadlink.o save-cwd.o strftime.o canon-host.o canonicalize.o chdir-long.o closeout.o dirname.o exitfail.o filenamecat.o getdate.o getndelim2.o getpass.o gettime.o glob.o mbchar.o md5.o pagealign_alloc.o quotearg.o regex.o strcasecmp.o strstr.o dup-safer.o fd-safer.o pipe-safer.o vasnprintf.o printf-args.o printf-parse.o asnprintf.o xmalloc.o xgetcwd.o yesno.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libcvs.a make[3]: Leaving directory '/build/cvs-1.12.13/lib' make[2]: Leaving directory '/build/cvs-1.12.13/lib' Making all in zlib make[2]: Entering directory '/build/cvs-1.12.13/zlib' gcc -g -O2 -c -o adler32.o adler32.c gcc -g -O2 -c -o compress.o compress.c gcc -g -O2 -c -o crc32.o crc32.c gcc -g -O2 -c -o gzio.o gzio.c gcc -g -O2 -c -o uncompr.o uncompr.c gcc -g -O2 -c -o deflate.o deflate.c gcc -g -O2 -c -o trees.o trees.c gcc -g -O2 -c -o zutil.o zutil.c gcc -g -O2 -c -o inflate.o inflate.c gcc -g -O2 -c -o infback.o infback.c gcc -g -O2 -c -o inftrees.o inftrees.c gcc -g -O2 -c -o inffast.o inffast.c ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o make[2]: Leaving directory '/build/cvs-1.12.13/zlib' Making all in diff make[2]: Entering directory '/build/cvs-1.12.13/diff' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c diff.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c diff3.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c analyze.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c cmpbuf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c io.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c context.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c ed.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c normal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c ifdef.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c util.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c dir.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c version.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -Ino/include -g -O2 -c side.c rm -f libdiff.a ar cru libdiff.a diff.o diff3.o analyze.o cmpbuf.o io.o context.o ed.o normal.o ifdef.o util.o dir.o version.o side.o ar: `u' modifier ignored since `D' is the default (see `U') ranlib libdiff.a make[2]: Leaving directory '/build/cvs-1.12.13/diff' Making all in src make[2]: Entering directory '/build/cvs-1.12.13/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c add.c In file included from cvs.h:59, from add.c:33: add.c: In function 'build_entry': ../lib/unlocked-io.h:81:22: warning: implicit declaration of function 'fputs_unlocked' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 81 | # define fputs(x,y) fputs_unlocked (x,y) | ^~~~~~~~~~~~~~ add.c:908:20: note: in expansion of macro 'fputs' 908 | if (message && fputs (message, fp) == EOF) | ^~~~~ gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c admin.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c annotate.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c checkin.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c checkout.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c classify.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c client.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c commit.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c create_adm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c cvsrc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c diff.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c edit.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c entries.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c error.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c exithandle.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c expand_path.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c fileattr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c filesubr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c find_names.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c hardlink.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c hash.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c history.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c ignore.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c import.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c lock.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c log.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c log-buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c login.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c logmsg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c ls.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c main.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c mkmodules.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c modules.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c ms-buffer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c myndbm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c no_diff.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c parseinfo.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c patch.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c rcs.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c rcscmds.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c recurse.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c release.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c remove.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c repos.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c root.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c rsh-client.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c run.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c scramble.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c server.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c stack.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c status.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c subr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c tag.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c update.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c version.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c vers_ts.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c watch.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c wrapper.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../lib -I../diff -I../zlib -Ino/include -g -O2 -c zlib.c gcc -g -O2 -Lno/lib -o cvs add.o admin.o annotate.o buffer.o checkin.o checkout.o classify.o client.o commit.o create_adm.o cvsrc.o diff.o edit.o entries.o error.o exithandle.o expand_path.o fileattr.o filesubr.o find_names.o hardlink.o hash.o history.o ignore.o import.o lock.o log.o log-buffer.o login.o logmsg.o ls.o main.o mkmodules.o modules.o ms-buffer.o myndbm.o no_diff.o parseinfo.o patch.o rcs.o rcscmds.o recurse.o release.o remove.o repos.o root.o rsh-client.o run.o scramble.o server.o stack.o status.o subr.o tag.o update.o version.o vers_ts.o watch.o wrapper.o zlib.o ../diff/libdiff.a ../lib/libcvs.a ../zlib/libz.a make[2]: Leaving directory '/build/cvs-1.12.13/src' Making all in man make[2]: Entering directory '/build/cvs-1.12.13/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/cvs-1.12.13/man' Making all in doc make[2]: Entering directory '/build/cvs-1.12.13/doc' Making all in i18n make[3]: Entering directory '/build/cvs-1.12.13/doc/i18n' Making all in pt_BR make[4]: Entering directory '/build/cvs-1.12.13/doc/i18n/pt_BR' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/build/cvs-1.12.13/doc/i18n/pt_BR' make[4]: Entering directory '/build/cvs-1.12.13/doc/i18n' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/build/cvs-1.12.13/doc/i18n' make[3]: Leaving directory '/build/cvs-1.12.13/doc/i18n' make[3]: Entering directory '/build/cvs-1.12.13/doc' sed -e "s/^@chapter /@appendixsec /" \ -e "s/^@section /@appendixsubsec /" \ <./getdate.texi >>getdate-cvs.tmp make[3]: Leaving directory '/build/cvs-1.12.13/doc' make[2]: Leaving directory '/build/cvs-1.12.13/doc' Making all in contrib make[2]: Entering directory '/build/cvs-1.12.13/contrib' Making all in pam make[3]: Entering directory '/build/cvs-1.12.13/contrib/pam' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/cvs-1.12.13/contrib/pam' make[3]: Entering directory '/build/cvs-1.12.13/contrib' rm -f cvs2vendor cp cvs2vendor.sh cvs2vendor chmod +x cvs2vendor rm -f debug_check_log cp debug_check_log.sh debug_check_log chmod +x debug_check_log rm -f newcvsroot cp newcvsroot.sh newcvsroot chmod +x newcvsroot rm -f rcs-to-cvs cp rcs-to-cvs.sh rcs-to-cvs chmod +x rcs-to-cvs rm -f sandbox_status cp sandbox_status.sh sandbox_status chmod +x sandbox_status make[3]: Leaving directory '/build/cvs-1.12.13/contrib' make[2]: Leaving directory '/build/cvs-1.12.13/contrib' Making all in tools make[2]: Entering directory '/build/cvs-1.12.13/tools' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/cvs-1.12.13/tools' Making all in windows-NT make[2]: Entering directory '/build/cvs-1.12.13/windows-NT' Making all in SCC make[3]: Entering directory '/build/cvs-1.12.13/windows-NT/SCC' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/build/cvs-1.12.13/windows-NT/SCC' make[3]: Entering directory '/build/cvs-1.12.13/windows-NT' sed -e "s/%PACKAGE_STRING%/Concurrent Versions System (CVS) 1.12.13/" \ -e "s/%PACKAGE_BUGREPORT%/bug-cvs@nongnu.org/" \ <./config.h.in >>config.tmp sed 's/@''HAVE__BOOL''@/0/' <../lib/stdbool_.h \ >>stdbool.tmp sed 's/@''HAVE_LONG_64BIT''@/0/g;s/@''HAVE_LONG_LONG_64BIT@/0/g' \ <../lib/stdint_.h >>stdint.tmp make[3]: Leaving directory '/build/cvs-1.12.13/windows-NT' make[2]: Leaving directory '/build/cvs-1.12.13/windows-NT' Making all in os2 make[2]: Entering directory '/build/cvs-1.12.13/os2' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/cvs-1.12.13/os2' Making all in emx make[2]: Entering directory '/build/cvs-1.12.13/emx' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/cvs-1.12.13/emx' Making all in vms make[2]: Entering directory '/build/cvs-1.12.13/vms' sed "s/%PACKAGE_VERSION%/1.12.13/" <./config.h.in \ >>config.tmp make[2]: Leaving directory '/build/cvs-1.12.13/vms' Making all in maint-aux make[2]: Entering directory '/build/cvs-1.12.13/maint-aux' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/cvs-1.12.13/maint-aux' make[2]: Entering directory '/build/cvs-1.12.13' make[2]: Leaving directory '/build/cvs-1.12.13' make[1]: Leaving directory '/build/cvs-1.12.13' installing install flags: SHELL=/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/bash AR=ar install Making install in lib make[1]: Entering directory '/build/cvs-1.12.13/lib' make install-am make[2]: Entering directory '/build/cvs-1.12.13/lib' make[3]: Entering directory '/build/cvs-1.12.13/lib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/cvs-1.12.13/lib' make[2]: Leaving directory '/build/cvs-1.12.13/lib' make[1]: Leaving directory '/build/cvs-1.12.13/lib' Making install in zlib make[1]: Entering directory '/build/cvs-1.12.13/zlib' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/build/cvs-1.12.13/zlib' Making install in diff make[1]: Entering directory '/build/cvs-1.12.13/diff' make[2]: Entering directory '/build/cvs-1.12.13/diff' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/cvs-1.12.13/diff' make[1]: Leaving directory '/build/cvs-1.12.13/diff' Making install in src make[1]: Entering directory '/build/cvs-1.12.13/src' make[2]: Entering directory '/build/cvs-1.12.13/src' test -z "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin" || mkdir -p -- "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin" /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'cvs' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin/cvs' test -z "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin" || mkdir -p -- "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin" /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'cvsbug' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin/cvsbug' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/cvs-1.12.13/src' make[1]: Leaving directory '/build/cvs-1.12.13/src' Making install in man make[1]: Entering directory '/build/cvs-1.12.13/man' make[2]: Entering directory '/build/cvs-1.12.13/man' make[2]: Nothing to be done for 'install-exec-am'. test -z "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man5" || mkdir -p -- "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man5" /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 './cvs.5' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man5/cvs.5' test -z "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man8" || mkdir -p -- "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man8" /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 './cvsbug.8' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man8/cvsbug.8' make[2]: Leaving directory '/build/cvs-1.12.13/man' make[1]: Leaving directory '/build/cvs-1.12.13/man' Making install in doc make[1]: Entering directory '/build/cvs-1.12.13/doc' Making install in i18n make[2]: Entering directory '/build/cvs-1.12.13/doc/i18n' Making install in pt_BR make[3]: Entering directory '/build/cvs-1.12.13/doc/i18n/pt_BR' make[4]: Entering directory '/build/cvs-1.12.13/doc/i18n/pt_BR' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/cvs-1.12.13/doc/i18n/pt_BR' make[3]: Leaving directory '/build/cvs-1.12.13/doc/i18n/pt_BR' make[3]: Entering directory '/build/cvs-1.12.13/doc/i18n' make[4]: Entering directory '/build/cvs-1.12.13/doc/i18n' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/cvs-1.12.13/doc/i18n' make[3]: Leaving directory '/build/cvs-1.12.13/doc/i18n' make[2]: Leaving directory '/build/cvs-1.12.13/doc/i18n' make[2]: Entering directory '/build/cvs-1.12.13/doc' make[3]: Entering directory '/build/cvs-1.12.13/doc' make[3]: Nothing to be done for 'install-exec-am'. test -z "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/info" || mkdir -p -- "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/info" /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 './cvs.info' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/info/cvs.info' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 './cvs.info-1' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/info/cvs.info-1' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 './cvs.info-2' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/info/cvs.info-2' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 './cvsclient.info' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/info/cvsclient.info' test -z "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man1" || mkdir -p -- "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man1" /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 '././cvs.1' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man/man1/cvs.1' make[3]: Leaving directory '/build/cvs-1.12.13/doc' make[2]: Leaving directory '/build/cvs-1.12.13/doc' make[1]: Leaving directory '/build/cvs-1.12.13/doc' Making install in contrib make[1]: Entering directory '/build/cvs-1.12.13/contrib' Making install in pam make[2]: Entering directory '/build/cvs-1.12.13/contrib/pam' make[3]: Entering directory '/build/cvs-1.12.13/contrib/pam' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/cvs-1.12.13/contrib/pam' make[2]: Leaving directory '/build/cvs-1.12.13/contrib/pam' make[2]: Entering directory '/build/cvs-1.12.13/contrib' make[3]: Entering directory '/build/cvs-1.12.13/contrib' make[3]: Nothing to be done for 'install-exec-am'. test -z "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib" || mkdir -p -- "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib" /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 'README' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/README' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 'intro.doc' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/intro.doc' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c -m 644 'rcs-5.7-commitid.patch' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/rcs-5.7-commitid.patch' test -z "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib" || mkdir -p -- "/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib" /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'clmerge' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/clmerge' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'cln_hist' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/cln_hist' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'commit_prep' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/commit_prep' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'cvs2vendor' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/cvs2vendor' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'cvs_acls' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/cvs_acls' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'debug_check_log' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/debug_check_log' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'log' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/log' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'log_accum' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/log_accum' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'mfpipe' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/mfpipe' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'newcvsroot' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/newcvsroot' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'pvcs2rcs' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/pvcs2rcs' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'rcs-to-cvs' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/rcs-to-cvs' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'rcs2log' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/rcs2log' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'rcslock' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/rcslock' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'sandbox_status' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/sandbox_status' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'sccs2rcs' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/sccs2rcs' /nix/store/r1lybmy0jzjsfcmbg24h26aknbgpfvad-coreutils-9.1/bin/install -c 'validate_repo' '/nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/validate_repo' : FIXME - this path should be determined dynamically from bindir : and contribdir /build/cvs-1.12.13/build-aux/install-sh -d /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin test ! -f /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin/rcs2log && cd /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin && ln -s ../share/cvs/contrib/rcs2log . make[3]: Leaving directory '/build/cvs-1.12.13/contrib' make[2]: Leaving directory '/build/cvs-1.12.13/contrib' make[1]: Leaving directory '/build/cvs-1.12.13/contrib' Making install in tools make[1]: Entering directory '/build/cvs-1.12.13/tools' make[2]: Entering directory '/build/cvs-1.12.13/tools' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/cvs-1.12.13/tools' make[1]: Leaving directory '/build/cvs-1.12.13/tools' Making install in windows-NT make[1]: Entering directory '/build/cvs-1.12.13/windows-NT' Making install in SCC make[2]: Entering directory '/build/cvs-1.12.13/windows-NT/SCC' make[3]: Entering directory '/build/cvs-1.12.13/windows-NT/SCC' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/cvs-1.12.13/windows-NT/SCC' make[2]: Leaving directory '/build/cvs-1.12.13/windows-NT/SCC' make[2]: Entering directory '/build/cvs-1.12.13/windows-NT' make[3]: Entering directory '/build/cvs-1.12.13/windows-NT' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/cvs-1.12.13/windows-NT' make[2]: Leaving directory '/build/cvs-1.12.13/windows-NT' make[1]: Leaving directory '/build/cvs-1.12.13/windows-NT' Making install in os2 make[1]: Entering directory '/build/cvs-1.12.13/os2' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/build/cvs-1.12.13/os2' Making install in emx make[1]: Entering directory '/build/cvs-1.12.13/emx' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/build/cvs-1.12.13/emx' Making install in vms make[1]: Entering directory '/build/cvs-1.12.13/vms' make[2]: Entering directory '/build/cvs-1.12.13/vms' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/cvs-1.12.13/vms' make[1]: Leaving directory '/build/cvs-1.12.13/vms' Making install in maint-aux make[1]: Entering directory '/build/cvs-1.12.13/maint-aux' make[2]: Entering directory '/build/cvs-1.12.13/maint-aux' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/cvs-1.12.13/maint-aux' make[1]: Leaving directory '/build/cvs-1.12.13/maint-aux' make[1]: Entering directory '/build/cvs-1.12.13' make[2]: Entering directory '/build/cvs-1.12.13' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/cvs-1.12.13' make[1]: Leaving directory '/build/cvs-1.12.13' post-installation fixup moving /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/man to /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/man moving /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/info to /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/info shrinking RPATHs of ELF executables and libraries in /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13 shrinking /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin/cvs checking for references to /build/ in /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13... gzipping man pages under /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/man/ patching script interpreter paths in /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13 /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin/cvsbug: interpreter directive changed from "#! /bin/sh" to "/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh" /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/debug_check_log: interpreter directive changed from "#!/bin/sh" to "/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh" /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/cvs2vendor: interpreter directive changed from "#! /bin/sh" to "/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh" /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/sandbox_status: interpreter directive changed from "#! /bin/sh" to "/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh" /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/rcs-to-cvs: interpreter directive changed from "#! /bin/sh" to "/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh" /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/newcvsroot: interpreter directive changed from "#! /bin/sh" to "/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh" /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/share/cvs/contrib/rcs2log: interpreter directive changed from "#! /bin/sh" to "/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh" strip is /nix/store/iiq295j1z4q1sxmdbrl2j8ma3l5ns4wr-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/bvy78cph21g83bzqpyhgimk6fjpm4vwy-cvs-1.12.13/bin building '/nix/store/cahmipcqvyi3id9q3bar1z32i5cq88vd-nix-prefetch-cvs.drv'... patching sources configuring no configure script, doing nothing building no Makefile, doing nothing installing install: creating directory '/nix/store/grhxklqb0f1sn9i5hplnwrd4893i3lxc-nix-prefetch-cvs' install: creating directory '/nix/store/grhxklqb0f1sn9i5hplnwrd4893i3lxc-nix-prefetch-cvs/bin' '/nix/store/3pqd6y779wx85p7hjb137bysnpsqz7p5-nix-prefetch-cvs' -> '/nix/store/grhxklqb0f1sn9i5hplnwrd4893i3lxc-nix-prefetch-cvs/bin/nix-prefetch-cvs' post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/grhxklqb0f1sn9i5hplnwrd4893i3lxc-nix-prefetch-cvs checking for references to /build/ in /nix/store/grhxklqb0f1sn9i5hplnwrd4893i3lxc-nix-prefetch-cvs... patching script interpreter paths in /nix/store/grhxklqb0f1sn9i5hplnwrd4893i3lxc-nix-prefetch-cvs /nix/store/grhxklqb0f1sn9i5hplnwrd4893i3lxc-nix-prefetch-cvs/bin/.nix-prefetch-cvs-wrapped: interpreter directive changed from "#! /bin/sh -e" to "/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/sh -e" strip is /nix/store/iiq295j1z4q1sxmdbrl2j8ma3l5ns4wr-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/grhxklqb0f1sn9i5hplnwrd4893i3lxc-nix-prefetch-cvs/bin building '/nix/store/ajyh7nbpymrfnsp7azsxfp5a3kpva07k-nix-prefetch-scripts.drv'... created 10 symlinks in user environment building '/nix/store/by0b0xn68l9wb4c8nxml4d9cajbp9h2m-nix-update-source-0.6.3.drv'... Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pip-install-hook Using pipInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh unpacking sources unpacking source archive /nix/store/wzn9j3pyfnhzx4fcd3b35gps64gx3b21-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/setup.py patching sources configuring no configure script, doing nothing building Executing setuptoolsBuildPhase running bdist_wheel running build running build_py running build_scripts creating build creating build/scripts-3.10 copying and adjusting bin/nix-update-source -> build/scripts-3.10 changing mode of build/scripts-3.10/nix-update-source from 644 to 755 /nix/store/0d7f64w6zqxvn411gas3bqvpcik84x82-python3.10-setuptools-65.6.3/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( installing to build/bdist.linux-x86_64/wheel running install running install_lib warning: install_lib: 'build/lib' does not exist -- no Python modules to install running install_egg_info running egg_info creating nix_update_source.egg-info writing nix_update_source.egg-info/PKG-INFO writing dependency_links to nix_update_source.egg-info/dependency_links.txt writing top-level names to nix_update_source.egg-info/top_level.txt writing manifest file 'nix_update_source.egg-info/SOURCES.txt' reading manifest file 'nix_update_source.egg-info/SOURCES.txt' adding license file 'LICENCE' writing manifest file 'nix_update_source.egg-info/SOURCES.txt' Copying nix_update_source.egg-info to build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3-py3.10.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.data creating build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.data/scripts copying build/scripts-3.10/nix-update-source -> build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.data/scripts changing mode of build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.data/scripts/nix-update-source to 755 adding license file "LICENCE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-x86_64/wheel/nix_update_source-0.6.3.dist-info/WHEEL creating 'dist/nix_update_source-0.6.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'nix_update_source-0.6.3.data/scripts/nix-update-source' adding 'nix_update_source-0.6.3.dist-info/LICENCE' adding 'nix_update_source-0.6.3.dist-info/METADATA' adding 'nix_update_source-0.6.3.dist-info/WHEEL' adding 'nix_update_source-0.6.3.dist-info/top_level.txt' adding 'nix_update_source-0.6.3.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase installing Executing pipInstallPhase /build/source/dist /build/source Processing ./nix_update_source-0.6.3-py3-none-any.whl Installing collected packages: nix-update-source Successfully installed nix-update-source-0.6.3 /build/source Finished executing pipInstallPhase pythonOutputDistPhase Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/cq6l6m14a36dalgm08rhgwnc7krn81by-nix-update-source-0.6.3 checking for references to /build/ in /nix/store/cq6l6m14a36dalgm08rhgwnc7krn81by-nix-update-source-0.6.3... patching script interpreter paths in /nix/store/cq6l6m14a36dalgm08rhgwnc7krn81by-nix-update-source-0.6.3 strip is /nix/store/iiq295j1z4q1sxmdbrl2j8ma3l5ns4wr-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/cq6l6m14a36dalgm08rhgwnc7krn81by-nix-update-source-0.6.3/lib /nix/store/cq6l6m14a36dalgm08rhgwnc7krn81by-nix-update-source-0.6.3/bin shrinking RPATHs of ELF executables and libraries in /nix/store/49wrrxay7ga2smpvdjh5v66r69cjfn5x-nix-update-source-0.6.3-dist checking for references to /build/ in /nix/store/49wrrxay7ga2smpvdjh5v66r69cjfn5x-nix-update-source-0.6.3-dist... patching script interpreter paths in /nix/store/49wrrxay7ga2smpvdjh5v66r69cjfn5x-nix-update-source-0.6.3-dist strip is /nix/store/iiq295j1z4q1sxmdbrl2j8ma3l5ns4wr-gcc-wrapper-11.3.0/bin/strip Rewriting #!/nix/store/abax98471z8fshv4b9p46bkh3lxmpy0z-python3-3.10.9/bin/python3.10 to #!/nix/store/abax98471z8fshv4b9p46bkh3lxmpy0z-python3-3.10.9 wrapping `/nix/store/cq6l6m14a36dalgm08rhgwnc7krn81by-nix-update-source-0.6.3/bin/nix-update-source'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir pythonCatchConflictsPhase pythonRemoveBinBytecodePhase pythonImportsCheckPhase Executing pythonImportsCheckPhase building '/nix/store/dp7yny64gk0b4wqcdfy1jd5am4frg3wg-packages.json.drv'... Going to be running update for following packages: - nix-pin-0.4.0 Press Enter key to continue... Running update for: - nix-pin-0.4.0: UPDATING ... - nix-pin-0.4.0: ERROR --- SHOWING ERROR LOG FOR nix-pin-0.4.0 ---------------------- env: ā€˜#!/nix/store/pj1hnyxhcsw1krmhnbb9rjvqssbzliw8-bash-5.2-p15/bin/bash\nset -e\necho\ncd /var/cache/nixpkgs-update/worker/worktree/nix-pin/pkgs/tools/package-management/nix-pin\n/nix/store/cq6l6m14a36dalgm08rhgwnc7krn81by-nix-update-source-0.6.3/bin/nix-update-source \\\n --prompt version \\\n --replace-attr version \\\n --set owner timbertson \\\n --set repo nix-pin \\\n --set type fetchFromGitHub \\\n --set rev 'version-{version}' \\\n --substitute rev 'version-${{version}}' \\\n --modify-nix default.nix\nā€™: No such file or directory env: use -[v]S to pass options in shebang lines --- SHOWING ERROR LOG FOR nix-pin-0.4.0 ---------------------- The update script for nix-pin-0.4.0 failed with exit code 127