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

Bug 845321

Summary: sys-fs/cryptsetup failed to build on gentoo prefix due to app-crypt/argon2
Product: Gentoo Linux Reporter: Yiyang Wu <xgreenlandforwyy>
Component: Current packagesAssignee: Simon Levermann (sonOfRa) <simon-bgo>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny, proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/25547
Whiteboard:
Package list:
Runtime testing required: ---

Description Yiyang Wu 2022-05-18 09:01:50 UTC
Building sys-fs/cryptsetup-2.4.3-r1 on a gentoo prefix (host: centos7) failed. The configure located libargon2 at /usr/lib64 so `-L/usr/lib64` is added, which results in many linking failure.

Reproducible: Always

Steps to Reproduce:
1. Access a gentoo prefix on centos7
2. emerge "=sys-fs/cryptsetup-2.4.3-r1"
3.
Comment 1 Larry the Git Cow gentoo-dev 2022-05-19 02:03:52 UTC
The bug has been closed via the following commit(s):

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

commit f85c25d19128c4b8e9636a073af7918a706ea897
Author:     dluser1 <dluser1@mn.bsd.com>
AuthorDate: 2022-05-18 08:57:43 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-19 01:58:25 +0000

    app-crypt/argon2: set PREFIX to $EPREFIX/usr
    
    Closes: https://bugs.gentoo.org/845321
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/argon2/argon2-20190702-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)