[Bug 1940808] [NEW] cannot install libssl-dev due to phased updates

Marius Gedminas 1940808 at bugs.launchpad.net
Mon Aug 23 07:15:55 UTC 2021


Public bug reported:

I have two Vagrant boxes: one with Ubuntu 18.04 LTS, one with Ubuntu
20.04 LTS.  Both currently refuse to install libssl-dev for me:

vagrant at ubuntu2004:~$ sudo apt install libssl-dev
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:
 libssl-dev : Depends: libssl1.1 (= 1.1.1f-1ubuntu2.4) but 1.1.1f-1ubuntu2.5 is to be installed
E: Unable to correct problems, you have held broken packages.

vagrant at ubuntu2004:~$ apt policy libssl-dev
libssl-dev:
  Installed: (none)
  Candidate: 1.1.1f-1ubuntu2.4
  Version table:
     1.1.1f-1ubuntu2.4 500
        500 http://lt.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
     1.1.1f-1ubuntu2.3 500
        500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
     1.1.1f-1ubuntu2 500
        500 http://lt.archive.ubuntu.com/ubuntu focal/main amd64 Packages

vagrant at ubuntu2004:~$ apt policy libssl1.1
libssl1.1:
  Installed: 1.1.1f-1ubuntu2.5
  Candidate: 1.1.1f-1ubuntu2.5
  Version table:
 *** 1.1.1f-1ubuntu2.5 100
        100 /var/lib/dpkg/status
     1.1.1f-1ubuntu2.4 500
        500 http://lt.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
     1.1.1f-1ubuntu2.3 500
        500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
     1.1.1f-1ubuntu2 500
        500 http://lt.archive.ubuntu.com/ubuntu focal/main amd64 Packages

(The 18.04 box is in a similar situation.)

packages.ubuntu.com says that libssl1.1 1.1.1f-1ubuntu2.5 is the current
version available in focal-updates.  I'm pretty sure my VM here doesn't
see it because of apt's phased updates (but I only know this because I'm
following the blogs on Planet Ubuntu; the error message give no clue!).

I have no idea how to resolve this in a generic way (it's an Ansible
playbook that fails for me).  As a manual fix, I suppose I could
downgrade libssl1.1 to 1.1.1f-1ubuntu2.4, but I don't want to hardcode
specific version numbers -- I expect 1.1.1f-1ubuntu2.5 will be available
universally some time soon?

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: apt 2.0.6
ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
Uname: Linux 5.4.0-80-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Aug 23 07:08:34 2021
InstallationDate: Installed on 2021-08-11 (11 days ago)
InstallationMedia: Ubuntu-Server 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: apt
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: apt (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug focal third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1940808

Title:
  cannot install libssl-dev due to phased updates

Status in apt package in Ubuntu:
  New

Bug description:
  I have two Vagrant boxes: one with Ubuntu 18.04 LTS, one with Ubuntu
  20.04 LTS.  Both currently refuse to install libssl-dev for me:

  vagrant at ubuntu2004:~$ sudo apt install libssl-dev
  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:
   libssl-dev : Depends: libssl1.1 (= 1.1.1f-1ubuntu2.4) but 1.1.1f-1ubuntu2.5 is to be installed
  E: Unable to correct problems, you have held broken packages.

  vagrant at ubuntu2004:~$ apt policy libssl-dev
  libssl-dev:
    Installed: (none)
    Candidate: 1.1.1f-1ubuntu2.4
    Version table:
       1.1.1f-1ubuntu2.4 500
          500 http://lt.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
       1.1.1f-1ubuntu2.3 500
          500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
       1.1.1f-1ubuntu2 500
          500 http://lt.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  vagrant at ubuntu2004:~$ apt policy libssl1.1
  libssl1.1:
    Installed: 1.1.1f-1ubuntu2.5
    Candidate: 1.1.1f-1ubuntu2.5
    Version table:
   *** 1.1.1f-1ubuntu2.5 100
          100 /var/lib/dpkg/status
       1.1.1f-1ubuntu2.4 500
          500 http://lt.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
       1.1.1f-1ubuntu2.3 500
          500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
       1.1.1f-1ubuntu2 500
          500 http://lt.archive.ubuntu.com/ubuntu focal/main amd64 Packages

  (The 18.04 box is in a similar situation.)

  packages.ubuntu.com says that libssl1.1 1.1.1f-1ubuntu2.5 is the
  current version available in focal-updates.  I'm pretty sure my VM
  here doesn't see it because of apt's phased updates (but I only know
  this because I'm following the blogs on Planet Ubuntu; the error
  message give no clue!).

  I have no idea how to resolve this in a generic way (it's an Ansible
  playbook that fails for me).  As a manual fix, I suppose I could
  downgrade libssl1.1 to 1.1.1f-1ubuntu2.4, but I don't want to hardcode
  specific version numbers -- I expect 1.1.1f-1ubuntu2.5 will be
  available universally some time soon?

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: apt 2.0.6
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Aug 23 07:08:34 2021
  InstallationDate: Installed on 2021-08-11 (11 days ago)
  InstallationMedia: Ubuntu-Server 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1940808/+subscriptions




More information about the foundations-bugs mailing list