(solved) wine-bin hangs

Started by michaa7, 2012/06/07, 15:39:47

Previous topic - Next topic

michaa7

wine-bin:i386 1.4-3


dpkg.log
Quote2012-06-07 14:54:31 configure wine-bin:i386 1.4-3 <keine>
2012-06-07 14:54:31 status half-configured wine-bin:i386 1.4-3
2012-06-07 14:55:20 startup packages configure
2012-06-07 14:55:20 configure wine-bin:i386 1.4-3 <keine>
2012-06-07 14:55:20 status half-configured wine-bin:i386 1.4-3

dpkg-error message
Quote1 nicht vollständig installiert oder entfernt.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren [J/n]?
wine-bin (1.4-3) wird eingerichtet ...
update-alternatives: Fehler: unbekanntes Argument »/usr/share/man/*/man1/wine32.1.gz«
dpkg: Fehler beim Bearbeiten von wine-bin (--configure):
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 2 zurück
Fehler traten auf beim Bearbeiten von:
wine-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)


EDIT://

There already exist bug reports:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676432
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676320
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

mylo

wine ist ja auch auf hold gesetzt (bei 64 bit aktuell)

michaa7

There is a new version of wine-bin (1.4-4) which fixes this issue, but introduces newones (faulty dependencies between wine-bin and libwine-bin). So still not entirely solved.

@ mylo

It's 32 bit, nothing @ hold
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

swo

It is a Multiarch problem:

To activate Multiarch just do as root:
# dpkg --add-architecture <arch>
eg.:
# dpkg --add-architecture i386

EDIT: Fixed Typo

mylo

Quote from: "michaa7"...

@ mylo

It's 32 bit, nothing @ hold

sorry, forgot to emtion that I talked about 64-bit arch.

michaa7

Quote from: "swo"It is a Multiarch problem:

To activate Multiarch just do as root:
# dpkg --add-architecture <arch>
eg.:
# dpkg --add-architecture <i386

Thanks . I assume "# dpkg --add-architecture <i386" has a typo? I should be "# dpkg --add-architecture i386"?

I don't understand this whole thing. I am on i386, so why do I need to add architecture "i386"?

Do I need do change sources.list?
Do I need to add other architectures? What for?

After "# dpkg --add-architecture i386" the problem persists, can't d-u, can't update wine-bin .

I am lost.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

swo

Sorry I mixed sth. up. I thought you where on amd64 achitecture where I had a similar problem.

michaa7

Quote from: "swo"Sorry I mixed sth. up. I thought you where on amd64 achitecture where I had a similar problem.

Thanks for clarifying. Now I understand why I didn't understand what you suggested ;-)
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

michaa7

Finaly I found a solution.

Going back to v 1.4-3 was *not* possible, I couldn't d-u, couldn't purge, couldn't successfully "apt-get -f install"

Then I tried going back two versions to 1.2.3-0.3

dpkg -i /var/cache/apt/archives/wine-bin_1.2.3-0.3_i386.deb /var/cache/apt/archives/libwine-bin_1.2.3-0.3_i386.deb /var/cache/apt/archives/libwine_1.2.3-0.3_i386.deb

followed by

dpkg -i /var/cache/apt/archives/libwine-alsa_1.2.3-0.3_i386.deb

There still were problems with  libbz2-1.0. I therefore reinstalled half the system (but maybe reinstalling  libbz2-1.0 would be enough), and in the end wine* was installed in version 1.4-6 without problems.

It seems you only run into this problem if you ever installed wine-bin_1.4-4 which broke the system and didn't provide a clean upgrade path to 1.4-6.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

whistler_mb

Today, the update from wine-bin_1.4-4 to wine-bin_1.4-6 runs without problems.
$ apt-cache policy wine-bin
wine-bin:
 Installiert:           1.4-6
 Installationskandidat: 1.4-6
 Versionstabelle:
*** 1.4-6 0
       500 http://ftp.de.debian.org/debian/ sid/main i386 Packages
       100 /var/lib/dpkg/status
    1.2.3-0.3 0
       500 http://ftp.de.debian.org/debian/ testing/main i386 Packages

Lanzi

@Whistler_mb: I still do not have wine-bin.
Which repo does it come from and what architecture (32/AMD64?)?

towo

As you can see, he is using i386 (look in the codebox).
In 64bit there doesn't exist wine-bin for amd64.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

michaa7

Quote from: "whistler_mb"Today, the update from wine-bin_1.4-4 to wine-bin_1.4-6 runs without problems.

Hmm, although solved this whole thing will remain one of the incomprehensible eternal mysteries of computer science ;-)
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

Lanzi

so, it is not solved...

I use a amd64 architecture, last DU 2 days ago, and I cannot install wine due to a missing wine-bin (unerfüllte Abhängigkeiten)

If wine-bin does not exist on amd64, what can I do???

michaa7

In your case I'd do

dpkg --add-architecture i386
, then d-u

as there is no 64 bit wine:

http://www.debian-administration.org/articles/534
Ok, you can't code, but you still might be able to write a bug report for Debian's sake