Comment 5 for bug 1029531

Revision history for this message
Steve Langasek (vorlon) wrote :

http://paste.ubuntu.com/1135477 seems to be the entire opposite of a CD-only upgrade. E.g.,

> Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mono/libmono-corlib2.0-cil_2.10.8.1-1ubuntu2.2_all.deb Could not resolve 'security.ubuntu.com'

So you've told apt about versions of packages from precise-security via apt-get update, then taken the machine offline? Not surprising that it then fails the upgrade.

This is meant to work including for systems that *can't* run apt-get update; and needs to be fixed by analyzing the upgrade errors in the apt upgrade log, and getting those packages included in the package pool on the alternate CD, or otherwise hinting packages out of the way that can't be installed.

Working back from the end of that log, the errors I see are:

    Installing liblaunchpad-integration-3.0-1 as Depends of gnome-system-log
      Installing liblaunchpad-integration-common as Depends of liblaunchpad-integration-3.0-1
[...]
Investigating (0) liblaunchpad-integration-common [ amd64 ] < none -> 0.1.56 > ( libs )
Broken liblaunchpad-integration-common:amd64 Breaks on liblaunchpad-integration1 [ amd64 ] < 0.1.35 > ( libs ) (< 0.1.41)
  Considering liblaunchpad-integration1:amd64 32 as a solution to liblaunchpad-integration-common:amd64 25
  Holding Back liblaunchpad-integration-common:amd64 rather than change liblaunchpad-integration1:amd64
[...]
Investigating (1) liblaunchpad-integration-3.0-1 [ amd64 ] < none -> 0.1.56 > ( libs )
Broken liblaunchpad-integration-3.0-1:amd64 Depends on liblaunchpad-integration-common [ amd64 ] < none -> 0.1.56 > ( libs )
  Considering liblaunchpad-integration-common:amd64 25 as a solution to liblaunchpad-integration-3.0-1:amd64 75
  Holding Back liblaunchpad-integration-3.0-1:amd64 rather than change liblaunchpad-integration-common:amd64
[...]
Broken libgdu-gtk0:amd64 Breaks on gnome-disk-utility [ amd64 ] < 2.30.1-1 -> 3.0.2-2ubuntu7 > ( admin ) (< 3.0.0)
  Considering gnome-disk-utility:amd64 1 as a solution to libgdu-gtk0:amd64 2
  Upgrading gnome-disk-utility:amd64 due to Breaks field in libgdu-gtk0:amd64
Investigating (9) gnome-disk-utility [ amd64 ] < 2.30.1-1 -> 3.0.2-2ubuntu7 > ( admin )
Broken gnome-disk-utility:amd64 Depends on liblaunchpad-integration-3.0-1 [ amd64 ] < none -> 0.1.56 > ( libs ) (>= 0.1.17)
  Considering liblaunchpad-integration-3.0-1:amd64 75 as a solution to gnome-disk-utility:amd64 1
  Holding Back gnome-disk-utility:amd64 rather than change liblaunchpad-integration-3.0-1:amd64

So something is preventing liblaunchpad-integration from being upgraded, and it needs to be hit with a bigger hammer.