Created attachment 910395 [details] rsync-3.3.0-r1 build log x86_64-pc-linux-gnu-gcc -I. -I. -I./zlib -O2 -pipe -DHAVE_CONFIG_H -Wall -W -c syscall.c -o syscall.o syscall.c: In function ‘do_lseek’: syscall.c:394:17: error: conflicting types for ‘lseek64’; have ‘off64_t(void)’ {aka ‘long int(void)’} 394 | off64_t lseek64(); | ^~~~~~~ In file included from rsync.h:354, from syscall.c:23: /usr/include/unistd.h:350:18: note: previous declaration of ‘lseek64’ with type ‘__off64_t(int, __off64_t, int)’ {aka ‘long int(int, long int, int)’} 350 | extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence) | ^~~~~~~ syscall.c:396:16: error: too many arguments to function ‘lseek64’ 396 | return lseek64(fd, offset, whence); | ^~~~~~~ syscall.c:394:17: note: declared here 394 | off64_t lseek64(); | ^~~~~~~ make: *** [Makefile:70: syscall.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: net-misc/rsync-3.3.0-r1::gentoo failed (compile phase): * emake failed
Created attachment 910396 [details] OldManSeph emerge --info
*** This bug has been marked as a duplicate of bug 943745 ***