Your message dated Sat, 14 Jan 2017 03:08:27 +0000
with message-id <e1csehf-00027r...@fasolo.debian.org>
and subject line Bug#838474: fixed in wine 1.8.6-2
has caused the Debian Bug report #838474,
regarding wineboot silently ignores unknown WINEARCH
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 ow...@bugs.debian.org
immediately.)


-- 
838474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wine
Version: 1.8.4-1
Severity: normal
File: /usr/share/man/man1/wine-stable.1.gz


The man page talks about WINEARCH, but lists wrong values.

With the referenced "win32" I just get an error:


    # WINEPREFIX=$PWD/w32 WINEARCH=win32 wine wineboot
    it looks like wine32 is missing, you should install it.
    multiarch needs to be enabled first.  as root, please
    execute "dpkg --add-architecture i386 && apt-get update &&
    apt-get install wine32"
    wine: created the configuration directory '.../w32'
    wine: '.../w32' is a 32-bit installation, it cannot support 64-bit 
applications.

Looks like "wine32" is meant:

    # rm -rf w32
    # WINEPREFIX=$PWD/w32 WINEARCH=wine32 wine wineboot
    it looks like wine32 is missing, you should install it.
    multiarch needs to be enabled first.  as root, please
    execute "dpkg --add-architecture i386 && apt-get update &&
    apt-get install wine32"
    wine: created the configuration directory '.../w32'
    err:ole:marshal_object couldn't get IPSFactory buffer for interface 
{00000131-0000-0000-c000-000000000046}
    err:ole:marshal_object couldn't get IPSFactory buffer for interface 
{6d5140c1-7436-11ce-8034-00aa006009fa}
    err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, 
hres=0x80004002
    err:ole:CoMarshalInterface Failed to marshal the interface 
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
    err:ole:get_local_server_stream Failed: 80004002
    err:ole:marshal_object couldn't get IPSFactory buffer for interface 
{00000131-0000-0000-c000-000000000046}
    err:ole:marshal_object couldn't get IPSFactory buffer for interface 
{6d5140c1-7436-11ce-8034-00aa006009fa}
    err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, 
hres=0x80004002
    err:ole:CoMarshalInterface Failed to marshal the interface 
{6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
    err:ole:get_local_server_stream Failed: 80004002
    Could not load wine-gecko. HTML rendering will be disabled.
    it looks like wine32 is missing, you should install it.
    multiarch needs to be enabled first.  as root, please
    execute "dpkg --add-architecture i386 && apt-get update &&
    apt-get install wine32"
    Could not load wine-gecko. HTML rendering will be disabled.
    wine: configuration in '.../w32' has been updated.


-- Package-specific info:
/usr/bin/wine points to /usr/bin/wine-stable.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages wine depends on:
ii  wine64  1.8.4-1

wine recommends no packages.

Versions of packages wine suggests:
ii  dosbox       0.74-4.2+b1
pn  playonlinux  <none>
ii  wine-binfmt  1.8.4-1
ii  winetricks   0.0+20160425-1

Versions of packages wine is related to:
ii  fonts-wine               1.8.4-1
ii  wine                     1.8.4-1
ii  wine-development [wine]  1.9.18-1
pn  wine32                   <none>
ii  wine64                   1.8.4-1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: wine
Source-Version: 1.8.6-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 838...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jens Reyer <jre.wine...@gmail.com> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 14 Jan 2017 02:01:07 +0100
Source: wine
Binary: wine wine32 wine64 wine32-preloader wine64-preloader wine32-tools 
wine64-tools libwine libwine-dev wine-binfmt fonts-wine
Architecture: source
Version: 1.8.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Wine Party <pkg-wine-pa...@lists.alioth.debian.org>
Changed-By: Jens Reyer <jre.wine...@gmail.com>
Description:
 fonts-wine - Windows API implementation - fonts
 libwine    - Windows API implementation - library
 libwine-dev - Windows API implementation - development files
 wine       - Windows API implementation - standard suite
 wine-binfmt - Windows API implementation - binfmt support
 wine32     - Windows API implementation - 32-bit binary loader
 wine32-preloader - Windows API implementation - prelinked 32-bit binary loader
 wine32-tools - Windows API implementation - 32-bit developer tools
 wine64     - Windows API implementation - 64-bit binary loader
 wine64-preloader - Windows API implementation - prelinked 64-bit binary loader
 wine64-tools - Windows API implementation - 64-bit developer tools
Closes: 838474 845334 848839
Changes:
 wine (1.8.6-2) unstable; urgency=medium
 .
   [ Jens Reyer ]
   * Cherrypick changes from master:
     - Reorganize patches and add some metadata.
     - Drop shlib-exit-calls.patch.
     - Drop openal.patch, fixed upstream.
     - Simplify the foreign-arch test in the wine script.
     - Let wine suggest winbind.
     - Change trigger interest to noawait (LP: 1652434).
     - Documentation updates.
     - Blacklist some extensions for native file type association
       (closes: #845334).
   * Sort packages in debian/control.in.
   * Drop obsolete entries from d/clean.
   * Check for invalid WINEARCH values (closes: #838474).
   * Generate and install wine.svg icon.
   * Add initial AppStream metainfo file (closes: #848839).
Checksums-Sha1:
 bf32a0071c4d3f21a1f22f9da054ce8826453a48 3618 wine_1.8.6-2.dsc
 2396820b9c5b8ccaeca3ee8d85d6ddda1d261dbf 87704 wine_1.8.6-2.debian.tar.xz
Checksums-Sha256:
 e0dba78d4943dee08b2b2fecc43952666c86f4ec3ec9fef1ab86715e97c0c239 3618 
wine_1.8.6-2.dsc
 bfef7fa16434b0b002947f60aac67cbfa31507d05ce850de69e837ce8f2ed1c2 87704 
wine_1.8.6-2.debian.tar.xz
Files:
 547d870c0b6769c0b23b9810872099d3 3618 otherosfs optional wine_1.8.6-2.dsc
 bc8327971d4390fc64ab8c74f34b9976 87704 otherosfs optional 
wine_1.8.6-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEo+4EaAPA6D5jhqo9YIQSAytXMHYFAlh5fSMACgkQYIQSAytX
MHb6YBAAkXFvSVdgB7e2/RrjBxYG7ZTIYDGmODseZjJWp95lmsKVJC1bdDS8R3pm
kldHzvHI7+T92el3AO8F1p1kHbvLkVRvHAj2J8PGS3sIFzSTkxKsEhGMvaJpgEAr
OVTC6jyN5UlAsvU7abnLhKBJxeAvAlWLqOwCvOnfMIxIVEv7sy3BLKwujfIXBQ72
7zZQD87Ga/T9TA4ww8nwD66XqoQDsim33TQmJRt9U2uBNyzhDGu5pONxUfFNheHg
nndu6dWunrgOI0kaFHX8o8PVGHz+7lOZNgwSjuPerKItjPthG1ghykwWlWNTYFqc
IHopWWm/zYsc9fBbrIekYC0/0Oy3Qd7cFHqRGt29kJUYC2yqNPwOgIV+kGn5XbTY
I/9qawPz+O09Dzre5VxXFBpi12wYN/AMUZwWySxSAWhWn7zxk4qr/bma5hWc74ew
AuWNkoJUIsmIjeXB7HQ39qD/F9+d8AD8RGEkmTYPQ40RSQ3Wb2+Ls4/o1dHxzJI2
yYMDV1CppRmft1x3g3ZDxXzczmrihVU50gMcafROYOa44JHwA3hvOqvw5R0xOnEt
k+1f+03BwKf9YwXzaVgPhhjqOhM7pyjKZ2UV2zQHlV078Jmz5UG27KzNllJBbPzt
DT2CAVjCoK5jymSBu9m2hyy2wayxvQC7RGI9OnMBqQUxpX/rbc0=
=E3eP
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to