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

Support arm/v6 or arm/v7 #163

Open
daggy1234 opened this issue Aug 18, 2021 · 1 comment
Open

Support arm/v6 or arm/v7 #163

daggy1234 opened this issue Aug 18, 2021 · 1 comment
Assignees

Comments

@daggy1234
Copy link

While chasing down a dependency tree, compiling a dokcer image that uses your package errors on a rasberry pi (arm/v7).

Executing glibc-bin-2.33-r0.trigger
/usr/glibc-compat/sbin/ldconfig: line 1: @8: not found
/usr/glibc-compat/sbin/ldconfig: line 2: @@@00@@%�: not found
/usr/glibc-compat/sbin/ldconfig: line 1: �ELF: not found
/usr/glibc-compat/sbin/ldconfig: line 3: %�: not found
/usr/glibc-compat/sbin/ldconfig: line 4: syntax error: unexpected word (expecting ")")
ERROR: glibc-bin-2.33-r0.trigger: script exited with error 2

Will building arm/v7 binaries be possible?

@sgerrand
Copy link
Owner

I've merged an upstream change which provides 64 bit Arm binaries. I plan to release new versions of this package by the end of this week which will support x86_64 and aarch64 architectures. I'll investigate what's involved and/or required to add a build for armv7. It might be more complicated but would be good to know either way.

@sgerrand sgerrand self-assigned this Jun 27, 2024
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