Bug 1097697
| Summary: | lxc-template is not installable. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vaishnavi Bhat <vaishnavi> |
| Component: | lxc | Assignee: | Thomas Moschny <thomas.moschny> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | aneesh.kumar, karlthered, mhw, sagarun, thomas.moschny |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ppc64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | lxc-1.0.5-3.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-02 03:54:41 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: | |||
|
Description
Vaishnavi Bhat
2014-05-14 11:01:35 UTC
# yum install lxc-templates.ppc64
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package lxc-templates.ppc64 0:0.9.0-2.fc20 will be installed
--> Processing Dependency: dpkg for package: lxc-templates-0.9.0-2.fc20.ppc64
--> Processing Dependency: debootstrap for package: lxc-templates-0.9.0-2.fc20.ppc64
--> Processing Dependency: busybox for package: lxc-templates-0.9.0-2.fc20.ppc64
--> Running transaction check
---> Package debootstrap.noarch 0:1.0.59-1.fc20 will be installed
---> Package dpkg.ppc64 0:1.16.14-1.fc20 will be installed
---> Package lxc-templates.ppc64 0:0.9.0-2.fc20 will be installed
--> Processing Dependency: busybox for package: lxc-templates-0.9.0-2.fc20.ppc64
--> Finished Dependency Resolution
Error: Package: lxc-templates-0.9.0-2.fc20.ppc64 (updates)
Requires: busybox
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
yum install busybox
Loaded plugins: langpacks, refresh-packagekit
No package busybox available.
Error: Nothing to do
This looks like a PPC platform issue. LXC has a busybox template which would, of course, require busybox. Busybox is an independent package that seems to have been in Fedora 19 PPC but doesn't appear to have been build for Fedora 20 PPC. I have no idea why but it is in x86_64 and i686. Hi, Can we expect this to be fixed in Fedora 21 ? Thanks. lxc-1.0.5-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/lxc-1.0.5-2.el6 lxc-1.0.5-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/lxc-1.0.5-2.fc19 lxc-1.0.5-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/lxc-1.0.5-2.fc20 (In reply to Vaishnavi Bhat from comment #3) > Hi, > Can we expect this to be fixed in Fedora 21 ? > > Thanks. In the new lxc 1.0.5 packages, dependencies for templates have been dropped. So, the package should be installable at least (but some templates will not work, if the binaries needed by them are missing, obviously). Package lxc-1.0.5-2.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing lxc-1.0.5-2.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-2167/lxc-1.0.5-2.el6 then log in and leave karma (feedback). lxc-1.0.5-3.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. lxc-1.0.5-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. lxc-1.0.5-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. Installed the latest lxc-template version lxc-templates-1.0.5-5.fc20 without any dependency issues. Thanks. |