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
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Are you wiling to support non x64 architecture ?
I'm currently trying to build centreon-engine on arm64/armhf but sadly absl build (using conan) end up with a Python FileNotFoundError and it seems I'm the only one seeing this issue so I'm kinda stuck.
It seems the error is not occuring on x64 because absl static lib are found pre-built so this step is skipped.
gmake[2]: Leaving directory '/build/centreon-engine-20.04.13/build/.conan/data/abseil/20210324.2/_/_/build/88abcc74e28af662737a51ad32b4ade060691a04'
ERROR: abseil/20210324.2: Error in package() method, line 101
self._create_components_file_from_cmake_target_file(os.path.join(cmake_folder, "absl", "abslTargets.cmake"))
while calling '_create_components_file_from_cmake_target_file', line 107
abs_target_file = open(absl_target_file_path, "r")
FileNotFoundError: [Errno 2] No such file or directory: '/build/centreon-engine-20.04.13/build/.conan/data/abseil/20210324.2/_/_/package/88abcc74e28af662737a51ad32b4ade060691a04/lib/cmake/absl/abslTargets.cmake'
That's really specific as the same build issue occurs on Debian 9, 10 and 11 and build pass on all three while using x64.
Hello,
Are you wiling to support non x64 architecture ?
I'm currently trying to build centreon-engine on arm64/armhf but sadly absl build (using conan) end up with a Python FileNotFoundError and it seems I'm the only one seeing this issue so I'm kinda stuck.
It seems the error is not occuring on x64 because absl static lib are found pre-built so this step is skipped.
That's really specific as the same build issue occurs on Debian 9, 10 and 11 and build pass on all three while using x64.
Regards, Adam.