Hi On 12/24/2014 09:15 AM, Adam Baxter wrote: > Thanks, I've been able to build 1.7.33 with this.
Great, glad to hear this. On 12/24/2014 09:09 PM, Michael Gilbert wrote: > On Wed, Dec 24, 2014 at 3:15 AM, Adam Baxter wrote: >> Thanks, I've been able to build 1.7.33 with this. > > There is a 1.7.33 package in experimental, would installing that be a > bit easier? Unless Adam wants to add some patches to wine, which happens quite often when using wine. >> Unfortunately they appear to be uninstallable on Jessie: > > If I had to guess multiarch is not configured, or perhaps more simply > the dependencies haven't been installed. An "apt-get install -f" > should resolve anything missing. Yes, most probably i386 not enabled. Otherwise I guess "apt-get install -f --ignore-hold" (due to the error message mentioning hold packages) would do the trick. (Or check it manually in a graphical package manager, look for correct versions and arch i386.) On 12/24/2014 09:15 AM, Adam Baxter wrote: > wine32-development-tools:i386 : Depends: gcc:i386 but it is not > installed > Depends: perl:i386 but it is not > installed > Depends: libgettextpo0:i386 but it is > not installed > wine64-development-tools : Depends: libwine-development-dev (= > 1.7.33-1) but it is not installed So you are on amd64. You can't install wine32-development-tools:i386 on amd64 because it depends on gcc:i386 which conflicts with your gcc:amd64. Greets jre _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
