Page 1 of 1

[SOLVED] Software Manager - Clicking on Wine hangs

Posted: Sun Dec 02, 2012 3:21 am
by Orbmiser
On Mint 14 Cinnamon "Nadia" 64bit
Software Manager hangs when I click on Wine in favorites just constant circle been 10 mins. And have to close it.
Synaptic try to mark Wine 1.4 or 1.5 and get "Could not apply changes!Fix broken packages first."

I Select Fix broken packages and get
"E: Unable to correct problems, you have held broken packages.
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
E: Unable to correct problems, you have held broken packages.
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies"

Does Wine install in Mint 14 Cinnamon "Nadia" 64bit?
Tried this and failed - http://linux.hootip.com/wine-1-5-18/#comment-270

And also tried:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.5

No Joy! Any help would be appreciated as tried to find the answer myself.
Could it be an added repo that causes this?
Way to default back to default repo's?

Thanks!
.

Re: Software Manager - Clicking on Wine hangs

Posted: Mon Dec 03, 2012 3:27 am
by HardBoiled
I had posted the same question the the ubuntu administrator taking care of the latest wine ppa. Here is his answer,

change the nadia in the sources.list ppa entry to precise and things should work, assuming they use something similar.

~Maarten

and guess what, after hours of me frying my brain cells installing gcc some other compilers, and dling the wine Binary; Maarten's answer worked without a hitch. Smooth install on the first attempt. I am confident that this will work for you too. :wink:

Re: Software Manager - Clicking on Wine hangs

Posted: Mon Dec 03, 2012 4:20 am
by Orbmiser
I have http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise main
and http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu precise (Source Code) selected.

And also
http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu quantal main
http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu quantal main (Source Code)

Are these in conflict? As tried with both quantal unchecked and still just hangs for minutes and have to close. other entries in featured work fine. Synaptic gives those errors in first post above.

Confused as what Nadia entry? there are none saying nadia. Need exact
repo url or link to your solution at ubuntu.
Thanks!
.

Re: Software Manager - Clicking on Wine hangs

Posted: Mon Dec 03, 2012 6:29 pm
by Orbmiser
Any insights as still waiting for the wizard that knows! :shock:
Can't seem to track down the issue of software center chocking on just Wine package?
Repo problem?
.

Re: Software Manager - Clicking on Wine hangs

Posted: Sat Dec 15, 2012 5:23 pm
by Orbmiser
Did a Clean & Fresh Install and still can't install Wine. Same issues as posted above.

Has anyone recently installed Wine? And successful? Or is it Broken?
Thanks.
.

Re: Software Manager - Clicking on Wine hangs

Posted: Sat Dec 15, 2012 5:42 pm
by zerozero
Orbmiser
what is the output of

Code: Select all

dpkg --print-foreign-architectures

Re: Software Manager - Clicking on Wine hangs

Posted: Sat Dec 15, 2012 7:11 pm
by Orbmiser
zerozero wrote:Orbmiser
what is the output of

Code: Select all

dpkg --print-foreign-architectures
Nothing just returns prompt.
.

Re: Software Manager - Clicking on Wine hangs

Posted: Sat Dec 15, 2012 7:21 pm
by zerozero
you installed using an RC iso? http://blog.linuxmint.com/?p=2211
those isos were lacking multiarch support (needed to run 32bit app in 64bit systems like wine, googleearth, skype)
the fix is easy

Code: Select all

sudo dpkg --add-architecture i386

Code: Select all

apt update

Re: Software Manager - Clicking on Wine hangs *** Solved ***

Posted: Sat Dec 15, 2012 8:36 pm
by Orbmiser
zerozero wrote:you installed using an RC iso? http://blog.linuxmint.com/?p=2211
those isos were lacking multiarch support (needed to run 32bit app in 64bit systems like wine, googleearth, skype)
the fix is easy

Code: Select all

sudo dpkg --add-architecture i386

Code: Select all

apt update

Yer the Man!
Thanks that cleared up a Head scratching last week and tried other searching & solutions to no avail.
And So the RC versions are not upgraded to stable iso? I assumed that updates would resolve that?

This Learning sometimes Hair-Pulling,Cussing & Spitting Coffee.
But as a result My last Two Good Brain Cells have started to Divide & Multiply Again! :shock:

Again a Life Savior here in these Forums Thanks!
.

Re: [SOLVED] Software Manager - Clicking on Wine hangs

Posted: Sun Dec 16, 2012 12:12 pm
by zerozero
glad you got it sorted :)
Orbmiser wrote:And So the RC versions are not upgraded to stable iso? I assumed that updates would resolve that?
most of the time and with most situations found in the rc cycle that is true: updating solves any issue found and running an rc updated or a stable is exactly the same. not this time :shock: and regarding only this multiarch issue.