Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472114 - dev-php/pecl-imagick-3.0.1-r1: checking for MagickWand.h header file... configure: error: Cannot locate header file MagickWand.h
Summary: dev-php/pecl-imagick-3.0.1-r1: checking for MagickWand.h header file... confi...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-02 16:06 UTC by Den
Modified: 2014-10-30 19:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patche (pecl-imagick-3.0.1-r1.ebuild.patch,352 bytes, patch)
2013-06-02 16:06 UTC, Den
Details | Diff
config.m4 new patch (remove-header-check.patch,493 bytes, patch)
2013-06-02 16:07 UTC, Den
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ?