sgerrand/alpine-pkg-glibc

Support arm/v6 or arm/v7

Opened this issue · 1 comments

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?

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.