Project

General

Profile

Actions

Bug #37513

closed

install-deps.sh fails on Bionic (18.04) due to missing dependencies

Added by Brad Hubbard over 5 years ago. Updated over 5 years ago.

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

0%

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

Description

The following packages have unmet dependencies:
 ceph-libboost-regex1.67-dev : Depends: ceph-libboost-regex1.67.0 (= 1.67.0-7) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

If you try to install 'ceph-libboost-regex1.67.0' you get...

# apt-get install ceph-libboost-regex1.67.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ceph-libboost-regex1.67.0 : Depends: libicu55 (>= 55.1-1~) but it is not installable
E: Unable to correct problems, you have held broken packages.

libicu55 does not appear to be available in Bionic and appears to have been replaced by libicu60.

looks like we need to remove the dependency of 'ceph-libboost-regex1.67-dev' on 'ceph-libboost-regex1.67.0' or the dependency of 'ceph-libboost-regex1.67.0' on libicu55.

Actions #1

Updated by Brad Hubbard over 5 years ago

  • Affected Versions v14.0.0 added
  • Affected Versions deleted (v0.20)
Actions #2

Updated by Kefu Chai over 5 years ago

  • Assignee set to Kefu Chai

will recompile ceph-libboost-regex1.67-dev and upload it once i am back home.

Actions #3

Updated by Brad Hubbard over 5 years ago

This appears to be a viable workaround.

$ sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main" 
$ sudo apt-get update
$ sudo apt-get install libicu55
$ sudo add-apt-repository -r "deb http://security.ubuntu.com/ubuntu xenial-security main" 

Then run install-deps.sh

Actions #4

Updated by Kefu Chai over 5 years ago

  • Status changed from New to Resolved
  • Source changed from Community (dev) to Development
Actions

Also available in: Atom PDF