[Pkg-ia32-libs-maintainers] Bug#638543:

Francois Gouget fgouget at free.fr
Thu Sep 8 10:04:00 UTC 2011


Package: ia32-libs-dev
Version: 20110609
Followup-For: Bug #638543


This mostly to confirm that this bug. It happens because of this call:
(in wine/dlls/windowscodecs/jpegformat.c)

   pjpeg_CreateDecompress(&This->cinfo, JPEG_LIB_VERSION, sizeof(struct jpeg_decompress_struct));

JPEG_LIB_VERSION comes from /usr/include/jpeglib.h which is provided by libjpeg8-dev but Wine links with /usr/lib32/libjpeg.so which points to libjpeg.so.62.0.0. The result is that the above function fails since it is asked for a version it knows nothing about.

So this bug is likely to impact anyone trying to compile a 32bit application that uses libjpeg.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ia32-libs-dev depends on:
ii  dpkg                          1.16.0.3   Debian package management system
ii  ia32-libs                     20110609   ia32 shared libraries for use on a
ii  libc6-i386                    2.13-18    Embedded GNU C Library: 32-bit sha

ia32-libs-dev recommends no packages.

Versions of packages ia32-libs-dev suggests:
pn  ia32-libs-gtk-dev             <none>     (no description available)

-- no debconf information





More information about the Pkg-ia32-libs-maintainers mailing list