Wine auto update under Suse 10.3

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fredsie
Level 1
Level 1
Posts: 6
Joined: Wed Jun 24, 2009 5:25 am

Wine auto update under Suse 10.3

Post by fredsie »

The above has been working perfectly since I first installed Wine last year, successfully installing the updates which appear sometimes on a daily basis. It uses the main Suse 10.3 repositories, plus

software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/

However in the last couple of weeks the updates have all failed, giving a "missing dependencies" message showing many missing modules. I've tried uninstalling and reinstalling via YaST; the same dependency failures occur preventing the reinstall.

Any suggestions?

Thanks
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine auto update under Suse 10.3

Post by vitamin »

fredsie wrote: I've tried uninstalling and reinstalling via YaST; the same dependency failures occur preventing the reinstall. Any suggestions?
Try installing missing dependencies.
fredsie
Level 1
Level 1
Posts: 6
Joined: Wed Jun 24, 2009 5:25 am

Re: Wine auto update under Suse 10.3

Post by fredsie »

vitamin wrote:
fredsie wrote: I've tried uninstalling and reinstalling via YaST; the same dependency failures occur preventing the reinstall. Any suggestions?
Try installing missing dependencies.
Well that's what the fresh install should do. Looking in more detail it seems that the sources the install is looking for aren't present in the Suse repository in the locations it's using - "no installable source for ...".
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine auto update under Suse 10.3

Post by dimesio »

fredsie wrote:
vitamin wrote:
fredsie wrote: I've tried uninstalling and reinstalling via YaST; the same dependency failures occur preventing the reinstall. Any suggestions?
Try installing missing dependencies.
Well that's what the fresh install should do. Looking in more detail it seems that the sources the install is looking for aren't present in the Suse repository in the locations it's using - "no installable source for ...".
Have you disabled/removed any repositories lately?

Try installing the dependencies individually rather than relying on YaST to grab them automatically.

BTW, if the message from YaST says something about a vendor change, go ahead and accept it. It just means that YaST found the dependency in a different repository.

You might also want to clean up your package database. Run

Code: Select all

su
rpm --rebuilddb
from the command line.

Beyond that, you may want to upgrade openSUSE. 10.3 is getting pretty old, and some of the libraries available for it (libgnutls in particular) are outdated. I upgraded to 11.1 a few weeks ago for precisely that reason.
fredsie
Level 1
Level 1
Posts: 6
Joined: Wed Jun 24, 2009 5:25 am

Re: Wine auto update under Suse 10.3

Post by fredsie »

Thanks, I think you may well be right about moving on from 10.3.

I'm sure this is not really a dependencies error since the attempted install reports a huge range of things missing, and they can't all just have disappeared (especially as the existing install of Wine was still running fine).
fredsie
Level 1
Level 1
Posts: 6
Joined: Wed Jun 24, 2009 5:25 am

Post by fredsie »

Further to this, I've just run the updater again for the latest Wine upgrade and it worked fine!. Go figure. :roll:
Gustav Degreef

Wine auto update under Suse 10.3

Post by Gustav Degreef »

On 6/24/09, fredsie <[email protected]> wrote:
Thanks, I think you may well be right about moving on from 10.3.

I'm sure this is not really a dependencies error since the attempted install reports a huge range of things missing, and they can't all just have disappeared (especially as the existing install of Wine was still running fine).
I'm having precisely the same problem trying to update wine on Suse
10.3 whereas it has always worked since prior to wine 1.0 Gustav.
fredsie
Level 1
Level 1
Posts: 6
Joined: Wed Jun 24, 2009 5:25 am

Re: Wine auto update under Suse 10.3

Post by fredsie »

Gustav Degreef wrote: I'm having precisely the same problem trying to update wine on Suse
10.3 whereas it has always worked since prior to wine 1.0 Gustav.
Well at least it's not just me.

Gustav, I suggest you try it again as something seems to have been fixed in the latest update.
Andrew Neil Ramage

Wine auto update under Suse 10.3

Post by Andrew Neil Ramage »

I downloaded the latest version of wine from winehq - I also use
openSuSE 10.3 on a 64-bit system. I can't install it either 0 see below.

andrew@zeus:~/Download/RPM$ sudo rpm --install wine-1.1.24-4.1.i586.rpm
root's password:
error: Failed dependencies:
libgnutls.so.26 is needed by wine-1.1.24-4.1.i586
andrew@zeus:~/Download/RPM$

Andrew

On top of the world
On the edge of sheer heaven
Believe in this red-letter-day
Life comes to light

On Top of the World by Edenbridge (Shine, 2004)

~~~~~~~~~~~~~~~~~~~~~~

fredsie wrote:
The above has been working perfectly since I first installed Wine last year, successfully installing the updates which appear sometimes on a daily basis. It uses the main Suse 10.3 repositories, plus

software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/

However in the last couple of weeks the updates have all failed, giving a "missing dependencies" message showing many missing modules. I've tried uninstalling and reinstalling via YaST; the same dependency failures occur preventing the reinstall.

Any suggestions?

Thanks





fredsie
Level 1
Level 1
Posts: 6
Joined: Wed Jun 24, 2009 5:25 am

Re: Wine auto update under Suse 10.3

Post by fredsie »

Andrew Neil Ramage wrote: error: Failed dependencies:
libgnutls.so.26 is needed by wine-1.1.24-4.1.i586
[/quote]


Yes and I imagine you already have libgnutls.so.26 installed.
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine auto update under Suse 10.3

Post by dimesio »

Andrew Neil Ramage wrote: error: Failed dependencies:
libgnutls.so.26 is needed by wine-1.1.24-4.1.i586
There's a slightly newer package in the 10.3 repository now, wine-1.1.24-5.1.i586.rpm; try that. And make sure that you have the latest libgnutls installed.

If that doesn't work, you should contact the package maintainer. http://www.winehq.org/site/download
Gustav Degreef

Wine auto update under Suse 10.3

Post by Gustav Degreef »

On 6/25/09, dimesio <[email protected]> wrote:
Andrew Neil Ramage wrote:
error: Failed dependencies:
libgnutls.so.26 is needed by wine-1.1.24-4.1.i586
There's a slightly newer package in the 10.3 repository now, wine-1.1.24-5.1.i586.rpm; try that. And make sure that you have the latest libgnutls installed.

If that doesn't work, you should contact the package maintainer. http://www.winehq.org/site/download
Yes, now it worked fine.. Now no dependency problems at all. Gustav
Locked