kou opened a new issue, #50585: URL: https://github.com/apache/arrow/issues/50585
### Describe the bug, including details regarding any error messages, version, and platform. The simdjson package in Alpine Linux has a problem in its CMake package: https://gitlab.alpinelinux.org/alpine/aports/-/work_items/18353 We can use `libsimdjson.a` but can't use `libsimdjson.so`. We can use `libsimdjson.a` but we can't use it with our `.so` because `libsimdjson.a` isn't built with `-fPIC`: https://github.com/apache/arrow/actions/runs/29871041625/job/88770995837?pr=50583#step:6:3619 ```text /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libsimdjson.a(simdjson.cpp.o): warning: relocation against `_ZSt7nothrow' in read-only section `.text._ZN8simdjson7haswell25dom_parser_implementation12set_capacityEm[_ZN8simdjson7haswell25dom_parser_implementation12set_capacityEm]' /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/lib/libsimdjson.a(simdjson.cpp.o): relocation R_X86_64_PC32 against symbol `_ZSt7nothrow' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-alpine-linux-musl/14.2.0/../../../../x86_64-alpine-linux-musl/bin/ld: final link failed: bad value ``` ### Component(s) C++, Continuous Integration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
