| Summary: | Packages installed via Jenkins builds fail to take effect for Perl apps | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Zhe Wang <zhewang> |
| Component: | Image | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | mfojtik, xtian |
| 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: | 2014-01-24 03:30:35 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: | |
|
Description
Zhe Wang
2013-11-21 08:27:49 UTC
Further debugging: The bug only happens when installing a non-system-supported package, and it goes away when trying to install a system-supported one, like YAML. The problem seems to be that Jenkins install all dependencies to OPENSHIFT_DEPENDENCY_DIR but the PERL5LIB is not set to look into this directory... Pull request: https://github.com/openshift/origin-server/pull/4219 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/a873404e93304f46a21f5a042d6d87b7044be61a Bug 1032901 - Removed perl5lib folder from GIT and added to dependency_dirs Verified in devenv_4067. |