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

Bug 472114

Summary: dev-php/pecl-imagick-3.0.1-r1: checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h
Product: Gentoo Linux Reporter: Den <undying-m>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED OBSOLETE    
Severity: normal CC: undying-m
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: ebuild patche
config.m4 new patch

Description Den 2013-06-02 16:06:36 UTC
Created attachment 349916 [details, diff]
ebuild patche

while trying to install pecl-imagick package, getting an error at the configure phase:

checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h

versions of packages:
dev-php/pecl-imagick-3.0.1-r1
media-gfx/imagemagick-6.8.5.4
dev-lang/php-5.3.23

I have changed the ebuild a bit and changed the patch that comes with that ebuild.
All changes I`m attached to the bug. After changes pecl module installed nicely.
Comment 1 Den 2013-06-02 16:07:26 UTC
Created attachment 349918 [details, diff]
config.m4 new patch
Comment 2 Rafał Mużyło 2013-06-02 22:52:14 UTC
A little nitpick - this kind of epatch belongs into src_prepare, not src_unpack.
Comment 3 Brian Evans (RETIRED) gentoo-dev 2014-09-30 03:10:37 UTC
Does this still occur with the current stable pecl-imagick-3.1.0_rc2 ?