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

Native arm64 Debian build support #7293

Open
jto6 opened this issue May 24, 2024 · 2 comments
Open

Native arm64 Debian build support #7293

jto6 opened this issue May 24, 2024 · 2 comments

Comments

@jto6
Copy link

jto6 commented May 24, 2024

Describe the bug
When trying to build fwupd on Debian 12.5 on an Aarch64 SBC, many packages are missing.

Steps to Reproduce
Follow the standard build instructions:

$ clone repo...
$ ./contrib/setup --os=debian
$ source venv/bin/activate
$ build-fwupd

Note that I also have to specify the os or setup fails immediately.

Expected behavior
I expect all needed dependencies to be installed.

Additional questions

$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm

$ uname -a
Linux localhost 6.1.0-21-arm64 #1 SMP Debian 6.1.90-1 (2024-05-03) aarch64 GNU/Linux

@jto6 jto6 added the bug label May 24, 2024
@superm1
Copy link
Member

superm1 commented May 25, 2024

Yeah dependencies.xml in contrib/ci needs updates for aarch64 deps.

@jvoisin
Copy link
Contributor

jvoisin commented Jun 2, 2024

I sent #7305 for fedora. Both building and testing are working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants