Bug 885243

Summary: jenkins-phpdepend-deps - Imagemagick
Product: OKD Reporter: Sumana Annam <sannam>
Component: ContainersAssignee: Rob Millner <rmillner>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.xCC: jofernan, mfisher
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-07 21:46:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Sumana Annam 2012-12-07 21:39:35 UTC
Description of problem:

This was requested by few users - filing a bug for tracking this.

Hello,

I need php_depend analyzer on jenkins. I am installing it this way on .openshift/deplist.txt file:

pear.pdepend.org/PHP_Depend

but by default it requires Imagemagick on dependencies. It cant install imagemagick because:

Installing '/usr/lib64/php/modules/imagick.so' ERROR: failed to write /usr/lib64/php/modules/imagick.so (copy(/usr/lib64/php/modules/imagick.so): failed to open stream: Permission denied)

so I decide maybe I can in some way to set --onlyreqdeps for pear package, that will not install optional dependencies(imagemagick) ??

I tried to use on deplist.txt file this command: pear.pdepend.org/PHP_Depend --onlyreqdeps

but it doesnt work.

How I can solve this problem? maybe there is some way how to install imagemagick lib ?

https://openshift.redhat.com/community/forums/openshift/jenkins-phpdepend-deps#comment-25295




Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Rob Millner 2012-12-07 21:46:05 UTC
The PECL ImageMagic module will be installed in our systems at the end of this development cycle.

*** This bug has been marked as a duplicate of bug 884865 ***