arrow: [C++] Installation on Raspberry Pi 4 fails

Describe the bug, including details regarding any error messages, version, and platform.

Hi, I’m trying to install arrow on my Raspberry Pi 4. After running into some issues following the official guideline on https://arrow.apache.org/docs/developers/python.html#building-on-linux-and-macos at make -j4 So I tried make clean && make provided in #35470 which to some extend seemed to be helping in that case. However, I run into an error at 29 %, see output.txt for the full details.

If I re-run make -j4, it’s leads to the same error as depicted above (though it’s a different one than the one I had before). I’m a bit lost as I followed the official instructions and still it doesn’t work out for some reason.

Any help would be extremely welcome.

Component(s)

Python

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 15 (8 by maintainers)

Most upvoted comments

gcc --version says it’s version 8.3.0.

Using -DARROW_SIMD_LEVEL=NONE instead of -Dxsimd_SOURCE=BUNDLED actually led to a reboot of Raspberry Pi in the first attemp (for some unknown reason) but I just re-run it again and it worked, I can’t believe it! I have yet to try to use it but the remaining steps didn’t lead to any fatal errors either, so I’m confident! Thank you so much!