SRE-3236 LUA-LMOD hack fix for Leap 15.6#16675
Merged
daltonbohning merged 1 commit intomasterfrom Jul 29, 2025
Merged
Conversation
ci/provisioning/post_provision_config_nodes_LEAP.sh: Something in Leap-15.6 added an additional dependency of the distro provided lua-lmod that is not removed when lua-lmod is removed and blocks the install of the newer lua-lmod. Signed-off-by: John E. Malmberg <john.malmberg@hpe.com>
|
Errors are component not formatted correctly,Unable to load ticket data |
daltonbohning
approved these changes
Jul 28, 2025
Contributor
|
Testing Functional on leap in #16677 since I don't have permission to retrigger this PR |
grom72
approved these changes
Jul 29, 2025
Contributor
|
Build stages + Functional on Leap passed on this separate test PR: |
grom72
added a commit
that referenced
this pull request
Mar 19, 2026
It was detected that lua-lmod must be upgraded manually for validation on Leap 15.6. See #16973 #16675 #16531 #16224. The same solution is required to build DAOS on leap 15.6. Without this fix lua-lmod can detect openmpi resulting in incomplete DAOS build. ``` /usr/share/lmod/lmod/libexec/lmod python is-loaded mpi/openmpi3-x86_64 No mpirun found in path. Could not configure openmpi /usr/share/lmod/lmod/libexec/lmod python is-loaded mpi/mpich-x86_64 No mpirun found in path. Could not configure mpich No MPI installed Skipping compilation for tests that need MPI Install and load mpich or openmpi ``` Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@hpe.com> Doc-only: true Cancel-prev-build: false
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ci/provisioning/post_provision_config_nodes_LEAP.sh:
Something in Leap-15.6 added an additional dependency of the distro
provided lua-lmod that is not removed when lua-lmod is removed and
blocks the install of the newer lua-lmod.
Steps for the author:
After all prior steps are complete: