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

ci: build issue when host system is arm64 #142

Closed
paralin opened this issue Mar 24, 2021 · 3 comments
Closed

ci: build issue when host system is arm64 #142

paralin opened this issue Mar 24, 2021 · 3 comments

Comments

@paralin
Copy link
Collaborator

paralin commented Mar 24, 2021

When building on an arm64 system, we encounter the following error building host-python:

/build/host-python-2.7.18/Modules/_ctypes/libffi/src/aarch64/sysv.S: Assembler messages:
/build/host-python-2.7.18/Modules/_ctypes/libffi/src/aarch64/sysv.S:145: Error: constant expression required at operand 2 -- `tbz x23,#AARCH64_FFI_WITH_V_BIT,1f'
/build/host-python-2.7.18/Modules/_ctypes/libffi/src/aarch64/sysv.S:174: Error: constant expression required at operand 2 -- `tbz x23,#AARCH64_FFI_WITH_V_BIT,1f'
/build/host-python-2.7.18/Modules/_ctypes/libffi/src/aarch64/sysv.S:282: Error: constant expression required at operand 2 -- `tbz x0,#AARCH64_FFI_WITH_V_BIT,1f'
/build/host-python-2.7.18/Modules/_ctypes/libffi/src/aarch64/sysv.S:301: Error: constant expression required at operand 2 -- `tbz x0,#AARCH64_FFI_WITH_V_BIT,1f'
/build/host-python-2.7.18/Modules/_ctypes/libffi/src/aarch64/sysv.S:260: Error: undefined symbol AARCH64_CALL_CONTEXT_SIZE used as an immediate value

Example of a CI failure: https://github.com/skiffos/SkiffOS/runs/2172698881

Issue filed with Buildroot: https://bugs.busybox.net/show_bug.cgi?id=13661

@paralin
Copy link
Collaborator Author

paralin commented Jun 17, 2021

@ootoovak did some testing of this: #155

Still is an issue with Ubuntu build system

@paralin
Copy link
Collaborator Author

paralin commented Jun 21, 2021

Confirmed fixed & merged

@paralin paralin closed this as completed Jun 21, 2021
@ootoovak
Copy link
Contributor

Thanks for following this up @paralin! I'll try it again this week. 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants