Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  (solved) wine-bin hangs  (Read 15827 times)

Offline michaa7

  • User
  • Posts: 2.295
(solved) wine-bin hangs
« on: 2012/06/07, 15:39:47 »
wine-bin:i386 1.4-3


dpkg.log
Quote
2012-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
Quote
1 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

  • Guest
wine-bin hangs
« Reply #1 on: 2012/06/07, 17:31:02 »
wine ist ja auch auf hold gesetzt (bei 64 bit aktuell)

Offline michaa7

  • User
  • Posts: 2.295
wine-bin hangs
« Reply #2 on: 2012/06/08, 14:29:30 »
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

Offline swo

  • User
  • Posts: 25
wine-bin hangs
« Reply #3 on: 2012/06/08, 21:28:16 »
It is a Multiarch problem:

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

EDIT: Fixed Typo

mylo

  • Guest
Re: wine-bin hangs
« Reply #4 on: 2012/06/08, 22:07:43 »
Quote from: "michaa7"
...

@ mylo

It's 32 bit, nothing @ hold


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

Offline michaa7

  • User
  • Posts: 2.295
Re: wine-bin hangs
« Reply #5 on: 2012/06/09, 23:58:38 »
Quote from: "swo"
It is a Multiarch problem:

To activate Multiarch just do as root:
Code: [Select]
# dpkg --add-architecture <arch>
eg.:
Code: [Select]
# 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

Offline swo

  • User
  • Posts: 25
Re: wine-bin hangs
« Reply #6 on: 2012/06/10, 15:50:02 »
Sorry I mixed sth. up. I thought you where on amd64 achitecture where I had a similar problem.

Offline michaa7

  • User
  • Posts: 2.295
Re: wine-bin hangs
« Reply #7 on: 2012/06/10, 16:43:13 »
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

Offline michaa7

  • User
  • Posts: 2.295
Re: wine-bin hangs
« Reply #8 on: 2012/06/11, 14:46:18 »
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

Code: [Select]
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

Code: [Select]
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

Offline whistler_mb

  • User
  • Posts: 198
(solved) wine-bin hangs
« Reply #9 on: 2012/06/12, 11:11:37 »
Today, the update from wine-bin_1.4-4 to wine-bin_1.4-6 runs without problems.
Code: [Select]
$ 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

Offline Lanzi

  • User
  • Posts: 1.777
(solved) wine-bin hangs
« Reply #10 on: 2012/06/12, 15:04:40 »
@Whistler_mb: I still do not have wine-bin.
Which repo does it come from and what architecture (32/AMD64?)?

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
(solved) wine-bin hangs
« Reply #11 on: 2012/06/12, 15:06:48 »
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.

Offline michaa7

  • User
  • Posts: 2.295
(solved) wine-bin hangs
« Reply #12 on: 2012/06/12, 15:35:31 »
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

Offline Lanzi

  • User
  • Posts: 1.777
(solved) wine-bin hangs
« Reply #13 on: 2012/06/12, 17:42:51 »
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???

Offline michaa7

  • User
  • Posts: 2.295
(solved) wine-bin hangs
« Reply #14 on: 2012/06/12, 21:46:43 »
In your case I'd do

Code: [Select]
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