[
https://issues.apache.org/jira/browse/ARROW-11736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-11736:
-----------------------------------
Labels: pull-request-available (was: )
> [R] Allow string compute functions to be optional
> -------------------------------------------------
>
> Key: ARROW-11736
> URL: https://issues.apache.org/jira/browse/ARROW-11736
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: R
> Reporter: Neal Richardson
> Assignee: Neal Richardson
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The Solaris build fails to build {{libarrow_bundled_dependencies.a}} because
> of some mismatch of arguments to the {{ar}} command:
> {code}
> [ 19%] Bundling
> /export/home/XnknpBn/Rtemp/RtmpBOhxfH/file66df7a592ae4/release/libarrow_bundled_dependencies.a
> gmake[2]: Entering directory
> '/export/home/XnknpBn/Rtemp/RtmpBOhxfH/file66df7a592ae4'
> usage: ar -d[-SvV] archive file ...
> ar -m[-abiSvV] [posname] archive file ...
> ar -p[-vV][-sS] archive [file ...]
> ar -q[-cuvSV] [-abi] [posname] [file ...]
> ar -r[-cuvSV] [-abi] [posname] [file ...]
> ar -t[-vV][-sS] archive [file ...]
> ar -x[-vV][-sSCT] archive [file ...]
> gmake[2]: ***
> [src/arrow/CMakeFiles/arrow_bundled_dependencies.dir/build.make:61:
> release/libarrow_bundled_dependencies.a] Error 1
> {code}
> If ARROW_PARQUET=OFF (ARROW-11735), the only dependencies to bundle are re2
> and utf8proc. So we could either fix the {{ar}} invocation, or we could make
> re2 and utf8proc optional. Build-wise, they are optional, but we have some
> tests that call the string kernels, and we'd need to know that they should be
> skipped (i.e. another option in {{skip_if_not_available()}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)