Comment 4 for bug 1309901

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote : Re: upgrade to ubuntu 14.04 from 12.04 failed

Thanks for the logs.

The problem is that you have p11-kit:i386 installed and the upgrader refuses to install p11-kit:amd64 because wine1.6-i386 needs the i386 version. p11-kit:i386 and amd64 are no co-installable which holds back gnome-keyring and all the packages that depends on it.

  Installing p11-kit as Depends of gnome-keyring
    MarkInstall p11-kit [ amd64 ] < none -> 0.20.2-2ubuntu2 > ( misc ) FU=0
      MarkDelete p11-kit [ i386 ] < 0.12-2ubuntu1 -> 0.20.2-2ubuntu2 > ( misc ) FU=0
...
  MarkInstall p11-kit [ i386 ] < 0.12-2ubuntu1 -> 0.20.2-2ubuntu2 > ( misc ) FU=0
    MarkDelete p11-kit [ amd64 ] < none -> 0.20.2-2ubuntu2 > ( misc ) FU=0
...
Broken gnome-keyring:amd64 Depends on p11-kit [ amd64 ] < none -> 0.20.2-2ubuntu2 > ( misc ) (>= 0.16)
  Considering p11-kit:amd64 1 as a solution to gnome-keyring:amd64 13
  MarkKeep gnome-keyring [ amd64 ] < 3.2.2-2ubuntu4.1 -> 3.10.1-1ubuntu4 > ( gnome ) FU=0
  Holding Back gnome-keyring:amd64 rather than change p11-kit:amd64
For the wine1.6 part:
  MarkInstall wine1.6-i386 [ i386 ] < 1:1.6.1-0ubuntu1~ppa1~precise1 -> 1:1.6.2-0ubuntu4 > ( universe/otherosfs ) FU=0
  Installing ocl-icd-libopencl1 as Depends of wine1.6-i386
    MarkInstall ocl-icd-libopencl1 [ i386 ] < none -> 2.1.3-4 > ( universe/libs ) FU=0
  new important dependency: libp11-kit-gnome-keyring:i386
  Installing libp11-kit-gnome-keyring as Recommends of wine1.6-i386
    MarkInstall libp11-kit-gnome-keyring [ i386 ] < none -> 3.10.1-1ubuntu4 > ( libs ) FU=0
  new important dependency: p11-kit-modules:i386
  Installing p11-kit-modules as Recommends of wine1.6-i386
    MarkInstall p11-kit-modules [ i386 ] < none -> 0.20.2-2ubuntu2 > ( misc ) FU=0

Assigning to mvo for further investigation.