aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-06-17 21:54:16 +0200
committerSam James <sam@gentoo.org>2024-07-21 10:06:08 +0100
commit47cb029accbeadf092beecfb2cc5ea7d4c2b275d (patch)
tree81872e5c9c0e4bde2aaf172bcacc196fd99a666c /bin
parentconvert f-strings to normal strings (diff)
downloadportage-47cb029accbeadf092beecfb2cc5ea7d4c2b275d.tar.gz
portage-47cb029accbeadf092beecfb2cc5ea7d4c2b275d.tar.bz2
portage-47cb029accbeadf092beecfb2cc5ea7d4c2b275d.zip
make.globals: add bcachefs_effective.* and bcachefs.* to PORTAGE_XATTR_EXCLUDE
Just like btrfs the bcachefs filesystem makes heaviy use of xattrs. In my case emerge --config gentoo-kernel failed with install-xattr: setxattr() failed: Operation not supported A strace revealed setxattr("/boot/efi/8410476acd4b1e12c678fc815c18f551/6.9.5-gentoo-dist/linux", "bcachefs_effective.background_co"..., "zstd", 4, 0) = -1 EOPNOTSUPP (Operation not supported) and indeed, the source file to the install operation was under /usr/src which had background compression enabled. As a result, install-xattr tried to copy the attribute over to the destination file and failed. Signed-off-by: Florian Schmaus <flow@gentoo.org> Closes: https://github.com/gentoo/portage/pull/1346 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions