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

AIX build breaks due to syscall.h not found #111544

Closed
ayappanec opened this issue Oct 31, 2023 · 1 comment
Closed

AIX build breaks due to syscall.h not found #111544

ayappanec opened this issue Oct 31, 2023 · 1 comment
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error

Comments

@ayappanec
Copy link
Contributor

ayappanec commented Oct 31, 2023

Bug report

Bug description:

AIX build breaks because of the recent commit #109914
gcc -pthread -maix64 -c -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -I./Include/internal -I./Include/internal/mimalloc -I. -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
In file included from Objects/mimalloc/prim/prim.c:22,
from Objects/mimalloc/static.c:37,
from Objects/obmalloc.c:15:
Objects/mimalloc/prim/unix/prim.c:55:12: fatal error: sys/syscall.h: No such file or directory
55 | #include <sys/syscall.h>
| ^~~~~~~~~~~~~~~
compilation terminated.

AIX don't have syscall.h.

CPython versions tested on:

CPython main branch

Operating systems tested on:

Other

Linked PRs

@ayappanec ayappanec added the type-bug An unexpected behavior, bug, or error label Oct 31, 2023
@AlexWaygood AlexWaygood added the build The build process and cross-build label Oct 31, 2023
ayappanec added a commit to ayappanec/cpython that referenced this issue Nov 1, 2023
@ayappanec
Copy link
Contributor Author

closed via #111593. Thanks for the support.

FullteaR pushed a commit to FullteaR/cpython that referenced this issue Nov 3, 2023
aisk pushed a commit to aisk/cpython that referenced this issue Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this issue Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants