[
https://issues.apache.org/jira/browse/ARROW-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16923492#comment-16923492
]
Neal Richardson commented on ARROW-6171:
----------------------------------------
This feature (such as it is) is documented in our README from when Wes ran into
it:
https://github.com/apache/arrow/commit/26666df5b23a25a0f839c24c78874f9ae3df2f29
Earlier discussion, including links to the official R documentation:
https://github.com/apache/arrow/pull/5036#issuecomment-519703937
I'm guessing that that's when the problem began.
Aside: I noticed that the nightly test version of this job took 50 minutes (and
that's just when it failed). That's really slow, much slower than even the
Travis job. So I question the value of what we're doing in that nightly job.
> [R] "docker-compose run r" fails
> --------------------------------
>
> Key: ARROW-6171
> URL: https://issues.apache.org/jira/browse/ARROW-6171
> Project: Apache Arrow
> Issue Type: Bug
> Components: Developer Tools, R
> Reporter: Antoine Pitrou
> Assignee: Francois Saint-Jacques
> Priority: Critical
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> I get the following failure:
> {code}
> ** testing if installed package can be loaded from temporary location
> Error: package or namespace load failed for 'arrow' in dyn.load(file, DLLpath
> = DLLpath, ...):
> unable to load shared object
> '/usr/local/lib/R/site-library/00LOCK-arrow/00new/arrow/libs/arrow.so':
> /opt/conda/lib/libarrow.so.100: undefined symbol:
> LZ4F_resetDecompressionContext
> Error: loading failed
> Execution halted
> ERROR: loading failed
> * removing '/usr/local/lib/R/site-library/arrow'
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)