Bug 1348077
| Summary: | The post-script of Lmod cannot find rm command | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yu Watanabe <watanabe.yu> |
| Component: | Lmod | Assignee: | Orion Poplawski <orion> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | orion |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Lmod-6.4.3-2.fc24 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-30 21:29:29 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: | |||
Lmod-6.4.3-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8b2f7ede89 Lmod-6.4.3-2.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-8b2f7ede89 Lmod-6.4.3-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: =============== # dnf --disablerepo=* --enablerepo=rawhide --releasever=25 \ --installroot /tmp/hoge install Lmod (snip) Installing : Lmod-6.4.3-1.fc25.x86_64 38/38 /var/tmp/rpm-tmp.6vYAGt: line 2: rm: command not found (snip) =============== 'rm' is provided by coreutils package, but Lmod does not require it. Hence, the post-script outputs the above error message. Version-Release number of selected component (if applicable): How reproducible: Lmod-6.4.3-1.fc25.x86_64 Steps to Reproduce: 1. run the above command 2. 3. Actual results: the post-script outputs the above error message. Expected results: install finishes without the error message. Additional info: