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

Autobuild: Linux ARM build fails due to dependency issues #2837

Closed
ann0see opened this issue Sep 4, 2022 · 1 comment
Closed

Autobuild: Linux ARM build fails due to dependency issues #2837

ann0see opened this issue Sep 4, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ann0see
Copy link
Member

ann0see commented Sep 4, 2022

Describe the bug

The CI check for armhf fails: https://github.com/jamulussoftware/jamulus/runs/8178983224?check_suite_focus=true and the log gives a dependency error message. Probably something changed on the ubuntu repo about qt5?

To Reproduce
Start a armhf .deb build on GitHub

Expected behavior

Build executes without errors

Screenshots

/

Operating system

Ubuntu, ARMHF build

Version of Jamulus

/

Additional context

https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1209239 (not yet read)

@ann0see ann0see added the bug Something isn't working label Sep 4, 2022
@ann0see ann0see added this to the Release 3.9.1 milestone Sep 4, 2022
@hoffie hoffie self-assigned this Sep 7, 2022
@hoffie
Copy link
Member

hoffie commented Sep 7, 2022

I've tried reproducing the issue and failed: The most-recent Ubuntu 18.04 image works for me. Turns out, meanwhile it works on Github as well (manually run build): https://github.com/jamulussoftware/jamulus/runs/8226397369?check_suite_focus=true

I was able to confirm that the image version with the digest sha256:3aa2ccb021969aadb28381fee1b247422e845b176e241cd1540c4b6831e000bb did indeed fail in that way, also when tested locally.

So the explanation is that there was a problematic ubuntu:18.04 docker image version.

If we ever encounter a similar issue, a workaround would be to revert to the previously working version by substituting ubuntu:18.04 by ubuntu@sha256:...digest.of.previously.working.version.from.build.logs in autobuild.yml.

I was unable to find some kind of changelog for the ubuntu:18.04 docker image which might have had an explanation for this. I've quickly checked apt.sources* and did not spot anything specific.

@hoffie hoffie closed this as completed Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants