Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665648 - dev-libs/beignet-1.3.2-r2 does not "eselect" itself when installed.
Summary: dev-libs/beignet-1.3.2-r2 does not "eselect" itself when installed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marek Szuba
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-10 19:14 UTC by eroen
Modified: 2018-10-01 13:47 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 eroen 2018-09-10 19:14:46 UTC
When eselect-opencl and beignet are to be installed as dependencies for a third package, the user is currently required to interrupt the installation and manually run `eselect opencl set beignet` before the third package will be able to link against libOpenCL.

I expect this can be resolved by putting something like this in the beignet ebuild:

pkg_postinst() {
    eselect opencl set --use-old beignet
}
Comment 1 Marek Szuba archtester gentoo-dev 2018-10-01 13:47:02 UTC
Whoops, forgot to tag the relevant commit with a link to this ticket. Should be fine now, pkg_postinst() now runs 'eselect opencl'.