You are not logged in.
I'm having a little trouble installing wine. I'm using waldorf with liquorix kernel
here's what i get when i try to install:
root@crunchbang:/home/neil# apt-get install wine
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 : Depends: wine1.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.i try wine1.5
root@crunchbang:/home/neil# apt-get install wine1.5
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:
wine1.5 : Depends: wine1.5-i386 (= 1.5.12-1) but it is not installable
Recommends: cups-bsd but it is not going to be installed
Recommends: ttf-umefont but it is not going to be installed
Recommends: ttf-unfonts-core but it is not going to be installed
Recommends: ttf-wqy-microhei but it is not going to be installed
Recommends: winbind but it is not going to be installed
E: Unable to correct problems, you have held broken packages.here's my apt-cache policy wine
root@crunchbang:/home/neil# apt-cache policy wine
wine:
Installed: (none)
Candidate: 1.5.12-1
Version table:
1.5.12-1 0
500 http://liquorix.net/debian/ sid/main amd64 Packages
1.4.1-4 0
500 http://http.debian.net/debian/ wheezy/main amd64 Packagesdoes anyone know what's wrong with it ?
Last edited by neil_fl (2012-11-17 05:36:34)
Offline
Hi neil
" The following packages have unmet dependencies:
wine1.5 : Depends: wine1.5-i386 (= 1.5.12-1) but it is not installable "
the dependencies obviously says it , since you are on 64 bit systems and want to pull a 86-arch package .. and as i understand this .. for wine 1.5 you have to enable multiarch to get the needed package which is "wine1.5-i386" . Check if /etc/dpkg/dpkg.cfg.d/multiarch with the content "foreign-architecture i386"
you would need ia32-libs
# there is Wine64, runs in true 64bit mode. It's considerably more buggy (at a basic level) than its 32bit brother and only a few applications can use it anywhere near reliably.
# you could also install wine 1.4 which supports win32 and win64 .
then set wine prefix to 32-bit execution, in terminal ;
export WINEPREFIX=prefix32
export WINEARCH=win32
winecfg
This is the proper way to do this. Installing multi-arch packages is a dirty fix that's likely to cause you trouble.
#! Linux User #556069 | IRC'ing @ chat.freenode.net
Offline
Debian is not Ubuntu
.
http://liquorix.net/debian/pool/main/w/wine1.5/
Those packages are Ubuntu packages tried to be debianized somehow, but these are not maded very well.
Offline
If you really want to test WINE 1.5 you could also backport the Ubuntu packages on Liquorix:
apt-get install debhelper dpkg-dev devscripts fakeroot build-essential pbuilder
wget http://liquorix.net/debian/pool/main/w/wine1.5/wine1.5_1.5.15-0ubuntu1.1.dsc
wget http://liquorix.net/debian/pool/main/w/wine1.5/wine1.5_1.5.15.orig.tar.bz2
wget http://liquorix.net/debian/pool/main/w/wine1.5/wine1.5_1.5.15-0ubuntu1.1.debian.tar.gz
cd wine1.5-1.5.15/debian
su -c /usr/lib/pbuilder/pbuilder-satisfydepends
debuild -b instead of the pbuilder command you could also use "apt-get build-dep wine".
Offline
How would i install wine1.4 as sary said ?
i tried this:
neil@crunchbang:~$ cd documents/wine/wine-1.4.1/
neil@crunchbang:~/documents/wine/wine-1.4.1$ ls
aclocal.m4 configure.ac include Makefile.in programs
ANNOUNCE COPYING.LIB libs Make.rules.in README
AUTHORS dlls LICENSE Maketest.rules.in server
config.log documentation LICENSE.OLD Make.vars.in tools
configure fonts loader po VERSION
neil@crunchbang:~/documents/wine/wine-1.4.1$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.Last edited by neil_fl (2012-11-17 18:14:56)
Offline
For 1.4 on Debian Testing (Wheezy / Waldorf)
sudo apt-get install wineOffline
^ You can see from his apt-cache policy that his candidate for installation is 1.5.12-1 and he wants 1.4
Edit: You're right, it's 1.4 in my wally
Last edited by dura (2012-11-17 20:28:51)
Offline
apt-get install -t wheezy wineOffline
apt-get install -t wheezy wine
that installed win64-bin for me.
i still can't install wine1.4
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.