Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
rhel 8.4 build fails with swig installed attempting to use the invalid python
echo "updating lutf_agent.i" updating lutf_agent.i python ../../../../lustre/tests/lutf/swig_templates/generate_lutf_swig_i.py ../../../../lustre/tests/lutf/swig_templates ../../../../lustre/tests/lutf/src/lutf_agent.swg make[5]: python: Command not found
PYTHON_VERSION is detected but not used.
Let us use PYTHON_VERSION to discover 'python' and use the discovered 'python' instead.
Attachments
Issue Links
- is duplicated by
-
LU-15415 Server build failure el8.5 in testing
-
- Resolved
-
Activity
Fix Version/s | Original: Lustre 2.15.0 [ 14791 ] |
Fix Version/s | New: Lustre 2.15.0 [ 14791 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: Shaun Tancheff [ stancheff ] |
Description |
Original:
rhel 8.4 build fails with swig installed attempting to use the invalid python
PYTHON_VERSION is detected but not used. Let us use PYTHON_VERSION to discover 'python' and use the discovered 'python' instead. |
New:
rhel 8.4 build fails with swig installed attempting to use the invalid python
{noformat} echo "updating lutf_agent.i" updating lutf_agent.i python ../../../../lustre/tests/lutf/swig_templates/generate_lutf_swig_i.py ../../../../lustre/tests/lutf/swig_templates ../../../../lustre/tests/lutf/src/lutf_agent.swg make[5]: python: Command not found {noformat} PYTHON_VERSION is detected but not used. Let us use PYTHON_VERSION to discover 'python' and use the discovered 'python' instead. |