Rainer M Krug
2006-May-30 10:22 UTC
[Wine] Created rpm from wine 0.9.14 does not install - conflict with desktop-file-utils-0.10-9
Hi I downl;oaded the source distribution of wine 0.9.14 and compiled it as described in the readme file. I now created an rpm with checkinstall. My problem is that I can not install it, as it tells me that there is a conflict with the package desktop-file-utils-0.10-9: # rpm -Uvh wine-0.9.14-1.i386.rpm Preparing... ########################################### [100%] file /etc/opt/kde3/share/applications/mimeinfo.cache from install of wine-0.9.14-1 conflicts with file from package desktop-file-utils-0.10-9 file /opt/gnome/share/applications/mimeinfo.cache from install of wine-0.9.14-1 conflicts with file from package desktop-file-utils-0.10-9 file /opt/kde3/share/applications/mimeinfo.cache from install of wine-0.9.14-1 conflicts with file from package desktop-file-utils-0.10-9 file /usr/share/applications/mimeinfo.cache from install of wine-0.9.14-1 conflicts with file from package desktop-file-utils-0.10-9 I am using SuSE 10 and kde 3.51. Any ideas welcome, Rainer -- Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation Biology (UCT) Department of Conservation Ecology and Entomology University of Stellenbosch Matieland 7602 South Africa Tel: +27 - (0)72 808 2975 (w) Fax: +27 - (0)21 808 3304 Cell: +27 - (0)83 9479 042 email: RKrug@sun.ac.za Rainer@krugs.de
David Dawson
2006-May-31 02:40 UTC
[Wine] Created rpm from wine 0.9.14 does not install - conflict with desktop-file-utils-0.10-9
Rainer M Krug wrote:> Hi > > I downl;oaded the source distribution of wine 0.9.14 and compiled it as > described in the readme file. I now created an rpm with checkinstall. > > My problem is that I can not install it, as it tells me that there is a > conflict with the package desktop-file-utils-0.10-9: > > # rpm -Uvh wine-0.9.14-1.i386.rpm > Preparing... ########################################### > [100%] > file /etc/opt/kde3/share/applications/mimeinfo.cache from > install of wine-0.9.14-1 conflicts with file from package > desktop-file-utils-0.10-9 > file /opt/gnome/share/applications/mimeinfo.cache from install > of wine-0.9.14-1 conflicts with file from package > desktop-file-utils-0.10-9 > file /opt/kde3/share/applications/mimeinfo.cache from install of > wine-0.9.14-1 conflicts with file from package desktop-file-utils-0.10-9 > file /usr/share/applications/mimeinfo.cache from install of > wine-0.9.14-1 conflicts with file from package desktop-file-utils-0.10-9 > > I am using SuSE 10 and kde 3.51. > > > Any ideas welcome, > > RainerHere, try this patch (suitably applied). Solved the problem for me. courtesy of Plamen Vassilev http://www.winehq.org/pipermail/wine-patches/2006-May/026859.html -- If you wrestle in the mud with a pig. you both get dirty, and the pig likes it. -- Dave Dawson
David Dawson
2006-May-31 14:10 UTC
[Wine] Created rpm from wine 0.9.14 does not install - conflict with desktop-file-utils-0.10-9
Rainer M Krug wrote:> Hi > > I downl;oaded the source distribution of wine 0.9.14 and compiled it as > described in the readme file. I now created an rpm with checkinstall. > > My problem is that I can not install it, as it tells me that there is a > conflict with the package desktop-file-utils-0.10-9: > > # rpm -Uvh wine-0.9.14-1.i386.rpm > Preparing... ########################################### > [100%] > file /etc/opt/kde3/share/applications/mimeinfo.cache from > install of wine-0.9.14-1 conflicts with file from package > desktop-file-utils-0.10-9 > file /opt/gnome/share/applications/mimeinfo.cache from install > of wine-0.9.14-1 conflicts with file from package > desktop-file-utils-0.10-9 > file /opt/kde3/share/applications/mimeinfo.cache from install of > wine-0.9.14-1 conflicts with file from package desktop-file-utils-0.10-9 > file /usr/share/applications/mimeinfo.cache from install of > wine-0.9.14-1 conflicts with file from package desktop-file-utils-0.10-9 > > I am using SuSE 10 and kde 3.51. > > > Any ideas welcome, > > RainerMy first posted response might have been unhelpful, as I used the patch and installed Wine in a different way. First I uninstalled the previous version. Next I cd'd to the install directory and ./configure --prefix=/usr && make depend && make && su -c"make install" which put it in the /usr/ tree. I hope this is of at least some limited use. -- If you wrestle in the mud with a pig. you both get dirty, and the pig likes it. -- Dave Dawson