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

Missing qemu-user-static-x86-8.2.4-1.fc40.aarch64.rpm on kojipkgs.fedoraproject.org #967

Open
adrianriobo opened this issue Sep 25, 2024 · 3 comments

Comments

@adrianriobo
Copy link
Contributor

Building arm64 bundles for 4.17.0-rc5 the snc execution failed due to missing qemu static rpm

@cfergeau
Copy link
Contributor

qemu-user-static-x86-8.2.4-1.fc40.aarch64.rpm was never released as on official f40 update, and now the build has been deleted https://koji.fedoraproject.org/koji/buildinfo?buildID=2465534
In the future, better to pick a build which is tagged in f40-updates, these ones should not go away.

@cfergeau
Copy link
Contributor

Might be better to temporarily add/enable a f40-updates repo so that we always get the latest official build instead of hardcoding the URL.

$ cat /etc/yum.repos.d/fedora-updates.repo 
[updates]
name=Fedora $releasever - $basearch - Updates
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Everything/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
countme=1
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

@praveenkumar
Copy link
Member

@redbeam do you want to take a look into #967 (comment) one?

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

3 participants