Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
7.0.0
Description
at line 179 in the configure file inside the R package arrow_7.0.0.tar.gx
BUNDLED_LIBS=`cd $LIB_DIR && ls *.a`
if CDPATH is not null (in the env) BUNDLED_DIR will contain also the $LIB_DIR folder path, and the installation will fail during ld
.../ld.gold: fatal error: .../arrow/libarrow/arrow-7.0.0/lib: pread failed: Is a directory
a better option wuold be something like:
cd $LIB_DIR
BUNDLED_LIBS=`ls *.a`
ver. 8.0.0 is affected the same way
have a good day
Attachments
Issue Links
- links to