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 search_library_path() on Debian i386 #51

Merged
merged 4 commits into from
Jul 26, 2023

Conversation

TheTumultuousUnicornOfDarkness
Copy link
Collaborator

Fix #50.

@TheAssassin
Copy link
Member

CI fails, please check. debian:experimental is not really a stable target and Gtk+ 4 should have landed in the latest Debian stable, so maybe we can switch to that instead.

@rmartin16
Copy link
Contributor

Thanks for moving ahead with this :) as an FYI, this should also be compatible with Debian for arm64 as well...since while /usr/lib/arm64-linux-gnu won't exist (as the return from dpkg --print-architecture), /usr/lib/aarch64-linux-gnu will (as the return from uname -m). However, I'm pretty sure it would not support armv6 or armv7.....but I think it's just aarch64 that's a potential future goal for this project anyway...not older arm. Thanks again.

@TheTumultuousUnicornOfDarkness
Copy link
Collaborator Author

Thanks for moving ahead with this :) as an FYI, this should also be compatible with Debian for arm64 as well...since while /usr/lib/arm64-linux-gnu won't exist (as the return from dpkg --print-architecture), /usr/lib/aarch64-linux-gnu will (as the return from uname -m). However, I'm pretty sure it would not support armv6 or armv7.....but I think it's just aarch64 that's a potential future goal for this project anyway...not older arm. Thanks again.

In that case, dpkg-architecture -qDEB_HOST_MULTIARCH (command provided by dpkg-dev package) seems to return the appropriate triplet. Improved in e3450bf.

@TheTumultuousUnicornOfDarkness TheTumultuousUnicornOfDarkness merged commit cba816b into master Jul 26, 2023
18 checks passed
@TheTumultuousUnicornOfDarkness TheTumultuousUnicornOfDarkness deleted the fix_debian_i386 branch July 26, 2023 16:40
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.

Cannot find GTK on Debian 12 i386
3 participants