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

Fix cross build #78

Merged
merged 5 commits into from
May 10, 2024
Merged

Fix cross build #78

merged 5 commits into from
May 10, 2024

Conversation

jepler
Copy link
Contributor

@jepler jepler commented Apr 29, 2024

@jepler jepler requested a review from SebKuzminsky April 29, 2024 13:01
jepler added 4 commits April 29, 2024 08:10
stable is bookworm at the moment.

I don't know if it's appropriate to remove buster or bullseye at this time.
@jepler
Copy link
Contributor Author

jepler commented Apr 29, 2024

The failing armhf testing check is not even anything to do with mesaflash. this debian port may be undergoing some destabilizing transition right now?

  /usr/bin/docker exec mesaflash bash -c apt-get install -yq -t 'testing' dpkg-dev debhelper devscripts lintian || apt-get install -yq dpkg-dev debhelper devscripts lintian
...
  The following packages have unmet dependencies:
   coreutils : PreDepends: libssl3 (>= 3.0.0) but it is not installable
...

@jepler
Copy link
Contributor Author

jepler commented Apr 30, 2024

yeah it's something to do with the time64 migration I think.

The dependencies of libssl3=3.1.5-1 cannot be satisfied in unstable on amd64, i386, armhf, armel, s390x, arm64, ppc64el, and mips64el because: conflict between libssl3t64 and libssl3

https://tracker.debian.org/pkg/openssl

@jepler
Copy link
Contributor Author

jepler commented May 10, 2024

and now it's green 🎉

@jepler jepler merged commit 61f7eb4 into master May 10, 2024
42 checks passed
@jepler jepler deleted the fix-cross-build branch May 10, 2024 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants