 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

14th July 2009, 05:40 AM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Boise, ID
Age: 27
Posts: 25

|
|
|
Problems building Wine on x64 Fedora
I can get all of the 32 bit packages installed just fine, but when I run ./configure I get the following errors:
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: WARNING: icotool is missing, icons can't be rebuilt.
configure: WARNING: libxslt 32-bit development files not found, xslt won't be supported.
configure: WARNING: libpng 32-bit development files not found, PNG won't be supported.
I have looked everywhere and I figure out how to resolve these errors.
__________________
"Love is the answer, but what was the question?" -- Stuart Wilde
|

14th July 2009, 06:26 AM
|
 |
Registered User
|
|
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228

|
|
|
Why not just install it? "yum install wine"
|

14th July 2009, 07:58 AM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Boise, ID
Age: 27
Posts: 25

|
|
Quote:
Originally Posted by ozjd
Why not just install it? "yum install wine"
|
Because I am trying to run the very latest development build. Yum stops two versions ago and that one has a known regression that is causing me problems.
__________________
"Love is the answer, but what was the question?" -- Stuart Wilde
|

14th July 2009, 08:21 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Three of those warnings are easy to fix:
yum install libgphoto2-devel.i[3,5]86 libxslt-devel.i[3,5]86 libpng-devel.i[3,5]86
Use either i386 or i586, depending on your Fedora Release. This one I don't recognize:
Quote:
|
configure: WARNING: icotool is missing, icons can't be rebuilt.
|
Perhaps package icon-slicer is the one it wants ???
V
P.S.
Quote:
|
Because I am trying to run the very latest development build. Yum stops two versions ago
|
So: go fetch the latest build 1.1.25 from Koji (F10/11 only): http://koji.fedoraproject.org/koji/p...packageID=4106
Last edited by Hlingler; 14th July 2009 at 08:54 AM.
|

14th July 2009, 08:59 AM
|
 |
Registered User
|
|
Join Date: May 2008
Location: Germany
Age: 25
Posts: 166

|
|
You can get the latest wine-version from koji http://koji.fedoraproject.org/koji/b...buildID=113651.
If you still want to compile it: As far as i know you don't need all the packages that the ./configure-script suggests, it's just telling you what you could have installed for additional features (a package is only required if ./configure says "ERROR" or something like that). So just try it without that icotool thing. And if you can't live woithout it, you can get it here.
__________________
Desktop: Intel Core 2 Duo 2.13 GHz, 2 GB RAM, 2.5 TB HDD, GeForce 8600 GTS : Fedora 15 x86_64
Notebook: Dell xps with Intel Core 2 Duo 2.13 GHz, 4 GB RAM, 320 GB HDD , GeForce 8400m GS : Fedora 13 x86_64
Server: Intel Celeron 900 MHz, 128 MB RAM, 20 GB HDD: Debian stable
|

14th July 2009, 09:06 AM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Boise, ID
Age: 27
Posts: 25

|
|
Quote:
Originally Posted by Hlingler
Three of those warnings are easy to fix:
yum install libgphoto2-devel.i[3,5]86 libxslt-devel.i[3,5]86 libpng-devel.i[3,5]86
Use either i386 or i586, depending on your Fedora Release. This one I don't recognize:Perhaps package icon-slicer is the one it wants ???
V
P.S.So: go fetch the latest build 1.1.25 from Koji (F10/11 only): http://koji.fedoraproject.org/koji/p...packageID=4106
|
When I tried to install the RPM at that link you suggested, I got this error:
"The name org.freedesktop.PackageKit was not provided by any .service files"
But as far as installing those packages goes, yum said I already had them all installed, both the x64 and the i586 ones, which are what wine suggests I use. For some reason when I run ./configure wine says these packages are not installed, yet it sees all the other i586 packages I installed just for wine. Its really odd.
__________________
"Love is the answer, but what was the question?" -- Stuart Wilde
|

14th July 2009, 09:18 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
It appears that you're on F11 (x86_64), so you'll have to go to the link that kto posted, and manually fetch ALL of the wine*.i586 packages to match/update your currently-installed suite. Then install them with:
yum --nogpgcheck localupdate <insert-PATH-to-wine*.i586-packages> *.rpm
OR:
rpm -Uvh <insert-PATH-to-wine*.i586-packages> *.rpm
V
EDIT: OR: continue beating your head against a wall trying to compile this thing.
Last edited by Hlingler; 14th July 2009 at 09:22 AM.
|

14th July 2009, 09:51 AM
|
|
Registered User
|
|
Join Date: Oct 2008
Posts: 11

|
|
Well this can be done, though getting all of the packages indeed was a pain.
Here is what I have:
Code:
$ rpm -qa | grep 586 | grep -v wine
sane-backends-libs-1.0.19-15.fc11.i586
libraw1394-2.0.1-2.fc11.i586
tcp_wrappers-libs-7.6-55.fc11.i586
e2fsprogs-libs-1.41.4-10.fc11.i586
freetype1-devel-1.4-0.8.pre.fc11.i586
libjpeg-6b-45.fc11.i586
libxml2-2.7.3-2.fc11.i586
libvorbis-1.2.0-7.fc11.i586
libxslt-devel-1.1.24-4.fc11.i586
sane-backends-devel-1.0.19-15.fc11.i586
libSM-1.1.0-4.fc11.i586
avahi-0.6.25-3.fc11.i586
esound-libs-0.2.41-2.fc11.i586
libXxf86vm-1.0.2-2.fc11.i586
mesa-libGLU-7.6-0.1.fc11.i586
libxslt-1.1.24-4.fc11.i586
cups-devel-1.4-0.b2.18.fc11.i586
audit-libs-1.7.13-1.fc11.i586
libXNVCtrl-169.12-3.fc11.i586
libstdc++-4.4.0-4.i586
libXcursor-devel-1.1.9-4.fc11.i586
libattr-2.4.43-3.fc11.i586
db4-4.7.25-11.fc11.i586
mesa-dri-drivers-7.6-0.1.fc11.i586
libgphoto2-2.4.5-1.fc11.i586
gnutls-devel-2.6.6-1.fc11.i586
lcms-devel-1.18-2.fc11.i586
libfreebob-1.0.11-5.fc11.i586
libXtst-1.0.3-5.fc11.i586
libpcap-0.9.8-4.fc11.i586
libgcc-4.4.0-4.i586
libXrender-0.9.4-5.fc11.i586
libXinerama-devel-1.0.3-4.fc11.i586
libdaemon-0.13-2.fc11.i586
ncurses-libs-5.7-2.20090207.fc11.i586
openldap-devel-2.4.15-3.fc11.i586
libXrender-devel-0.9.4-5.fc11.i586
hal-libs-0.5.12-26.20090226git.fc11.i586
libxcb-devel-1.2-4.fc11.i586
libX11-1.2.1-2.fc11.i586
readline-5.2-14.fc11.i586
lcms-libs-1.18-2.fc11.i586
fontconfig-devel-2.6.99.behdad.20090508-1.fc11.i586
libiec61883-1.2.0-2.fc11.i586
xorg-x11-drv-nvidia-devel-185.18.14-2.fc11.i586
flac-1.2.1-5.fc11.i586
libXfixes-4.0.3-5.fc11.i586
zlib-1.2.3-22.fc11.i586
libtasn1-1.8-2.fc11.i586
ncurses-devel-5.7-2.20090207.fc11.i586
libusb-0.1.12-21.fc11.i586
mesa-libGL-7.6-0.1.fc11.i586
libXi-1.2.1-1.fc11.i586
libXext-devel-1.0.99.1-2.fc11.i586
libICE-1.0.4-7.fc11.i586
libtiff-3.8.2-13.fc11.i586
libX11-devel-1.2.1-2.fc11.i586
alsa-plugins-pulseaudio-1.0.20-2.fc11.i586
isdn4k-utils-3.2-64.fc11.i586
pulseaudio-libs-0.9.15-14.fc11.i586
libXau-1.0.4-5.fc11.i586
freetype-2.3.9-3.fc11.i586
libXext-1.0.99.1-2.fc11.i586
keyutils-libs-1.2-5.fc11.i586
libXrandr-1.2.99.4-3.fc11.i586
freeglut-2.4.0-16.fc11.i586
libdrm-2.4.6-7.fc11.i586
libsndfile-1.0.17-8.fc11.i586
libpng-devel-1.2.37-1.fc11.i586
SDL-devel-1.2.13-9.fc11.i586
libasyncns-0.7-2.fc11.i586
sqlite-3.6.12-3.fc11.i586
openssl-devel-0.9.8k-5.fc11.i586
freetype-devel-2.3.9-3.fc11.i586
libXinerama-1.0.3-4.fc11.i586
libgcrypt-1.4.4-4.fc11.i586
krb5-libs-1.6.3-20.fc11.i586
libxml2-devel-2.7.3-2.fc11.i586
libXrandr-devel-1.2.99.4-3.fc11.i586
libXxf86vm-devel-1.0.2-2.fc11.i586
mesa-libGLU-devel-7.6-0.1.fc11.i586
SDL-1.2.13-9.fc11.i586
libgphoto2-devel-2.4.5-1.fc11.i586
libxcb-1.2-4.fc11.i586
glibc-devel-2.10.1-2.i586
freetype1-1.4-0.8.pre.fc11.i586
libXcomposite-devel-0.4.0-7.fc11.i586
alsa-lib-1.0.20-1.fc11.i586
gdbm-1.8.0-31.fc11.i586
libcap-2.16-4.fc11.1.i586
compat-libstdc++-33-3.2.3-66.i586
xorg-x11-drv-nvidia-libs-185.18.14-2.fc11.i586
alsa-lib-devel-1.0.20-1.fc11.i586
libpng-1.2.37-1.fc11.i586
pulseaudio-utils-0.9.15-14.fc11.i586
expat-2.0.1-6.i586
libgpg-error-1.6-3.i586
cyrus-sasl-lib-2.1.22-22.fc11.i586
libexif-0.6.16-3.fc11.i586
libXdamage-1.1.1-6.fc11.i586
libXi-devel-1.2.1-1.fc11.i586
libvorbis-devel-1.2.0-7.fc11.i586
libXcomposite-0.4.0-7.fc11.i586
jack-audio-connection-kit-0.116.1-5.fc11.i586
isdn4k-utils-devel-3.2-64.fc11.i586
fontconfig-2.6.99.behdad.20090508-1.fc11.i586
dbus-libs-1.2.12-1.fc11.i586
openldap-2.4.15-3.fc11.i586
libieee1284-0.2.11-5.fc11.i586
libavc1394-0.5.3-5.fc11.i586
valgrind-3.4.1-3.i586
libogg-1.1.3-11.fc11.i586
nss-softokn-freebl-3.12.3-4.fc11.i586
libXcursor-1.1.9-4.fc11.i586
gnutls-2.6.6-1.fc11.i586
libtool-ltdl-2.2.6-11.fc11.i586
hal-devel-0.5.12-26.20090226git.fc11.i586
sane-backends-libs-gphoto2-1.0.19-15.fc11.i586
audiofile-0.2.6-10.fc11.i586
libselinux-2.0.80-1.fc11.i586
cups-libs-1.4-0.b2.18.fc11.i586
libogg-devel-1.1.3-11.fc11.i586
libjpeg-devel-6b-45.fc11.i586
Have fun
|

14th July 2009, 07:07 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Boise, ID
Age: 27
Posts: 25

|
|
Quote:
Originally Posted by Hlingler
It appears that you're on F11 (x86_64), so you'll have to go to the link that kto posted, and manually fetch ALL of the wine*.i586 packages to match/update your currently-installed suite. Then install them with:
yum --nogpgcheck localupdate <insert-PATH-to-wine*.i586-packages> *.rpm
OR:
rpm -Uvh <insert-PATH-to-wine*.i586-packages> *.rpm
V
EDIT: OR: continue beating your head against a wall trying to compile this thing. 
|
Will this work even though I have no installed wine at all?
__________________
"Love is the answer, but what was the question?" -- Stuart Wilde
|

14th July 2009, 07:19 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Quote:
|
Will this work even though I have no installed wine at all?
|
Yes, and no: the first command would need to be changed to:
yum --nogpgcheck localinstall <insert-PATH-to-wine*.i586-packages> *.rpm
The second command will work, irregardless of whether any wine* packages are currently installed or not.
Note that there is no functional difference between the two command options, except that installs/removes/updates via YUM are logged, whereas RPM transactions are not logged.
V
P.S. @ldesnogu: Your RPM query is extremely confusing: you used the "invert" switch ('-v'), meaning " exclude all with string wine"
Code:
rpm -qa | grep 586 | grep -v wine
Was there a purpose to this, or was this an inadvertant error?
Last edited by Hlingler; 14th July 2009 at 07:21 PM.
|

14th July 2009, 07:30 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Posts: 11

|
|
|
Since the original poster wanted to compile wine himself, I thought it made sense to remove wine packages (I have both official RPM for wine and a local git built version to experiment).
|

14th July 2009, 07:41 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Boise, ID
Age: 27
Posts: 25

|
|
Quote:
Originally Posted by ldesnogu
Well this can be done, though getting all of the packages indeed was a pain.
Here is what I have:
Have fun 
|
I tried to install those packages, most of them installed but a few didn't because I am running an older kernel, so I tried to update my kernel and now my machine won't boot. I can boot into the older kernel but not this new one.
Since this is off subject, I opened a new thread related to this problem.
http://forums.fedoraforum.org/showthread.php?t=226358
__________________
"Love is the answer, but what was the question?" -- Stuart Wilde
|

14th July 2009, 08:25 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Boise, ID
Age: 27
Posts: 25

|
|
|
Okay, I got the booting issue fixed, and got the remainder of those packages installed, I no longer get the message about icotool, but I am still getting these three:
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: WARNING: libxslt 32-bit development files not found, xslt won't be supported.
configure: WARNING: libpng 32-bit development files not found, PNG won't be supported.
I am almost certain these packages are installed, so I am not sure what could be wrong.
__________________
"Love is the answer, but what was the question?" -- Stuart Wilde
|

14th July 2009, 08:33 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
Quote:
|
I am almost certain these packages are installed, so I am not sure what could be wrong.
|
Did you install those three *-devel packages that I listed above ?
V
|

14th July 2009, 08:48 PM
|
|
Registered User
|
|
Join Date: Dec 2007
Location: Boise, ID
Age: 27
Posts: 25

|
|
Quote:
Originally Posted by Hlingler
Did you install those three *-devel packages that I listed above ?
V
|
I sure did, I even tried it again just to be sure:
Package libgphoto2-devel-2.4.5-1.fc11.i586 already installed and latest version
Package libxslt-devel-1.1.24-4.fc11.i586 already installed and latest version
Package 2:libpng-devel-1.2.37-1.fc11.i586 already installed and latest version
Nothing to do
__________________
"Love is the answer, but what was the question?" -- Stuart Wilde
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 23:21 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|