WillAyd commented on issue #45853: URL: https://github.com/apache/arrow/issues/45853#issuecomment-2734948008
I do also see warnings about wraps being out of date, if those would contribute to the issue: ``` WARNING: Subproject rapidjson's revision may be out of date; its wrap file has changed since it was first configured Executing subproject rapidjson rapidjson| Project name: rapidjson rapidjson| Project version: 1.1.0 rapidjson| C++ compiler for the host machine: ccache /opt/conda/envs/arrow/bin/x86_64-conda-linux-gnu-c++ (gcc 13.3.0 "x86_64-conda-linux-gnu-c++ (conda-forge gcc 13.3.0-2) 13.3.0") rapidjson| C++ linker for the host machine: /opt/conda/envs/arrow/bin/x86_64-conda-linux-gnu-c++ ld.bfd 2.43 rapidjson| Build targets in project: 0 rapidjson| Subproject rapidjson finished. Dependency rapidjson from subproject subprojects/rapidjson-1.1.0 found: YES 1.1.0 Run-time dependency flatbuffers found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency flatbuffers WARNING: Subproject flatbuffers's revision may be out of date; its wrap file has changed since it was first configured Executing subproject flatbuffers flatbuffers| Project name: flatbuffers flatbuffers| Project version: 24.3.6 flatbuffers| C++ compiler for the host machine: ccache /opt/conda/envs/arrow/bin/x86_64-conda-linux-gnu-c++ (gcc 13.3.0 "x86_64-conda-linux-gnu-c++ (conda-forge gcc 13.3.0-2) 13.3.0") flatbuffers| C++ linker for the host machine: /opt/conda/envs/arrow/bin/x86_64-conda-linux-gnu-c++ ld.bfd 2.43 flatbuffers| Checking for function "strtoull_l" : YES (cached) flatbuffers| Compiler for C++ supports arguments -fsigned-char: YES (cached) flatbuffers| Build targets in project: 10 flatbuffers| Subproject flatbuffers finished. Dependency flatbuffers from subproject subprojects/flatbuffers-24.3.6 found: YES 24.3.6 Run-time dependency Boost found: NO (tried system) WARNING: Subproject boost's revision may be out of date; its wrap file has changed since it was first configured ``` -- 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]
