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

Fedora 41 x86_64 Adoptium repo error #1065

Closed
idiot-shinuki opened this issue Dec 2, 2024 · 5 comments
Closed

Fedora 41 x86_64 Adoptium repo error #1065

idiot-shinuki opened this issue Dec 2, 2024 · 5 comments

Comments

@idiot-shinuki
Copy link

The repo data seems to be incorrect. Most likely fix would be to run createrepo_c at https://packages.adoptium.net/ui/native/rpm/fedora/41/x86_64/
image
I'm unsure if any other arches/fedora releases/distros are functioning properly, I'm only able to test for my own system.

@sfc-gh-abalik
Copy link

I'm seeing something similar on rocky 9 pulling from the rhel 9 repo:

[root@56d61bb42efc /]# dnf install temurin-17-jdk
adoptium                                                                                                                         17 kB/s | 3.4 kB     00:00
Error: Failed to download metadata for repo 'adoptium': repomd.xml parser error: Parse error at line: 1 (Specification mandates value for attribute en
)

This worked earlier today, but stopped working sometime in the afternoon PST.

@judovana
Copy link

judovana commented Dec 3, 2024

Just for record on f40, right now, I was able to install all temurin jdks from Eclipse temurin repository. I had cleared caches before trying. Similarly, in fresh 41 container, I was able to install adoptium-temurin-java-repository and then any temurin jdk/jre. So maybe temporary outage, or already solved?

    1  dnf install *temurin*
    4  dnf install vim
    5  vim /etc/yum.repos.d/adoptium-temurin-java-repository.repo 
    7  dnf install temurin-17-jdk
    8  java -version
    9  history 
[root@b9b7cc58a4b0 /]# java -version
openjdk version "17.0.13" 2024-10-15
OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11)
OpenJDK 64-Bit Server VM Temurin-17.0.13+11 (build 17.0.13+11, mixed mode, sharing)

@sfc-gh-abalik
Copy link

I just tried again on rocky 9 and it's working, so this seems to be fixed now.

@idiot-shinuki
Copy link
Author

I just tried again on rocky 9 and it's working, so this seems to be fixed now.

Can confirm that there is no longer an issue on my end. I don't know what it was but it looks like it fixed itself. What makes it weird is that I looked at that Artifactory link and nothing's changed about any of those files since the 14th of November this year. Dnf was complaining about the repomd.xml file for some reason, and somehow, without anything seemingly changing, the issue somehow resolved itself.

@karianna
Copy link
Contributor

karianna commented Dec 4, 2024

We applied a fix behind the scenes, thanks for the patience folks!

@karianna karianna closed this as completed Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants