[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#680421: marked as done (wine: On fresh installation, only three fonts are available)



Your message dated Thu, 12 Jul 2012 21:48:36 +0000
with message-id <E1SpRFU-0003LU-S9@franck.debian.org>
and subject line Bug#680421: fixed in wine 1.4.1-2
has caused the Debian Bug report #680421,
regarding wine: On fresh installation, only three fonts are available
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 owner@bugs.debian.org
immediately.)


-- 
680421: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680421
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wine
Version: 1.4.1-1
Severity: serious
Justification: renders package unusable

I installed wine on an amd64 system on which no i386 packages had been
installed yet, removed the ~/.wine directory and ran notepad. (See below
for details.) The Fonts dialog box (Edit/Font...) showed only three TTF
fonts: Marlett, Symbol, Tahoma which have been installed with wine and
can be found in /usr/share/wine/fonts.

Apparently wine can't access other fonts that are installed on the
system and expecting the strace logs of the startup process shows the
reason: Locating and loading libfontconfig.so.1 failed multiple times.
It was not installed because no dependency had been declared. 

Installing libfontconfig1:i386 solved the problem. libwine should Depend
on libfontconfig1.

This bug has been there for quite a while. It probably wasn't noticed
earlier because most desktop installations have had libfontconfig
installed. For i386 wine binary packages on amd64 systems, this is about
to change in wheezy.

Cheers,
-Hilko

$ rm -rf ~/.wine
$ dpkg --print-architecture
amd64
$ dpkg --print-foreign-architectures
i386
$ sudo apt-get purge .*:i386
[...]
$ sudo apt-get install wine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  gcc-4.7-base:i386 libasound2:i386 libc6:i386 libc6-i686:i386
  libdrm-intel1:i386 libdrm-nouveau1a:i386 libdrm-radeon1:i386
  libdrm2:i386 libexpat1:i386 libffi5:i386 libfreetype6:i386
  libgcc1:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386
  libglapi-mesa:i386 libglu1-mesa:i386 libgpm2:i386 libgsm1:i386
  libice6:i386 libjpeg8:i386 liblzma5:i386 libmpg123-0:i386
  libncurses5:i386 libpciaccess0:i386 libpng12-0:i386 libsm6:i386
  libssl1.0.0:i386 libstdc++6:i386 libtinfo5:i386 libuuid1:i386
  libwine:i386 libwine-alsa:i386 libwine-bin:i386 libwine-gl:i386
  libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb-glx0:i386
  libxcb1:i386 libxcomposite1:i386 libxcursor1:i386 libxdamage1:i386
  libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxi6:i386
  libxinerama1:i386 libxml2:i386 libxrandr2:i386 libxrender1:i386
  libxxf86vm1:i386 wine-bin:i386 zlib1g:i386
Suggested packages:
  libasound2-plugins:i386 libglide3:i386 wine-doc:i386 libwine-cms:i386
  libwine-sane:i386 libwine-ldap:i386 libwine-print:i386
  libwine-openal:i386 libwine-gphoto2:i386
Recommended packages:
  ttf-liberation:i386 xml-core:i386
The following NEW packages will be installed:
  gcc-4.7-base:i386 libasound2:i386 libc6:i386 libc6-i686:i386
  libdrm-intel1:i386 libdrm-nouveau1a:i386 libdrm-radeon1:i386
  libdrm2:i386 libexpat1:i386 libffi5:i386 libfreetype6:i386
  libgcc1:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386
  libglapi-mesa:i386 libglu1-mesa:i386 libgpm2:i386 libgsm1:i386
  libice6:i386 libjpeg8:i386 liblzma5:i386 libmpg123-0:i386
  libncurses5:i386 libpciaccess0:i386 libpng12-0:i386 libsm6:i386
  libssl1.0.0:i386 libstdc++6:i386 libtinfo5:i386 libuuid1:i386
  libwine:i386 libwine-alsa:i386 libwine-bin:i386 libwine-gl:i386
  libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb-glx0:i386
  libxcb1:i386 libxcomposite1:i386 libxcursor1:i386 libxdamage1:i386
  libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxi6:i386
  libxinerama1:i386 libxml2:i386 libxrandr2:i386 libxrender1:i386
  libxxf86vm1:i386 wine wine-bin:i386 zlib1g:i386
0 upgraded, 54 newly installed, 0 to remove and 3 not upgraded.
Need to get 1414 kB/70.6 MB of archives.
After this operation, 228 MB of additional disk space will be used.
Do you want to continue [Y/n]? 
[...]
$ wine notepad

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages wine depends on:
ii  wine-bin  1.4.1-1

wine recommends no packages.

wine suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: wine
Source-Version: 1.4.1-2

We believe that the bug you reported is fixed in the latest version of
wine, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 680421@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Gilbert <mgilbert@debian.org> (supplier of updated wine package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 12 Jul 2012 17:34:23 -0400
Source: wine
Binary: wine wine-bin wine64-bin libwine-dbg libwine-dev libwine libwine-alsa libwine-bin libwine-capi libwine-cms libwine-gl libwine-gphoto2 libwine-ldap libwine-openal libwine-oss libwine-print libwine-sane
Architecture: source amd64
Version: 1.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Wine Party <pkg-wine-party@lists.alioth.debian.org>
Changed-By: Michael Gilbert <mgilbert@debian.org>
Description: 
 libwine    - Windows API implementation - library
 libwine-alsa - Windows API implementation - ALSA sound module
 libwine-bin - Windows API implementation - system services
 libwine-capi - Windows API implementation - ISDN module
 libwine-cms - Windows API implementation - color management module
 libwine-dbg - Windows API implementation - debugging symbols
 libwine-dev - Windows API implementation - development files
 libwine-gl - Windows API implementation - OpenGL module
 libwine-gphoto2 - Windows API implementation - camera module
 libwine-ldap - Windows API implementation - LDAP module
 libwine-openal - Windows API implementation - OpenAL module
 libwine-oss - Windows API implementation - OSS sound module
 libwine-print - Windows API implementation - printing module
 libwine-sane - Windows API implementation - scanner module
 wine       - Windows API implementation - standard suite
 wine-bin   - Windows API implementation - binary loader
 wine64-bin - Windows API implementation - binary loader
Closes: 678388 680120 680421
Changes: 
 wine (1.4.1-2) unstable; urgency=medium
 .
   [ Michael Gilbert ]
   * Improve multiarch instructions (closes: #680120).
 .
   [ Hilko Bengen ]
   * Conflict with ubuntu wine packages (closes: #678388).
   * Add fontconfig and other library dependencies (closes: #680421).
   * Add misc:Pre-Depends.
Checksums-Sha1: 
 8fe048c192edc269ea4c3d3b4b0ce73a224b8f6b 4679 wine_1.4.1-2.dsc
 1c019c352549ef8f3a04621adb727dea129c5fe1 72253 wine_1.4.1-2.diff.gz
 e07228688583832d083bac3781b30276a0edca0b 956 wine_1.4.1-2_amd64.deb
 a4bfbf1c93ea4dcdcc5317327b8c364836531ec9 1536 wine64-bin_1.4.1-2_amd64.deb
Checksums-Sha256: 
 03bb09db2ba25eba91512843536d6dd57f53d410390ad50ba68875fddebd3bdc 4679 wine_1.4.1-2.dsc
 24074d924c5779fd0a4b514ad713e28d2521758748c3a612024781bf0d12b4b4 72253 wine_1.4.1-2.diff.gz
 a907f417a06fc4d82f0d777b745800faf33de0ff061311825ddc59c654b43f4e 956 wine_1.4.1-2_amd64.deb
 86c519a226461e0203b89eb7387a686f712407985c5934bf86f7b4e412387b84 1536 wine64-bin_1.4.1-2_amd64.deb
Files: 
 87360a7245918e50103d38937014965f 4679 otherosfs optional wine_1.4.1-2.dsc
 0e5077ed480ac65ef5a9d3e9ccdd3f7d 72253 otherosfs optional wine_1.4.1-2.diff.gz
 d8d36777b46b0ffa0c620562857a73a8 956 otherosfs optional wine_1.4.1-2_amd64.deb
 94b173b8330f50b887c75b3ed270d410 1536 otherosfs optional wine64-bin_1.4.1-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQQcBAEBCAAGBQJP/0OXAAoJELjWss0C1vRziEwf/2ZiZVKZDSalkFnFY4ShJJKz
gLZaDnEqDHWpC+qS4AXUID0Ae+zEUl5iFBhfIKepi96mAho8Amhhx61x4tVKX6dH
r285ZGGKa/GRryzvP0RkMLP8DbzaJu57UNw0XZs27ZKTUGzlqyErtN5OIgEjqB4f
5AwmFMk5icuFHO7CS2mPArbiWAE/uNXZnrahUiejlC2DEqJYUF50iR91pg/5WfzG
fPJGroi8NJ/972wQEoe85KFy40Bxev0XyxWdu6Z1NIPGctNZrpW/nDVKdiSvkepq
NHT9XFxQttmtc+CNIaETqt0Y+3EbMRxqQlwRpaCSp5jmAGJda9+5KgtLpeGk3qhz
ZoOw4/KAJWNQJz12k9vZhIvdxMr8cqNbujFT1OrPEcGDx4vaIBYpXzMpAXAPZFKP
dbN3p5vEnTPB5XEBhLRNzfHMFfO9s9sQrGc2BcZ24JTgfZW9apRrL5ueVMG7qLde
pMceBTygWBkqYuX+3A1tBIsnTNCJm9Kff3x7Xo1KJhIRwk3hkL98QhR4nObtok2h
puZKUJQxYVGpU2k6h9Jd040rsSV/uKuLOLeU2wcuYwS83Rf49IwEFoWlWw2HA6Lc
qQ5B4hgQVYhrImo1N3HlzIZzQ4T6KyJjxKKpIvlPyjHik4X0mi/meo2t6cpHT5z0
uW1l2tWISC0acZKK+W5DC2aFsXJoxvy7t0e2POZhEtf5D4Tejz1KqFitq/5Mzf2K
89pCK+C8e8B3C42lbT7BqeltJwuQXuphN8L0AtaqT5KHGviDipnNOjWUEyzDDZ/l
xU/cNz05GHaHDtWeyIrTD95pL+8ZNwydt4z7ahEL3IdMMpVq6v+MMp5W9ui6x5Oz
6CMqebOcvWLlxu6cyEhhF5N0KqlrjaboUReVBVEM6e6Go+LZ0kVaLkb1yLTgDqNw
lwpTIkkdu6gNjPHi4AhlPjE05IVBmGvtPYfnvEJAw3/qtHE+p1G0CoRY7RS39vJ7
lRvLFJVyF3oKknQ+b2Bw1w3fE+mCu4k3gQl1qoRlWMbHGtVpZcDWC+YjGBv4QOaV
jVetU2IGkD4B9cALfdCiOqLTRYf1vp1fUu88ZaCl6RGQCxryenWazmKzlwVxnD8h
/Yq24OSmGCSgYGeeES4lDmC7y9Q97hsWL6T+0iLQY94U5BRdKkzJiH+/5nums7BE
9OKKh3B0btI0imovlMbs0Kh0+UPwYOR4JIRkyPWDHg/0vVJhbBZjF9UD0DOk8Jnu
5wQZCRJRHP1XruPbGK3MMMeIUdf3Lo9lnStMuQ7fX4dNijqc5VUEIa59ma6eayNe
Wpsr2YVn4SgHZjhqgCL44G3NEUjSSd9r7JZoF7aNK/HnpZ5rTVKopOJQDE54UqU=
=XnLa
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: