Bug 549190 - /etc/init.d/wine requires /usr/bin/wine from wine-common
Summary: /etc/init.d/wine requires /usr/bin/wine from wine-common
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wine
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-20 20:45 UTC by Jon Burgess
Modified: 2010-02-01 01:07 UTC (History)
1 user (show)

Fixed In Version: 1.1.36-1.fc12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-02-01 01:07:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jon Burgess 2009-12-20 20:45:48 UTC
Description of problem:
Attempting to execute a windows executable fails if wine-common is not installed

Version-Release number of selected component (if applicable):
$ rpm -qa wine\*
wine-fonts-1.1.32-1.fc12.noarch      
wine-desktop-1.1.32-1.fc12.noarch    
wine-core-1.1.32-1.fc12.i686         


How reproducible:
Every time

Steps to Reproduce:
1. yum remove wine-common
2. attempt to execute a windows exe
3.
$ /usr/i686-pc-mingw32/sys-root/mingw/bin/pg_config.exe
bash: /usr/i686-pc-mingw32/sys-root/mingw/bin/pg_config.exe: No such file or directory
$ ls -l /usr/i686-pc-mingw32/sys-root/mingw/bin/pg_config.exe
-rwxr-xr-x. 1 root root 71201 2008-11-12 23:41 /usr/i686-pc-mingw32/sys-root/mingw/bin/pg_config.exe


Actual results:

executable does not run unless wine-common is installed

$ sudo yum -y install wine-common
...
$ /usr/i686-pc-mingw32/sys-root/mingw/bin/pg_config.exe
BINDIR = Z:/usr/I686~BRS/sys-root/mingw/bin
DOCDIR = Z:/usr/I686~BRS/sys-root/mingw/doc/POST~SMW
...


Expected results:


Additional info:

The /etc/init.d/wine script from wine-desktop registers "/usr/bin/wine" as the binfmt interpreter for windows executables but the /usr/bin/wine executable is in wine-common. It looks like maybe wine-desktop should have a dependency on wine-common or maybe the init.d script should move?

Comment 1 Jon Burgess 2009-12-20 21:06:18 UTC
I can see other references to wine & notepad in the .desktop files. It looks like wine-dektop should depend on wine-common.

Comment 2 Fedora Update System 2010-01-20 06:56:51 UTC
wine-1.1.36-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/wine-1.1.36-1.fc12

Comment 3 Fedora Update System 2010-01-21 00:05:38 UTC
wine-1.1.36-1.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update wine'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0819

Comment 4 Fedora Update System 2010-02-01 01:06:56 UTC
wine-1.1.36-1.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.