Description:
When rebuilding the source RPM the libevent-devel dependency isn't declared while the system library is the default.
How to repeat:
CMake Warning at cmake/libevent.cmake:39 (MESSAGE):
Cannot find LIBEVENT development libraries. You need to install the
required packages:
Debian/Ubuntu: apt install libevent-dev
RedHat/Fedora/Oracle Linux: yum install libevent-devel
SuSE: zypper install libevent-devel
Call Stack (most recent call first):
CMakeLists.txt:1913 (WARN_MISSING_SYSTEM_LIBEVENT)
CMake Error at CMakeLists.txt:1915 (MESSAGE):
-DWITH_LIBEVENT=system, but missing system libraries.
You can use -DWITH_LIBEVENT=bundled instead.
Description: When rebuilding the source RPM the libevent-devel dependency isn't declared while the system library is the default. How to repeat: CMake Warning at cmake/libevent.cmake:39 (MESSAGE): Cannot find LIBEVENT development libraries. You need to install the required packages: Debian/Ubuntu: apt install libevent-dev RedHat/Fedora/Oracle Linux: yum install libevent-devel SuSE: zypper install libevent-devel Call Stack (most recent call first): CMakeLists.txt:1913 (WARN_MISSING_SYSTEM_LIBEVENT) CMake Error at CMakeLists.txt:1915 (MESSAGE): -DWITH_LIBEVENT=system, but missing system libraries. You can use -DWITH_LIBEVENT=bundled instead.