You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake:141 (find_package):
[cmake] Found package configuration file:
[cmake]
[cmake] /usr/lib/x86_64-linux-gnu/cmake/boost_log_setup-1.83.0/boost_log_setup-config.cmake
[cmake]
[cmake] but it set boost_log_setup_FOUND to FALSE so package "boost_log_setup" is
[cmake] considered to be NOT FOUND. Reason given by package:
[cmake]
[cmake] No suitable build variant has been found.
[cmake]
[cmake] The following variants have been tried and rejected:
[cmake]
[cmake] * libboost_log_setup.so.1.83.0 (64 bit, need 32)
[cmake]
[cmake] * libboost_log_setup.a (64 bit, need 32)
[cmake]
[cmake] Call Stack (most recent call first):
[cmake] /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake:262 (boost_find_component)
[cmake] /usr/share/cmake-3.28/Modules/FindBoost.cmake:594 (find_package)
[cmake] /home/pheonix/EVerest_OCPP/everest-workspace/liblog/CMakeLists.txt:28 (find_package)
[cmake]
To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
We are cross compiling for ARM so it is possible for sure. It looks like it is complaining that the boost libraries installed are 64 bit and it needs a 32 bit library. That might be something to investigate.
OCPP Version
OCPP1.6
Describe the bug
Make Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake:141 (find_package):
[cmake] Found package configuration file:
[cmake]
[cmake] /usr/lib/x86_64-linux-gnu/cmake/boost_log_setup-1.83.0/boost_log_setup-config.cmake
[cmake]
[cmake] but it set boost_log_setup_FOUND to FALSE so package "boost_log_setup" is
[cmake] considered to be NOT FOUND. Reason given by package:
[cmake]
[cmake] No suitable build variant has been found.
[cmake]
[cmake] The following variants have been tried and rejected:
[cmake]
[cmake] * libboost_log_setup.so.1.83.0 (64 bit, need 32)
[cmake]
[cmake] * libboost_log_setup.a (64 bit, need 32)
[cmake]
[cmake] Call Stack (most recent call first):
[cmake] /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake:262 (boost_find_component)
[cmake] /usr/share/cmake-3.28/Modules/FindBoost.cmake:594 (find_package)
[cmake] /home/pheonix/EVerest_OCPP/everest-workspace/liblog/CMakeLists.txt:28 (find_package)
[cmake]
To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: