Project

General

Profile

Actions

Bug #42504

closed

install-deps.sh tries to use yum and install yum-utils on centos/rhel 8

Added by Brad Hubbard over 4 years ago. Updated almost 4 years ago.

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

0%

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

Description

# bash -x ./install-deps.sh
...
+ yumdnf=yum                                                                                                                                                                                                                                 
+ builddepcmd='yum-builddep -y --setopt=*.skip_if_unavailable=true'                                                                                                                                                                          
++ echo '8 >= 22'                                                                                                                                                                                                                            
++ bc                                                                                                                                                                                                                                        
+ test 0 -ne 0                                                                                                                                                                                                                               
+ echo 'Using yum to install dependencies'                                                                                                                                                                                                   
Using yum to install dependencies 
+ '[' centos = centos -a x86_64 = aarch64 ']'                                                                                                                                                                                                
+ case "$ID" in                                                                                                                                                                                                                              
++ echo 8                                                                                                                                                                                                                                    
++ cut -d. -f1                                                                                                                                                                                                                               
+ MAJOR_VERSION=8                                                                                                                                                                                                                            
+ yum install -y yum-utils  

Related issues 1 (0 open1 closed)

Copied to Ceph - Backport #44846: nautilus: install-deps.sh tries to use yum and install yum-utils on centos/rhel 8ResolvedBrad HubbardActions
Actions

Also available in: Atom PDF