Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741810 - sys-apps/pmount-0.9.99_alpha-r7 fails tests
Summary: sys-apps/pmount-0.9.99_alpha-r7 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 920873
  Show dependency tree
 
Reported: 2020-09-12 09:43 UTC by Agostino Sarubbo
Modified: 2024-02-10 10:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,29.37 KB, text/plain)
2020-09-12 09:43 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-09-12 09:43:43 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-12 09:43:45 UTC
Created attachment 659709 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-11-07 08:48:36 UTC
lto_tinderbox has reproduced this issue with version 0.9.99_alpha-r7 - Updating summary.
Comment 3 Fat-Zer 2024-01-21 04:51:34 UTC
This one is trivial: the symlinks created for the test in the ebuild are incorrect: it should be `e->d` rather than `e->c`
Comment 4 Fat-Zer 2024-01-21 06:17:41 UTC
Actually, I was wrong, the error was legit and was cause of buggy `realpath()` bundled in pmount.
Comment 5 Larry the Git Cow gentoo-dev 2024-02-10 10:02:00 UTC
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(+)