Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906295 - dev-lang/ruby-3.0.6-r2 openssl dependency should be either openssl or openssl-compat (openssl-3.0 stabilization)
Summary: dev-lang/ruby-3.0.6-r2 openssl dependency should be either openssl or openssl...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-13 17:01 UTC by ZappeL
Modified: 2023-05-14 05:51 UTC (History)
0 users

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 ZappeL 2023-05-13 17:01:22 UTC
It might be a small helpful addition to the ebuild to support either installed versions of openssl. (openssl-1.1.1 or openssl-compat:1.1.1)

my current workaround is extending RDEPEND by the following:

ssl? ( || (
        =dev-libs/openssl-1.1*:0=
        dev-libs/openssl-compat:1.1.1
) )


Maybe this can be adopted to be more compatible with openssl-3.0[~amd64] setups?
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-14 05:51:14 UTC
That's invalid, unfortunately. openssl-compat doesn't provide headers (intentionally) and is only for binary packages.