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 another cross-build from source faillure #30

Merged
merged 3 commits into from
Sep 21, 2021
Merged

Conversation

henry-nicolas
Copy link
Contributor

axc now cross builds successfully, but the resulting build is so broken
that we classify it as build failure. It uses build architecture
multiarch paths instead of host architecture ones. The reason is rooted
in gcc -print-multiarch, which prints the build architecture multiarch.
We need to use the host architecture multiarch there. Please consider
applying the attached patch.

This has been reported by Helmut Grohne at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994671

axc now cross builds successfully, but the resulting build is so broken
that we classify it as build failure. It uses build architecture
multiarch paths instead of host architecture ones. The reason is rooted
in gcc -print-multiarch, which prints the build architecture multiarch.
We need to use the host architecture multiarch there. Please consider
applying the attached patch.

This has been reported by Helmut Grohne at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994671
@gkdr
Copy link
Owner

gkdr commented Sep 20, 2021

thanks again for fixing and reporting this! would you mind adding an entry in the changelog as part of this pr?

@henry-nicolas
Copy link
Contributor Author

henry-nicolas commented Sep 20, 2021

thanks again for fixing and reporting this! would you mind adding an entry in the changelog as part of this pr?

You'r welcome, that is done now.

@gkdr
Copy link
Owner

gkdr commented Sep 21, 2021

perfect, thanks! 🙂

@gkdr gkdr merged commit fcd79c5 into gkdr:dev Sep 21, 2021
@gkdr gkdr mentioned this pull request Jan 27, 2022
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