Bug #58581
Installation of Ceph on Linux Ubuntu ARM 22.04.01 LTS failed with error messages
0%
Description
I am trying to install Ceph dependencies on Linux Ubuntu ARM 22.04.01 LTS using the command ./install-deps.sh, but I am encountering the following error message:
Err:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 lintian all 2.114.0ubuntu1.1
404 Not Found [IP: 185.125.190.36 80]
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/l/lintian/lintian_2.114.0ubuntu1.1_all.deb 404 Not Found [IP: 185.125.190.36 80]
E: Unable to fetch some archives, maybe run apt-get update or try with –fix-missing?
When I run the command ./do_cmake.sh cd build ninja I get the following error message:
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230W (message):
Could NOT find verbs (missing: VERBS_LIBRARIES VERBS_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/Findverbs.cmake:13 (find_package_handle_standard_args)
CMakeLists.txt:156 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/parallels/Desktop/Open-Source-Contributions/Ceph-Organization/ceph/build/CMakeFiles/CMakeOutput.log".
See also "/home/parallels/Desktop/Open-Source-Contributions/Ceph-Organization/ceph/build/CMakeFiles/CMakeError.log".
+ exit 1
ninja: error: loading 'build.ninja': No such file or directory
I have tried running apt-get update and using –fix-missing, but the issue persists. I would appreciate any assistance in resolving this issue.
Steps to reproduce:
1. Run the command ./install-deps.sh
2. Run the command ./do_cmake.sh cd build ninja
Expected result:
Ceph should install successfully on Linux Ubuntu ARM 22.04.01 LTS
Actual result:
Error messages are encountered during the installation process.
Environment:
- Linux Ubuntu ARM 22.04.01 LTS
- Ceph version: main branch on github repo
Thanks for your support!