Hide Forgot
Description of problem: when trying to update my VM via vagrant, it seems to fail to install the python cartridge due to dependency problems. Version-Release number of selected component (if applicable): current. How reproducible: always. Steps to Reproduce: 1. do a vagrant sync -c 2. 3. Actual results: Error: Execution of '/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-python' returned 1: Error: Package: openshift-origin-cartridge-python-1.17.1-1.git.12.389a88c.fc19.noarch (origin-base) Requires: ta-lib-devel You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Error: /Stage[main]/Openshift_origin::Cartridges/Openshift_origin::Cartridges::Openshiftcartridge[python]/Package[openshift-origin-cartridge-python]/ensure: change from absent to present failed: Execution of '/bin/yum -d 0 -e 0 -y install openshift-origin-cartridge-python' returned 1: Error: Package: openshift-origin-cartridge-python-1.17.1-1.git.12.389a88c.fc19.noarch (origin-base) Requires: ta-lib-devel You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Expected results: Additional info:
probably a wrong category.
This was a missing dependency. The package was added to F19 dependency mirror and this issue should be fixed now. http://mirror.openshift.com/pub/origin-server/nightly/fedora-19/dependencies/x86_64/ta-lib-devel-0.4.0-1.fc19.x86_64.rpm http://mirror.openshift.com/pub/origin-server/nightly/fedora-19/dependencies/x86_64/ta-lib-0.4.0-1.fc19.x86_64.rpm
Verified on latest build openshift-origin-cartridge-python-1.17.6-1.git.0.5bd5650.fc19.noarch was installed successfully