Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 841728

Summary: net-misc/rsync-bpc-3.1.3.0 - syscall.c: error: FALLOC_FL_ZERO_RANGE undeclared (first use in this function)
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: CONFIRMED ---    
Severity: normal CC: kernlpanic, proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
net-misc:rsync-bpc-3.1.3.0:20220429-054810.log
temp.tar.bz2

Description Toralf Förster gentoo-dev 2022-04-29 16:17:21 UTC
x86_64-gentoo-linux-musl-gcc -I. -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -DHAVE_CONFIG_H -Wall -W  -c checksum.c -o checksum.o
x86_64-gentoo-linux-musl-gcc -I. -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -DHAVE_CONFIG_H -Wall -W  -c match.c -o match.o
x86_64-gentoo-linux-musl-gcc -I. -I. -pipe -march=native -fno-diagnostics-color -O2 -D_GLIBCXX_ASSERTIONS -DHAVE_CONFIG_H -Wall -W  -c syscall.c -o syscall.o
syscall.c: In function 'do_punch_hole':
syscall.c:348:27: error: 'FALLOC_FL_ZERO_RANGE' undeclared (first use in this function); did you mean 'HAVE_FALLOC_FL_ZERO_RANGE'?
  348 |         if (fallocate(fd, FALLOC_FL_ZERO_RANGE, pos, len) == 0) {
      |                           ^~~~~~~~~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-j4-20220428-161000

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-12.0.1 *
clang/llvm (if any):
clang version 14.0.1
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/14/bin
/usr/lib/llvm/14
14.0.1
Python 3.9.12
Available Ruby profiles:
  [1]   ruby27 *
Available Rust versions:
  [1]   rust-1.60.0 *
php cli:

  HEAD of ::gentoo
commit 51beaa20a50a3acb2976925f22e8104598c8ae68
Merge: 51af549cc2db 50c641e35922
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Apr 29 05:03:08 2022 +0000

    Merge updates from master

emerge -qpvO net-misc/rsync-bpc
[ebuild  N    ] net-misc/rsync-bpc-3.1.3.0
Comment 1 Toralf Förster gentoo-dev 2022-04-29 16:17:22 UTC
Created attachment 775365 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-04-29 16:17:23 UTC
Created attachment 775368 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-04-29 16:17:24 UTC
Created attachment 775371 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-04-29 16:17:25 UTC
Created attachment 775374 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-04-29 16:17:27 UTC
Created attachment 775377 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-04-29 16:17:28 UTC
Created attachment 775380 [details]
net-misc:rsync-bpc-3.1.3.0:20220429-054810.log
Comment 7 Toralf Förster gentoo-dev 2022-04-29 16:17:29 UTC
Created attachment 775383 [details]
temp.tar.bz2