Upgrading to 14.04 gives problems II

Colin Law clanlaw at gmail.com
Sat Sep 13 06:14:07 UTC 2014


On 13 September 2014 01:31, NoOp <glgxg at sbcglobal.net> wrote:
> On 09/12/2014 02:01 PM, Colin Law wrote:
>> On 12 September 2014 18:40, Oliver Grawert <ogra at ubuntu.com> wrote:
>>> hi,
>>>
>>> Am Freitag, den 12.09.2014, 18:17 +0100 schrieb Colin Law:
>>>
>>>> >> Well, it definitely gave something else. Here is the output:
>>>> >> ------------------------------------------
>>>> >> joep at laguna:~$ sudo apt-cache policy liblcms2-2
>>>> >> [sudo] password for joep:
>>>> >> liblcms2-2:
>>>> >>   Installed: 2.6-3ubuntu1~precise1
>>>> >>   Candidate: 2.6-3ubuntu1~precise1
>>>> >>   Version table:
>>>> >>  *** 2.6-3ubuntu1~precise1 0
>>>> >>         100 /var/lib/dpkg/status
>>>> >>      2.5-0ubuntu4 0
>>>> >>         500 http://nl.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
>>> ...
>>>> > sudo apt-get purge -s liblcms2-2
>>> ...
>>>> Actually I think the answer is to use apt-get to change it to the
>>>> correct version in one go, so
>>>> apt-get install -s liblcms2-2=2.5-0ubuntu4
>>>
>>> note: liblcms2-2:i386 != liblcms2-2:amd64 ...
>>>
>>> that wine package is obviously a multiarch i386 package to be installed
>>> on amd64 ... if you research the dependency chain here, make sure to
>>> always use colon and arch appended to the package name to specify the
>>> desired arch ...
>>
>> Oops, I had missed that.  Hold your horses Joep till we get this
>> sorted out.  Oli, does that mean that on a 64 bit system one can have
>> liblcms2-2 (which will actually be the 64 bit version) and
>> liblcms2-2:i386 both installed?  In which case Joep what does
>> apt-cache policy liblcms2-2:i386
>> show (you don't need sudo on apt-cache policy by the way).  The fact
>> that liblcms2-2 (:amd64?) appears to be from the wrong repo is still
>> odd, the fact that it appears to be a later version from an earlier
>> repo even stranger.
>
> $ dpkg -l | grep liblcms
> ii  liblcms1:amd64
> 1.19.dfsg-1.2ubuntu5                                amd64        Little
> CMS color management library
> ii  liblcms1:i386
> 1.19.dfsg-1.2ubuntu5                                i386         Little
> CMS color management library
> ii  liblcms1-dev:amd64
> 1.19.dfsg-1.2ubuntu5                                amd64        Litle
> CMS color management library development headers
> ii  liblcms2-2:amd64
> 2.5-0ubuntu4                                        amd64        Little
> CMS 2 color management library
> ii  liblcms2-2:i386
> 2.5-0ubuntu4                                        i386         Little
> CMS 2 color management library
> ii  liblcms2-dev:amd64
> 2.5-0ubuntu4                                        amd64        Little
> CMS 2 color management library development headers
>
>
> $ dpkg -l | grep wine | grep ii
> ii  wine
> 1:1.7.25-0ubuntu1~ppa4                              amd64
> Microsoft Windows Compatibility Layer (meta-package)
> ii  wine-gecko2.24:amd64
> 2.24-0ubuntu1~ppa1                                  amd64
> Microsoft Windows compatibility layer (embedded web browser)
> ii  wine-gecko2.24:i386
> 2.24-0ubuntu1~ppa1                                  i386
> Microsoft Windows compatibility layer (embedded web browser)
> ii  wine-mono4.5.2
> 4.5.2-0ubuntu1~ppa1                                 all
> Microsoft Windows compatibility layer (.NET compatibility)
> ii  wine1.7
> 1:1.7.25-0ubuntu1~ppa4                              amd64
> Microsoft Windows Compatibility Layer (Binary Emulator and Library)
> ii  wine1.7-amd64
> 1:1.7.25-0ubuntu1~ppa4                              amd64
> Microsoft Windows Compatibility Layer (64-bit support)
> ii  wine1.7-i386
> 1:1.7.25-0ubuntu1~ppa4                              i386
> Microsoft Windows Compatibility Layer (32-bit support)
> ii  winetricks
> 0.0+20140302-0ubuntu2                               all
> Microsoft Windows Compatibility Layer (winetricks)
>
> $ wine --version
> wine-1.7.25
>
> $ apt-cache policy wine
> wine:
>   Installed: 1:1.7.25-0ubuntu1~ppa4
>   Candidate: 1:1.7.25-0ubuntu1~ppa4
>   Version table:
>  *** 1:1.7.25-0ubuntu1~ppa4 0
>         500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ trusty/main
> amd64 Packages
>         100 /var/lib/dpkg/status
>      1:1.6.2-0ubuntu4 0
>         500 http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64
> Packages
>
> $ cat /etc/apt/sources.list | grep wine
> #### Wine PPA - https://launchpad.net/~ubuntu-wine/+archive/ppa/
> deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main
>
> <https://launchpad.net/~ubuntu-wine/+archive/ubuntu/ppa>

Is the suggestion that if Joep added that ppa that his problems might go away?

Colin




More information about the ubuntu-users mailing list