-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deb packaging issue #2249
Comments
Hi, Looking at the linked issue, does this refer to the Raspberry Pi version? The files you linked are for the "unbundled" version which we no longer ship. Our .deb on the main page bundles both OpenJDK and OpenJFX inside because of these issues, so we don't have these dependencies in there: |
Yes I am referring to the version available on piOS. piOS Bookworm is in testing and it does not install due to this issue. Not sure who makes or maintains that package. |
closing as it was never an issue here. upstream piOS has removed the shipping an unbundled version officially again would be very much appreciated though. ping me if you ever do that again. |
the official deb depends on
which is not available in debian bookworm and newer versions of debian.
Can the
openjdk-11-jdk (>= 11)
dependency be changed tojava11-sdk
which all java 11 jdk (and newer such as openjdk-17) have as provides? That is all you need to do. You should probably also changeopenjdk-17-jdk (>= 17)
tojava17-sdk
while you are at ithttps://github.com/k-pet-group/BlueJ-Greenfoot/blob/main/bluej/package/debianfiles/DEBIAN/control
https://github.com/k-pet-group/BlueJ-Greenfoot/blob/main/bluej/package/gfdebianfiles/DEBIAN/control
I am not sure about theedit: crossed out sincelibopenjfx-java
. you will likely need to provide that in your deb itself rather than rely on the distro having it available.libopenjfx-java
is available and only is listed sinceopenjdk-11-jdk
is not installable.The text was updated successfully, but these errors were encountered: