Skip to content
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

Debian Bookworm repository lacks packages #670

Closed
Montandalar opened this issue May 10, 2023 · 5 comments
Closed

Debian Bookworm repository lacks packages #670

Montandalar opened this issue May 10, 2023 · 5 comments
Labels

Comments

@Montandalar
Copy link

Please provide a brief summary of the bug

I have added the adoptium package mirror for Debian bookworm to my apt sources and run apt update, but it lacks packages I want.

Now when I search for packages I notice there is no temurin-8-jdk and no adoptium-ca-certificates. I have confirmed this by navigating my web browser to https://packages.adoptium.net/ui/native/deb/dists/bookworm/main/binary-amd64/Packages and noting the lack of these packages, whereas under the Bullseye Package file both of those packages are present.

The ca-certificates package is needed as a dependency for all the other packages, and I was after the JDK 8 not just the JRE. I will have to use the .tar.gz distribution instead now, but would prefer to use the apt mirror.

Please provide steps to reproduce where possible

sudo echo "deb https://packages.adoptium.net/artifactory/deb bookworm main" > /etc/apt/sources.list.d/adoptium.list
sudo apt-get update
sudo apt install temurin-8-jdk

Expected Results

Installation of that package

Actual Results

$ sudo apt install temurin-8-jdk
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package temurin-8-jdk
$ sudo apt install temurin-8-jre
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 temurin-8-jre : Depends: adoptium-ca-certificates but it is not installable
E: Unable to correct problems, you have held broken packages.

What Java Version are you using?

irrelevant

What is your operating system and platform?

No response

How did you install Java?

No response

Did it work before?

No response

Did you test with the latest update version?

No response

Did you test with other Java versions?

No response

Relevant log output

No response

@jerboaa jerboaa transferred this issue from adoptium/adoptium-support May 10, 2023
@jerboaa
Copy link
Contributor

jerboaa commented May 10, 2023

Could be related to #668

@sxa
Copy link
Member

sxa commented May 16, 2023

Thanks for raising this - a temporary workaround is to use bullseye in the /etc/apt/sources.list.d/adoptium.list instead of bookworm.

@syhe
Copy link

syhe commented Jun 13, 2023

I only now discovered this issue. I have already reported the missing package at adoptium/adoptium-support/issues/816 – should that issue be closed in favor of this one?

@Montandalar
Copy link
Author

Now that Debian Bookworm has reached a stable release, delivering packages for it can probably be considered a much bigger priority, right?

@sxa
Copy link
Member

sxa commented Jun 20, 2023

This should now be working properly. We had an issue with the dependent ca-certificates package which has now been resolved.

@sxa sxa closed this as completed Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants