You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/08/14 03:38:00 UTC

[jira] [Resolved] (ARROW-3047) [C++] cmake downloads and builds ORC even though it's installed

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

Wes McKinney resolved ARROW-3047.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.0

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

> [C++] cmake downloads and builds ORC even though it's installed
> ---------------------------------------------------------------
>
>                 Key: ARROW-3047
>                 URL: https://issues.apache.org/jira/browse/ARROW-3047
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>    Affects Versions: 0.10.0
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> I have installed orc 1.5.1 from conda-forge, but our cmake build chain still tries to build protobuf and ORC from source (and fails).
> {code:bash}
> $ ls $CONDA_PREFIX/include/orc/
> ColumnPrinter.hh  Common.hh  Exceptions.hh  Int128.hh  MemoryPool.hh  orc-config.hh  OrcFile.hh  Reader.hh  Statistics.hh  Type.hh  Vector.hh  Writer.hh
> $ ls -l $CONDA_PREFIX/lib/liborc*
> -rw-rw-r-- 2 antoine antoine 1952298 juin  20 17:32 /home/antoine/miniconda3/envs/pyarrow/lib/liborc.a
> {code}
> [~jim.crist]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)