Wine Installation Failure


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Wine Installation Failure
# 1  
Old 03-29-2013
Wine Installation Failure

When I try to install wine either through yast or zypper it fails with below message:
zypper in wine
Code:
Refreshing service 'nu_novell_com'.
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides libOSMesa.so.8()(64bit) needed by wine-1.5.26-228.1.x86_64
 Solution 1: do not install wine-1.5.26-228.1.x86_64
 Solution 2: break wine by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c] (c):

I installed libOSMesa.so.8()(64bit) but then this error goes and more series of dependencies are missing.

There are many dependencies and installing each of them manually is cubersome.

Earlier I had installed wine 1.5.25.222.1 which got installed quickly but this version creates problem.

How can I get wine installed?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Gamit installation error: showing Failure in make_gamit -- install_software terminated

what i should to do next? read full query first please!! harshbhu@harshbhu:/usr/local/gg/10.6/updates/Source$ sudo ./install_software sudo: unable to resolve host harshbhu install_software version 2017/06/29 GAMIT and GLOBK to be installed into /usr/local/gg/10.6/updates/Source If... (0 Replies)
Discussion started by: ankit lohar
0 Replies

2. HP-UX

Sudo installation failure

Dear Guru, I want to install sudo in my HPUX 11.11 and i also already downloading the software from website sudo, and already install the depot using swinstall -c .... , after finish still can not find sudo . something wrong with my installation ? thank you # ls... (6 Replies)
Discussion started by: trisno
6 Replies

3. Post Here to Contact Site Administrators and Moderators

EEM Installation failure

I am trying to install EEM on Linux but found with below issue 27 Sep 2013 01:10:41 INFO iGateway - Check if we can upgrade from Linux 2.4 to 2.6 installer 27 Sep 2013 01:10:41 INFO iGateway - iGateway components conf, Spin.conf] Please suggest, If any further information is required... (1 Reply)
Discussion started by: rakesh_411
1 Replies

4. SuSE

Failure of Vmware Server 2 installation on SLES 11 SP2

Issue: I am trying to install Vmware Server 2(VMware-server-2.0.2-203138.x86_64) installation on SUSE Linux Enterprise Server 11 (x86_64) SP2 and it fails with error: None of the pre-built vmmon modules for VMware Server is suitable for your running kernel. Do you want this program to try... (3 Replies)
Discussion started by: rupeshkp728
3 Replies

5. Solaris

t2000 Sol10 installation failure

Hi folks, I've searched as much as possible with regards to the installation of Solaris 10 and this error that I keep getting no matter which arguments I use. sol-10-u9-ga-sparc-dvd.iso sc> showhost Sun-Fire-T2000 System Firmware 6.7.12 2011/07/06 20:03 Host flash versions: OBP... (3 Replies)
Discussion started by: dnetcrawler
3 Replies

6. Solaris

Solaris Re-installation failure

Hello Community. I had installed solaris 5.10 OS on an X86 server using a custom-jumpstart installation program and it was performed successfully. Due to some issues, i had to go for reinstallation using the same jumpstart but this time it failed giving below error. Starting Solaris... (1 Reply)
Discussion started by: mystition
1 Replies

7. UNIX for Dummies Questions & Answers

boot up failure unix sco after power failure

hi power went out. next day unix sco wont boot up error code 303. any help appreciated as we are clueless. (11 Replies)
Discussion started by: fredthayer
11 Replies

8. OS X (Apple)

GRUB Error and Installation Failure

...I haven't been here in along time! Anyways, I didn't know where I should put this, as this involves practically three OSes, so if this is in the wrong place, feel free to move it. Recently, I thought about this: installing OpenSUSE 10.1 on my Mac Mini's (Intel Core Duo) external hard... (0 Replies)
Discussion started by: Danny_10
0 Replies

9. Linux

Wine

# wine Endless.exe fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x3ffaa6a0)->(0001002a,00000008) fixme:dmime:IDirectMusicPerformance8Impl_Init (iface = 0x3ffabd98, dmusic = (nil), dsound = (nil), hwnd = (nil))... (0 Replies)
Discussion started by: Archduke Qualin
0 Replies

10. Linux

Wine

Hey, I've switched my main PC over to Mandrake 10.1. Everything is set up except for Wine. I'm having problems installing WoW(world of warcraft). It says that it can not install it because i may be out of hard drive room. I've checked and i'm not. Wine is installed on the correct... (1 Reply)
Discussion started by: byblyk
1 Replies
Login or Register to Ask a Question
WINETRICKS(1)						       Wine package manager						     WINETRICKS(1)

NAME
winetricks - manage virtual windows environments using wine SYNOPSIS
winetricks [options] [verb ... ] DESCRIPTION
winetricks is an easy way to work around common problems in Wine. It provides simple commands to tweak Wine settings, download and install missing Windows DLLs and fonts, or install various games or apps with appropriate workarounds for the current version of wine. It can be used via gui or commandline. The commandline mode is intended both for interactive use and as a building block in fancier wine frontends and in automated regression testing. winetricks with no arguments displays a GUI using either Zenity or Kdialog. OPTIONS
--force Don't check whether packages were already installed --gui Show gui diagnostics even when driven by commandline -k, --keep_isos Cache isos (allows later installation without disc) --no-clean Don't delete temp directories (useful during debugging) --no-isolate Don't install each app or game in its own bottle -q, --unattended Don't ask any questions, just install automatically -r, --ddrescue Retry hard when caching scratched discs --showbroken Even show verbs that are currently broken in wine -v, --verbose Echo all commands as they are executed -h, --help Display this message and exit -V, --version Display version and exit Commands: list list categories apps list list verbs in category 'applications' benchmarks list list verbs in category 'benchmarks' dlls list list verbs in category 'dlls' games list list verbs in category 'games' settings list list verbs in category 'settings' list-cached list cached-and-ready-to-install verbs list-download list verbs which download automatically list-manual-download list verbs which download with some help from the user list-installed list already-installed verbs prefix=foobar select WINEPREFIX=$HOME/.local/share/wineprefixes/foobar EXAMPLES
To see list of available packages to install: winetricks list-download To install a package: winetricks 7zip ENVIRONMENT VARIABLES
Wine checks several environment variables on startup: WINEPREFIX If set, this specifies the location of the default .wine directory ( usually $HOME/.wine ). WINE If set, this specifies which wine binary to use by default XDG_CACHE_HOME If set, this is path to system's user data cache (default: $HOME/.cache) W_CACHE path to Winetricks' user data cache (default: $XDG_CACHE_HOME/winetricks} AUTHORS
Dan Kegel, Austin English, and many others. For a complete list, please see the "Copyright" section in the file 'winetricks'. COPYRIGHT
winetricks is made available under the terms of the LGPL license. A copy of the license is in the file COPYING in the top-level directory of the source distribution. BUGS
Bugs may be reported at http://winetricks.org AVAILABILITY
The most recent version of winetricks can be downloaded from http://winetricks.org/download/releases/ The latest snapshot of the code may be obtained via svn; see http://code.google.com/p/winetricks/source/checkout For further information about winetricks see http://winetricks.org SEE ALSO
wine(1) Winetricks 20110429 April 2011 WINETRICKS(1)