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

Bug 922292

Summary: app-containers/crun-1.14.3 fails tests (MUSL-SYSTEM): ld: cannot find -largp: No such file or directory
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: robertgzr <robert>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, w12101111
Priority: Normal Keywords: PullRequest, TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35879
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-01-17 08:09:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-containers/crun-1.11.2 fails tests (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-17 08:09:37 UTC
Created attachment 882458 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-01-17 08:09:38 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/usr/lib/gcc/x86_64-gentoo-linux-musl/13/../../../../x86_64-gentoo-linux-musl/bin/ld: cannot find -largp: No such file or directory
fatal: not a git repository (or any parent up to mount point /var/tmp)
collect2: error: ld returned 1 exit status
Comment 3 Agostino Sarubbo gentoo-dev 2024-03-02 13:30:38 UTC
tinderbox_musl has reproduced this issue with version 1.14.3 - Updating summary.
Comment 4 12101111 2024-03-09 13:58:38 UTC
Fix: add `elibc_musl? ( sys-libs/argp-standalone[static-libs] )` to DEPEND
Comment 5 Larry the Git Cow gentoo-dev 2024-05-10 05:50:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5edc9026e3b96a764000c69b2b727cfa55218155

commit 5edc9026e3b96a764000c69b2b727cfa55218155
Author:     Michal Rostecki <vadorovsky@protonmail.com>
AuthorDate: 2024-03-23 16:06:39 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-05-10 05:49:24 +0000

    app-containers/crun: Depend on argp-standalone on musl
    
    Closes: https://bugs.gentoo.org/922292
    Suggested-by: Han Puyu <w12101111@gmail.com>
    Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35879
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 app-containers/crun/crun-1.14.3.ebuild | 1 +
 1 file changed, 1 insertion(+)