Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 716392 - dev-libs/clhpp: incorrect installation directory
Summary: dev-libs/clhpp: incorrect installation directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-05 21:42 UTC by Marek Szuba (RETIRED)
Modified: 2020-04-23 00:31 UTC (History)
1 user (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 Marek Szuba (RETIRED) archtester gentoo-dev 2020-04-05 21:42:07 UTC
The opposite of #629052: both dev-libs/clhpp ebuilds present in the tree end up installing the header files in /usr/include/include/CL rather than simply /usr/include/CL. Looks like this has been changed upstream since then - I have just confirmed on my system that it is now fine to set the prefix to just ${EPREFIX}/usr, or even better - just get rid of this line.
Comment 1 Matt Turner gentoo-dev 2020-04-05 22:19:11 UTC
Oops. Feel free to fix. I consider you the opencl maintainer :)
Comment 2 Reva Denis 2020-04-12 07:36:00 UTC
Please fix its
Comment 3 Larry the Git Cow gentoo-dev 2020-04-23 00:31:41 UTC
The bug has been closed via the following commit(s):

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

commit 264285c9a5552d11f8e5ddb91a4d2c820d9faf81
Author:     Marek Szuba <marecki@gentoo.org>
AuthorDate: 2020-04-23 00:25:25 +0000
Commit:     Marek Szuba <marecki@gentoo.org>
CommitDate: 2020-04-23 00:31:25 +0000

    dev-libs/clhpp: fix installation directory
    
    Upstream now handles the global prefix correctly so there is no need to
    set it to $EPREFIX/usr/include; simply $EPREFIX/usr - i.e. the Gentoo
    default will do.
    
    Closes: https://bugs.gentoo.org/716392
    Signed-off-by: Marek Szuba <marecki@gentoo.org>

 dev-libs/clhpp/clhpp-2.0.11-r1.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)