Join the community today
Become a Member

Devtoolset-11 (GCC-11.2.1)

Discussion in 'CentOS, Redhat & Oracle Linux News' started by happyhacking, Jan 4, 2022.

  1. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    The main package for devtoolset-11 (devtoolset-11-11.0-3.el7.x86_64.rpm) software collection is already available on CentOS Mirror

    DEVTOOLSETELEVEN ??

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Thanks for the heads up! Yup on latest Centmin Mod 123.09beta01, Nginx and PHP-FPM routines do support GCC 11 via devtoolset-11 packages if detected. Just need to set in your persistent config file /etc/centminmod/custom_config.inc the following before running centmin.sh menu option 4 or 5
    Code (Text):
    DEVTOOLSETTEN='n'
    DEVTOOLSETELEVEN='y'
    

    You can combine it with Nginx PCRE2/PCRE testing too https://community.centminmod.com/threads/centmin-mod-nginx-1-21-5-pcre2-beta-testing.22326/ ;)
     
  3. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    That was blazing fast support, i'll give a try ;)
     
  4. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    When compiling PHP 7.4.27 this error appeared briefly very early in the process:
    Code:
    NEWLIBICU=n
    NEWLIBICU=y
    installing devtoolset-11 for GCC 11...
    Error: Package: devtoolset-11-libtsan-devel-11.2.1-1.2.el7.x86_64 (centos-sclo-rh)
               Requires: libtsan(x86-64) >= 5.1.1
               Available: libtsan-4.8.5-44.el7.x86_64 (base)
                   libtsan(x86-64) = 4.8.5-44.el7
     You could try using --skip-broken to work around the problem
     You could try running: rpm -Va --nofiles --nodigest
    
    This one too:
    Code:
    inc/brotli.inc: line 188: /opt/rh/devtoolset-11/root/usr/bin/gcc: No such file or directory
    inc/brotli.inc: line 189: /opt/rh/devtoolset-11/root/usr/bin/g++: No such file or directory
    inc/gcc.inc: line 68: /opt/rh/devtoolset-11/enable: No such file or directory
    
     
    Last edited: Jan 4, 2022
  5. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what's command output for
    Code (Text):
    yum history list libtsan

    and then the output's transaction id which replaces below XX
    Code (Text):
    yum history info XX

    and
    Code (Text):
    yum -q list libtsan
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Checked on a CentOS 7 Centmin Mod system and looks like YUM priorities is blocking libtsan for SCL repo
    Code (Text):
    yum -q list libtsan | tr -s ' ' | column -t
    Available       Packages
    libtsan.x86_64  4.8.5-44.el7  base
    

    Code (Text):
    yum -q list libtsan --showduplicates --enablerepo=centos-sclo-rh| tr -s ' ' | column -t
    Available       Packages
    libtsan.x86_64  4.8.5-44.el7  base
    

    Disabling yum priorities allow YUM to pull SCL repo's version of libtsan 11.2.1
    Code (Text):
    yum -q list libtsan --disableplugin=priorities --showduplicates --enablerepo=centos-sclo-rh| tr -s ' ' | column -t
    Available       Packages
    libtsan.x86_64  4.8.5-44.el7     base
    libtsan.x86_64  7.1.1-2.1.el7    centos-sclo-rh
    libtsan.x86_64  7.2.1-1.el7      centos-sclo-rh
    libtsan.x86_64  7.2.1-1.el7.sc1  centos-sclo-rh
    libtsan.x86_64  7.3.1-5.4.el7    centos-sclo-rh
    libtsan.x86_64  7.3.1-5.10.el7   centos-sclo-rh
    libtsan.x86_64  7.3.1-5.13.el7   centos-sclo-rh
    libtsan.x86_64  7.3.1-5.15.el7   centos-sclo-rh
    libtsan.x86_64  7.3.1-5.16.el7   centos-sclo-rh
    libtsan.x86_64  8.2.1-3.bs1.el7  centos-sclo-rh
    libtsan.x86_64  8.2.1-3.el7      centos-sclo-rh
    libtsan.x86_64  8.3.1-3.el7      centos-sclo-rh
    libtsan.x86_64  8.3.1-3.1.el7    centos-sclo-rh
    libtsan.x86_64  8.3.1-3.2.el7    centos-sclo-rh
    libtsan.x86_64  9.1.1-2.6.el7    centos-sclo-rh
    libtsan.x86_64  9.3.1-2.el7      centos-sclo-rh
    libtsan.x86_64  9.3.1-2.2.el7    centos-sclo-rh
    libtsan.x86_64  10.2.1-2.1.el7   centos-sclo-rh
    libtsan.x86_64  10.2.1-11.1.el7  centos-sclo-rh
    libtsan.x86_64  11.2.1-1.2.el7   centos-sclo-rh
    

    Code (Text):
    yum -q list libtsan --disableplugin=priorities --enablerepo=centos-sclo-rh| tr -s ' ' | column -t
    Available       Packages
    libtsan.x86_64  11.2.1-1.2.el7  centos-sclo-rh
    

    So for now you can manually install it using
    Code (Text):
    yum install libtsan --disableplugin=priorities
    

    and try PHP recompile again
     
  7. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    That would explain this:
    Code:
    yum history list libtsan
    Complementos cargados:fastestmirror, priorities, versionlock
    Se ha(n) indicado paquete(s), o IDs de transacciones erróneas
    Error: Failed history list
    
    yum -q list libtsan
    Paquetes disponibles
    libtsan.x86_64                                                            4.8.5-44.el7                                                             base
    
     
  8. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    But the php looks like if it compiled properly:
    Code:
    php --version
    PHP 7.4.27 (cli) (built: Jan  4 2022 02:29:14) PGO ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
        with Zend OPcache v7.4.27, Copyright (c), by Zend Technologies
    
    
    php-config
    Usage: /usr/local/bin/php-config [OPTION]
    Options:
      --prefix            [/usr/local]
      --includes          [-I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib]
      --ldflags           [ -L/usr/local/lib64]
      --libs              [-lcrypt  -lc-client  -ltidy -largon2 -lresolv -lcrypt -lncurses -laspell -lpspell -lrt -lldap -llber -lstdc++ -lcrypt -lpam -lgmp -lbz2 -lrt -lm -ldl  -lsystemd -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -lsqlite3 -lz -lcurl -lxml2 -lenchant -lgmodule-2.0 -lglib-2.0 -lffi -lssl -lcrypto -lz -lpng15 -lwebp -ljpeg -lXpm -lX11 -lfreetype -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lssl -lcrypto -licuio -licui18n -licuuc -licudata -lonig -lsqlite3 -ledit -ltinfo -lxml2 -lnetsnmp -lssl -lssl -lcrypto -lm -lxml2 -lsodium -lcrypt -largon2 -lxml2 -lxml2 -lxml2 -lxml2 -lxslt -lz -ldl -lm -lxml2 -lexslt -lxslt -lz -lm -lgcrypt -ldl -lgpg-error -lxml2 -lzip -lz -lssl -lcrypto -lcrypt ]
      --extension-dir     [/usr/local/lib/php/extensions/no-debug-non-zts-20190902]
      --include-dir       [/usr/local/include/php]
      --man-dir           [/usr/local/php/man]
      --php-binary        [/usr/local/bin/php]
      --php-sapis         [ cli embed fpm phpdbg cgi]
      --ini-path          [/usr/local/lib]
      --ini-dir           [/etc/centminmod/php.d]
      --configure-options [--enable-fpm --enable-opcache --enable-intl --enable-pcntl --with-mcrypt --with-snmp --enable-embed=shared --with-mhash --with-zlib --with-gettext --enable-exif --with-zip --with-libzip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-mysql-sock=/var/lib/mysql/mysql.sock --with-curl --enable-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --with-freetype --with-jpeg --with-png-dir=/usr --with-xpm --with-webp --with-t1lib=/usr --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=mysqlnd --with-libdir=lib64 --with-mysqli=mysqlnd --enable-pdo --with-pdo-sqlite --with-pdo-mysql=mysqlnd --enable-inline-optimization --with-imap --with-imap-ssl --with-kerberos --with-readline --with-libedit --with-gmp --with-pspell --with-tidy --with-enchant --with-fpm-user=nginx --with-fpm-group=nginx --with-ldap --with-ldap-sasl --enable-huge-code-pages --with-password-argon2 --with-sodium=/usr/local --with-config-file-scan-dir=/etc/centminmod/php.d --with-fpm-systemd --with-ffi --with-xsl ICU_CFLAGS=-I/usr/include ICU_LIBS=-L/usr/lib64 -licuio -licui18n -licuuc -licudata LIBSODIUM_CFLAGS=-I/usr/local/include LIBSODIUM_LIBS=-L/usr/local/lib64 -lsodium LIBZIP_CFLAGS=-I/usr/local/include LIBZIP_LIBS=-L/usr/local/lib64 -lzip]
      --version           [7.4.27]
      --vernum            [70427]
    
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah YUM priorities blocked it - verbose yum list shows it too
    Code (Text):
    yum -v list libtsan | grep libtsan
     --> libtsan-10.2.1-11.1.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-10.2.1-2.1.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-11.2.1-1.2.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-7.1.1-2.1.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-7.2.1-1.el7.sc1.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-7.2.1-1.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-7.3.1-5.10.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-7.3.1-5.13.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-7.3.1-5.15.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-7.3.1-5.16.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-7.3.1-5.4.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-8.2.1-3.bs1.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-8.2.1-3.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-8.3.1-3.1.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-8.3.1-3.2.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-8.3.1-3.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-9.1.1-2.6.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-9.3.1-2.2.el7.x86_64 from centos-sclo-rh excluded (priority)
     --> libtsan-9.3.1-2.el7.x86_64 from centos-sclo-rh excluded (priority)
    libtsan.x86_64                         4.8.5-44.el7                         base
    
     
  10. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    nginx compile routine drops the same error plus:
    Code:
    inc/brotli.inc: line 188: /opt/rh/devtoolset-11/root/usr/bin/gcc: No such file or directory
    inc/brotli.inc: line 189: /opt/rh/devtoolset-11/root/usr/bin/g++: No such file or directory
    inc/openssl_install.inc: line 672: /opt/rh/devtoolset-11/enable: No such file or directory
    
     
  11. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    nginx compile routine is broken, it goes back to gcc 8.3.1
    Code:
    nginx -V
    nginx version: nginx/1.21.5 (040122-024927-centos7-kvm-6a85c75-br-9aec15e)
    built by gcc 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) 
    built with OpenSSL 1.1.1m  14 Dec 2021
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zlib-cf/lib:/usr/local/lib -flto=8 -fuse-ld=gold' --with-cc-opt='-I/usr/local/zlib-cf/include -I/usr/local/include -m64 -march=native -DTCP_FASTOPEN=23 -g -O3 -Wno-strict-aliasing -fstack-protector-strong -flto=8 -fuse-ld=gold --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wno-pointer-sign -Wimplicit-fallthrough=0 -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-format-extra-args -Wp,-D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --build=040122-024927-centos7-kvm-6a85c75-br-9aec15e --with-compat --with-http_stub_status_module --with-http_secure_link_module --with-libatomic --with-http_gzip_static_module --add-dynamic-module=../ngx_brotli --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.2 --add-module=../ngx_cache_purge-2.5.1 --add-dynamic-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.32 --add-dynamic-module=../echo-nginx-module-0.62 --add-module=../redis2-nginx-module-0.15 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.19 --add-module=../srcache-nginx-module-0.32 --add-dynamic-module=../headers-more-nginx-module-0.33 --with-pcre-jit --with-zlib=../zlib-cloudflare-1.3.0 --with-http_ssl_module --with-http_v2_module --with-openssl=../openssl-1.1.1m --with-openssl-opt='enable-ec_nistp_64_gcc_128 enable-tls1_3 -fuse-ld=gold
    
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    To troubleshoot, you need to check the full nginx upgrade log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the nginx_upgrade.log log. You can see full details at How to troubleshoot Centmin Mod initial install issues

    if you type this command it lists all logs in date ascending order so latest log at bottom
    Code (Text):
    ls -lArt /root/centminlogs

    so copy the entire contents of latest nginx_upgrade log to gist.github.com or pastebin.com

    you can use grep to filter the logs, i.e. look for nginx_upgrade in log name
    Code (Text):
    ls -lahrt /root/centminlogs/ | grep nginx_upgrade
    -rw-r--r--  1 root root 3.2M Oct 11 15:55 centminmod_1.2.3-eva2000.09.001_111016-155345_nginx_upgrade.log
    -rw-r--r--  1 root root 672K Oct 11 22:06 centminmod_1.2.3-eva2000.09.001_111016-220515_nginx_upgrade.log

    So the last nginx upgrade log was named centminmod_1.2.3-eva2000.09.001_111016-220515_nginx_upgrade.log and located at /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-220515_nginx_upgrade.log

    then use cat command to output the contents of that log

    clear your ssh window buffer/screen and type
    Code (Text):
    cat /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-220515_nginx_upgrade.log

    then select and copy and paste output to pastebin.com or gist.github.com file to share. If your SSH client's scroll buffer isn't large enough using cat might not output the entire log file contents, so you may need to download the log and use local text editor to open and copy and paste.

    so only need content of one specific log, in this case most recent nginx_upgrade.log log

    Sharing Logs Via Dropbox



    You can also share the relevant required log files outlined above via Dropbox send via email feature at https://community.centminmod.com/threads/using-dropbox-to-share-server-files.22327/
     
  13. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    That's expected, it falls back to older GCC if the intended GCC version isn't available.
     
  14. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    Already downgraded to devtoolset-10 so, i'll try again tomorrow morning with a clean vps to avoid any issues, then i'll upload the logs. Thank you so much for your kind answers
     
  15. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Ok.. If you do run into same issues again, will need the nginx upgrade log as well as output for this command, it's all the yum packages that GCC 11 via devtoolset-11 requires
    Code (Text):
    yum -q list devtoolset-11-runtime devtoolset-11-toolchain devtoolset-11-binutils devtoolset-11-binutils-devel devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-libatomic-devel devtoolset-11-libstdc++-devel devtoolset-11-ltrace devtoolset-11-make devtoolset-11-make-devel devtoolset-11-annobin-plugin-gcc devtoolset-11-annobin-annocheck devtoolset-11-gdb devtoolset-11-dwz devtoolset-11-elfutils devtoolset-11-elfutils-devel devtoolset-11-elfutils-libs devtoolset-11-strace devtoolset-11-gcc-gfortran devtoolset-11-memstomp devtoolset-11-elfutils-libelf devtoolset-11-elfutils-libelf-devel devtoolset-11-libasan-devel devtoolset-11-libgccjit-devel devtoolset-11-libitm-devel devtoolset-11-liblsan-devel devtoolset-11-libquadmath-devel devtoolset-11-libtsan-devel devtoolset-11-libubsan-devel devtoolset-11-elfutils-debuginfod-client devtoolset-11-elfutils-debuginfod-client-devel devtoolset-11-elfutils-libs devtoolset-11-annobin-docs devtoolset-11-libgccjit devtoolset-11-libgccjit-devel devtoolset-11-libgccjit-docs liblsan-11.2.1 libtsan-11.2.1 --disableplugin=priorities
    
     
  16. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    The same happened with the other Test VPS, here are the results from YUM query:
    Code:
    [16:47][root@localhost.localdomain ~]# yum -q list devtoolset-11-runtime devtoolset-11-toolchain devtoolset-11-binutils devtoolset-11-binutils-devel devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-libatomic-devel devtoolset-11-libstdc++-devel devtoolset-11-ltrace devtoolset-11-make devtoolset-11-make-devel devtoolset-11-annobin-plugin-gcc devtoolset-11-annobin-annocheck devtoolset-11-gdb devtoolset-11-dwz devtoolset-11-elfutils devtoolset-11-elfutils-devel devtoolset-11-elfutils-libs devtoolset-11-strace devtoolset-11-gcc-gfortran devtoolset-11-memstomp devtoolset-11-elfutils-libelf devtoolset-11-elfutils-libelf-devel devtoolset-11-libasan-devel devtoolset-11-libgccjit-devel devtoolset-11-libitm-devel devtoolset-11-liblsan-devel devtoolset-11-libquadmath-devel devtoolset-11-libtsan-devel devtoolset-11-libubsan-devel devtoolset-11-elfutils-debuginfod-client devtoolset-11-elfutils-debuginfod-client-devel devtoolset-11-elfutils-libs devtoolset-11-annobin-docs devtoolset-11-libgccjit devtoolset-11-libgccjit-devel devtoolset-11-libgccjit-docs liblsan-11.2.1 libtsan-11.2.1 --disableplugin=priorities
    Paquetes disponibles
    devtoolset-11-annobin-annocheck.x86_64                                                                                                             9.82-1.el7.1                                                                                                 centos-sclo-rh
    devtoolset-11-annobin-docs.noarch                                                                                                                  9.82-1.el7.1                                                                                                 centos-sclo-rh
    devtoolset-11-annobin-plugin-gcc.x86_64                                                                                                            9.82-1.el7.1                                                                                                 centos-sclo-rh
    devtoolset-11-binutils.x86_64                                                                                                                      2.36.1-1.el7.1                                                                                               centos-sclo-rh
    devtoolset-11-binutils-devel.x86_64                                                                                                                2.36.1-1.el7.1                                                                                               centos-sclo-rh
    devtoolset-11-dwz.x86_64                                                                                                                           0.14-2.el7                                                                                                   centos-sclo-rh
    devtoolset-11-elfutils.x86_64                                                                                                                      0.185-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-elfutils-debuginfod-client.x86_64                                                                                                    0.185-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-elfutils-debuginfod-client-devel.x86_64                                                                                              0.185-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-elfutils-devel.x86_64                                                                                                                0.185-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-elfutils-libelf.x86_64                                                                                                               0.185-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-elfutils-libelf-devel.x86_64                                                                                                         0.185-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-elfutils-libs.x86_64                                                                                                                 0.185-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-gcc.x86_64                                                                                                                           11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-gcc-c++.x86_64                                                                                                                       11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-gcc-gfortran.x86_64                                                                                                                  11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-gdb.x86_64                                                                                                                           10.2-5.el7                                                                                                   centos-sclo-rh
    devtoolset-11-libasan-devel.x86_64                                                                                                                 11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libatomic-devel.x86_64                                                                                                               11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libgccjit.x86_64                                                                                                                     11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libgccjit-devel.x86_64                                                                                                               11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libgccjit-docs.x86_64                                                                                                                11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libitm-devel.x86_64                                                                                                                  11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-liblsan-devel.x86_64                                                                                                                 11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libquadmath-devel.x86_64                                                                                                             11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libstdc++-devel.x86_64                                                                                                               11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libtsan-devel.x86_64                                                                                                                 11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-libubsan-devel.x86_64                                                                                                                11.2.1-1.2.el7                                                                                               centos-sclo-rh
    devtoolset-11-ltrace.x86_64                                                                                                                        0.7.91-1.el7                                                                                                 centos-sclo-rh
    devtoolset-11-make.x86_64                                                                                                                          1:4.3-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-make-devel.x86_64                                                                                                                    1:4.3-1.el7                                                                                                  centos-sclo-rh
    devtoolset-11-memstomp.x86_64                                                                                                                      0.1.5-6.el7                                                                                                  centos-sclo-rh
    devtoolset-11-runtime.x86_64                                                                                                                       11.0-3.el7                                                                                                   centos-sclo-rh
    devtoolset-11-strace.x86_64                                                                                                                        5.13-3.el7                                                                                                   centos-sclo-rh
    devtoolset-11-toolchain.x86_64                                                                                                                     11.0-3.el7                                                                                                   centos-sclo-rh
    liblsan.x86_64                                                                                                                                     11.2.1-1.2.el7                                                                                               centos-sclo-rh
    libtsan.x86_64                                                                                                                                     11.2.1-1.2.el7                                                                                               centos-sclo-rh
    
    And here are the logs:
    centminmod_123.09beta01.b782_040122-143714_nginx_upgrade.log -- https://bit.ly/31w0HuU
    centminmod_123.09beta01.b782_040122-143714_php_upgrade.log -- https://bit.ly/3mW91LW
     
  17. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I haven't applied the fix in public 123.09beta01 yet only applied to the Nginx PCRE2 patches for testing right.
     
  18. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    9:40 AM
    Mainline
    10.2
    Not yet supported on new install right?
     
  19. eva2000

    eva2000 Administrator Staff Member

    54,394
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    11:40 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Not tested on new installs yet. Only on Nginx upgrades right now.
     
  20. happyhacking

    happyhacking Member

    111
    18
    18
    Apr 23, 2021
    Ratings:
    +61
    Local Time:
    7:40 PM
    1.22.0
    MariadDB 10.4.25
    Already tested on a brand new VPS installation with the settings DEVTOOLSETTEN='y' and DEVTOOLSETELEVEN='y' enabled in customconfig and PHP & Nginx compiled perfectly fine with Devtoolset-11 (GCC 11.2)