infrastructure icon indicating copy to clipboard operation
infrastructure copied to clipboard

32bit packages causing failure in playbook s390x RHEL

Open Haroon-Khel opened this issue 2 years ago • 0 comments

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": []}

Haroon-Khel avatar Aug 31 '22 21:08 Haroon-Khel