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

Bug 916062

Summary: dev-util/hip failed to configure on Gentoo Prefix due to unprefixed path
Product: Gentoo Linux Reporter: Yiyang Wu <xgreenlandforwyy>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: candrews, gentoo, prefix, xgreenlandforwyy
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/33437
Whiteboard:
Package list:
Runtime testing required: ---

Description Yiyang Wu 2023-10-21 06:52:25 UTC
The -DHIPCC_BIN_DIR="/usr/bin" should be -DHIPCC_BIN_DIR="${EPREFIX}/usr/bin" in src_configure

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2023-10-27 08:14:13 UTC
The bug has been closed via the following commit(s):

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

commit 551e21f67cfdeb25d6c04d5b66bec0bc9308d248
Author:     Yiyang Wu <xgreenlandforwyy@gmail.com>
AuthorDate: 2023-10-22 00:41:25 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2023-10-27 08:14:01 +0000

    dev-util/hip: prefixify cmake variables
    
    Closes: https://bugs.gentoo.org/916062
    Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/33437
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-util/hip/hip-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)