Bug#882325: [pkg-wine-party] Bug#882325: wine32: Cannot install wine32 on strech. libwine:i386 problem

2017-11-21 Thread Dk Ribeiro
I already run apt update and upgrade, but when I try "apt install
libncurses5:i386" I get:

root@debian:/# apt install libncurses5:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libncurses5:i386 : Depends: libtinfo5:i386 (= 6.0+20161126-1+deb9u1) but
6.0+20170902-1 is to be installed
Recommends: libgpm2:i386 but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.
root@debian:/#


My /etc/apt/sources.list are like:

deb  http://deb.debian.org/debian stretch main contrib non-free
deb-src  http://deb.debian.org/debian stretch main contrib non-free

deb  http://deb.debian.org/debian stretch-updates main contrib non-free
deb-src  http://deb.debian.org/debian stretch-updates main contrib non-free

deb http://security.debian.org/ stretch/updates main contrib non-free
deb-src http://security.debian.org/ stretch/updates main contrib non-free

Em ter, 21 de nov de 2017 às 16:19, Jens Reyer 
escreveu:

> control: tags -1 moreinfo
>
> Hi
>
> this is usually because of version mismatches between amd64 libraries
> and their i386 counterpart. Since Wine depends on *many* libraries which
> need to come from *both* an 32-bit architecture and an 64-bit
> architecture users are often hit by this issue.
>
> To figure out which library exactly causes the problems please go down
> the dependency chain until you find the real culprit, e.g.:
>
> sudo apt install update
> sudo apt install libncurses5:i386
> ...
>
> Then report back.
>
> See also these two bugs:
>
> https://bugs.debian.org/879453 (some amd64 libraries were already
> installed from backports, but their new-to-be-installed i386
> counterparts per default come from pure stable) and
>
> https://bugs.debian.org/865387 (no fully updated system).
>
> Greets
> jre
>
> btw: Would be great if someone put this on https://wiki.debian.org/Wine.
>
-- 
*Dk Ribeiro*
desenvolvimento mobile & web
dkribeiro.com


Bug#882325: wine32: Cannot install wine32 on strech. libwine:i386 problem

2017-11-21 Thread Dk Ribeiro
Package: wine32
Severity: normal

Dear Maintainer,
I'm trying to install wine32 without success, everytime it shows the error:

wine32:i386 : Depends: libwine:i386 (= 1.8.7-2) but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.

I already fully update my system and tried to install libwine:i386, that shows:

The following packages have unmet dependencies:
 libwine:i386 : Depends: libncurses5:i386 (>= 6) but it is not going to be
installed
Depends: libldap-2.4-2:i386 (>= 2.4.7) but it is not going to
be installed
Depends: libmpg123-0:i386 (>= 1.13.7) but it is not going to be
installed
Depends: libpcap0.8:i386 (>= 0.9.8) but it is not going to be
installed
Depends: libpulse0:i386 (>= 0.99.1) but it is not going to be
installed
Recommends: libcups2:i386 (>= 1.4.0) but it is not going to be
installed
Recommends: libgnutls30:i386 (>= 3.5.0) but it is not going to
be installed
Recommends: libtiff5:i386 (>= 4.0.3) but it is not going to be
installed
Recommends: libxcursor1:i386 (> 1.1.2) but it is not going to
be installed
Recommends: libxslt1.1:i386 (>= 1.1.25) but it is not going to
be installed
Recommends: libgl1-mesa-dri:i386 but it is not going to be
installed
Recommends: libasound2-plugins:i386 but it is not going to be
installed
E: Unable to correct problems, you have held broken packages.



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

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



Bug#882325: [pkg-wine-party] Bug#882325: wine32: Cannot install wine32 on strech. libwine:i386 problem

2017-11-21 Thread Jens Reyer
control: tags -1 moreinfo

Hi

this is usually because of version mismatches between amd64 libraries
and their i386 counterpart. Since Wine depends on *many* libraries which
need to come from *both* an 32-bit architecture and an 64-bit
architecture users are often hit by this issue.

To figure out which library exactly causes the problems please go down
the dependency chain until you find the real culprit, e.g.:

sudo apt install update
sudo apt install libncurses5:i386
...

Then report back.

See also these two bugs:

https://bugs.debian.org/879453 (some amd64 libraries were already
installed from backports, but their new-to-be-installed i386
counterparts per default come from pure stable) and

https://bugs.debian.org/865387 (no fully updated system).

Greets
jre

btw: Would be great if someone put this on https://wiki.debian.org/Wine.