centreon-engine icon indicating copy to clipboard operation
centreon-engine copied to clipboard

Support armhf/arm64 build ?

Open eLvErDe opened this issue 3 years ago • 0 comments

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.

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.

Regards, Adam.

eLvErDe avatar Nov 23 '21 22:11 eLvErDe