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 FTBFS on Linux ppc32 #521

Merged
merged 2 commits into from
May 29, 2023
Merged

Fix FTBFS on Linux ppc32 #521

merged 2 commits into from
May 29, 2023

Conversation

bregma
Copy link
Member

@bregma bregma commented May 26, 2023

Looks like the Linux ucontext structure has changed for PPC at some point. This probably needs some kind of version check, or else ancient kernels will need to stick with 1.6 or earlier.

Fixed #520

bregma and others added 2 commits May 26, 2023 16:22
Looks like the Linux ucontext structure has changed for PPC at some
point. This probably needs some kind of version check, or else ancient
kernels will need to stick with 1.6 or earlier.
@bregma bregma merged commit 122b884 into libunwind:master May 29, 2023
@bregma bregma deleted the gh-520 branch October 29, 2023 13:22
matoro added a commit to matoro/gentoo that referenced this pull request Dec 29, 2023
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Jan 2, 2024
See: libunwind/libunwind#520
See: libunwind/libunwind#521
Bug: https://bugs.gentoo.org/913817
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Closes: #34554
Signed-off-by: Sam James <sam@gentoo.org>
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.

ppc fails to build from source on Ubuntu 20.04
1 participant