Project

General

Profile

Actions

Bug #16522

closed

install-deps.sh fails on openSUSE Tumbleweed

Added by Jan Fajerski almost 8 years ago. Updated over 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
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

install-deps-sh script checks for presence of apt-get to install minimal dependecies for Debian. On Tumbleweed this test succeeds since apt-get is a link to aptitude. The script the attempts to install package 'equivs', which fails since no provider can be found.

To reproduce:
Clone ceph repo on a fresh Tumbleweed installation and run install-deps.sh.


Related issues 1 (0 open1 closed)

Related to devops - Bug #18198: build/ops: install-deps.sh based on /etc/os-releaseResolved

Actions
Actions #1

Updated by Jan Fajerski almost 8 years ago

proposed a fix: https://github.com/ceph/ceph/pull/10013

It might be better to base OS detection on something else than the rpesence of a package manager. Maybe /etc/os-release?

Actions #2

Updated by Jan Fajerski almost 8 years ago

Actions #3

Updated by Nathan Cutler almost 8 years ago

  • Status changed from New to Fix Under Review
Actions #4

Updated by Nathan Cutler over 7 years ago

  • Status changed from Fix Under Review to Resolved
  • Source changed from other to Community (dev)
Actions #5

Updated by Nathan Cutler over 7 years ago

  • Related to Bug #18198: build/ops: install-deps.sh based on /etc/os-release added
Actions

Also available in: Atom PDF