Bug 963517
| Summary: | lapack-devel is missing in puddle that cause openshift-origin-cartridge-python fail to be installed. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
| Component: | Containers | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 1.2.0 | CC: | libra-onpremise-devel |
| 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: | 2013-06-28 15:46:50 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: | |||
Sorry, this was do to my overzealous packaging cleanup. It will be fixed in the next puddle. Verified this bug with 1.2/2013-05-16.1, and PASS. ========================================================================================================================================================================================= Package Arch Version Repository Size ========================================================================================================================================================================================= Installing: openshift-origin-cartridge-python noarch 0.4.1-1.git.209.ce3ef80.el6op openshift_node 50 k Installing for dependencies: blas-devel x86_64 3.2.1-4.el6 openshift_node 132 k lapack-devel x86_64 3.2.1-4.el6 openshift_node 4.5 M Transaction Summary ========================================================================================================================================================================================= Closing all bugs introduced, fixed, and verified during 1.2 release work (thus never shipped). |
Description of problem: lapack-devel is missing in puddle that cause openshift-origin-cartridge-python fail to be installed. Due to lapack-devel has dependency with blas-devel, so blas-devel should also be included into node repo. Version-Release number of selected component (if applicable): 1.2/2013-05-15.1 How reproducible: Always Steps to Reproduce: 1.Seup node repo 2.Install python cartridge. # yum install openshift-origin-cartridge-python 3. Actual results: # yum install openshift-origin-cartridge-python <--snip--> --> Processing Dependency: lapack-devel for package: openshift-origin-cartridge-python-0.4.1-1.git.156.203d58c.el6op.noarch --> Finished Dependency Resolution Error: Package: openshift-origin-cartridge-python-0.4.1-1.git.156.203d58c.el6op.noarch (openshift_node) Requires: lapack-devel You could try using --skip-broken to work around the problem Expected results: openshift-origin-cartridge-python should be installed. Additional info: