You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2021/03/06 21:23:00 UTC

[jira] [Closed] (ARROW-11893) [C++] find_package(Arrow) is broken on Ubuntu 18

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

Kouhei Sutou closed ARROW-11893.
--------------------------------
    Resolution: Duplicate

> [C++] find_package(Arrow) is broken on Ubuntu 18
> ------------------------------------------------
>
>                 Key: ARROW-11893
>                 URL: https://issues.apache.org/jira/browse/ARROW-11893
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Bowen Xiao
>            Priority: Major
>
> Similar to https://issues.apache.org/jira/browse/ARROW-10495
>  
> {code:java}
> CMake Warning at /usr/lib/x86_64-linux-gnu/cmake/arrow/Findre2Alt.cmake:25 (find_package):
>   By not providing "Findre2.cmake" in CMAKE_MODULE_PATH this project has
>   asked CMake to find a package configuration file provided by "re2", but
>   CMake did not find one.  Could not find a package configuration file provided by "re2" with any of
>   the following names:    re2Config.cmake
>     re2-config.cmake  Add the installation prefix of "re2" to CMAKE_PREFIX_PATH or set "re2_DIR"
>   to a directory containing one of the above files.  If "re2" provides a
>   separate development package or SDK, be sure it has been installed.
> {code}
> The listed file do not contain Findre2.cmake
>  
>  
> {code:java}
> -rw-r--r-- 1 root root 16770 Jan 19 05:42 FindArrow.cmake
> -rw-r--r-- 1 root root  3527 Jan 19 05:42 FindArrowCUDA.cmake
> -rw-r--r-- 1 root root  3607 Jan 19 05:42 FindArrowDataset.cmake
> -rw-r--r-- 1 root root  3624 Jan 19 05:42 FindArrowFlight.cmake
> -rw-r--r-- 1 root root  5755 Jan 19 05:42 FindBrotli.cmake
> -rw-r--r-- 1 root root  3660 Jan 19 05:42 FindGandiva.cmake
> -rw-r--r-- 1 root root  2984 Jan 19 05:42 FindLz4.cmake
> -rw-r--r-- 1 root root  5258 Jan 19 05:42 FindParquet.cmake
> -rw-r--r-- 1 root root  4095 Jan 19 05:42 FindPlasma.cmake
> -rw-r--r-- 1 root root  2322 Jan 19 05:42 FindSnappy.cmake
> -rw-r--r-- 1 root root  2973 Jan 19 05:42 Findre2Alt.cmake
> -rw-r--r-- 1 root root  2639 Jan 19 05:42 Findutf8proc.cmake
> -rw-r--r-- 1 root root  3183 Jan 19 05:42 Findzstd.cmake
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)