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
I am trying to cross-compile a kernel for a ARM64 device, and it seems on both 7.x/stable and 8.x/stable channels that the snapcraft application fails to download the snapd:arm64 package, with the error: E: Can't select candidate version from package snapd:arm64 as it has no candidate
Failed to build 'kernel'.
This build-process happens on a Ubuntu Focal Multipass instance running on a AMD64 machine.
Snapcraft versions: 7.x/stable (7.5.8) and 8.x/stable (8.5.1)
This has worked last time I tried to compile a kernel, a few months back.
To Reproduce
Not sure how to replicate, try to cross-compile a kernel?
Multipass instance compile options: (Manual compile commands) snapcraft --target-arch=arm64 --destructive-mode --enable-experimental-target-arch --enable-experimental-plugins
Environment
Running Multipass snap, version 1.15.0 on Ubuntu Bionic machine
Mutipass container version: Ubuntu 20.04.6 LTS
It appears to be an aptitude repository problem, where it does not allow you to download the snapd deb file, seperately.
Reproduce with: apt-get download snapd or apt-get download snapd:arm64, and it will return an error -> E: Can't select candidate version from package snapd:<arch> as it has no candidate
I could reproduce this on my Ubuntu 20 and Ubuntu 22 Multipass instances.
Bug Description
I am trying to cross-compile a kernel for a ARM64 device, and it seems on both 7.x/stable and 8.x/stable channels that the snapcraft application fails to download the snapd:arm64 package, with the error: E: Can't select candidate version from package snapd:arm64 as it has no candidate
Failed to build 'kernel'.
This build-process happens on a Ubuntu Focal Multipass instance running on a AMD64 machine.
Snapcraft versions: 7.x/stable (7.5.8) and 8.x/stable (8.5.1)
This has worked last time I tried to compile a kernel, a few months back.
To Reproduce
Not sure how to replicate, try to cross-compile a kernel?
Multipass instance compile options: (Manual compile commands)
snapcraft --target-arch=arm64 --destructive-mode --enable-experimental-target-arch --enable-experimental-plugins
Environment
Running Multipass snap, version 1.15.0 on Ubuntu Bionic machine
Mutipass container version: Ubuntu 20.04.6 LTS
snapcraft.yaml
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: