[Bug 285591] Re: paprefs versioned dependency on libpango1.0-0 is outdated

2009-11-29 Thread Chris Halse Rogers
Firstly, you seem to have Debian sources in your sources.list; this is
unsupported (and unsupportable), and may have been the source of your
problems.

That said, this may have been a bug in libpango - the dependency on
libpango1.0-0 is generated from metadata in the libpango package.  Pango
is now using dpkg-symbols, so this particular bug will have been
resolved  further bugs of this type made less likely.

** Changed in: paprefs (Ubuntu)
   Status: New = Invalid

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 285591] Re: paprefs versioned dependency on libpango1.0-0 is outdated

2008-10-18 Thread Miciah Dashiel Butler Masters
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs