Your message dated Sat, 30 Jun 2012 13:16:57 +0200
with message-id <[email protected]>
and subject line Closing ia32-libs bugs because it was superceeded by multiarch
has caused the Debian Bug report #549966,
regarding ia32-libs: 32-bit version of fontconfig doesn't return all available 
fonts
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
549966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549966
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ia32-libs
Version: 2.7
Severity: important

32-bit version of fontconfig library is not returning all available fonts in
system. 64-bit version is ok.
Sample C++ testing program attached with results.

-- System Information:
Debian Release: 5.0.3
  APT prefers lenny
  APT policy: (500, 'lenny'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages ia32-libs depends on:
ii  dpkg                   1.14.25           Debian package management system
ii  lib32asound2           1.0.16-2          ALSA library (32 bit)
ii  lib32gcc1              1:4.3.2-1.1       GCC support library (32 bit Versio
ii  lib32ncurses5          5.7+20081213-1    shared libraries for terminal hand
ii  lib32stdc++6           4.3.2-1.1         The GNU Standard C++ Library v3 (3
ii  lib32z1                1:1.2.3.3.dfsg-12 compression library - 32 bit runti
ii  libc6-i386             2.7-18            GNU C Library: 32bit shared librar
ii  lsb-release            3.2-20            Linux Standard Base version report

ia32-libs recommends no packages.

Versions of packages ia32-libs suggests:
ii  ia32-libs-gtk                 2.7        GTK+ ia32 shared libraries

-- no debconf information
#include <stdio.h>
#include <fontconfig/fontconfig.h>

int main()
   {
   if (not FcInit())
      {
      fprintf(stderr, "Can't init fontconfig!\n");
      return 1;
      }
   /* Get list of fonts */
   FcObjectSet * os = FcObjectSetCreate();
   FcObjectSetAdd(os, "file");
   FcPattern * pat = FcPatternCreate();

   FcFontSet * fs = FcFontList(NULL, pat, os);

   FcObjectSetDestroy(os);
   FcPatternDestroy(pat);

   if (fs != NULL)
      {
      int fontCntr;
      for (fontCntr = 0; fontCntr < fs->nfont; fontCntr++)
         {
         char *file;
         if (FcPatternGetString(fs->fonts[fontCntr], FC_FILE, 0, (FcChar8 **)&file) == FcResultMatch)
            {
            printf("Font=%s\n", file);
            }
         }
      }

   FcFini();
   return 0;
   }
Font=/usr/share/fonts/X11/misc/ter-u16b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u20n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u12b_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u28n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u20n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u28b_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u20b_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u12b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u32b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u16n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u12n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u32n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u14b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u24b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u16n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u16b_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u28b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u24n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u20b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u14n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u14n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u24b_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u14b_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u24n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u32n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u32b_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u12n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u28n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u16b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u20n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-BoldOblique.ttf
Font=/usr/share/fonts/X11/misc/ter-u12b_unicode.pcf.gz
Font=/home/jezbera/.fonts/timesbi.ttf
Font=/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraSeBd.ttf
Font=/usr/share/fonts/X11/Type1/c0648bt_.pfb
Font=/home/jezbera/.fonts/Verdana_Bold_Italic.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationSerif-BoldItalic.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed-BoldOblique.ttf
Font=/usr/share/fonts/X11/misc/ter-u28n_unicode.pcf.gz
Font=/home/jezbera/.fonts/Andale_Mono.ttf
Font=/home/jezbera/.fonts/Georgia_Italic.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationMono-Regular.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Courier_New_Italic.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationSerif-Italic.ttf
Font=/usr/share/fonts/X11/misc/ter-u20n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u28b_unicode.pcf.gz
Font=/home/jezbera/.fonts/Verdana.ttf
Font=/usr/share/fonts/X11/Type1/n021023l.pfb
Font=/home/jezbera/.fonts/timesbd.ttf
Font=/usr/share/fonts/X11/Type1/n022003l.pfb
Font=/usr/share/fonts/X11/misc/ter-u20b_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u12b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed.ttf
Font=/usr/share/fonts/type1/gsfonts/b018012l.pfb
Font=/home/jezbera/.fonts/courbd.ttf
Font=/usr/share/fonts/type1/gsfonts/z003034l.pfb
Font=/usr/share/fonts/X11/Type1/n021024l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Times_New_Roman_Bold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/times.ttf
Font=/usr/share/fonts/truetype/freefont/FreeMono.ttf
Font=/usr/share/fonts/X11/Type1/n022004l.pfb
Font=/usr/share/fonts/X11/misc/ter-u32b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/Type1/n019023l.pfb
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Bold.ttf
Font=/usr/share/fonts/X11/Type1/n019024l.pfb
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-BoldOblique.ttf
Font=/home/jezbera/.fonts/Times_New_Roman_Bold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Georgia_Italic.ttf
Font=/usr/share/fonts/X11/Type1/n021003l.pfb
Font=/usr/share/fonts/X11/misc/ter-u16n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/type1/gsfonts/b018015l.pfb
Font=/home/jezbera/.fonts/Georgia_Bold_Italic.ttf
Font=/home/jezbera/.fonts/arialbd.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Webdings.ttf
Font=/usr/share/fonts/type1/gsfonts/b018032l.pfb
Font=/usr/share/fonts/X11/Type1/n021004l.pfb
Font=/home/jezbera/.fonts/courbi.ttf
Font=/usr/share/fonts/X11/Type1/c0632bt_.pfb
Font=/home/jezbera/.fonts/Webdings.ttf
Font=/usr/share/fonts/X11/Type1/c0582bt_.pfb
Font=/home/jezbera/.fonts/Times_New_Roman_Bold_Italic.ttf
Font=/usr/share/fonts/X11/Type1/n019003l.pfb
Font=/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf
Font=/usr/share/fonts/X11/Type1/n019004l.pfb
Font=/usr/share/fonts/truetype/unifont/unifont.ttf
Font=/home/jezbera/.fonts/Comic_Sans_MS.ttf
Font=/home/jezbera/.fonts/arialbi.ttf
Font=/usr/share/fonts/type1/gsfonts/b018035l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Times_New_Roman_Bold_Italic.ttf
Font=/usr/share/fonts/X11/Type1/c0611bt_.pfb
Font=/usr/share/fonts/X11/Type1/n022023l.pfb
Font=/usr/share/fonts/X11/misc/ter-u12n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/truetype/msttcorefonts/Verdana_Italic.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-BoldItalic.ttf
Font=/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Trebuchet_MS_Italic.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-Bold.ttf
Font=/usr/share/fonts/X11/Type1/n022024l.pfb
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Oblique.ttf
Font=/usr/share/fonts/type1/gsfonts/c059016l.pfb
Font=/usr/share/fonts/X11/misc/ter-u32n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/type1/gsfonts/s050000l.pfb
Font=/usr/share/fonts/truetype/freefont/FreeSans.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Arial_Black.ttf
Font=/usr/share/fonts/type1/gsfonts/c059013l.pfb
Font=/home/jezbera/.fonts/Arial_Bold.ttf
Font=/home/jezbera/.fonts/Times_New_Roman_Italic.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Times_New_Roman_Italic.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Times_New_Roman.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerifCondensed.ttf
Font=/home/jezbera/.fonts/andalemo.ttf
Font=/home/jezbera/.fonts/times.ttf
Font=/home/jezbera/.fonts/comicbd.ttf
Font=/usr/share/fonts/X11/Type1/c0419bt_.pfb
Font=/usr/share/fonts/type1/gsfonts/c059036l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Verdana.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-ExtraLight.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf
Font=/home/jezbera/.fonts/ariali.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/timesi.ttf
Font=/usr/share/fonts/type1/gsfonts/c059033l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Comic_Sans_MS.ttf
Font=/home/jezbera/.fonts/Courier_New_Bold_Italic.ttf
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoBI.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/comic.ttf
Font=/home/jezbera/.fonts/ariblk.ttf
Font=/home/jezbera/.fonts/trebucbd.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Verdana_Bold_Italic.ttf
Font=/usr/share/fonts/X11/Type1/n019063l.pfb
Font=/usr/share/fonts/type1/gsfonts/p052023l.pfb
Font=/usr/share/fonts/X11/Type1/n019064l.pfb
Font=/usr/share/fonts/type1/gsfonts/p052024l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/andalemo.ttf
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoBd.ttf
Font=/home/jezbera/.fonts/Trebuchet_MS_Bold_Italic.ttf
Font=/home/jezbera/.fonts/trebucit.ttf
Font=/usr/share/fonts/X11/Type1/c0649bt_.pfb
Font=/home/jezbera/.fonts/trebucbi.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMono.ttf
Font=/home/jezbera/.fonts/Courier_New.ttf
Font=/usr/share/fonts/type1/gsfonts/p052003l.pfb
Font=/usr/share/fonts/X11/Type1/n019043l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Courier_New_Bold_Italic.ttf
Font=/usr/share/fonts/X11/Type1/n019044l.pfb
Font=/usr/share/fonts/type1/gsfonts/a010013l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Arial.ttf
Font=/usr/share/fonts/type1/gsfonts/p052004l.pfb
Font=/home/jezbera/.fonts/Courier_New_Bold.ttf
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraMoIt.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/trebucbi.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Courier_New.ttf
Font=/home/jezbera/.fonts/georgiab.ttf
Font=/home/jezbera/.fonts/georgiaz.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationSerif-Bold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Georgia_Bold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/trebucit.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Italic.ttf
Font=/home/jezbera/.fonts/georgiai.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed-Bold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/georgiab.ttf
Font=/usr/share/fonts/type1/gsfonts/a010015l.pfb
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf
Font=/home/jezbera/.fonts/Verdana_Italic.ttf
Font=/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf
Font=/usr/share/fonts/truetype/freefont/FreeSerif.ttf
Font=/usr/share/fonts/type1/gsfonts/a010033l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/georgiai.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/georgiaz.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/ariblk.ttf
Font=/usr/share/fonts/X11/Type1/c059036l.pfb
Font=/home/jezbera/.fonts/Comic_Sans_MS_Bold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/trebucbd.ttf
Font=/home/jezbera/.fonts/Courier_New_Italic.ttf
Font=/usr/share/fonts/type1/gsfonts/n019043l.pfb
Font=/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf
Font=/usr/share/fonts/X11/Type1/c0633bt_.pfb
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationMono-Italic.ttf
Font=/usr/share/fonts/X11/Type1/c0583bt_.pfb
Font=/usr/share/fonts/type1/gsfonts/a010035l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/ariali.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationMono-BoldItalic.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Georgia_Bold_Italic.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Impact.ttf
Font=/usr/share/fonts/X11/Type1/d050000l.pfb
Font=/usr/share/fonts/X11/Type1/c059033l.pfb
Font=/home/jezbera/.fonts/trebuc.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/courbd.ttf
Font=/usr/share/fonts/type1/gsfonts/n019044l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Trebuchet_MS_Bold.ttf
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf
Font=/home/jezbera/.fonts/verdanab.ttf
Font=/usr/share/fonts/X11/Type1/c059016l.pfb
Font=/usr/share/fonts/type1/gsfonts/n019063l.pfb
Font=/home/jezbera/.fonts/verdanaz.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationMono-Bold.ttf
Font=/home/jezbera/.fonts/Trebuchet_MS_Italic.ttf
Font=/usr/share/fonts/type1/gsfonts/n022023l.pfb
Font=/usr/share/fonts/X11/Type1/c059013l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/courbi.ttf
Font=/home/jezbera/.fonts/verdanai.ttf
Font=/home/jezbera/.fonts/Georgia_Bold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/verdanaz.ttf
Font=/usr/share/fonts/type1/gsfonts/n019064l.pfb
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerifCondensed-Italic.ttf
Font=/usr/share/fonts/type1/gsfonts/n022024l.pfb
Font=/usr/share/fonts/X11/Type1/s050000l.pfb
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBI.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/verdanab.ttf
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraSe.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/comicbd.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf
Font=/usr/share/fonts/type1/gsfonts/n019003l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/trebuc.ttf
Font=/usr/share/fonts/truetype/freefont/FreeSansBold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/cour.ttf
Font=/usr/share/fonts/X11/Type1/b018032l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/verdanai.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/arialbi.ttf
Font=/home/jezbera/.fonts/Trebuchet_MS_Bold.ttf
Font=/usr/share/fonts/X11/Type1/b018035l.pfb
Font=/usr/share/fonts/type1/gsfonts/n019004l.pfb
Font=/home/jezbera/.fonts/Verdana_Bold.ttf
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf
Font=/usr/share/fonts/type1/gsfonts/n021003l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Georgia.ttf
Font=/usr/share/fonts/type1/gsfonts/n019023l.pfb
Font=/usr/share/fonts/type1/gsfonts/n021004l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Trebuchet_MS.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Courier_New_Bold.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/arialbd.ttf
Font=/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf
Font=/home/jezbera/.fonts/timesi.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationSans-Regular.ttf
Font=/usr/share/fonts/X11/Type1/b018012l.pfb
Font=/home/jezbera/.fonts/Arial_Bold_Italic.ttf
Font=/usr/share/fonts/type1/gsfonts/n022003l.pfb
Font=/home/jezbera/.fonts/comic.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Comic_Sans_MS_Bold.ttf
Font=/usr/share/fonts/X11/misc/ter-u14b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/Type1/b018015l.pfb
Font=/usr/share/fonts/truetype/ttf-bitstream-vera/VeraIt.ttf
Font=/usr/share/fonts/type1/gsfonts/n019024l.pfb
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerifCondensed-Bold.ttf
Font=/usr/share/fonts/type1/gsfonts/n021023l.pfb
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationSerif-Regular.ttf
Font=/usr/share/fonts/type1/gsfonts/n022004l.pfb
Font=/home/jezbera/.fonts/Arial.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerifCondensed-BoldItalic.ttf
Font=/usr/share/fonts/type1/gsfonts/n021024l.pfb
Font=/usr/share/fonts/X11/Type1/a010033l.pfb
Font=/usr/share/fonts/X11/Type1/a010035l.pfb
Font=/usr/share/fonts/X11/misc/ter-u24b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u16n_unicode.pcf.gz
Font=/usr/share/fonts/X11/Type1/z003034l.pfb
Font=/home/jezbera/.fonts/Georgia.ttf
Font=/home/jezbera/.fonts/Impact.ttf
Font=/usr/share/fonts/X11/misc/ter-u16b_unicode.pcf.gz
Font=/home/jezbera/.fonts/cour.ttf
Font=/usr/share/fonts/truetype/openoffice/opens___.ttf
Font=/usr/share/fonts/type1/gsfonts/d050000l.pfb
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-Italic.ttf
Font=/usr/share/fonts/X11/Type1/a010013l.pfb
Font=/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansCondensed-Oblique.ttf
Font=/usr/share/fonts/X11/Type1/a010015l.pfb
Font=/usr/share/fonts/X11/misc/ter-u28b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u24n_unicode.pcf.gz
Font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Oblique.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/timesbd.ttf
Font=/usr/share/fonts/X11/misc/ter-u20b_iso-8859-1.pcf.gz
Font=/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf
Font=/usr/share/fonts/X11/misc/ter-u14n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u14n_unicode.pcf.gz
Font=/usr/share/fonts/X11/Type1/p052004l.pfb
Font=/usr/share/fonts/X11/misc/ter-u24b_unicode.pcf.gz
Font=/usr/share/fonts/truetype/msttcorefonts/couri.ttf
Font=/usr/share/fonts/truetype/ttf-liberation/LiberationSans-BoldItalic.ttf
Font=/home/jezbera/.fonts/Times_New_Roman.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Verdana_Bold.ttf
Font=/home/jezbera/.fonts/Arial_Italic.ttf
Font=/usr/share/fonts/X11/misc/ter-u14b_unicode.pcf.gz
Font=/usr/share/fonts/truetype/msttcorefonts/timesbi.ttf
Font=/usr/share/fonts/X11/Type1/p052003l.pfb
Font=/home/jezbera/.fonts/couri.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Arial_Italic.ttf
Font=/usr/share/fonts/X11/misc/ter-u24n_iso-8859-1.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u32n_unicode.pcf.gz
Font=/home/jezbera/.fonts/Trebuchet_MS.ttf
Font=/usr/share/fonts/X11/Type1/p052024l.pfb
Font=/usr/share/fonts/truetype/msttcorefonts/Arial_Bold_Italic.ttf
Font=/usr/share/fonts/truetype/msttcorefonts/Trebuchet_MS_Bold_Italic.ttf
Font=/usr/share/fonts/X11/misc/ter-u32b_unicode.pcf.gz
Font=/usr/share/fonts/truetype/msttcorefonts/Andale_Mono.ttf
Font=/usr/share/fonts/X11/Type1/p052023l.pfb
Font=/usr/share/fonts/X11/misc/ter-u12n_unicode.pcf.gz
Font=/usr/share/fonts/X11/misc/ter-u28n_iso-8859-1.pcf.gz
Font=/home/jezbera/.fonts/Arial_Black.ttf

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: ia32-libs
Source-Version: 20120616

Hi,

with the introduction of multi-arch in wheezy the ia32-libs package can
finally be retired. There will be a transitional package for ia32-libs
to help users migrate more smoothly to multi-arch but that package is
empty and depends on the relevant 32bit packages from i386 to preserve
functionality.

Because of this I am closing this bug-report. If the problem still
exists under multi-arch then please file a new bug-report against the
relevant 32bit package directly.

MfG
        Goswin


--- End Message ---

Reply via email to