It appears that Launchpad lost my description of the problem, so I'll
rewrite it and hope that it doesn't appear twice.

My laptop runs Ubuntu Intrepid.  I installed the newest version of
paprefs, version 0.9.6-2ubuntu1:

   % apt-cache policy paprefs
   paprefs:
     Installed: 0.9.6-2ubuntu1
     Candidate: 0.9.6-2ubuntu1
     Version table:
    *** 0.9.6-2ubuntu1 0
           900 http://us.archive.ubuntu.com intrepid/universe Packages
           100 /var/lib/dpkg/status
        0.9.6-2 0
           500 http://ftp.us.debian.org sid/main Packages

paprefs failed to run:

   % paprefs
   paprefs: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined 
symbol: cairo_has_show_text_glyphs
   zsh: exit 127   paprefs

I had an old version of libpango1.0-0:

   % apt-cache policy libpango1.0-0
   libpango1.0-0:
     Installed: 1.21.6-1
     Candidate: 1.22.0-0ubuntu1
     Version table:
        1.22.0-0ubuntu1 0
           900 http://us.archive.ubuntu.com intrepid/main Packages
    *** 1.21.6-1 0
           100 /var/lib/dpkg/status
        1.20.5-3 0
           500 http://ftp.us.debian.org sid/main Packages

So I upgraded to the newest version of libpango1.0-0, version
1.22.0-0ubuntu1:

   % apt-cache policy libpango1.0-0
   libpango1.0-0:
     Installed: 1.22.0-0ubuntu1
     Candidate: 1.22.0-0ubuntu1
     Version table:
    *** 1.22.0-0ubuntu1 0
           900 http://us.archive.ubuntu.com intrepid/main Packages
           100 /var/lib/dpkg/status
        1.20.5-3 0
           500 http://ftp.us.debian.org sid/main Packages

Then paprefs ran fine.

paprefs has a versioned dependency on libpango1.0-0 version 1.21.3:

  % apt-cache show paprefs|grep Depends:|grep -om1 'libpango1.0-0[^,]\+'
  libpango1.0-0 (>= 1.21.3)

Apparently, this dependency must be updated.

Thanks,

-- 
paprefs versioned dependency on libpango1.0-0 is outdated
https://bugs.launchpad.net/bugs/285591
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to