[Bug 37534] 1.7.30 ./configure errors to report

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 10 22:36:14 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=37534

Todd Chester <ToddAndMargo at zoho.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---

--- Comment #3 from Todd Chester <ToddAndMargo at zoho.com> ---
(In reply to Sebastian Lackner from comment #1)
> > 
> > Would your please fix these errors?  I have attached my config.log.  You
> > will note in the log that it does indeed find libpng.
> 
> Most of these issues cannot be fixed in Wine itself, the messages are
> correct and you are just missing the right packages.
> 
> libXrender:
> You are missing libXrender-devel.

What makes you think that?
$ rpm -qa libXrender-devel | grep -i i686
libXrender-devel-0.9.8-2.1.el6.i686

> OpenGL:
> You are missing mesa-libGL-devel (or some equivalent package).

Indeed I am missing it.  Would you please fix the error message so that it
states plainly which LibGL is wants.  "Yum whatprovies */opengl" lights up with
probably 50 choices.  Not from the log or any other source did it state
"mesa-libGL".

> 
> Sound:
> Pulseaudio is not supported by wine, you are most likely missing
> alsa-lib-devel. Alsa then redirects the sound to pulseaudio (if you have the
> right packages installed).

Again indeed.  From the error message, how was I suppose to know that. 
Especially since I have 

$ rpm -qa *\wine-alsa\* | grep -i i686
wine-alsa-1.6.1-1.el6.i686

installed.  Would you please correct the error message?


> 
> For libxslt / libpng: The detection should work fine, but its impossible to
> tell whats going wrong in your case without having the full config.log.

The log I attached is 63084 lines long.  There is a longer one?  Oh my
goodness!

> Please attach it to this bug report. Moreover, please also provide a list of
> files in the libxslt / libpng package.


libxslt:  Line 140916:

$ rpm -qa *\libxslt\* | grep -i i686
libxslt-1.1.26-2.el6_3.1.i686
libxslt-devel-1.1.26-2.el6_3.1.i686

I am not missing the package.  You threw an "-lz" switch that bombed out

configure:10935: libxslt cflags: -I/usr/include/libxml2  
configure:10936: libxslt libs: -lxslt -lz -lm -lxml2  
...
configure:10957: checking for -lxslt
configure:10982: gcc -m32 -o conftest -g -O2  -I/usr/include/libxml2   
conftest.c -lxslt -lxslt -lz -lm -lxml2    >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libz.so when searching for -lz
/usr/bin/ld: cannot find -lz    <------------------------------------------
collect2: ld returned 1 exit status
configure:10982: $? = 1



libpng: Line 19332:

$ rpm -qa *\png\* | grep -i i686
libpng-devel-1.2.49-1.el6_2.i686
libpng-1.2.49-1.el6_2.i686

It could not find "lpng".  "libpng" was installed.  "lpng" comes from
"zlib-devel", not "libpng".  You reported the wrong package.  So you have
another reporting error to fix.

configure:12960: checking for -lpng
configure:12985: gcc -m32 -o conftest -g -O2  -I/usr/include/libpng12   
conftest.c -lpng -lpng12   -lm -lz  >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libz.so when searching for -lz
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list