You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/07/07 20:45:00 UTC

[jira] [Resolved] (ARROW-16679) [R] configure fails if CDPATH is not null

     [ https://issues.apache.org/jira/browse/ARROW-16679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson resolved ARROW-16679.
-------------------------------------
    Resolution: Fixed

Issue resolved by pull request 13313
[https://github.com/apache/arrow/pull/13313]

> [R] configure fails if CDPATH is not null
> -----------------------------------------
>
>                 Key: ARROW-16679
>                 URL: https://issues.apache.org/jira/browse/ARROW-16679
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>    Affects Versions: 7.0.0
>            Reporter: Andrea
>            Assignee: Jacob Wujciak-Jens
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> 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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)