Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 845321 - sys-fs/cryptsetup failed to build on gentoo prefix due to app-crypt/argon2
Summary: sys-fs/cryptsetup failed to build on gentoo prefix due to app-crypt/argon2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Simon Levermann (sonOfRa)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-05-18 09:01 UTC by Yiyang Wu
Modified: 2022-05-19 02:18 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)