Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 827182 - app-emulation/conmon-2.0.30 fails to build in prefix
Summary: app-emulation/conmon-2.0.30 fails to build in prefix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-24 19:21 UTC by Esteve Varela Colominas
Modified: 2021-11-26 20:54 UTC (History)
1 user (show)

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


Attachments
build log (build.log,7.80 KB, text/x-log)
2021-11-24 19:21 UTC, Esteve Varela Colominas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Esteve Varela Colominas 2021-11-24 19:21:25 UTC
Created attachment 756106 [details]
build log

PREFIX should be set to "${EPREFIX}/usr".

I'd also consider using symlinks instead of hardlinks, as in:
    dosym ../../bin/conmon /usr/libexec/podman/conmon
Comment 1 Larry the Git Cow gentoo-dev 2021-11-26 20:53:44 UTC
The bug has been closed via the following commit(s):

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

commit 19c2521afc04e728791787ae35e3dd21d5f7ac50
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2021-11-26 20:51:27 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2021-11-26 20:53:39 +0000

    app-emulation/conmon: prefix support
    
    Closes: https://bugs.gentoo.org/827182
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-emulation/conmon/conmon-2.0.30.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Zac Medico gentoo-dev 2021-11-26 20:54:21 UTC
Thanks!