Siduction Forum

Siduction Forum => Software - Support => Topic started by: mylo on 2012/06/19, 20:10:32

Title: wine auf hold
Post by: mylo on 2012/06/19, 20:10:32
Hallo,

wine ist seit längerer Zeit bei mir auf "hold".
Wo kann man erfahren, was da los ist und wie/wann es weitergeht?
Title: wine auf hold
Post by: devil on 2012/06/19, 20:44:11
apt-mark showhold

greetz
devil
Title: wine auf hold
Post by: Geier0815 on 2012/06/19, 20:57:17
Take a look in this thread (http://forum.siduction.org/index.php?topic=2443)

By the way: You are in the wrong forum or using the wrong language.
Title: wine auf hold
Post by: mylo on 2012/06/19, 22:24:03
sorry for that
Title: Re: wine auf hold
Post by: mylo on 2012/06/19, 22:26:38
Quote from: "devil"
apt-mark showhold

greetz
devil


shows nothing here, however

Code: [Select]
hängigkeitsbaum wird aufgebaut.      
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete sind zurückgehalten worden:
  wine
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.


Is that a contradiction? Is it just my box concerned?
Title: Re: wine auf hold
Post by: michaa7 on 2012/06/19, 23:50:32
Code: [Select]
apt-mark showhold

shows holds by user interaction. It does not show holds by maintainers.

But it is strange. When I do (on a 64 bit installation):

Code: [Select]
apt-get install wine -s

I get the following output:
Quote
# apt-get install wine -s
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.      
Statusinformationen werden eingelesen.... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
  wine64-bin
Die folgenden Pakete werden ENTFERNT:
  lmms wine-bin
Die folgenden NEUEN Pakete werden installiert:
  wine wine64-bin
0 aktualisiert, 2 neu installiert, 2 zu entfernen und 0 nicht aktualisiert.
Remv lmms [0.4.10-2.2]
Remv wine-bin [1.2.3-0.3]
Inst wine64-bin (1.4.1-1 Debian:unstable [amd64])
Inst wine (1.4.1-1 Debian:unstable [amd64])
Conf wine64-bin (1.4.1-1 Debian:unstable [amd64])
Conf wine (1.4.1-1 Debian:unstable [amd64])


Nothing on hold. Try to purge your old win installation (1.2.x) and install wine again.

I have no clue what prevents wine from being upgraded on your system.

Did you "apt-get update" before?
Title: Re: wine auf hold
Post by: cryptosteve on 2012/06/20, 05:25:13
It's not a good idea to upgrade wine these days, cause:

Code: [Select]
This is the wine64-bin helper package, which does not provide wine itself,
but instead exists solely to provide the following information about
enabling multiarch on your system in order to be able to install and run
the 32-bit wine packages.

The following commands should be issued as root or via sudo in order to
enable multiarch (the last command installs 32-bit wine):

  # dpkg --add-architecture i386
  # sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list
  # apt-get update
  # apt-get install wine-bin:i386

Be very careful as spaces matter above.  For kfreebsd systems, replace i386
and amd64 with kfreebsd-i386 and kfreebsd-amd64.  Note that this package
(wine64-bin) will be removed in the process.  For more information on the
multiarch conversion, see:
http://wiki.debian.org/Multiarch/HOWTO


and

Code: [Select]
[root@shangrila:~]# LANG=C apt-get install wine-bin: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:
 wine-bin:i386 : Depends: libwine-bin:i386 (= 1.4.1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Edit: Hmm, maybe I'm to stupid?! :) What are these held packages? Nothing at showhold, removed all old *wine* packages.
Title: Re: wine auf hold
Post by: michaa7 on 2012/06/20, 14:39:17
@cryptosteve

where do you have defined your debian mirror, in /etc/apt/sources.list or in /etc/apt/sources.list.d/debian.list?

Maybe

Code: [Select]
# sed -i 's/deb\ /deb\ [arch=amd64,i386]\ /g' /etc/apt/sources.list

does not cover your variation properly?
Title: Re: wine auf hold
Post by: cryptosteve on 2012/06/20, 16:42:08
Good one, michaa7. I fixed that but I get the same error.

Code: [Select]
[root@shangrila:~][root@shangrila:~]# dpkg -l | grep wine                  
ii  libkwineffects1abi3  

# LANG=C apt-get install wine-bin: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:
 wine-bin:i386 : Depends: libwine-bin:i386 (= 1.4.1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Title: Re: wine auf hold
Post by: Geier0815 on 2012/06/20, 16:47:47
What happens if you try "apt-get install wine-bin:i386 libwine-bin:i386"?
Title: Re: wine auf hold
Post by: cryptosteve on 2012/06/20, 17:03:31
Strange stuff :)

Code: [Select]
[root@shangrila:~]# LANG=C apt-get install wine-bin:i386 libwine-bin: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:
 libwine-bin:i386 : Depends: libwine:i386 (= 1.4.1-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Title: Re: wine auf hold
Post by: Geier0815 on 2012/06/20, 20:23:41
Ok, then try "apt-get install wine-bin:i386 libwine-bin:i386 libwine:i386" you see what's to do if there are more unsolved dependencies? I think it only will work if all packages from wine in i386 are installed.
Title: Re: wine auf hold
Post by: cryptosteve on 2012/06/20, 20:30:58
Hmm ... other output but still strange

Code: [Select]
[root@shangrila:~]# LANG=C apt-get install wine-bin:i386 libwine-bin:i386 libwine: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:
 libwine:i386 : Depends: libfreetype6:i386 (>= 2.2.1) but it is not going to be installed
                Depends: libpng12-0:i386 (>= 1.2.13-4) but it is not going to be installed
                Depends: libssl1.0.0:i386 (>= 1.0.0) but it is not going to be installed
                Depends: libxml2:i386 (>= 2.7.4) but it is not going to be installed
                Depends: zlib1g:i386 (>= 1:1.1.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Title: Re: wine auf hold
Post by: cryptosteve on 2012/06/20, 20:38:46
Well,
another apt-get update at 20:35 this evening fixed this problem. With the following dist-upgrade I installed

Code: [Select]
[root@shangrila:~]# apt-get dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.      
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
Die folgenden Pakete werden aktualisiert (Upgrade):
  kcalc kcharselect lib32z1 libxvidcore4 php5-cgi php5-common zlib1g
7 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.


Now I can reinstall wine

Code: [Select]
[root@shangrila:~]# LANG=C apt-get install wine-bin:i386 libwine-bin:i386 libwine:i386
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following extra packages will be installed:
  libfreetype6:i386 libpng12-0:i386 libssl1.0.0:i386 libwine-gecko-1.4 libxml2:i386 zlib1g:i386
Suggested packages:
  wine-doc:i386 libwine-cms:i386 libwine-sane:i386 libwine-ldap:i386 libwine-print:i386 libwine-openal:i386 libwine-gphoto2:i386
Recommended packages:
  libgsm1:i386 ttf-liberation:i386 libwine-gl:i386 libwine-alsa:i386 libwine-oss:i386 xml-core:i386
The following NEW packages will be installed:
  libfreetype6:i386 libpng12-0:i386 libssl1.0.0:i386 libwine:i386 libwine-bin:i386 libwine-gecko-1.4 libxml2:i386 wine-bin:i386 zlib1g:i386
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 91.1 kB/54.4 MB of archives.
After this operation, 139 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Title: Re: wine auf hold
Post by: mylo on 2012/06/20, 22:00:34
Quote from: "Geier0815"
What happens if you try "apt-get install wine-bin:i386 libwine-bin:i386"?


Hi Geier0815,
did you ask me? cryptosteve did hijack my thread.
Title: Re: wine auf hold
Post by: mylo on 2012/06/20, 22:02:25
Quote from: "michaa7"
...
Did you "apt-get update" before?


Sure michaa7,

I get
Code: [Select]
ins wine -s
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.      
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libwine libwine-alsa libwine-bin libwine-cms libwine-gecko-unstable libwine-gl libwine-gphoto2 libwine-ldap
  libwine-openal libwine-print libwine-sane
Use 'apt-get autoremove' to remove them.
Die folgenden zusätzlichen Pakete werden installiert:
  wine64-bin
Die folgenden Pakete werden ENTFERNT:
  wine-bin
Die folgenden NEUEN Pakete werden installiert:
  wine64-bin
Die folgenden Pakete werden aktualisiert (Upgrade):
  wine
1 aktualisiert, 1 neu installiert, 1 zu entfernen und 35 nicht aktualisiert.
Inst wine [1.2.3-0.3] (1.4.1-1 Debian:unstable [amd64]) []
Remv wine-bin [1.2.3-0.3] []
Inst wine64-bin (1.4.1-1 Debian:unstable [amd64])
Conf wine64-bin (1.4.1-1 Debian:unstable [amd64])
Conf wine (1.4.1-1 Debian:unstable [amd64])


I did apt-get autoremove, but this seems not working properly,as the recommendation shows up again.
Title: Re: wine auf hold
Post by: mylo on 2012/06/20, 22:11:46
Quote from: "michaa7"
...
Did you "apt-get update" before?


Hi michaa7,

sure, I get

Code: [Select]
ins wine -s
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.      
Statusinformationen werden eingelesen.... Fertig
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  libwine libwine-alsa libwine-bin libwine-cms libwine-gecko-unstable libwine-gl libwine-gphoto2 libwine-ldap
  libwine-openal libwine-print libwine-sane
Use 'apt-get autoremove' to remove them.
Die folgenden zusätzlichen Pakete werden installiert:
  wine64-bin
Die folgenden Pakete werden ENTFERNT:
  wine-bin
Die folgenden NEUEN Pakete werden installiert:
  wine64-bin
Die folgenden Pakete werden aktualisiert (Upgrade):
  wine
1 aktualisiert, 1 neu installiert, 1 zu entfernen und 35 nicht aktualisiert.
Inst wine [1.2.3-0.3] (1.4.1-1 Debian:unstable [amd64]) []
Remv wine-bin [1.2.3-0.3] []
Inst wine64-bin (1.4.1-1 Debian:unstable [amd64])
Conf wine64-bin (1.4.1-1 Debian:unstable [amd64])
Conf wine (1.4.1-1 Debian:unstable [amd64])


apt-get autoremove has been done before, but it seems it did its job not properly...
Title: Re: wine auf hold
Post by: mylo on 2012/06/20, 22:12:33
sorry for doubling, could not see first answer before...
Title: Re: wine auf hold
Post by: michaa7 on 2012/06/20, 22:14:19
I don't think this thread was hijacked, it seem CS found the solution
Title: Re: wine auf hold
Post by: cryptosteve on 2012/06/20, 22:19:13
Sorry mylo, yes, I highjacked this a bit.

Next time I'll open a single thread for this - first I thought this was an similar problem.
Title: Re: wine auf hold
Post by: mylo on 2012/06/21, 22:31:07
cryptosteve, no problem.
However I do not understand whether this solution is for me also...
Title: Re: wine auf hold
Post by: Geier0815 on 2012/06/22, 11:53:44
What's your problem? wine-bin will be de-installed, wine64-bin will go to be installed. What wine64-bin is, was descriebed by cryptosteve in this thread...

It seems to me that it could be better if you post your questions in the german section of the forum.
Title: Re: wine auf hold
Post by: mylo on 2012/06/22, 23:54:30
Thanks Geier0815,

english language is not my prob, I was rated 5 in english at the end of class 10, although this was a teacher related problem only. But that forced me to focuse on french. So today i am more or less trilingual.

Back to...I have to carefully read the thread and undertsand, you say everything is there, I believe.

In case I am back soon...
Title: Re: wine auf hold
Post by: ralul on 2012/06/23, 04:17:32
Wine is a mess at the moment (due to multi-arch?). Here are some bug from the last two weeks, but I didnt look into it:

http://bugs.debian.org/677996
wine [wine] Looks for Libs in /usr/local/lib/wine
http://bugs.debian.org/678388
wine64-bin upgrade of wine fails and then wine64-bin's instructions do not work
http://bugs.debian.org/676246
wine kernel32.dll.so has wrong VMA when built with -g
http://bugs.debian.org/677997
wine [wine] JAMMER Pro6 fails (used to run fine)
http://bugs.debian.org/678431
libwine-alsa-unstable empty/unusable on kfreebsd-i386
http://bugs.debian.org/677416
wine-bin-unstable uninstallable (missing Conflicts?)
http://bugs.debian.org/677201
libwine-unstable : arch-dependent files in Multi-Arch: same package
Title: Re: wine auf hold
Post by: michaa7 on 2012/06/23, 11:43:29
But you mix up things, those *wine-*-unstable packages are a different collection/version of wine packages. ***Both*** part of Debian Sid/Unstable.
Title: Re: wine auf hold
Post by: ralul on 2012/06/23, 12:14:53
Excuse for that, i didn't look into it.
Sometimes there are easy workarounds in bugs!
Someone of you should look it up!
Title: Re: wine auf hold
Post by: debianeux on 2012/06/23, 16:03:39
:?:
Title: Re: wine auf hold
Post by: michaa7 on 2012/06/23, 23:15:40
@debianeux

welcome to siduction ...

... which is *not* based on testing/stable but unstable