https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-apps/pmount-0.9.99_alpha-r6 fails tests. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses a clang/LLVM toolchain. If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004. This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Created attachment 659709 [details] build.log build log and emerge --info
lto_tinderbox has reproduced this issue with version 0.9.99_alpha-r7 - Updating summary.
This one is trivial: the symlinks created for the test in the ebuild are incorrect: it should be `e->d` rather than `e->c`
Actually, I was wrong, the error was legit and was cause of buggy `realpath()` bundled in pmount.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2295920c514d39794c18f1cabbce5b15a1c0fcc commit c2295920c514d39794c18f1cabbce5b15a1c0fcc Author: Alexander Golubev <fatzer2@gmail.com> AuthorDate: 2024-01-21 07:12:04 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2024-02-10 10:01:57 +0000 sys-apps/pmount: fix a bug in bundled realpath Closes: https://bugs.gentoo.org/741810 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34934 Signed-off-by: Joonas Niilola <juippis@gentoo.org> ...9_alpha-fix-buggy-realpath-implementation.patch | 31 ++++++++ sys-apps/pmount/pmount-0.9.99_alpha-r8.ebuild | 93 ++++++++++++++++++++++ 2 files changed, 124 insertions(+)