Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 537240

Summary: x11-wm/windowmaker-0.95.6 USE=webp - configure: error: explicit WEBP support requested but no library found
Product: Gentoo Linux Reporter: Charlie Gehlin <charlie>
Component: Current packagesAssignee: Gentoo Gnustep project <gnustep>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://www.mail-archive.com/wmaker-dev@lists.windowmaker.org/msg05605.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 'emerge --info'
Ebuild patch
windowmaker-0.95.6-detect_webp.patch

Description Charlie Gehlin 2015-01-21 14:00:16 UTC
When emerging x11-wm/windowmaker-0.95.6 w/USE="webp", configure fails to detect libwebp, even though it's installed. Upstream seems to have a patch.

Reproducible: Always

Steps to Reproduce:
1. emerge x11-wm/windowmaker
2.
3.
Actual Results:  
checking for PNG support library... -lpng
checking for JPEG support library... -ljpeg
checking for GIF support library... -lgif version:4
checking for TIFF support library... -ltiff
checking for WEBP support library... configure: error: explicit WEBP support requested but no library found

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-wm/windowmaker-0.95.6/work/WindowMaker-0.95.6/config.log
 * ERROR: x11-wm/windowmaker-0.95.6::gentoo failed (configure phase):
 *   econf failed


Will attach output from 'emerge --info'
Comment 1 Charlie Gehlin 2015-01-21 14:01:21 UTC
Created attachment 394498 [details]
'emerge --info'
Comment 2 Charlie Gehlin 2015-01-21 14:04:38 UTC
Created attachment 394500 [details, diff]
Ebuild patch

Proposed ebuild patch.
Comment 3 Charlie Gehlin 2015-01-21 14:06:02 UTC
Created attachment 394502 [details, diff]
windowmaker-0.95.6-detect_webp.patch

Proposed patch for m4-detection of webp, to place in 'files'-dir.
Comment 4 Bernard Cafarelli gentoo-dev 2015-01-22 09:24:12 UTC
Thanks for the report and link! The mentioned patch is indeed in upstream "next" branch, and configure check works better with it :)

I applied it unconditionally in current 0.95.6 ebuild, as it does change the configure result