- Package:
- src:u-boot
- Source:
- u-boot
- Submitter:
- Sean Whitton
- Date:
- 2021-05-11 21:03:03 UTC
- Severity:
- normal
Hello,
`sbuild --host=arm64` on an amd64 host has dependency problems:
gcc-10-x86-64-linux-gnu:arm64 : Depends: binutils-x86-64-linux-gnu:arm64 (>= 2.35.1) but it is not installable
Depends: libgcc-10-dev-amd64-cross:arm64 (>= 10.2.1-6cross1) but it is not installable
If you turn off the arch:all build with --no-arch-all then you can get
the .debs you need, but discussion on IRC suggests that it might be
possible to adjust the u-boot's build-deps to fix this.