LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Wine 1.7.11 on Debian Sid (https://www.linuxquestions.org/questions/linux-software-2/wine-1-7-11-on-debian-sid-4175493896/)

ShaneRoach 02-05-2014 11:00 PM

Wine 1.7.11 on Debian Sid
 
I have been hacking away at this on and off for several days now. There is even another thread about the topic floating around here. But I thought I would ask a more straightforward question and hopefully get someone who has some insight.

Has anyone here gotten Wine 1.7.11 (development) working on Debian Sid? By "working" I mean actually running some Windows program, not merely being able to supposedly install the package. If so, how?

I've tried installing the latest wine from Sid's repos, downloading the deb package from WineHQ itself (which nearly broke package management for me :-7 ), and tried to find wine's 32 bit architecture, since trying to run wine in 64 bit mode keeps asking for it. I have multiarch installed, but apt-get refuses to install.

Oh, and I tried just going with Playonlinux. It reports Wine crashing before even the installation begins. It crashes just after creating the folder for the app you intend to install.

Here's a similar thread on Debian's own site.

jdkaye 02-06-2014 05:15 AM

Quote:

Originally Posted by ShaneRoach (Post 5112540)

Has anyone here gotten Wine 1.7.11 (development) working on Debian Sid? By "working" I mean actually running some Windows program, not merely being able to supposedly install the package. If so, how?

Do you mean you installed the wine1.7-dev package? Isn't that used for compiling wine from source code? Is that what you're trying to do?
jdk

qlue 02-06-2014 07:52 AM

A point about multiarch.
The theory with Multiarch is that you only install the 32bit libraries that you need.
unfortunately, most debian packages that require 32bit libraries seem to request a 32bit metapackage that is not compatible with multiarch.
I ran into a similar issue with a third party binary that I needed. I couldn't use their .deb because the dependencies were invalid for multiarch so I had to install from the tarball and determine the correct package dependencies and install them manually.

ShaneRoach 02-06-2014 09:34 AM

Quote:

Originally Posted by jdkaye (Post 5112609)
Do you mean you installed the wine1.7-dev package? Isn't that used for compiling wine from source code? Is that what you're trying to do?
jdk


It's beginning to look like that's what I need to do, but no. There are deb packages, as opposed to deb tarballs, that work with the package manager. When Wine would not function it kept looking for Wine32, so I uninstalled using package management, but then for some strange reason the package manager refused to remove wine64_unstable because "No substitute for wine". There was a work around for that in the bug tracking I was able to find to clean it all out, otherwise package management would have been stuck.


http://dev.carbon-project.org/debian/wine-unstable/

Both source and binary packages.

---------- Post added 02-06-14 at 09:35 AM ----------

Quote:

Originally Posted by qlue (Post 5112694)
A point about multiarch.
The theory with Multiarch is that you only install the 32bit libraries that you need.
unfortunately, most debian packages that require 32bit libraries seem to request a 32bit metapackage that is not compatible with multiarch.
I ran into a similar issue with a third party binary that I needed. I couldn't use their .deb because the dependencies were invalid for multiarch so I had to install from the tarball and determine the correct package dependencies and install them manually.

Ok, thanks. I will give that a try. It probably should have been the first thing I tried, but I am addicted to the package manager and just wanted it to work. lol


All times are GMT -5. The time now is 11:17 AM.