-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Description
Describe the bug, including details regarding any error messages, version, and platform.
We've got a DLL loading error when loading the arrow package on Ubuntu in the development documentation nightly: https://github.com/ursacomputing/crossbow/actions/runs/4020387995/jobs/6908263935#step:10:39
> Sys.getenv("LD_LIBRARY_PATH")
[1] "/opt/R/4.1.3/lib/R/lib:/usr/local/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/temurin-11-jdk-amd64/lib/server:/home/runner/work/crossbow/crossbow/dist/lib:/home/runner/work/crossbow/crossbow/dist/lib:"
> library(arrow)
Error: Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...):
unable to load shared object '/home/runner/work/_temp/Library/arrow/libs/arrow.so':
/home/runner/work/crossbow/crossbow/dist/lib/libparquet.so.1100: undefined symbol: _ZN5arrow6Status14AddContextLineEPKciS2_
Execution halted
Error: Process completed with exit code 1.
Component(s)
R