Bug 1945740
| Summary: | vagrant seems to be missing a dependency on rexml | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Emilio Cobos Álvarez (:emilio) <emilio> | ||||
| Component: | vagrant-libvirt | Assignee: | Pavel Valena <pvalena> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 34 | CC: | ekohlvan, emilio, fgustavs, iolo, jturel, lmohanty, madam, philipp, pvalena, steve, strzibny, tadej.j, thrcka, urisimchoni, vondruch | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | vagrant-libvirt-0.4.1-2.fc34 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2021-05-19 01:21:56 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: | |||||||
| Attachments: |
|
||||||
|
Description
Emilio Cobos Álvarez (:emilio)
2021-04-01 19:55:25 UTC
Created attachment 1768344 [details]
Another issue (same project)
(This one I haven't yet figured out)
This might be related to ruby 3.0, iiuc: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ So there are three issues in Fedora 34: * The dependency issue reported in comment 0. * Two other issues (at least) related to ruby 3.0. I sent PRs for the later two here: https://github.com/hashicorp/vagrant/pull/12273 / https://github.com/vagrant-libvirt/vagrant-libvirt/pull/1242 (In reply to Emilio Cobos Álvarez (:emilio) from comment #0) This was already reported in bug 1915671. However, I'll keep this open, because you are pointing another issues. I haven't seen the other two problems, but https://github.com/hashicorp/vagrant/pull/12273 also occurs when trying to "vagrant up" an instance of Laravel Homestead with VirtualBox. While I wait for the PR to be merged, is it possible to downgrade ruby to an earlier version in Fedora 34 without breaking stuff? Isn't it possible to apply Emilio's patch on the Fedora package of Vagrant? I can't execute 'vagrant up' as well, which is breaking it completely. I'll be updating Vagrant in Fedora this week. *** Bug 1959350 has been marked as a duplicate of this bug. *** FEDORA-2021-17ded5c4ca has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-17ded5c4ca FEDORA-2021-17ded5c4ca has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-17ded5c4ca` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-17ded5c4ca See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. That fixes the issue for me - Thanks! FEDORA-2021-17ded5c4ca has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |