You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ apt-get install --yes -o DPkg::Lock::Timeout= -t unstable openjdk-21-jre-headless
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
apt : Hängt ab von: raspbian-archive-keyring soll aber nicht installiert werden
Hängt ab von: libgnutls30 (>= 3.7.5) soll aber nicht installiert werden
E: Fehler: Unterbrechungen durch pkgProblemResolver::Resolve hervorgerufen; dies könnte durch zurückgehaltene Pakete verursacht worden sein.
+ return 100
+ echo FAILED
FAILED
The text was updated successfully, but these errors were encountered:
This is what I was afraid of @mstormi although at the time of the original PR it was installing fine, I worried that installing openjdk 21 from unstable would lead to dependency issues. This is why I advocated for Temurin because it was not dependent on unstable packages.
I can try and see if there is any easy fix for this but I'm not sure that there will be.
I think we must not make openJDK21 the default before it's transitioned to stable repo by Debian maintainers.
By then however I think it's going to become and remain the recommendation simply because it's what most people will use in the long run.
So we should not be actively promoting (recommending) anything else like Temurin as that would mean we have to change our recommendation and communicate it broadly, with a remaining risk that we need to change recommendation forth and back a few times before things settle. Which always leaves a feeling that we don't know well enough what we're up to.
The text was updated successfully, but these errors were encountered: