Created attachment 895986 [details, diff] 0001-install-xattr-be-more-verbose-one-errors-include-pat.patch Given the amount of install-xattr bugs where either getxattr() or setxattr() failed, it seems sensible to make the error output of install-xattr more verbose. It should include at least the path it operated on, and the releated xattr.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/install-xattr.git/commit/?id=b2b5c8524e3dd1c5b416ca79bada6a5e355c1aea commit b2b5c8524e3dd1c5b416ca79bada6a5e355c1aea Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2025-04-23 17:52:41 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2025-04-23 18:33:10 +0000 Also be more verbose for listxattr() failures Bug: https://bugs.gentoo.org/934477 Signed-off-by: Mike Gilbert <floppym@gentoo.org> install-xattr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) https://gitweb.gentoo.org/proj/install-xattr.git/commit/?id=b09f8a59007f2cd48543f58072678d593c737fdd commit b09f8a59007f2cd48543f58072678d593c737fdd Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2024-06-17 20:17:16 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2025-04-23 18:33:10 +0000 install-xattr: be more verbose on errors, include path (and xattrs) Bug: https://bugs.gentoo.org/934477 Signed-off-by: Florian Schmaus <flow@gentoo.org> Signed-off-by: Mike Gilbert <floppym@gentoo.org> install-xattr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd823ee8b6edbe4483d4128ff08ae5d60dd587f8 commit dd823ee8b6edbe4483d4128ff08ae5d60dd587f8 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2025-04-25 19:22:25 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2025-04-25 19:23:59 +0000 sys-apps/install-xattr: add 0.10 Closes: https://bugs.gentoo.org/934477 Signed-off-by: Mike Gilbert <floppym@gentoo.org> sys-apps/install-xattr/Manifest | 1 + sys-apps/install-xattr/install-xattr-0.10.ebuild | 25 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+)