Project

General

Profile

Actions

Bug #58581

open

Installation of Ceph on Linux Ubuntu ARM 22.04.01 LTS failed with error messages

Added by Mohamed Awnallah about 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
build
Target version:
-
% Done:

0%

Source:
Community (dev)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

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!

No data to display

Actions

Also available in: Atom PDF