Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794922 - sci-mathematics/geogebra-bin: support openjdk-bin
Summary: sci-mathematics/geogebra-bin: support openjdk-bin
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-08 12:38 UTC by Jonas Jelten
Modified: 2022-01-22 23:52 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 Jonas Jelten 2021-06-08 12:38:45 UTC
Currently:
RDEPEND="
    ...
    || (
        dev-java/openjdk:8[javafx]
        dev-java/openjdk:11[javafx]
    )
    ...
"

This should also support openjdk-bin (and javafx is installed via dev-java/openjfx?).

Reproducible: Always
Comment 1 Georgy Yakovlev archtester gentoo-dev 2021-06-16 16:11:11 UTC
unfortunately it's impossible to integrate openjfx:11 into openjdk-bin:11

unlike with java-8 which can plug openjfx dynamically, openjfx-11 is linked into openjdk:11 at build time.


supporting openjdk-bin:8 might be possible, but the work is not done yet. so the ebuild requirement is technically correct.


leaving open, because openjdk-bin:8 might get openjfx support in the future.
Comment 2 Jonas Jelten 2021-06-16 17:19:05 UTC
Hmm, so we had to have a openjdk-bin:11 with integrated javafx?
Is this resolved with later java versions like 15+?
Comment 3 Georgy Yakovlev archtester gentoo-dev 2022-01-22 23:52:26 UTC
it may be possible to integrate openjfx for openjdk-bin with jlink.
but no work was done yet.

I will be packaging openjfx-17 sometime soon-ish and will try it, but no promises.