> $ sudo apt-get install wine32-development

In case this would be confusing, here is what I have:

$ apt-cache policy wine32-development
wine32-development:i386:
  Installed: 1.7.43-1
  Candidate: 1.7.43-1
  Version table:
 *** 1.7.43-1 0
        100 http://ftp.fr.debian.org/debian/ unstable/main i386 Packages
        100 /var/lib/dpkg/status
     1.7.29-4 0
        700 http://ftp.fr.debian.org/debian/ jessie/main i386 Packages


I believe (IMHO):

$ apt-cache show wine32-development | grep Depends
Depends: libc6 (>= 2.3.6-6~), libwine-development, x11-utils,
libncurses5, libfreetype6

should read instead:

Depends: libc6 (>= 2.3.6-6~), libwine-development (= 1.7.43-1),
x11-utils, libncurses5, libfreetype6


Manually installing libwine-development from sid did solve the issue here.

_______________________________________________
pkg-wine-party mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party

Reply via email to