I was feeling brave and tried to solve this myself by changing the dependency in the openmw.spec from:
Code:
5-BuildRequires: libboost_filesystem-devel
to
Code:
5-BuildRequires: libboost_filesystem1_74_0
However, that gives me the following error(s) when trying to build the package:
Code:
[ 150s] CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:1187 (message):
[ 150s] New Boost version may have incorrect or missing dependencies and imported
[ 150s] targets
[ 150s] Call Stack (most recent call first):
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1311 (_Boost_COMPONENT_DEPENDENCIES)
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1919 (_Boost_MISSING_DEPENDENCIES)
[ 150s] CMakeLists.txt:319 (find_package)
[ 150s]
[ 150s]
[ 150s] CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:1187 (message):
[ 150s] New Boost version may have incorrect or missing dependencies and imported
[ 150s] targets
[ 150s] Call Stack (most recent call first):
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1311 (_Boost_COMPONENT_DEPENDENCIES)
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1919 (_Boost_MISSING_DEPENDENCIES)
[ 150s] CMakeLists.txt:319 (find_package)
[ 150s]
[ 150s]
[ 150s] CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:1187 (message):
[ 150s] New Boost version may have incorrect or missing dependencies and imported
[ 150s] targets
[ 150s] Call Stack (most recent call first):
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1311 (_Boost_COMPONENT_DEPENDENCIES)
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1919 (_Boost_MISSING_DEPENDENCIES)
[ 150s] CMakeLists.txt:319 (find_package)
[ 150s]
[ 150s]
[ 150s] CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:1187 (message):
[ 150s] New Boost version may have incorrect or missing dependencies and imported
[ 150s] targets
[ 150s] Call Stack (most recent call first):
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1311 (_Boost_COMPONENT_DEPENDENCIES)
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1919 (_Boost_MISSING_DEPENDENCIES)
[ 150s] CMakeLists.txt:319 (find_package)
[ 150s]
[ 150s]
[ 150s] CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:1187 (message):
[ 150s] New Boost version may have incorrect or missing dependencies and imported
[ 150s] targets
[ 150s] Call Stack (most recent call first):
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1311 (_Boost_COMPONENT_DEPENDENCIES)
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:1919 (_Boost_MISSING_DEPENDENCIES)
[ 150s] CMakeLists.txt:319 (find_package)
[ 150s]
[ 150s]
[ 150s] CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
[ 150s] Could NOT find Boost (missing: filesystem) (found version "1.74.0")
[ 150s] Call Stack (most recent call first):
[ 150s] /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
[ 150s] /usr/share/cmake/Modules/FindBoost.cmake:2177 (find_package_handle_standard_args)
[ 150s] CMakeLists.txt:319 (find_package)
[ 150s]
[ 150s]
[ 150s] -- Configuring incomplete, errors occurred!
Perhaps anyone here can see what's going wrong?
Bookmarks