[Pkg-gtk2-perl-maintainers] Bug#518293: libgtk2-perl: pixbuf loading from file broken with recent libgtk2.0-0

Jeff King peff at peff.net
Thu Mar 5 09:37:32 UTC 2009


Package: libgtk2-perl
Version: 1:1.190-1
Severity: normal

Sine upgrading to the version of libgtk2.0-0 in unstable (2.14.7-4),
loading files via pixbuf is broken (but the same script works using the
version in testing, 2.12.12-1). The following script demonstrates the
breakage:

  $ cat <<'EOF' >test.pl
  use Gtk2 '-init';
  Gtk2::Gdk::Pixbuf->new_from_file(shift);
  print "ok\n";
  EOF

  $ perl test.pl test.png
  Couldn't recognize the image file format for file 'test.png' at
  test.pl line 2.

  $ perl test.pl test.tif
  Couldn't recognize the image file format for file 'test.tif' at
  test.pl line 2.

  $ wajig install libgtk2.0-0/testing
  $ perl test.pl test.png
  ok

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgtk2-perl depends on:
ii  libatk1.0-0            1.24.0-2          The ATK accessibility toolkit
ii  libc6                  2.9-4             GNU C Library: Shared libraries
ii  libcairo-perl          1.060-2           Perl interface to the Cairo graphi
ii  libcairo2              1.8.6-2           The Cairo 2D vector graphics libra
ii  libfontconfig1         2.6.0-3           generic font configuration library
ii  libfreetype6           2.3.7-2           FreeType 2 font engine, shared lib
ii  libglib-perl           1:1.213-1         Perl interface to the GLib and GOb
ii  libglib2.0-0           2.18.4-2          The GLib library of C routines
ii  libgtk2.0-0            2.14.7-4          The GTK+ graphical user interface 
ii  libpango1.0-0          1.22.4-2          Layout and rendering of internatio
ii  perl                   5.10.0-19         Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.1 5.10.0-19         minimal Perl system
ii  zlib1g                 1:1.2.3.3.dfsg-13 compression library - runtime

libgtk2-perl recommends no packages.

Versions of packages libgtk2-perl suggests:
pn  libgtk2-perl-doc              <none>     (no description available)
pn  librsvg2-common               <none>     (no description available)

-- no debconf information





More information about the Pkg-gtk2-perl-maintainers mailing list