infrastructure
infrastructure copied to clipboard
32bit packages causing failure in playbook s390x RHEL
The following packages found here are causing playbook failures on rhel s390x
Additional_Build_Tools_RHEL_s390x:
- glibc.s390 # a dependency required for executing a 32-bit C binary
- glibc-devel.s390 # a dependency required for executing a 32-bit C binary
- libstdc++.s390 # a dependency required for executing a 32-bit C binary
TASK [Common : Install additional build tools for RHEL on s390x] ***************
failed: [test-marist-rhel8-s390x-2] (item=glibc.s390) => {"ansible_loop_var": "item", "changed": false, "failures": ["No package glibc.s390 available."], "item": "glibc.s390", "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
failed: [test-marist-rhel8-s390x-2] (item=glibc-devel.s390) => {"ansible_loop_var": "item", "changed": false, "failures": ["No package glibc-devel.s390 available."], "item": "glibc-devel.s390", "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
failed: [test-marist-rhel8-s390x-2] (item=libstdc++.s390) => {"ansible_loop_var": "item", "changed": false, "failures": ["No package libstdc++.s390 available."], "item": "libstdc++.s390", "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}