Bug 947356
| Summary: | Perl GD and Image::Magick fail to configure and build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OKD | Reporter: | Daniele Piccone <mild.taste> | ||||
| Component: | Containers | Assignee: | Jhon Honce <jhonce> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 2.x | CC: | bmeng, jhonce, sannam, wsun, xtian | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Windows | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-04-20 03:36:27 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: | |||||||
| Attachments: |
|
||||||
|
Description
Daniele Piccone
2013-04-02 08:33:46 UTC
Created attachment 730666 [details]
build_log
Reproduce this issue on STAGE(devenv-stage_332)
Attach the build.log for debug.
ImageMagick is already on the system and need not be added to the deplist.txt. The version of ImageMagick on CPAN is not yet supported by OpenShift Online. gd-devel has been added as a Perl dependency and will be available on the next production push. Change your deplist.txt to include GD. Fixed in https://github.com/openshift/origin-server/pull/2097 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/0617620145b780420d0dcf43358c0c6e6dc47601 Bug 947356 - Add Requires gd-devel * Support perl application developers using GD module Verified on devenv_3108, From comment#2, only GD will be fixed. <----> remote: Running .openshift/action_hooks/pre_build remote: .openshift/markers/force_clean_build found! Rebuilding perl modules remote: --> Working on GD remote: Fetching http://mirror1.ops.rhcloud.com/mirror/perl/CPAN/authors/id/L/LD/LDS/GD-2.49.tar.gz ... OK remote: Configuring GD-2.49 ... OK remote: Building GD-2.49 ... OK remote: Successfully installed GD-2.49 remote: 1 distribution installed <----> Move bug to verified. |