-
Notifications
You must be signed in to change notification settings - Fork 152
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
Package 'apt:amd64' has no installation candidate #2649
Comments
Hi @schaefi, unfortunately this is rearing its ugly head again :( |
Hi @IsaacJT , yes I also heard it from other users. The
This worked for me, let me know if this helps you too ? Thanks |
Unfortunately we need the Debian 12 repo - is there any chance you could also please reorganise that? |
@IsaacJT yep, done
you need to wait for the build to finish and publish though... |
Thanks! I'll let you know if it helps. I haven't been able to reproduce the issue outside of Kiwi, and not for lack of trying... I'm really not sure where it's coming from. |
Thanks @schaefi - that seems to have fixed it. I'll close this now :) |
Hi @schaefi unfortunately I'm seeing this again... but this time on an arm64 build server. Building https://github.com/OSInside/kiwi-descriptions/tree/main/ubuntu/aarch64/ubuntu-noble-rpi on Debian 12 arm64 results in the following:
|
Actually, adding |
@IsaacJT I have no idea how to fix this on the kiwi side. From my perspective this is an issue when using apt for bootstrap, but I don't see what we could change here. As soon as the resolved (apt) has more metadata than only one architecture several very weird things happens. At the moment we offer two workarounds for this
I'm sorry I feel stuck with this issue. I'm happy that there is at least a workaround available |
Problem description
Building an arm64 Debian image using
kiwi-boxed-plugin
(haven't tested natively yet) sometimes triggers the following error message when the OBS apt repository is included:This is not reproducible every time - every ~3rd time that the build is run it works without any issues.
Unfortunately adding
architectures="arm64"
, introduced in #2640, does not solve this issue.Expected behaviour
The image can be successfully built with the OBS repository included reliably every time.
Steps to reproduce the behaviour
Add the following repository to a Debian arm64 image description:
OS and Software information
The text was updated successfully, but these errors were encountered: