Skip to content

Instantly share code, notes, and snippets.

@al3xtjames
Last active September 10, 2024 03:19
Show Gist options
  • Save al3xtjames/8b3a3e53e0298e927cdc1daeae2dc85d to your computer and use it in GitHub Desktop.
Save al3xtjames/8b3a3e53e0298e927cdc1daeae2dc85d to your computer and use it in GitHub Desktop.
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/16prly1nrz39pj3dbkhqwj9y4wpl56wq-rsync-3.3.0.tar.gz
source root is rsync-3.3.0
setting SOURCE_DATE_EPOCH to timestamp 1712421037 of file rsync-3.3.0/rsyncd.conf.5.html
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/qzalrx6ld0v7rvvhccsqx2wr3vxzg8zd-configure.ac-fix-failing-IPv6-check.patch
patching file configure.sh
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#!/bin/sh -e" to "/nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/sh -e"
configure flags: --prefix=/nix/store/pchgfwfahxjqmw9xih30hg24rxhgw32s-rsync-static-x86_64-unknown-linux-musl-3.3.0 --enable-lz4 --enable-openssl --enable-xxhash --enable-zstd --with-nobody-group=nogroup --with-included-zlib=no --disable-roll-simd --enable-static --disable-shared --disable-shared --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-musl
configure.sh: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
checking for x86_64-unknown-linux-musl-gcc... x86_64-unknown-linux-musl-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... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether x86_64-unknown-linux-musl-gcc accepts -g... yes
checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... none needed
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 utime.h... yes
checking whether byte ordering is bigendian... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/fcntl.h... yes
checking for sys/select.h... yes
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for sys/unistd.h... no
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for compat.h... no
checking for sys/param.h... yes
checking for ctype.h... yes
checking for sys/wait.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/filio.h... no
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for sys/mode.h... no
checking for grp.h... yes
checking for sys/un.h... yes
checking for sys/attr.h... no
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for locale.h... yes
checking for sys/types.h... (cached) yes
checking for netdb.h... yes
checking for malloc.h... yes
checking for float.h... yes
checking for limits.h... yes
checking for iconv.h... yes
checking for libcharset.h... no
checking for langinfo.h... yes
checking for mcheck.h... no
checking for sys/acl.h... yes
checking for acl/libacl.h... yes
checking for attr/xattr.h... no
checking for sys/xattr.h... yes
checking for sys/extattr.h... no
checking for dl.h... no
checking for popt.h... yes
checking for popt/popt.h... no
checking for linux/falloc.h... yes
checking for netinet/in_systm.h... yes
checking for netgroup.h... no
checking for zlib.h... yes
checking for xxhash.h... yes
checking for openssl/md4.h... yes
checking for openssl/md5.h... yes
checking for zstd.h... yes
checking for lz4.h... yes
checking for sys/file.h... yes
checking for bsd/string.h... no
checking for netinet/ip.h... yes
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... yes
configure.sh: Configuring rsync 3.3.0
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-musl
checking whether to include debugging symbols... yes
checking for x86_64-unknown-linux-musl-gcc... (cached) x86_64-unknown-linux-musl-gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether x86_64-unknown-linux-musl-gcc accepts -g... (cached) yes
checking for x86_64-unknown-linux-musl-gcc option to enable C11 features... (cached) none needed
checking how to run the C preprocessor... x86_64-unknown-linux-musl-gcc -E
checking whether the compiler supports GNU C++... yes
checking whether x86_64-unknown-linux-musl-g++ accepts -g... yes
checking for x86_64-unknown-linux-musl-g++ option to enable C++11 features... none needed
checking for gawk... gawk
checking for grep that handles long lines and -e... /nix/store/7adzfq6lz76h928gmws5sn6nkli14ml6-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/7adzfq6lz76h928gmws5sn6nkli14ml6-gnugrep-3.11/bin/grep -E
checking for a BSD-compatible install... /nix/store/w1iq3315z63558j04gnlzdd2yk1v1hfz-coreutils-9.5/bin/install -c
checking for a race-free mkdir -p... /nix/store/w1iq3315z63558j04gnlzdd2yk1v1hfz-coreutils-9.5/bin/mkdir -p
checking for perl... /nix/store/bm7ivkyh3cp485d2jp1zx51cq16ym4w2-perl-5.38.2/bin/perl
checking for python3... no
checking if md2man can create manpages... no - python3 not found
checking if we require man-page building... optional
checking for remsh... 0
checking for sh... /nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/sh
checking for fakeroot... /usr/bin/fakeroot
checking whether to enable rolling-checksum SIMD optimizations... no
checking if assembler accepts noexecstack... yes
checking for broken largefile support... cross
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether to enable ipv6... no
checking whether to call shutdown on all sockets... no
checking whether to enable use of openssl crypto library... yes
checking for library containing EVP_MD_CTX_copy... -lcrypto
checking whether to enable MD5 ASM optimizations... no
checking whether to enable rolling-checksum ASM optimizations... no
checking whether to enable xxhash checksum support... yes
checking for library containing XXH64_createState... -lxxhash
checking whether to enable zstd compression... yes
checking for library containing ZSTD_minCLevel... -lzstd
checking whether to enable LZ4 compression... yes
checking for library containing LZ4_compress_default... -llz4
checking if makedev takes 3 args... no
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of short... 2
checking size of int16_t... 2
checking size of uint16_t... 2
checking size of int32_t... 4
checking size of uint32_t... 4
checking size of int64_t... 8
checking size of off_t... 8
checking size of off64_t... 8
checking size of time_t... 8
checking size of char*... 8
checking for inline... inline
checking for long double with more range or precision than double... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for pid_t... yes
checking for id_t... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_mtimensec... no
checking for struct stat.st_mtimespec.tv_nsec... no
checking for struct stat.st_mtim.tv_nsec... yes
checking for socklen_t... yes
checking for errno in errno.h... yes
checking for connect... yes
checking for library containing inet_ntop... none required
checking for library containing iconv_open... none required
checking for library containing libiconv_open... no
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for inet_ntop... yes
checking for inet_pton... yes
checking for struct addrinfo... yes
checking for struct sockaddr_storage... yes
checking whether defines needed by getaddrinfo exist... yes
checking for getaddrinfo... yes
checking for struct sockaddr.sa_len... no
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_un.sun_len... no
checking for struct sockaddr_in6.sin6_scope_id... yes
checking for struct stat64... yes
checking for strcasecmp... yes
checking for aclsort... no
checking for aclsort in -lsec... no
checking whether utime accepts a null argument... guessing yes
checking for size_t... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
checking for waitpid... yes
checking for wait4... yes
checking for getcwd... yes
checking for chown... yes
checking for chmod... yes
checking for lchmod... yes
checking for mknod... yes
checking for mkfifo... yes
checking for fchmod... yes
checking for fstat... yes
checking for ftruncate... yes
checking for strchr... yes
checking for readlink... yes
checking for link... yes
checking for utime... yes
checking for utimes... yes
checking for lutimes... yes
checking for strftime... yes
checking for chflags... no
checking for getattrlist... no
checking for mktime... yes
checking for innetgr... no
checking for linkat... yes
checking for memmove... yes
checking for lchown... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for setsid... yes
checking for strpbrk... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strtol... yes
checking for mallinfo... no
checking for mallinfo2... no
checking for getgroups... yes
checking for setgroups... yes
checking for geteuid... yes
checking for getegid... yes
checking for setlocale... yes
checking for setmode... no
checking for open64... yes
checking for lseek64... yes
checking for mkstemp64... yes
checking for mtrace... no
checking for va_copy... no
checking for __va_copy... no
checking for seteuid... yes
checking for strerror... yes
checking for putenv... yes
checking for iconv_open... yes
checking for locale_charset... no
checking for nl_langinfo... yes
checking for getxattr... yes
checking for extattr_get_link... no
checking for sigaction... yes
checking for sigprocmask... yes
checking for setattrlist... no
checking for getgrouplist... yes
checking for initgroups... yes
checking for utimensat... yes
checking for posix_fallocate... yes
checking for attropen... no
checking for setvbuf... yes
checking for nanosleep... yes
checking for usleep... yes
checking for setenv... yes
checking for unsetenv... yes
checking for useable fallocate... yes
checking for FALLOC_FL_PUNCH_HOLE... yes
checking for FALLOC_FL_ZERO_RANGE... yes
checking for SYS_fallocate... no
checking whether posix_fallocate is efficient... no
checking for getpgrp... yes
checking for tcgetpgrp... yes
checking whether getpgrp requires zero arguments... yes
checking whether chown() modifies symlinks... no
checking whether link() can hard-link symlinks... no
checking whether link() can hard-link special files... no
checking for working socketpair... cross
checking for getpass... yes
checking for poptGetContext in -lpopt... yes
checking whether to use included libpopt... no
checking for deflateParams in -lz... yes
checking whether to use included zlib... no
checking for unsigned char... yes
checking for broken readdir... cross
checking for utimbuf... yes
checking if gettimeofday takes tz argument... yes
checking for C99 vsnprintf... cross
checking for secure mkstemp... cross
checking if mknod creates FIFOs... cross
checking if mknod creates sockets... cross
checking whether -c -o works... yes
checking for _acl... no
checking for __acl... no
checking for _facl... no
checking for __facl... no
checking whether to support ACLs... running tests:
checking for acl_get_file in -lacl... yes
checking for ACL support... yes
checking ACL test results... Using posix ACLs
checking for acl_get_perm_np... no
checking whether to support extended attributes... Using Linux xattrs
checking for getxattr in -lattr... yes
configure.sh: creating ./config.status
config.status: creating Makefile
config.status: creating lib/dummy
config.status: creating zlib/dummy
config.status: creating popt/dummy
config.status: creating shconfig
config.status: creating config.h
configure.sh: WARNING: unrecognized options: --enable-static, --disable-shared, --disable-shared
rsync 3.3.0 configuration successful
configurePhase completed in 34 seconds
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
build flags: -j96 SHELL=/nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/bash
gawk -f ./daemon-parm.awk ./daemon-parm.txt
gawk -f ./help-from-md.awk -v hfile=help-rsync.h ./rsync.1.md
gawk -f ./help-from-md.awk -v hfile=help-rsyncd.h ./rsync.1.md
./mkgitver
gawk -f ./define-from-md.awk -v hfile=default-cvsignore.h ./rsync.1.md
gawk -f ./define-from-md.awk -v hfile=default-dont-compress.h ./rsync.1.md
sed 's;\@bindir\@;/nix/store/pchgfwfahxjqmw9xih30hg24rxhgw32s-rsync-static-x86_64-unknown-linux-musl-3.3.0/bin;g' <./stunnel-rsyncd.conf.in >stunnel-rsyncd.conf
gawk -f ./mkproto.awk ./*.c ./lib/compat.c daemon-parm.h
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c generator.c -o generator.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c receiver.c -o receiver.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c cleanup.c -o cleanup.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c sender.c -o sender.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c exclude.c -o exclude.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c util1.c -o util1.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c util2.c -o util2.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c main.c -o main.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c checksum.c -o checksum.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c match.c -o match.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c syscall.c -o syscall.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c log.c -o log.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c backup.c -o backup.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c delete.c -o delete.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c options.c -o options.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c io.c -o io.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c compat.c -o compat.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c hlink.c -o hlink.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c token.c -o token.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c uidlist.c -o uidlist.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c socket.c -o socket.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c hashtable.c -o hashtable.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c usage.c -o usage.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c fileio.c -o fileio.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c batch.c -o batch.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c clientname.c -o clientname.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c chmod.c -o chmod.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c acls.c -o acls.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c xattrs.c -o xattrs.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c progress.c -o progress.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c pipe.c -o pipe.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c params.c -o params.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c loadparm.c -o loadparm.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c clientserver.c -o clientserver.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c access.c -o access.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c connection.c -o connection.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c authenticate.c -o authenticate.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/wildmatch.c -o lib/wildmatch.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/compat.c -o lib/compat.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/snprintf.c -o lib/snprintf.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/mdfour.c -o lib/mdfour.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/md5.c -o lib/md5.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/permstring.c -o lib/permstring.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/pool_alloc.c -o lib/pool_alloc.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/sysacls.c -o lib/sysacls.o
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c lib/sysxattrs.c -o lib/sysxattrs.o
[Klib/snprintf.c:[K In function '[Kdopr[K':
[Klib/snprintf.c:504:44:[K [Kwarning: [Kthis statement may fall through [[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;[K]
504 | cnk->flags [K|[K= DP_F_UP;
| [K^[K
[Klib/snprintf.c:505:25:[K [Knote: [Khere
505 | [Kcase[K 'x':
| [K^~~~[K
[Klib/snprintf.c:514:44:[K [Kwarning: [Kthis statement may fall through [[K]8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;[K]
514 | cnk->flags [K|[K= DP_F_UP;
| [K^[K
[Klib/snprintf.c:515:25:[K [Knote: [Khere
515 | [Kcase[K 'a':
| [K^~~~[K
x86_64-unknown-linux-musl-gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c flist.c -o flist.o
x86_64-unknown-linux-musl-gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -o rsync flist.o rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util1.o util2.o main.o checksum.o match.o syscall.o log.o backup.o delete.o options.o io.o compat.o hlink.o token.o uidlist.o socket.o hashtable.o usage.o fileio.o batch.o clientname.o chmod.o acls.o xattrs.o progress.o pipe.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/md5.o lib/permstring.o lib/pool_alloc.o lib/sysacls.o lib/sysxattrs.o -lattr -lacl -lz -lpopt -llz4 -lzstd -lxxhash -lcrypto
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH_versionNumber':
(.text+0x36a0): multiple definition of `XXH_versionNumber'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x10c0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32':
(.text+0x36b0): multiple definition of `XXH32'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x10d0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32_createState':
(.text+0x3870): multiple definition of `XXH32_createState'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x1680): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32_freeState':
(.text+0x3880): multiple definition of `XXH32_freeState'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x1690): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32_copyState':
(.text+0x38a0): multiple definition of `XXH32_copyState'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x16b0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32_reset':
(.text+0x38f0): multiple definition of `XXH32_reset'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x1700): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32_update':
(.text+0x3920): multiple definition of `XXH32_update'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x17a0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32_digest':
(.text+0x3c10): multiple definition of `XXH32_digest'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x1b90): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32_canonicalFromHash':
(.text+0x3d30): multiple definition of `XXH32_canonicalFromHash'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x1db0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH32_hashFromCanonical':
(.text+0x3d70): multiple definition of `XXH32_hashFromCanonical'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x1df0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64':
(.text+0x3d80): multiple definition of `XXH64'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x1e50): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64_createState':
(.text+0x40a0): multiple definition of `XXH64_createState'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x20b0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64_freeState':
(.text+0x40b0): multiple definition of `XXH64_freeState'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x20c0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64_copyState':
(.text+0x40d0): multiple definition of `XXH64_copyState'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x20e0): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64_reset':
(.text+0x4140): multiple definition of `XXH64_reset'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x2150): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64_update':
(.text+0x41b0): multiple definition of `XXH64_update'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x2230): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64_digest':
(.text+0x4490): multiple definition of `XXH64_digest'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x2690): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64_canonicalFromHash':
(.text+0x4700): multiple definition of `XXH64_canonicalFromHash'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x2770): first defined here
/nix/store/ihajn8cwijqqxz3rvrlznaz339vh2gac-x86_64-unknown-linux-musl-binutils-2.42/bin/x86_64-unknown-linux-musl-ld: /nix/store/9dsgx5vnva624zr65d0fkz30xx3si852-xxHash-static-x86_64-unknown-linux-musl-0.8.2/lib/libxxhash.a(xxhash.c.o): in function `XXH64_hashFromCanonical':
(.text+0x4740): multiple definition of `XXH64_hashFromCanonical'; /nix/store/c5vvakdbjf33md0wzzwsx56fffaabw2i-lz4-static-x86_64-unknown-linux-musl-1.9.4-lib/lib/liblz4.a(xxhash.c.o):(.text+0x27b0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:106: rsync] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment