Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916062 - dev-util/hip failed to configure on Gentoo Prefix due to unprefixed path
Summary: dev-util/hip failed to configure on Gentoo Prefix due to unprefixed path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-10-21 06:52 UTC by Yiyang Wu
Modified: 2023-10-27 08:14 UTC (History)
4 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 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(-)