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

Sylwester Lachiewicz resolved THRIFT-5668.
------------------------------------------
    Fix Version/s: 0.19.0
       Resolution: Fixed

Resolving. {{build/cmake/GenerateConfigModule.cmake}} runs {{install(FILES 
.../FindLibevent.cmake ...)}}, so the module ships with the package rather than 
merely existing in the source tree. PR #2726, commit {{fe1f69ab2}}. First 
released in 0.19.0.

_This comment was created with AI assistance._

> FindLibevent.cmake is missing
> -----------------------------
>
>                 Key: THRIFT-5668
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5668
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Library
>            Reporter: Kouhei Sutou
>            Priority: Major
>             Fix For: 0.19.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> ThriftConfig.cmake uses our FindLibevent.cmake but {{make install}} doesn't 
> install FindLibevent.cmake. It causes an error with {{find_package(Thrift)}} 
> like the following:
> {noformat}
> -- Found thrift: /tmp/xxx/tmp/local
> -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.13") 
> -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version 
> "3.0.7")  
> CMake Warning at 
> /usr/share/cmake-3.24/Modules/CMakeFindDependencyMacro.cmake:47 
> (find_package):
>   By not providing "FindLibevent.cmake" in CMAKE_MODULE_PATH this project has
>   asked CMake to find a package configuration file provided by "Libevent",
>   but CMake did not find one.
>   Could not find a package configuration file provided by "Libevent" with any
>   of the following names:
>     LibeventConfig.cmake
>     libevent-config.cmake
>   Add the installation prefix of "Libevent" to CMAKE_PREFIX_PATH or set
>   "Libevent_DIR" to a directory containing one of the above files.  If
>   "Libevent" provides a separate development package or SDK, be sure it has
>   been installed.
> Call Stack (most recent call first):
>   /tmp/xxx/tmp/local/lib/cmake/thrift/ThriftConfig.cmake:93 (find_dependency)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to