| Summary: | Can't install lib for perl app | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Yan Du <yadu> |
| Component: | Containers | Assignee: | Andy Goldstein <agoldste> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | ||
| 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:25:33 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
Yan Du
2013-10-21 07:12:03 UTC
That PR may be overstepping https://github.com/openshift/origin-server/commit/fbb17b410955975faf43d0ae02142165a28e22c9#diff-f892fbb85282798c1d6921dd64d2f8a9 It needs to be reviewed by Andrew Goldstein. We're closing PR 3944 and replacing it with the one below. We've changed the way dependency directories are created. https://github.com/openshift/origin-server/pull/3945 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/f5c6a410f2a76802d6cf0bf4a6befdec5b6aff8b Bug 1021356 Fix location of .cpanm directory. test on devenv_3925, lib can be installed successfully for perl app. [root@Daphne perl1]# echo YAML > deplist.txt [root@Daphne perl1]# git add .; git commit -am change1; git push [master 6b23665] change1 Committer: root <root@Daphne.(none)> 1 files changed, 1 insertions(+), 0 deletions(-) Counting objects: 5, done. Delta compression using up to 8 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 250 bytes, done. Total 3 (delta 1), reused 0 (delta 0) remote: Stopping Perl cartridge remote: [Mon Oct 21 22:32:13 2013] [warn] PassEnv variable SHELL was undefined remote: [Mon Oct 21 22:32:13 2013] [warn] PassEnv variable USER was undefined remote: [Mon Oct 21 22:32:13 2013] [warn] PassEnv variable LOGNAME was undefined remote: Waiting for stop to finish remote: Building git ref 'master', commit 6b23665 remote: Building Perl cartridge remote: --> Working on YAML remote: Fetching http://mirror1.ops.rhcloud.com/mirror/perl/CPAN/authors/id/M/MS/MSTROUT/YAML-0.84.tar.gz ... OK remote: ==> Found dependencies: ExtUtils::MakeMaker remote: --> Working on ExtUtils::MakeMaker remote: Fetching http://mirror1.ops.rhcloud.com/mirror/perl/CPAN/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-6.80.tar.gz ... OK remote: Configuring ExtUtils-MakeMaker-6.80 ... OK remote: Building ExtUtils-MakeMaker-6.80 ... OK remote: Successfully installed ExtUtils-MakeMaker-6.80 (upgraded from 6.55_02) remote: Configuring YAML-0.84 ... OK remote: Building YAML-0.84 ... OK remote: Successfully installed YAML-0.84 (upgraded from 0.70) remote: 2 distributions installed remote: Preparing build for deployment remote: Prepared deployment artifacts in /var/lib/openshift/5265e3558e215305d9000001/app-deployments/2013-10-21_22-32-17.056 remote: Deployment id is 5a16c1bc remote: Activating deployment remote: Starting Perl cartridge remote: Result: success remote: Activation status: success remote: Deployment completed with status: success To ssh://5265e3558e215305d9000001.rhcloud.com/~/git/perl1.git/ 4f330e6..6b23665 master -> master move bug to verified |