Bug 1945041
| Summary: | rpm-mpi-hooks: Parsing available modules fails in case of set default version | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Georg <peter.georg> | ||||
| Component: | rpm-mpi-hooks | Assignee: | Sandro Mani <manisandro> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | manisandro | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | rpm-mpi-hooks-8-1.fc34 rpm-mpi-hooks-8-1.fc32 rpm-mpi-hooks-8-1.fc33 | Doc Type: | --- | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2021-04-05 00:17:15 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: |
|
||||||
FEDORA-2021-d060db8813 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-d060db8813 FEDORA-2021-e685209fbc has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-e685209fbc FEDORA-2021-e685209fbc 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-e685209fbc` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-e685209fbc See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-d060db8813 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-d060db8813` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-d060db8813 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-8f5d163f67 has been pushed to the Fedora 32 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-8f5d163f67` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-8f5d163f67 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-e685209fbc has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-8f5d163f67 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2021-d060db8813 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |
Created attachment 1768013 [details] Possible patch removing "(default)" from module name Description of problem: rpm-mpi-hooks checks for all available mpi modules and loads these to retrieve some environment variables. Hower the current logic fails if a module version in mpi/ is marked as default. Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1. Set a module in mpi/ as default 2. Run any command using rpm.prov or rpm.req Actual results: Error: syntax error near unexpected token `(' Expected results: No errors. Additional info: Possible patch attached.