[
https://issues.apache.org/jira/browse/PARQUET-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15844153#comment-15844153
]
Uwe L. Korn commented on PARQUET-847:
-------------------------------------
The system {{libthrift.a}} on Debian is normally compiled without {{-fPIC}}.
What you may experience is that on a build on master, Thrift is build by
{{parquet-cpp}} itself instead of using the system provided version. In that
setting {{libthrift.a}} is then built with {{-fPIC}} and can be linked into
{{libparquet.so}}.
> CMake try to compile libparquet with a static version of libthrift on Debian
> ----------------------------------------------------------------------------
>
> Key: PARQUET-847
> URL: https://issues.apache.org/jira/browse/PARQUET-847
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Environment: Debian 8 (stable)
> Amd64
> Reporter: Gian Lorenzo Meocci
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> When we build parquet-cpp using an extern Thrift (compiled with -fPIC) seems
> that cmake is trying to compile libparquet.so with libthrift.a.
> Thrift version: 0.10.0
> Boost: 1.55.0
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)