[pkg-wine-party] Bug#733556: still in jessie ?

Mathieu Malaterre malat at debian.org
Thu Nov 6 12:19:45 UTC 2014


Control: reopen -1
Control: found -1 1.6.2-8

for some reason I cannot get binfmts to handle wine properly.

On a brand new jessie installation:

$ cat bla.c
int main() { return 0; }
$ i686-w64-mingw32-gcc -o bla.exe bla.c
$ WINEPREFIX=$HOME/.wine32 ./bla.exe && echo "ok"
run-detectors: unable to find an interpreter for ./bla.exe

Same goes for:

$ x86_64-w64-mingw32-gcc -o bla2.exe bla.c
$ WINEPREFIX=$HOME/.wine64 ./bla2.exe && echo "ok"
run-detectors: unable to find an interpreter for ./bla2.exe

Executing using `wine32 bla.exe` and/or `wine64 bla2.exe` do work however.

with:

$ file bla.exe
bla.exe: PE32 executable (console) Intel 80386, for MS Windows
$ file bla2.exe
bla2.exe: PE32+ executable (console) x86-64, for MS Windows

I do not see anything related to wine in binfmts:

$ ls /usr/share/binfmts
cli  jar  python2.7  python3.4

system information:

$ apt-cache policy wine32 wine64 mingw-w64 g++-mingw-w64-i686
wine32:i386:
  Installed: 1.6.2-8
  Candidate: 1.6.2-8
  Version table:
 *** 1.6.2-8 0
        500 http://ftp.fr.debian.org/debian/ jessie/main i386 Packages
        100 /var/lib/dpkg/status
wine64:
  Installed: 1.6.2-8
  Candidate: 1.6.2-8
  Version table:
 *** 1.6.2-8 0
        500 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status
mingw-w64:
  Installed: 3.2.0-2
  Candidate: 3.2.0-2
  Version table:
 *** 3.2.0-2 0
        500 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status
g++-mingw-w64-i686:
  Installed: 4.9.1-7+14.2
  Candidate: 4.9.1-7+14.2
  Version table:
 *** 4.9.1-7+14.2 0
        500 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status



More information about the pkg-wine-party mailing list