[
https://issues.apache.org/jira/browse/ARROW-17394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-17394.
----------------------------------
Fix Version/s: 10.0.0
Resolution: Fixed
Issue resolved by pull request 13863
[https://github.com/apache/arrow/pull/13863]
> [C++][Parquet] Fix parquet_static dependencies
> ----------------------------------------------
>
> Key: ARROW-17394
> URL: https://issues.apache.org/jira/browse/ARROW-17394
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Parquet
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> See also:
> https://github.com/microsoft/vcpkg/issues/22552#issuecomment-1211341648
> {quote}
> I tried [#22552
> (comment)|https://github.com/microsoft/vcpkg/issues/22552#issuecomment-1093273619]
> (that is based on Apache Arrow 7.0.0).
> The following dependencies are missed from link command line:
> * {{vcpkg_installed/x64-linux/debug/lib/libthriftd.a}}
> * {{vcpkg_installed/x64-linux/debug/lib/liblz4d.a}}
> * {{vcpkg_installed/x64-linux/debug/lib/libbrotli\{enc,dec,common\}-static.a}}
> It seems that {{thrift::thrift}}, {{lz4::lz4}} and
> {{unofficial::brotli::brotli\{enc,dec,common\}-static}} are missed in
> {{arrow_static}} dependencies:
> {noformat}
> $ grep INTERFACE_LINK_LIBRARIES
> vcpkg_installed/x64-linux/share/arrow/ArrowTargets.cmake
> INTERFACE_LINK_LIBRARIES
> "OpenSSL::Crypto;OpenSSL::SSL;BZip2::BZip2;Snappy::snappy;ZLIB::ZLIB;zstd::libzstd_static;re2::re2;Threads::Threads;rt;\$<LINK_ONLY:>"
> {noformat}
> I'm not sure that this is a problem in Apache Arrow's CMake configuration or
> patches in vcpkg.
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)