Project

General

Profile

Actions

Bug #16964

closed

F23 with apt-get installed fails in install-deps.sh

Added by J. Eric Ivancich over 7 years ago. Updated over 7 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
Category:
build
Target version:
-
% Done:

0%

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

Description

On a F23 system that has apt-get installed, install-deps.sh fails.

Lines #63-#65 of install-deps.sh contain:

if type apt-get > /dev/null 2>&1 ; then
    $SUDO apt-get install -y lsb-release devscripts equivs
fi

This results in the following error:

E: Couldn't find package lsb-release

Removing the apt toolset (sudo dnf remove apt) resolves the issue. But it seems there's an underlying assumption that is not valid.

Actions

Also available in: Atom PDF