Uploaded image for project: 'AI Platform Core Components'
  1. AI Platform Core Components
  2. AIPCC-6444

gcc-toolset-14 is not available in RHAIIS Container for s390x

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • None
    • None
    • Accelerator Enablement
    • None
    • AIPCC Accelerators 18

      Description of problem:

      Even after the changes with the commit,, we could still see GCC 11 in the RHAIIS Container image. And due to this g++ is also missing as toolset is not enabled.

      Version numbers (base image, wheels, builder, etc):

       RHAIIS Container Image : quay.io/aipcc/rhaiis/spyre-ubi9:3.2.4-1761350529

      Steps to Reproduce:

      (app-root) /opt/app-root$ gcc --version
      gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-5)
      Copyright (C) 2021 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
      
      (app-root) /opt/app-root$ g++ --version
      bash: g++: command not found
      
      (app-root) /opt/app-root$ echo $PATH
      /opt/app-root/src/.local/bin:/opt/app-root/src/bin:/usr/share/Modules/bin:/opt/ibm/spyre/sentinyexec/bin:/opt/ibm/spyre/senlib/bin:/opt/ibm/spyre/runtime/bin:/opt/ibm/spyre/tvm/bin:/opt/app-root/src/bin:/opt/app-root/src/.local/bin:/opt/app-root/bin:/usr/local/sbin:/usr/local/bin:/usr/lib64/openmpi/bin:/usr/sbin:/usr/bin:/sbin:/bin
      
      (app-root) /opt/app-root$ . /opt/rh/gcc-toolset-14/enable 
      (app-root) /opt/app-root$ gcc --version
      gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
      Copyright (C) 2024 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
      
      (app-root) /opt/app-root$ g++ --version
      g++ (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)
      Copyright (C) 2024 Free Software Foundation, Inc.
      This is free software; see the source for copying conditions.  There is NO
      warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.    

      We need gcc-toolset-14 in RHAIIS Container Image as well.

      Additional info: https://redhat-internal.slack.com/archives/C079FE5H94J/p1761649355775079?thread_ts=1761592933.047449&cid=C079FE5H94J

              spryor@redhat.com Sean Pryor
              pakrishn Parameshwaran Krishnasamy
              Frank's Team
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: