Want more timely Centmin Mod News Updates?
Become a Member

Bug - PHP upgrade fails on 132.00stable: gcc-toolset-13 ICE "SSA corruption" in ext/session/session.

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by adamus007p, Sep 20, 2026 at 1:17 AM.

  1. adamus007p

    adamus007p Member

    379
    20
    18
    Feb 8, 2019
    Ratings:
    +40
    Local Time:
    4:08 PM
    CentOS Version: AlmaLinux 9.8 (Olive Jaguar) 64bit
    Centmin Mod Version Installed: 132.00stable (branchname='132.00stable', SCRIPT_MAJORVER='132', SCRIPT_INCREMENTVER='192'), git commit f739500

    cminfo versions

    1st:
    132.00stable.b136 #Sun Apr 5 09:01:09 PM CEST 2026
    ..
    last 10:
    132.00stable.b182 #Thu Jul 23 01:47:19 AM CEST 2026
    132.00stable.b182 #Thu Jul 23 06:06:16 PM CEST 2026
    132.00stable.b182 #Fri Jul 24 04:56:51 PM CEST 2026
    132.00stable.b182 #Fri Jul 24 04:57:35 PM CEST 2026
    132.00stable.b192 #Fri Sep 18 04:13:15 PM CEST 2026
    132.00stable.b192 #Fri Sep 18 04:13:51 PM CEST 2026
    132.00stable.b192 #Fri Sep 18 05:37:38 PM CEST 2026
    132.00stable.b192 #Sat Sep 19 12:56:38 PM CEST 2026
    132.00stable.b192 #Sat Sep 19 12:58:11 PM CEST 2026
    132.00stable.b192 #Sat Sep 19 04:15:05 PM CEST 2026


    Nginx Version Installed: 1.31.5 (built fine, no issue)
    PHP Version Installed:
    Code:
      PHP 8.3.30 (cli) (built: Apr  5 2026 21:26:32) PGO (NTS)
      Copyright (c) The PHP Group
      Zend Engine v4.3.30, Copyright (c) Zend Technologies
          with Zend OPcache v8.3.30, Copyright (c), by Zend Technologies
      
    Stuck on 8.3.30 since April - every upgrade attempt since then has failed.

    MariaDB MySQL Version Installed:

    mysqladmin Ver 10.0 Distrib 10.6.28-MariaDB, for Linux on x86_64
    Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

    Server version 10.6.28-MariaDB
    Protocol version 10
    Connection Localhost via UNIX socket
    UNIX socket /var/lib/mysql/mysql.sock
    Uptime: 1 day 48 min 35 sec


    When was last time updated Centmin Mod code base: 2026-09-18 (cmupdate), repo is current with 132.00stable branch head.

    Persistent Config:
    Code:
      CF_DNSAPI_GLOBAL='y'
      CF_Token="REDACTED"
      CF_Account_ID="REDACTED"
      NGINX_SSLCACHE_ALLOWOVERRIDE='y'
      NGINX_STAPLE_CACHE_OVERRIDE='y'
      NGINX_STAPLE_CACHE_TTL='86400'
      SET_DEFAULT_MYSQLCHARSET='utf8mb4'
      AUTOHARDTUNE_NGINXBACKLOG='y'
      ZSTD_LOGROTATE_NGINX='y'
      ZSTD_LOGROTATE_PHPFPM='y'
      NGINX_LIBBROTLI='y'
      NGXDYNAMIC_BROTLI='y'
      PHP_PGO_ALWAYS='y'
      PHP_PGO='y'
      PHP_BROTLI='y'
      PHP_LZFOUR='y'
      PHP_LZF='y'
      PHP_ZSTD='y'
      MARCH_TARGETNATIVE='n'
      LETSENCRYPT_DETECT='y'
      DUALCERTS='y'
      AUDITD_ENABLE='y'
      PHPINTL='y'
      PHPFINFO='y'
      LIBRESSL_SWITCH='n'
      DMOTD_PHPCHECK='y'
      WPCLI_CE_QUERYSTRING_INCLUDED='y'
      NGINX_ZERODT='y'
      SELFSIGNEDSSL_ECDSA='y'
      PYTHON_INSTALL_ALTERNATIVES='y'
      VHOSTCTRL_CLOUDFLAREINC='y'
      EMAIL='REDACTED'
      SET_DEFAULT_MYSQLCHARSET='utf8mb4'
      SELFSIGNEDSSL_ECDSA='y'
      PHPFINFO='y'
      PHP_OVERWRITECONF='n'
      PYTHON_INSTALL_ALTERNATIVES='y'
      


    Server: 4 vCPU, 15GB RAM, KVM. Plenty of free disk (113GB) and RAM - not an OOM.

    [HR][/HR]

    Problem

    PHP upgrade via centmin.sh menu option 5 fails every time. The build dies in the second PGO pass (-fprofile-use) while compiling
    ext/session/session.c, with a GCC internal compiler error.

    Pass 1 (-fprofile-generate) and the PGO training runs complete fine. Pass 2 starts, runs ~3 minutes, then make stops. No object file is produced for
    session.c, and everything alphabetically after ext/soap (sockets, sodium, spl, standard, opcache, mysqlnd, zip...) never gets built.

    Leftover evidence in the build tree - session.dep and an orphaned libtool session.loT, but no session.o:

    Code:
      /svr-setup/php-8.3.33/fpm-build/ext/session/:
      -rw-r--r-- 1 root root 5415 Sep 19 16:29 session.dep
      -rw-r--r-- 1 root root  236 Sep 19 16:29 session.loT
         <-- session.o missing
      
    This is not new. The exact same leftovers sit in every build dir since May, so every PHP update since 8.3.30 has failed identically:

    Code:
      /svr-setup/php-8.3.31/fpm-build/ext/session/session.loT   May 20 14:33
      /svr-setup/php-8.3.32/fpm-build/ext/session/session.loT   Jul 24 17:13
      /svr-setup/php-8.3.33/fpm-build/ext/session/session.loT   Sep 19 16:29
      
    GCC also left its ICE dumps behind in /tmp (two identical-size dumps from two attempts on the same day):

    Code:
      -rw------- 1 root root 1356015 Sep 19 13:12 /tmp/ccHLETQn.out
      -rw------- 1 root root 1356015 Sep 19 16:29 /tmp/ccW6ED9f.out
      
    The error



    I reproduced it by hand with the exact flags from fpm-build/Makefile plus the PGO profile data from /opt/php-pgo-data:

    Code:
      Unable to coalesce ssa_names 3 and 4 which are marked as MUST COALESCE.
      __orig_bailout_3(ab) and  __orig_bailout_4(ab)
      during RTL pass: expand
      In file included from /svr-setup/php-8.3.33/main/php.h:35,
                       from /svr-setup/php-8.3.33/ext/session/session.c:22:
      /svr-setup/php-8.3.33/ext/session/session.c: In function 'zm_deactivate_session':
      /svr-setup/php-8.3.33/Zend/zend_API.h:221:49: internal compiler error: SSA corruption
        221 | #define ZEND_MODULE_DEACTIVATE_N(module)        zm_deactivate_##module
            |                                                 ^~~~~~~~~~~~~~
      /svr-setup/php-8.3.33/Zend/zend_API.h:231:61: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_N'
        231 | #define ZEND_MODULE_DEACTIVATE_D(module)        zend_result ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
            |                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      /svr-setup/php-8.3.33/main/php.h:408:33: note: in expansion of macro 'ZEND_MODULE_DEACTIVATE_D'
        408 | #define PHP_RSHUTDOWN_FUNCTION  ZEND_MODULE_DEACTIVATE_D
            |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
      /svr-setup/php-8.3.33/ext/session/session.c:2828:8: note: in expansion of macro 'PHP_RSHUTDOWN_FUNCTION'
       2828 | static PHP_RSHUTDOWN_FUNCTION(session) /* {{{ */
            |        ^~~~~~~~~~~~~~~~~~~~~~
      Please submit a full bug report, with preprocessed source.
      
    Test matrix - same source file, same flags, only compiler and PGO varied:

    Code:
      gcc-toolset-13 (13.3.1)  no PGO          -> OK
      gcc-toolset-13 (13.3.1)  -fprofile-use   -> ICE (SSA corruption)
      gcc-toolset-14 (14.2.1)  -fprofile-use   -> ICE (SSA corruption)
      gcc-toolset-15 (15.2.1)  -fprofile-use   -> OK
      system gcc     (11.5.0)  -fprofile-use   -> OK
      
    Dropping from -O3 to -O2 does not help - still ICEs. So it is specifically GCC 13/14 + profile feedback.

    This matches upstream GCC bug 120613 / 120612 "PGO build of PHP fails with SSA corruption", which is the same file and the same message.

    The part I would like clarified

    I can see that master (140.00beta01) and 141.00beta01 have the PHP_PGO_FALLBACK_GCC option, commented as "GCC 13+ to GCC 12 fallback if PHP_PGO='y' set
    to workaround GCC 13+ bug", defaulting to 'y' and forcing DEVTOOLSETTWELVE='y' / DEVTOOLSETTHIRTEEN='n'.

    That workaround is not present in 132.00stable at all - grep for PHP_PGO_FALLBACK_GCC across the whole 132.00stable tree returns nothing:

    Code:
      132.00stable    PHP_PGO_FALLBACK_GCC occurrences: 0
      master (140.00beta01)                            : 2
      141.00beta01                                     : 14
      
    So on 132.00stable with PHP_PGO='y', PHP upgrades are permanently broken on EL9 with gcc-toolset-13.

    Questions:
    1. Is the PHP_PGO_FALLBACK_GCC workaround going to be backported to 132.00stable, or is moving to 140.00beta01 the expected path?
    2. Given gcc-toolset-15 is available on EL9 and compiles session.c with PGO without issue, would falling forward to GCC 15 be preferable to falling back to
    GCC 12?
    3. Should PHP_PGO='y' simply be blocked/auto-disabled on 132.00stable + gcc-toolset-13 until this is resolved, so people do not silently sit on an outdated
    PHP for months?






    Code:
     LOG=$(ls -t /root/centminlogs/*_php_upgrade.log 2>/dev/null | head -1)
      OUT=/root/cmm-ice-report.txt
      IP=$(hostname -I 2>/dev/null | awk '{print $1}')
    
      {
        echo "===== 1. LOG FILE ====="
        basename "$LOG"
        echo
        echo "===== 2. ICE COUNT IN THIS LOG ====="
        grep -c "internal compiler error" "$LOG"
        echo
        echo "===== 3. PGO PHASE FLAGS SEEN ====="
        grep -oE '\-fprofile-(generate|use)[^ ]*' "$LOG" | sort | uniq -c
        echo
        echo "===== 4. COMPILER USED ====="
        grep -oE '/opt/rh/gcc-toolset-[0-9]+/root/usr/bin/gcc' "$LOG" | sort -u
        echo
        echo "===== 5. ICE EXCERPT (first occurrence) ====="
        grep -m1 -B15 -A45 "internal compiler error" "$LOG"
        echo
        echo "===== 6. ALL CENTMINLOGS CONTAINING THE SAME ICE ====="
        for f in $(grep -l "internal compiler error" /root/centminlogs/*.log 2>/dev/null); do
          printf "%-62s hits=%s  date=%s\n" "$(basename "$f")" \
            "$(grep -c 'internal compiler error' "$f")" \
            "$(date -r "$f" '+%Y-%m-%d %H:%M')"
        done
      } > "$OUT"
    
      sed -i -E \
        -e 's/(CF_Token|CF_Account_ID|CF_Key|CF_Email|CF_Zone_ID|password|passwd|secret|token|apikey|api_key)[[:space:]]*[=:][[:space:]]*"?'"'"'?[^"'"'"'[:space:]]+
      /\1=REDACTED/Ig' \
        -e 's/[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}/EMAIL@REDACTED/g' \
        "$OUT"
      [ -n "$IP" ] && sed -i "s#$IP#X.X.X.X#g" "$OUT"
    
      echo "--- gotowe: $OUT ($(wc -l < "$OUT") linii, $(du -h "$OUT" | cut -f1)) ---"
      cat "$OUT"
    sed: -e expression #1, char 144: unterminated `s' command
    --- gotowe: /root/cmm-ice-report.txt (89 linii, 36K) ---
    ===== 1. LOG FILE =====
    centminmod_132.00stable.b192_190926-161459_php_upgrade.log
    
    ===== 2. ICE COUNT IN THIS LOG =====
    1
    
    ===== 3. PGO PHASE FLAGS SEEN =====
        676 -fprofile-generate=/opt/php-pgo-data
        353 -fprofile-use=/opt/php-pgo-data
    
    ===== 4. COMPILER USED =====
    /opt/rh/gcc-toolset-13/root/usr/bin/gcc
    
    ===== 5. ICE EXCERPT (first occurrence) =====
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/readline/ -I/svr-setup/php-8.3.33/ext/readline/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -Wno-strict-prototypes -c /svr-setup/php-8.3.33/ext/readline/readline_cli.c -o ext/readline/readline_cli.lo  -MMD -MF ext/readline/readline_cli.dep -MT ext/readline/readline_cli.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/reflection/ -I/svr-setup/php-8.3.33/ext/reflection/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /svr-setup/php-8.3.33/ext/reflection/php_reflection.c -o ext/reflection/php_reflection.lo  -MMD -MF ext/reflection/php_reflection.dep -MT ext/reflection/php_reflection.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/session/ -I/svr-setup/php-8.3.33/ext/session/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /svr-setup/php-8.3.33/ext/session/mod_user_class.c -o ext/session/mod_user_class.lo  -MMD -MF ext/session/mod_user_class.dep -MT ext/session/mod_user_class.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/session/ -I/svr-setup/php-8.3.33/ext/session/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /svr-setup/php-8.3.33/ext/session/session.c -o ext/session/session.lo  -MMD -MF ext/session/session.dep -MT ext/session/session.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/session/ -I/svr-setup/php-8.3.33/ext/session/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /svr-setup/php-8.3.33/ext/session/mod_files.c -o ext/session/mod_files.lo  -MMD -MF ext/session/mod_files.dep -MT ext/session/mod_files.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/session/ -I/svr-setup/php-8.3.33/ext/session/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /svr-setup/php-8.3.33/ext/session/mod_mm.c -o ext/session/mod_mm.lo  -MMD -MF ext/session/mod_mm.dep -MT ext/session/mod_mm.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/session/ -I/svr-setup/php-8.3.33/ext/session/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /svr-setup/php-8.3.33/ext/session/mod_user.c -o ext/session/mod_user.lo  -MMD -MF ext/session/mod_user.dep -MT ext/session/mod_user.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/shmop/ -I/svr-setup/php-8.3.33/ext/shmop/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction   -c /svr-setup/php-8.3.33/ext/shmop/shmop.c -o ext/shmop/shmop.lo  -MMD -MF ext/shmop/shmop.dep -MT ext/shmop/shmop.lo
    
    Unable to coalesce ssa_names 3 and 4 which are marked as MUST COALESCE.
    __orig_bailout_3(ab) and  __orig_bailout_4(ab)
    during RTL pass: expand
    In file included from /svr-setup/php-8.3.33/main/php.h:35,
                     from /svr-setup/php-8.3.33/ext/session/session.c:22:
    /svr-setup/php-8.3.33/ext/session/session.c: In function ‘zm_deactivate_session’:
    /svr-setup/php-8.3.33/Zend/zend_API.h:221:49: internal compiler error: SSA corruption
      221 | #define ZEND_MODULE_DEACTIVATE_N(module)        zm_deactivate_##module
          |                                                 ^~~~~~~~~~~~~~
    /svr-setup/php-8.3.33/Zend/zend_API.h:231:61: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_N’
      231 | #define ZEND_MODULE_DEACTIVATE_D(module)        zend_result ZEND_MODULE_DEACTIVATE_N(module)(SHUTDOWN_FUNC_ARGS)
          |                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
    /svr-setup/php-8.3.33/main/php.h:408:33: note: in expansion of macro ‘ZEND_MODULE_DEACTIVATE_D’
      408 | #define PHP_RSHUTDOWN_FUNCTION  ZEND_MODULE_DEACTIVATE_D
          |                                 ^~~~~~~~~~~~~~~~~~~~~~~~
    /svr-setup/php-8.3.33/ext/session/session.c:2828:8: note: in expansion of macro ‘PHP_RSHUTDOWN_FUNCTION’
     2828 | static PHP_RSHUTDOWN_FUNCTION(session) /* {{{ */
          |        ^~~~~~~~~~~~~~~~~~~~~~
    Please submit a full bug report, with preprocessed source.
    See <http://bugzilla.redhat.com/bugzilla> for instructions.
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/simplexml/ -I/svr-setup/php-8.3.33/ext/simplexml/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction   -c /svr-setup/php-8.3.33/ext/simplexml/simplexml.c -o ext/simplexml/simplexml.lo  -MMD -MF ext/simplexml/simplexml.dep -MT ext/simplexml/simplexml.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/snmp/ -I/svr-setup/php-8.3.33/ext/snmp/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction   -c /svr-setup/php-8.3.33/ext/snmp/snmp.c -o ext/snmp/snmp.lo  -MMD -MF ext/snmp/snmp.dep -MT ext/snmp/snmp.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/soap/ -I/svr-setup/php-8.3.33/ext/soap/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /svr-setup/php-8.3.33/ext/soap/soap.c -o ext/soap/soap.lo  -MMD -MF ext/soap/soap.dep -MT ext/soap/soap.lo
    /bin/sh /svr-setup/php-8.3.33/fpm-build/libtool --silent --preserve-dup-deps --tag=CC --mode=compile ccache /opt/rh/gcc-toolset-13/root/usr/bin/gcc -Iext/soap/ -I/svr-setup/php-8.3.33/ext/soap/ -I/svr-setup/php-8.3.33/fpm-build/include -I/svr-setup/php-8.3.33/fpm-build/main -I/svr-setup/php-8.3.33 -I/svr-setup/php-8.3.33/fpm-build/ext/date/lib -I/svr-setup/php-8.3.33/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/imap -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-8.3.33/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-8.3.33/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-8.3.33/fpm-build/TSRM -I/svr-setup/php-8.3.33/fpm-build/Zend -I/svr-setup/php-8.3.33/main -I/svr-setup/php-8.3.33/Zend -I/svr-setup/php-8.3.33/TSRM -I/svr-setup/php-8.3.33/fpm-build/  -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/imap  -fno-common -Wstrict-prototypes -Wformat-truncation -Wlogical-op -Wduplicated-cond -Wno-clobbered -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -O3 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-error=unused-result -Wno-unused-result -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -Wno-missing-profile -Wno-pointer-to-int-cast -Wno-error=strict-prototypes -Wno-attribute-warning -Wno-enum-int-mismatch -Wno-stringop-overflow -fcode-hoisting -Wno-cast-function-type -Wno-error=cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -Wno-return-local-addr -Wno-maybe-uninitialized -Wno-array-parameter -Wno-alloc-size-larger-than -Wno-address -Wno-array-bounds -Wno-deprecated-declarations -Wno-discarded-qualifiers -Wno-stringop-overread -Wno-stringop-truncation -fstack-protector-strong -fPIC -ffp-contract=off -fvisibility=hidden -Wimplicit-fallthrough=1 -DZEND_SIGNALS -fprofile-use=/opt/php-pgo-data -fprofile-dir=/opt/php-pgo-data -fprofile-correction  -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /svr-setup/php-8.3.33/ext/soap/php_encoding.c -o ext/soap/php_encoding.lo  -MMD -MF ext/soap/php_encoding.dep -MT ext/soap/php_encoding.lo
    Preprocessed source stored into /tmp/ccW6ED9f.out file, please attach this to your bugreport.
    make[1]: *** [Makefile:1997: ext/session/session.lo] Error 1
    make[1]: *** Waiting for unfinished jobs....
    make[1]: Leaving directory '/svr-setup/php-8.3.33/fpm-build'
    make: *** [Makefile:307: prof-use] Error 2
    
    real    2m30.312s
    user    7m36.426s
    sys     1m56.687s
    
    Sat Sep 19 04:29:55 PM CEST 2026
    Error: 2, PHP make failed (132.00stable.b192)
    
    lscpu
    Architecture:                            x86_64
    CPU op-mode(s):                          32-bit, 64-bit
    Address sizes:                           48 bits physical, 48 bits virtual
    Byte Order:                              Little Endian
    CPU(s):                                  4
    On-line CPU(s) list:                     0-3
    Vendor ID:                               AuthenticAMD
    BIOS Vendor ID:                          QEMU
    Model name:                              AMD EPYC 7702P 64-Core Processor
    BIOS Model name:                         pc-i440fx-9.2
    CPU family:                              23
    Model:                                   49
    Thread(s) per core:                      1
    Core(s) per socket:                      4
    
    ===== 6. ALL CENTMINLOGS CONTAINING THE SAME ICE =====
    centminmod_132.00stable.b136_050426-210105_install.log         hits=1  date=2026-04-05 21:32
    centminmod_132.00stable.b164_200526-141526_php_upgrade.log     hits=1  date=2026-05-20 14:33
    centminmod_132.00stable.b164_200526-141526_php_upgrade_minimal.log hits=1  date=2026-05-20 14:33
    centminmod_132.00stable.b182_240726-165730_php_upgrade.log     hits=1  date=2026-07-24 17:13
    centminmod_132.00stable.b182_240726-165730_php_upgrade_minimal.log hits=1  date=2026-07-24 17:13
    centminmod_132.00stable.b192_190926-125807_php_upgrade.log     hits=1  date=2026-09-19 13:12
    centminmod_132.00stable.b192_190926-125807_php_upgrade_minimal.log hits=1  date=2026-09-19 13:12
    centminmod_132.00stable.b192_190926-161459_php_upgrade.log     hits=1  date=2026-09-19 16:29
    centminmod_132.00stable.b192_190926-161459_php_upgrade_minimal.log hits=1  date=2026-09-19 16:29
    installer_050426-205739.log                                    hits=1  date=2026-04-05 21:32
    installer_050426-205739_minimal.log                            hits=1  date=2026-04-05 21:32
    installer_cmm_050426-205739.log                                hits=1  date=2026-04-05 21:32
    

    Code:
    
     php -m
    [PHP Modules]
    bcmath
    brotli
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    exif
    FFI
    fileinfo
    filter
    ftp
    gd
    geoip
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    ldap
    libxml
    lz4
    lzf
    mailparse
    mbstring
    memcache
    memcached
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    random
    readline
    redis
    Reflection
    session
    shmop
    SimpleXML
    snmp
    soap
    sockets
    sodium
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    timezonedb
    tokenizer
    xml
    xmlreader
    xmlwriter
    xsl
    Zend OPcache
    zip
    zlib
    zstd
    
    [Zend Modules]
    Zend OPcache
    


     
  2. eva2000

    eva2000 Administrator Staff Member

    59,851
    12,543
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,187
    Local Time:
    12:08 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Yeah 132.00stable probably won't get the fallback, so just switching to 140.00beta01 might help though vaguely recall PGO might not work there either. Easiest solution is disable PHP PGO for now while I check out GCC 15 as a solution for PHP PGO
     
  3. eva2000

    eva2000 Administrator Staff Member

    59,851
    12,543
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,187
    Local Time:
    12:08 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    FYI, fixed in Centmin Mod 132.00stable, 140.00beta01 and 141.00beta01 to use GCC 15 instead, so run cmupdate and then try a new centmin.sh menu option 5 run with PHP PGO enabled