Build Linux: FAILED 5/rtems-riscv on x86_64-linux-gnu (expat-2.1.0-x86_64-linux-gnu-1)
Joel Sherrill
joel at rtems.org
Fri May 15 12:18:58 UTC 2026
RTEMS Source Builder - Set Builder, 7 (67d17daa63cb)
Host: Linux-5.14.0-611.41.1.el9_7.x86_64-x86_64-with-glibc2.34
Linux gitlab.oarcorp.com 5.14.0-611.41.1.el9_7.x86_64 #1 SMP
PREEMPT_DYNAMIC Sat Mar 21 12:28:25 UTC 2026 x86_64 x86_64
Build Time: 0:05:14.995286
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: expat-2.1.0-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
script:132: LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
script:133: LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
script:134: LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
script:135: CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
script:136: CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:137: CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:138: else
script:139: LDFLAGS="${SB_BUILD_LDFLAGS}"
script:140: LDLIBS="${SB_BUILD_LIBS}"
script:141: LIBS="${SB_BUILD_LIBS}"
script:142: CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:143: CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
script:144: CC_FOR_BUILD=${CC}
script:145: CXX_FOR_BUILD=${CXX}
script:146: fi
script:147: export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
script:148: export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
script:149: export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
script:150: ./configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu --verbose --prefix=/home/joel/rtems-cron-5/tools/5 --bindir=/home/joel/rtems-cron-5/tools/5/bin --exec-prefix=/home/joel/rtems-cron-5/tools/5 --includedir=/home/joel/rtems-cron-5/tools/5/include --libdir=/home/joel/rtems-cron-5/tools/5/lib --mandir=/home/joel/rtems-cron-5/tools/5/share/man --infodir=/home/joel/rtems-cron-5/tools/5/share/info --without-docbook --disable-shared
script:151: make -j 56 all
script:152: cd ${build_top}
script:153: echo "==> %install:"
script:154: build_top=$(pwd)
script:155: rm -rf $SB_BUILD_ROOT
script:156: cd expat-2.1.0
script:157: make DESTDIR=$SB_BUILD_ROOT install
script:158: cd ${build_top}
script: 1: #!/bin/sh
script: 2: # ___build_pre as set up in defaults.py
script: 3: # Save the original path away.
script: 4: export SB_ORIG_PATH=${PATH}
script: 5: # Directories
script: 6: SB_PREFIX="/home/joel/rtems-cron-5/tools/5"
script: 7: SB_PREFIX_CLEAN=$(echo "/home/joel/rtems-cron-5/tools/5" | /bin/sed -e 's/^\///')
script: 8: SB_SOURCE_DIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/sources"
script: 9: SB_BUILD_DIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1"
script: 10: # host == build, use build; host != build, host uses host and build uses build
script: 11: SB_HOST_CPPFLAGS=""
script: 12: # Optional tmpinternal paths
script: 13: SB_TMP_INCLUDES="-I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/${SB_PREFIX_CLEAN}/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include"
script: 14: SB_TMP_LDFLAGS="-L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib"
script: 15: # Optionally do not add includes to c/cxx flags as newer configure's complain
script: 16: # Include the host standards flags if provided
script: 17: SB_HOST_CFLAGS="-O2 -g -pipe "
script: 18: SB_HOST_CXXFLAGS="-O2 -g -pipe "
script: 19: SB_HOST_LDFLAGS=" -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/${SB_PREFIX_CLEAN}/lib"
script: 20: SB_HOST_LIBS=""
script: 21: # Include the host standards flags if provided and no build standards defined
script: 22: SB_BUILD_C_STD=" "
script: 23: SB_BUILD_CFLAGS="-O2 -g -pipe $SB_BUILD_C_STD $SB_TMP_INCLUDES"
script: 24: SB_BUILD_CXX_STD=" "
script: 25: SB_BUILD_CXXFLAGS="-O2 -g -pipe $SB_BUILD_CXX_STD $SB_TMP_INCLUDES"
script: 26: SB_BUILD_LDFLAGS=" $SB_TMP_LDFLAGS"
script: 27: SB_BUILD_LIBS=""
script: 28: SB_CFLAGS="${SB_BUILD_CFLAGS} $SB_TMP_INCLUDES"
script: 29: SB_CXXFLAGS="${SB_BUILD_CXXFLAGS} $SB_TMP_INCLUDES"
script: 30: SB_ARCH="x86_64"
script: 31: SB_OS="linux"
script: 32: export SB_SOURCE_DIR SB_BUILD_DIR SB_ARCH SB_OS
script: 33: export SB_HOST_CPPFLAGS SB_HOST_CFLAGS SB_HOST_CXXFLAGS SB_HOST_LDFLAGS SB_HOST_LIBS
script: 34: export SB_BUILD_CFLAGS SB_BUILD_CXXFLAGS SB_BUILD_LDFLAGS SB_BUILD_LIBS
script: 35: export SB_CFLAGS SB_CXXFLAGS
script: 36: # Documentation
script: 37: SB_DOC_DIR="/home/joel/rtems-cron-5/tools/5/share/doc"
script: 38: export SB_DOC_DIR
script: 39: # Packages
script: 40: SB_PACKAGE_NAME="expat-2.1.0-x86_64-linux-gnu-1"
script: 41: SB_PACKAGE_BUILDNAME="expat-2.1.0-x86_64-linux-gnu-1"
script: 42: SB_PACKAGE_VERSION="2.1.0"
script: 43: SB_PACKAGE_RELEASE="1"
script: 44: export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE
script: 45: # Build directories
script: 46: export SB_PREFIX
script: 47: SB_BUILD_DIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1"
script: 48: SB_BUILD_ROOT="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003"
script: 49: SB_BUILD_ROOT_BINDIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003/${SB_PREFIX_CLEAN}/bin"
script: 50: export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR
script: 51: SB_BUILD_CXC_DIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1-cxc"
script: 52: SB_BUILD_CXC_ROOT="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003-cxc"
script: 53: SB_BUILD_CXC_ROOT_BINDIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003-cxc/${SB_PREFIX_CLEAN}/bin"
script: 54: export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR
script: 55: SB_TMPROOT="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv"
script: 56: SB_TMPPREFIX="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/${SB_PREFIX_CLEAN}"
script: 57: SB_TMPBINDIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/${SB_PREFIX_CLEAN}/bin"
script: 58: export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR
script: 59: SB_TMPCXCROOT="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv"
script: 60: SB_TMPCXCPREFIX="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-riscv/${SB_PREFIX_CLEAN}"
script: 61: SB_TMPCXCBINDIR="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-riscv/${SB_PREFIX_CLEAN}/bin"
script: 62: export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR
script: 63: # Extra path support
script: 64: SB_EXTRAPATH="/home/joel/rtems-cron-5/rtems-source-builder/source-builder"
script: 65: # The compiler flags
script: 66:
script: 67:
script: 68: export CFLAGS_FOR_TARGET
script: 69: export CXXFLAGS_FOR_TARGET
script: 70: # Set up the path. Put the CXC path first.
script: 71: if test -n "${SB_TMPBINDIR}" ; then
script: 72: PATH="${SB_TMPBINDIR}:$PATH"
script: 73: fi
script: 74: if test -n "${SB_TMPCXCBINDIR}" ; then
script: 75: PATH="${SB_TMPCXCBINDIR}:$PATH"
script: 76: fi
script: 77: if test -n "${SB_EXTRAPATH}" ; then
script: 78: PATH="${SB_EXTRAPATH}:$PATH"
script: 79: fi
script: 80: PATH="/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-staging/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/bin:$PATH"
script: 81:
script: 82: export PATH
script: 83: # Default environment set up.
script: 84: LANG=C
script: 85: export LANG
script: 86: unset DISPLAY || :
script: 87: umask 022
script: 88: cd "/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1"
script: 89: echo "=> expat-2.1.0-x86_64-linux-gnu-1: CLEAN"
script: 90: echo "==> %clean:"
removing: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
making dir: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
write script: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1/do-build
write script: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1/do-clean
building: expat-2.1.0-x86_64-linux-gnu-1
run: /bin/sh -ex /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1/do-build
+ export SB_ORIG_PATH=/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ SB_ORIG_PATH=/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ SB_PREFIX=/home/joel/rtems-cron-5/tools/5
++ echo /home/joel/rtems-cron-5/tools/5
++ /bin/sed -e 's/^\///'
+ SB_PREFIX_CLEAN=home/joel/rtems-cron-5/tools/5
+ SB_SOURCE_DIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/sources
+ SB_BUILD_DIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ SB_HOST_CPPFLAGS=
+ SB_TMP_INCLUDES='-I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_TMP_LDFLAGS=-L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib
+ SB_HOST_CFLAGS='-O2 -g -pipe '
+ SB_HOST_CXXFLAGS='-O2 -g -pipe '
+ SB_HOST_LDFLAGS=' -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/lib'
+ SB_HOST_LIBS=
+ SB_BUILD_C_STD=' '
+ SB_BUILD_CFLAGS='-O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_BUILD_CXX_STD=' '
+ SB_BUILD_CXXFLAGS='-O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_BUILD_LDFLAGS=' -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib'
+ SB_BUILD_LIBS=
+ SB_CFLAGS='-O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_CXXFLAGS='-O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ SB_ARCH=x86_64
+ SB_OS=linux
+ export SB_SOURCE_DIR SB_BUILD_DIR SB_ARCH SB_OS
+ export SB_HOST_CPPFLAGS SB_HOST_CFLAGS SB_HOST_CXXFLAGS SB_HOST_LDFLAGS SB_HOST_LIBS
+ export SB_BUILD_CFLAGS SB_BUILD_CXXFLAGS SB_BUILD_LDFLAGS SB_BUILD_LIBS
+ export SB_CFLAGS SB_CXXFLAGS
+ SB_DOC_DIR=/home/joel/rtems-cron-5/tools/5/share/doc
+ export SB_DOC_DIR
+ SB_PACKAGE_NAME=expat-2.1.0-x86_64-linux-gnu-1
+ SB_PACKAGE_BUILDNAME=expat-2.1.0-x86_64-linux-gnu-1
+ SB_PACKAGE_VERSION=2.1.0
+ SB_PACKAGE_RELEASE=1
+ export SB_PACKAGE_NAME SB_PACKAGE_VERSION SB_PACKAGE_RELEASE
+ export SB_PREFIX
+ SB_BUILD_DIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ SB_BUILD_ROOT=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003
+ SB_BUILD_ROOT_BINDIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003/home/joel/rtems-cron-5/tools/5/bin
+ export SB_BUILD_ROOT SB_BUILD_DIR SB_BUILD_ROOT_BINDIR
+ SB_BUILD_CXC_DIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1-cxc
+ SB_BUILD_CXC_ROOT=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003-cxc
+ SB_BUILD_CXC_ROOT_BINDIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003-cxc/home/joel/rtems-cron-5/tools/5/bin
+ export SB_BUILD_CXC_ROOT SB_BUILD_CXC_DIR SB_BUILD_CXC_ROOT_BINDIR
+ SB_TMPROOT=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv
+ SB_TMPPREFIX=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5
+ SB_TMPBINDIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin
+ export SB_TMPROOT SB_TMPPREFIX SB_TMPBINDIR
+ SB_TMPCXCROOT=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv
+ SB_TMPCXCPREFIX=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-riscv/home/joel/rtems-cron-5/tools/5
+ SB_TMPCXCBINDIR=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin
+ export SB_TMPCXCROOT SB_TMPCXCPREFIX SB_TMPCXCBINDIR
+ SB_EXTRAPATH=/home/joel/rtems-cron-5/rtems-source-builder/source-builder
+ export CFLAGS_FOR_TARGET
+ export CXXFLAGS_FOR_TARGET
+ test -n /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin
+ PATH=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ test -n /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin
+ PATH=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ test -n /home/joel/rtems-cron-5/rtems-source-builder/source-builder
=> expat-2.1.0-x86_64-linux-gnu-1: BUILD
+ PATH=/home/joel/rtems-cron-5/rtems-source-builder/source-builder:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
==> %prep:
+ PATH=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-staging/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/bin:/home/joel/rtems-cron-5/rtems-source-builder/source-builder:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-cxc/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/bin:/home/joel/rtems-cron-5/tools/5/bin:/home/joel/test-gcc/install-native-master/bin:/home/joel/rtems-codeql-toolkit/bin/codeql:/home/joel/.local/bin:/home/joel/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin
+ export PATH
+ LANG=C
+ export LANG
+ unset DISPLAY
+ umask 022
+ cd /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ echo '=> expat-2.1.0-x86_64-linux-gnu-1: BUILD'
+ echo '==> %prep:'
++ pwd
+ build_top=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ cd /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ /bin/rm -rf expat-2.1.0
+ /bin/gzip -dc /home/joel/rtems-cron-5/rtems-source-builder/rtems/sources/expat-2.1.0.tar.gz
+ /bin/tar -x -f -
+ tar_exit=0
+ cd expat-2.1.0
+ /bin/chmod -R a+rX,g-w,o-w .
+ cd /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ SB_CXC=no
+ echo '==> clean %{buildroot}: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003'
==> clean %{buildroot}: /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003
+ /bin/rm -rf /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003
+ /bin/mkdir -p /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/expat-2.1.0-x86_64-linux-gnu-1-1003
+ echo '==> %build:'
==> %build:
++ pwd
+ build_top=/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1
+ cd expat-2.1.0
+ test x86_64-linux-gnu '!=' x86_64-linux-gnu
+ LDFLAGS=' -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib'
+ LDLIBS=
+ LIBS=
++ echo 'gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
++ sed -e 's,-std=gnu99 ,,'
+ CC='gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
++ echo 'g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
++ sed -e 's,-std=gnu99 ,,'
+ CXX='g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ CC_FOR_BUILD='gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ CXX_FOR_BUILD='g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include'
+ export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
+ export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
+ export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
+ ./configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu --verbose --prefix=/home/joel/rtems-cron-5/tools/5 --bindir=/home/joel/rtems-cron-5/tools/5/bin --exec-prefix=/home/joel/rtems-cron-5/tools/5 --includedir=/home/joel/rtems-cron-5/tools/5/include --libdir=/home/joel/rtems-cron-5/tools/5/lib --mandir=/home/joel/rtems-cron-5/tools/5/share/man --infodir=/home/joel/rtems-cron-5/tools/5/share/info --without-docbook --disable-shared
configure: WARNING: unrecognized options: --without-docbook
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for x86_64-linux-gnu-gcc... gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include accepts -g... yes
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-linux-gnu-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnu-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnu-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include object... ok
checking for sysroot... no
checking for x86_64-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -fno-rtti -fno-exceptions... no
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to produce PIC... -fPIC -DPIC
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include PIC flag -fPIC -DPIC works... yes
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include static flag -static works... no
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... yes
checking if gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... (cached) yes
checking whether the gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for x86_64-linux-gnu-gcc... (cached) gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include accepts -g... (cached) yes
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include accepts -g... yes
checking how to run the C++ preprocessor... g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -E
checking for ld used by g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to produce PIC... -fPIC -DPIC
checking if g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include PIC flag -fPIC -DPIC works... yes
checking if g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include static flag -static works... no
checking if g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... yes
checking if g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include supports -c -o file.o... (cached) yes
checking whether the g++ -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c
checking whether gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include accepts -fexceptions... yes
checking for ANSI C header files... (cached) yes
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for memmove... yes
checking for bcopy... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for off_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to accept ISO C99... none needed
checking for gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include option to accept ISO Standard C... (cached) none needed
checking for an ANSI C99-conforming __func__... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating expat.pc
config.status: creating expat_config.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --without-docbook
+ make -j 56 all
/bin/sh ./libtool --silent --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlparse.lo -c lib/xmlparse.c
/bin/sh ./libtool --silent --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmltok.lo -c lib/xmltok.c
/bin/sh ./libtool --silent --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o lib/xmlrole.lo -c lib/xmlrole.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlwf.o -c xmlwf/xmlwf.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/xmlfile.o -c xmlwf/xmlfile.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/codepage.o -c xmlwf/codepage.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o xmlwf/unixfilemap.o -c xmlwf/unixfilemap.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o examples/elements.o -c examples/elements.c
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H -o examples/outline.o -c examples/outline.c
lib/xmlparse.c:83:2: error: #error memmove does not exist on this platform, nor is a substitute available
83 | #error memmove does not exist on this platform, nor is a substitute available
| ^~~~~
make: *** [Makefile:196: lib/xmlparse.lo] Error 1
make: *** Waiting for unfinished jobs....
In file included from lib/xmltok.c:23:
lib/xmltok_ns.c: In function 'findEncodingNS':
lib/xmltok.h:256:10: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized]
256 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
78 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
lib/xmltok.h:256:10: note: by argument 5 of type 'const char *' to 'void(const ENCODING *, const char **, const char *, char **, const char *)' {aka 'void(const struct encoding *, const char **, const char *, char **, const char *)'}
lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
78 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
In file included from lib/xmltok.c:1633:
lib/xmltok_ns.c:75:8: note: 'buf' declared here
75 | char buf[ENCODING_MAX];
| ^~~
lib/xmltok_ns.c: In function 'findEncoding':
lib/xmltok.h:256:10: warning: 'buf' may be used uninitialized [-Wmaybe-uninitialized]
256 | (((enc)->utf8Convert)(enc, fromP, fromLim, toP, toLim))
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
78 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
lib/xmltok.h:256:10: note: by argument 5 of type 'const char *' to 'void(const ENCODING *, const char **, const char *, char **, const char *)' {aka 'void(const struct encoding *, const char **, const char *, char **, const char *)'}
lib/xmltok_ns.c:78:3: note: in expansion of macro 'XmlUtf8Convert'
78 | XmlUtf8Convert(enc, &ptr, end, &p, p + ENCODING_MAX - 1);
| ^~~~~~~~~~~~~~
In file included from lib/xmltok.c:1622:
lib/xmltok_ns.c:75:8: note: 'buf' declared here
75 | char buf[ENCODING_MAX];
| ^~~
shell cmd failed: /bin/sh -ex /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/expat-2.1.0-x86_64-linux-gnu-1/do-build
error: building expat-2.1.0-x86_64-linux-gnu-1
See error report: rsb-report-expat-2.1.0-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
512 | rl_maybe_set_sighandler (SIGTTIN, rl_signal_handler, &old_ttin);
| ^~~~~~~~~~~~~~~~~
| |
| void (*)(int)
../../../gdb-14.2/readline/readline/signals.c:407:47: note: expected 'void (*)(void)' but argument is of type 'void (*)(int)'
407 | rl_maybe_set_sighandler (int sig, SigHandler *handler, sighandler_cxt *ohandler)
| ~~~~~~~~~~~~^~~~~~~
../../../gdb-14.2/readline/readline/signals.c:167:1: note: 'rl_signal_handler' declared here
167 | rl_signal_handler (int sig)
| ^~~~~~~~~~~~~~~~~
../../../gdb-14.2/readline/readline/signals.c:532:42: error: passing argument 2 of 'rl_maybe_set_sighandler' from incompatible pointer type [-Wincompatible-pointer-types]
532 | rl_maybe_set_sighandler (SIGWINCH, rl_sigwinch_handler, &old_winch);
| ^~~~~~~~~~~~~~~~~~~
| |
| void (*)(int)
../../../gdb-14.2/readline/readline/signals.c:407:47: note: expected 'void (*)(void)' but argument is of type 'void (*)(int)'
407 | rl_maybe_set_sighandler (int sig, SigHandler *handler, sighandler_cxt *ohandler)
| ~~~~~~~~~~~~^~~~~~~
../../../gdb-14.2/readline/readline/signals.c:334:1: note: 'rl_sigwinch_handler' declared here
334 | rl_sigwinch_handler (int sig)
| ^~~~~~~~~~~~~~~~~~~
In file included from ../../../gdb-14.2/readline/readline/rlprivate.h:29,
from ../../../gdb-14.2/readline/readline/rltty.c:46:
../../../gdb-14.2/readline/readline/rlmbutil.h: In function '_rl_wcwidth':
../../../gdb-14.2/readline/readline/rlmbutil.h:129:1: warning: old-style function definition [-Wold-style-definition]
129 | _rl_wcwidth (wc)
| ^~~~~~~~~~~
../../../gdb-14.2/readline/readline/misc.c: In function 'rl_operate_and_get_next':
../../../gdb-14.2/readline/readline/misc.c:667:1: warning: old-style function definition [-Wold-style-definition]
667 | rl_operate_and_get_next (count, c)
| ^~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:104: signals.o] Error 1
make[3]: *** Waiting for unfinished jobs....
../../../gdb-14.2/readline/readline/rltty.c: In function 'set_winsize':
../../../gdb-14.2/readline/readline/rltty.c:83:1: warning: old-style function definition [-Wold-style-definition]
83 | set_winsize (tty)
| ^~~~~~~~~~~
In file included from ../../../gdb-14.2/readline/readline/rlprivate.h:29,
from ../../../gdb-14.2/readline/readline/undo.c:49:
../../../gdb-14.2/readline/readline/rlmbutil.h: In function '_rl_wcwidth':
../../../gdb-14.2/readline/readline/rlmbutil.h:129:1: warning: old-style function definition [-Wold-style-definition]
129 | _rl_wcwidth (wc)
| ^~~~~~~~~~~
In file included from ../../../gdb-14.2/readline/readline/complete.c:69:
../../../gdb-14.2/readline/readline/rlmbutil.h: In function '_rl_wcwidth':
../../../gdb-14.2/readline/readline/rlmbutil.h:129:1: warning: old-style function definition [-Wold-style-definition]
129 | _rl_wcwidth (wc)
| ^~~~~~~~~~~
checking for pid_t... yes
../../../gdb-14.2/readline/readline/text.c: In function '_rl_char_search_callback':
../../../gdb-14.2/readline/readline/text.c:1759:1: warning: old-style function definition [-Wold-style-definition]
1759 | _rl_char_search_callback (data)
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../gdb-14.2/readline/readline/rlprivate.h:29,
from ../../../gdb-14.2/readline/readline/parse-colors.c:51:
../../../gdb-14.2/readline/readline/rlmbutil.h: In function '_rl_wcwidth':
../../../gdb-14.2/readline/readline/rlmbutil.h:129:1: warning: old-style function definition [-Wold-style-definition]
129 | _rl_wcwidth (wc)
| ^~~~~~~~~~~
In file included from ../../../gdb-14.2/readline/readline/rlprivate.h:29,
from ../../../gdb-14.2/readline/readline/bind.c:64:
../../../gdb-14.2/readline/readline/rlmbutil.h: In function '_rl_wcwidth':
../../../gdb-14.2/readline/readline/rlmbutil.h:129:1: warning: old-style function definition [-Wold-style-definition]
129 | _rl_wcwidth (wc)
| ^~~~~~~~~~~
In file included from ../../../gdb-14.2/readline/readline/mbutil.c:47:
../../../gdb-14.2/readline/readline/rlmbutil.h: In function '_rl_wcwidth':
../../../gdb-14.2/readline/readline/rlmbutil.h:129:1: warning: old-style function definition [-Wold-style-definition]
129 | _rl_wcwidth (wc)
| ^~~~~~~~~~~
In file included from ../../../gdb-14.2/readline/readline/rlprivate.h:29,
from ../../../gdb-14.2/readline/readline/nls.c:55:
../../../gdb-14.2/readline/readline/rlmbutil.h: In function '_rl_wcwidth':
../../../gdb-14.2/readline/readline/rlmbutil.h:129:1: warning: old-style function definition [-Wold-style-definition]
129 | _rl_wcwidth (wc)
| ^~~~~~~~~~~
In file included from ../../../gdb-14.2/readline/readline/rlprivate.h:29,
from ../../../gdb-14.2/readline/readline/terminal.c:68:
../../../gdb-14.2/readline/readline/rlmbutil.h: In function '_rl_wcwidth':
../../../gdb-14.2/readline/readline/rlmbutil.h:129:1: warning: old-style function definition [-Wold-style-definition]
129 | _rl_wcwidth (wc)
| ^~~~~~~~~~~
../../../gdb-14.2/readline/readline/bind.c: In function 'parse_comparison_op':
../../../gdb-14.2/readline/readline/bind.c:1091:1: warning: old-style function definition [-Wold-style-definition]
1091 | parse_comparison_op (s, indp)
| ^~~~~~~~~~~~~~~~~~~
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mode_t... yes
checking for pipe2... yes
checking for mbstate_t... yes
checking for psignal... yes
checking whether frexp() can be used without linking with libm... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking whether alarm is declared... /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
no
checking for realpath... libtool: link: ar --plugin /home/joel/test-gcc/install-native-master/libexec/gcc/x86_64-pc-linux-gnu/16.0.1/liblto_plugin.so --plugin /home/joel/test-gcc/install-native-master/libexec/gcc/x86_64-pc-linux-gnu/16.0.1/liblto_plugin.so rc .libs/libbacktrace.a .libs/atomic.o .libs/dwarf.o .libs/fileline.o .libs/posix.o .libs/print.o .libs/sort.o .libs/state.o .libs/backtrace.o .libs/simple.o .libs/elf.o .libs/mmapio.o .libs/mmap.o
libtool: link: ranlib --plugin /home/joel/test-gcc/install-native-master/libexec/gcc/x86_64-pc-linux-gnu/16.0.1/liblto_plugin.so --plugin /home/joel/test-gcc/install-native-master/libexec/gcc/x86_64-pc-linux-gnu/16.0.1/liblto_plugin.so .libs/libbacktrace.a
yes
checking whether frexp works... libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
make[3]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1/build/libbacktrace'
make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1/build/libbacktrace'
yes
checking for setrlimit... yes
checking for spawnve... yes
checking whether long double and double are the same... no
checking whether frexpl is declared... no
checking for spawnvpe... yes
checking whether frexpl() can be used without linking with libm... no
checking for strerror... yes
yes
checking whether frexpl works... checking for strsignal... yes
checking for sysconf... yes
checking for sysctl... yes
checking whether stat file-mode macros are broken... no
checking for nlink_t... no
checking for sysmp... yes
checking whether getcwd (NULL, 0) allocates memory for result... no
no
checking for getcwd with POSIX signature... checking for table... yes
checking whether getcwd is declared... no
checking for times... yes
checking whether getdelim is declared... yes
checking for wait3... yes
checking whether getdtablesize is declared... yes
checking for wait4... yes
checking whether getline is declared... yes
checking for sbrk... yes
checking whether getlogin_r is declared... yes
checking whether basename is declared... yes
checking whether getlogin is declared... yes
checking whether ffs is declared... yes
checking for struct timeval... yes
checking whether asprintf is declared... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking whether vasprintf is declared... yes
checking pthread.h usability... yes
checking whether snprintf is declared... yes
checking pthread.h presence... yes
checking for pthread.h... yes
yes
checking whether vsnprintf is declared... checking for pthread_kill in -lpthread... yes
checking whether calloc is declared... yes
checking whether POSIX threads API is available... yes
yes
checking whether getenv is declared... checking whether setlocale (LC_ALL, NULL) is multithread-safe... yes
checking whether setlocale (category, NULL) is multithread-safe... yes
checking for IPv4 sockets... yes
checking whether getopt is declared... make[3]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1/build/readline/readline'
make[2]: *** [Makefile:293: all-recursive] Error 1
make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1/build/readline'
yes
make[1]: *** [Makefile:9299: all-readline] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for IPv6 sockets... yes
checking whether limits.h has WORD_BIT, BOOL_WIDTH etc.... yes
checking whether malloc is declared... yes
checking for wint_t... yes
checking whether wint_t is large enough... yes
checking whether realloc is declared... yes
checking whether the compiler produces multi-arch binaries... no
checking whether stdint.h conforms to C99... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether stdint.h works without ISO C predefines... yes
checking whether stdint.h has UINTMAX_WIDTH etc.... yes
checking whether strtoll is declared... yes
yes
checking whether strtoull is declared... checking whether INT32_MAX < INTMAX_MAX... yes
yes
checking whether INT64_MAX == LONG_MAX... checking whether strverscmp is declared... yes
checking whether UINT32_MAX < UINTMAX_MAX... yes
checking whether strnlen is declared... yes
checking whether UINT64_MAX == ULONG_MAX... yes
checking where to find the exponent in a 'double'... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... word 1 bit 20
checking whether byte ordering is bigendian... no
checking for wchar_t... yes
checking for good max_align_t... yes
checking for working strncmp... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether locale.h defines locale_t... yes
checking whether locale.h conforms to POSIX:2001... yes
yes
checking whether struct lconv is properly defined... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking whether imported symbols can be declared weak... config.status: creating Makefile
config.status: creating testsuite/Makefile
yes
checking for multithread API to use... posix
checking whether malloc is ptrdiff_t safe... config.status: creating config.h
config.status: executing default commands
yes
checking whether malloc, realloc, calloc set errno on failure... yes
checking whether malloc (0) returns nonnull... yes
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking for a traditional japanese locale... ja_JP
checking for a french Unicode locale... fr_FR.UTF-8
checking for a transitional chinese locale... zh_CN.GB18030
checking for inline... inline
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking whether memchr works... yes
checking whether memmem is declared... yes
checking for memmem... yes
checking whether memmem works... yes
checking whether memrchr is declared... yes
checking whether <limits.h> defines MIN and MAX... no
checking whether <sys/param.h> defines MIN and MAX... yes
checking for O_CLOEXEC... yes
checking for promoted mode_t type... mode_t
checking whether <sys/select.h> is self-contained... yes
checking for library containing setsockopt... none needed
checking whether setenv is declared... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking for sigset_t... yes
checking for volatile sig_atomic_t... yes
checking for sighandler_t... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... yes
checking whether fcloseall is declared... yes
checking which flavor of printf attribute matches inttypes macros... system
checking whether ecvt is declared... yes
checking whether fcvt is declared... yes
checking whether gcvt is declared... yes
checking whether strdup is declared... yes
checking whether strerror(0) succeeds... yes
checking for strerror_r with POSIX signature... no
checking whether __xpg_strerror_r works... yes
checking whether strerror_r is declared... (cached) yes
checking whether strnlen is declared... yes
checking whether strstr works... yes
checking whether strtok_r is declared... yes
checking for struct timespec in <time.h>... yes
checking for TIME_UTC in <time.h>... yes
checking whether execvpe is declared... yes
checking whether unsetenv is declared... yes
checking whether wcsdup is declared... yes
checking whether iswcntrl works... yes
checking for towlower... yes
checking for wctype_t... yes
checking for wctrans_t... yes
checking for C compiler option to allow warnings... -Wno-error
checking for alloca as a compiler built-in... yes
checking whether btowc(0) is correct... yes
checking whether btowc(EOF) is correct... yes
checking for __builtin_expect... yes
checking whether this system supports file names of any length... no
checking for library containing clock_gettime... none required
checking for clock_getres... yes
checking for clock_gettime... yes
checking for clock_settime... yes
checking for closedir... yes
checking for d_ino member in directory struct... yes
checking for d_type member in directory struct... yes
checking for dirfd... yes
checking whether dirfd is declared... yes
checking whether dirfd is a macro... no
checking whether // is distinct from /... (cached) no
checking whether dup works... yes
checking whether dup2 works... yes
checking for error_at_line... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... needs runtime check
checking whether fdopendir is declared... yes
checking whether fdopendir works... yes
checking for ffs... yes
checking for flexible array member... yes
checking whether conversion from 'int' to 'long double' works... yes
checking for working GNU fnmatch... yes
checking whether free is known to preserve errno... yes
checking whether fstatat (..., 0) works... yes
checking whether getcwd handles long file names properly... yes
checking for working getdelim function... yes
checking whether getdtablesize works... yes
checking for getline... yes
checking for working getline function... yes
checking whether getlogin_r works with small buffers... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether __argv is declared... no
checking whether getrandom is compatible with its GNU+BSD signature... yes
checking for gettimeofday with POSIX signature... yes
checking for GNU glob interface version 1 or 2... yes
checking whether glob lists broken symlinks... yes
checking whether glob NOTDIR*/ omits symlink to nondir... yes
checking for library containing inet_ntop... none required
checking whether inet_ntop is declared... yes
checking whether isnan(double) can be used without linking with libm... yes
checking whether isnan(long double) can be used without linking with libm... yes
checking whether isnanl works... yes
checking whether the compiler supports the __inline keyword... yes
checking for pthread_rwlock_t... yes
checking whether pthread_rwlock_rdlock prefers a writer to a reader... no
checking whether mbrtowc handles incomplete characters... yes
checking whether mbrtowc works as well as mbtowc... yes
checking whether mbrtowc handles a NULL pwc argument... yes
checking whether mbrtowc handles a NULL string argument... yes
checking whether mbrtowc has a correct return value... yes
checking whether mbrtowc returns 0 when parsing a NUL character... yes
checking whether mbrtowc stores incomplete characters... no
checking whether mbrtowc works on empty input... yes
checking whether the C locale is free of encoding errors... no
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbrtowc handles incomplete characters... (cached) yes
checking whether mbrtowc works as well as mbtowc... (cached) yes
checking whether mbsrtowcs works... yes
checking for mbtowc... yes
checking whether memmem works in linear time... yes
checking for memmem... (cached) yes
checking whether memmem works... (cached) yes
checking for mempcpy... (cached) yes
checking for memrchr... yes
checking whether mkdir handles trailing slash... yes
checking whether mkdir handles trailing dot... yes
checking for mkdtemp... yes
checking whether <netinet/in.h> is self-contained... yes
checking whether open recognizes a trailing slash... yes
checking for opendir... yes
checking for rawmemchr... yes
checking for readdir... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... yes
checking whether readlink truncates results correctly... yes
checking whether rename honors trailing slash on destination... yes
checking whether rename honors trailing slash on source... yes
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... yes
checking for rewinddir... yes
checking whether rmdir works... yes
checking whether select supports a 0 argument... yes
checking whether select detects invalid fds... yes
checking whether setenv validates arguments... yes
checking whether setlocale (LC_ALL, NULL) is multithread-safe... (cached) yes
checking whether setlocale (category, NULL) is multithread-safe... (cached) yes
checking for socklen_t... yes
checking for ssize_t... yes
checking whether stat handles trailing slashes on files... yes
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for struct stat.st_birthtimespec.tv_nsec... no
checking for struct stat.st_birthtimensec... no
checking for struct stat.st_birthtim.tv_nsec... no
checking for working stdalign.h... yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... yes
checking for working strnlen... yes
checking whether strstr works in linear time... yes
checking whether strstr works... (cached) yes
checking for strtok_r... yes
checking whether strtok_r works... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for variable-length arrays... yes
checking for wmemchr... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include... gcc3
checking whether make supports nested variables... (cached) yes
checking whether ln -s works... yes
checking for x86_64-linux-gnu-ranlib... ranlib --plugin /home/joel/test-gcc/install-native-master/libexec/gcc/x86_64-pc-linux-gnu/16.0.1/liblto_plugin.so
checking for x86_64-linux-gnu-ar... (cached) ar --plugin /home/joel/test-gcc/install-native-master/libexec/gcc/x86_64-pc-linux-gnu/16.0.1/liblto_plugin.so
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile.gnulib.inc
config.status: creating Makefile
config.status: creating import/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1/build'
make: *** [Makefile:1020: all] Error 2
shell cmd failed: /bin/sh -ex /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1/do-build
error: building riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1
See error report: rsb-report-riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule_read.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule_read.lo ../../gcc-9.3.0/isl/isl_schedule_read.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo isl_schedule_tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule_tree.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule_tree.lo ../../gcc-9.3.0/isl/isl_schedule_tree.c &&\
mv -f $depbase.Tpo $depbase.Plo
yes
mv -f .deps/sin_cos.Tpo .deps/sin_cos.Plo
depbase=`echo isl_schedule_constraints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule_constraints.lo -MD -MP -MF $depbase.Tpo -c -o isl_schedule_constraints.lo ../../gcc-9.3.0/isl/isl_schedule_constraints.c &&\
mv -f $depbase.Tpo $depbase.Plo
checking for putenv... depbase=`echo isl_scheduler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_scheduler.lo -MD -MP -MF $depbase.Tpo -c -o isl_scheduler.lo ../../gcc-9.3.0/isl/isl_scheduler.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_scan.lo -MD -MP -MF .deps/isl_scan.Tpo -c ../../gcc-9.3.0/isl/isl_scan.c -o isl_scan.o
yes
depbase=`echo isl_set_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_set_list.lo -MD -MP -MF $depbase.Tpo -c -o isl_set_list.lo ../../gcc-9.3.0/isl/isl_set_list.c &&\
mv -f $depbase.Tpo $depbase.Plo
checking whether fprintf_unlocked is declared... yes
depbase=`echo isl_sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_sort.lo -MD -MP -MF $depbase.Tpo -c -o isl_sort.lo ../../gcc-9.3.0/isl/isl_sort.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule_node.lo -MD -MP -MF .deps/isl_schedule_node.Tpo -c ../../gcc-9.3.0/isl/isl_schedule_node.c -o isl_schedule_node.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule.lo -MD -MP -MF .deps/isl_schedule.Tpo -c ../../gcc-9.3.0/isl/isl_schedule.c -o isl_schedule.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule_band.lo -MD -MP -MF .deps/isl_schedule_band.Tpo -c ../../gcc-9.3.0/isl/isl_schedule_band.c -o isl_schedule_band.o
checking for rindex... depbase=`echo isl_space.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_space.lo -MD -MP -MF $depbase.Tpo -c -o isl_space.lo ../../gcc-9.3.0/isl/isl_space.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule_read.lo -MD -MP -MF .deps/isl_schedule_read.Tpo -c ../../gcc-9.3.0/isl/isl_schedule_read.c -o isl_schedule_read.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule_tree.lo -MD -MP -MF .deps/isl_schedule_tree.Tpo -c ../../gcc-9.3.0/isl/isl_schedule_tree.c -o isl_schedule_tree.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_schedule_constraints.lo -MD -MP -MF .deps/isl_schedule_constraints.Tpo -c ../../gcc-9.3.0/isl/isl_schedule_constraints.c -o isl_schedule_constraints.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_scheduler.lo -MD -MP -MF .deps/isl_scheduler.Tpo -c ../../gcc-9.3.0/isl/isl_scheduler.c -o isl_scheduler.o
yes
checking for random... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_sort.lo -MD -MP -MF .deps/isl_sort.Tpo -c ../../gcc-9.3.0/isl/isl_sort.c -o isl_sort.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_set_list.lo -MD -MP -MF .deps/isl_set_list.Tpo -c ../../gcc-9.3.0/isl/isl_set_list.c -o isl_set_list.o
no
checking whether fputc_unlocked is declared... yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_space.lo -MD -MP -MF .deps/isl_space.Tpo -c ../../gcc-9.3.0/isl/isl_space.c -o isl_space.o
checking for setenv... yes
depbase=`echo isl_stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_stream.lo -MD -MP -MF $depbase.Tpo -c -o isl_stream.lo ../../gcc-9.3.0/isl/isl_stream.c &&\
mv -f $depbase.Tpo $depbase.Plo
checking for rename... depbase=`echo isl_seq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_seq.lo -MD -MP -MF $depbase.Tpo -c -o isl_seq.lo ../../gcc-9.3.0/isl/isl_seq.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo isl_tab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_tab.lo -MD -MP -MF $depbase.Tpo -c -o isl_tab.lo ../../gcc-9.3.0/isl/isl_tab.c &&\
mv -f $depbase.Tpo $depbase.Plo
yes
yes
checking whether fputs_unlocked is declared... checking for snprintf... depbase=`echo isl_tab_pip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_tab_pip.lo -MD -MP -MF $depbase.Tpo -c -o isl_tab_pip.lo ../../gcc-9.3.0/isl/isl_tab_pip.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_stream.lo -MD -MP -MF .deps/isl_stream.Tpo -c ../../gcc-9.3.0/isl/isl_stream.c -o isl_stream.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_seq.lo -MD -MP -MF .deps/isl_seq.Tpo -c ../../gcc-9.3.0/isl/isl_seq.c -o isl_seq.o
yes
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_tab.lo -MD -MP -MF .deps/isl_tab.Tpo -c ../../gcc-9.3.0/isl/isl_tab.c -o isl_tab.o
depbase=`echo isl_tarjan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_tarjan.lo -MD -MP -MF $depbase.Tpo -c -o isl_tarjan.lo ../../gcc-9.3.0/isl/isl_tarjan.c &&\
mv -f $depbase.Tpo $depbase.Plo
checking for rindex... depbase=`echo isl_transitive_closure.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_transitive_closure.lo -MD -MP -MF $depbase.Tpo -c -o isl_transitive_closure.lo ../../gcc-9.3.0/isl/isl_transitive_closure.c &&\
mv -f $depbase.Tpo $depbase.Plo
yes
mv -f .deps/pow.Tpo .deps/pow.Plo
checking whether fread_unlocked is declared... make[4]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/mpc/src'
make[3]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/mpc'
make[3]: *** [Makefile:462: all-recursive] Error 1
make[2]: *** [Makefile:373: all] Error 2
make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/mpc'
depbase=`echo isl_union_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_union_map.lo -MD -MP -MF $depbase.Tpo -c -o isl_union_map.lo ../../gcc-9.3.0/isl/isl_union_map.c &&\
mv -f $depbase.Tpo $depbase.Plo
make[1]: *** [Makefile:5092: all-mpc] Error 2
make[1]: *** Waiting for unfinished jobs....
yes
checking for sigsetmask... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_tab_pip.lo -MD -MP -MF .deps/isl_tab_pip.Tpo -c ../../gcc-9.3.0/isl/isl_tab_pip.c -o isl_tab_pip.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_tarjan.lo -MD -MP -MF .deps/isl_tarjan.Tpo -c ../../gcc-9.3.0/isl/isl_tarjan.c -o isl_tarjan.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_transitive_closure.lo -MD -MP -MF .deps/isl_transitive_closure.Tpo -c ../../gcc-9.3.0/isl/isl_transitive_closure.c -o isl_transitive_closure.o
yes
depbase=`echo isl_val.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_val.lo -MD -MP -MF $depbase.Tpo -c -o isl_val.lo ../../gcc-9.3.0/isl/isl_val.c &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo isl_vec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_vec.lo -MD -MP -MF $depbase.Tpo -c -o isl_vec.lo ../../gcc-9.3.0/isl/isl_vec.c &&\
mv -f $depbase.Tpo $depbase.Plo
checking for setenv... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_union_map.lo -MD -MP -MF .deps/isl_union_map.Tpo -c ../../gcc-9.3.0/isl/isl_union_map.c -o isl_union_map.o
yes
yes
checking whether fwrite_unlocked is declared... checking for stpcpy... depbase=`echo isl_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_version.lo -MD -MP -MF $depbase.Tpo -c -o isl_version.lo ../../gcc-9.3.0/isl/isl_version.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_vec.lo -MD -MP -MF .deps/isl_vec.Tpo -c ../../gcc-9.3.0/isl/isl_vec.c -o isl_vec.o
libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_val.lo -MD -MP -MF .deps/isl_val.Tpo -c ../../gcc-9.3.0/isl/isl_val.c -o isl_val.o
yes
depbase=`echo isl_vertices.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_vertices.lo -MD -MP -MF $depbase.Tpo -c -o isl_vertices.lo ../../gcc-9.3.0/isl/isl_vertices.c &&\
mv -f $depbase.Tpo $depbase.Plo
checking for snprintf... depbase=`echo isl_test.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_test.o -MD -MP -MF $depbase.Tpo -c -o isl_test.o ../../gcc-9.3.0/isl/isl_test.c &&\
mv -f $depbase.Tpo $depbase.Po
yes
yes
checking for stpncpy... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_version.lo -MD -MP -MF .deps/isl_version.Tpo -c ../../gcc-9.3.0/isl/isl_version.c -o isl_version.o
checking whether getchar_unlocked is declared... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_vertices.lo -MD -MP -MF .deps/isl_vertices.Tpo -c ../../gcc-9.3.0/isl/isl_vertices.c -o isl_vertices.o
depbase=`echo polyhedron_sample.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT polyhedron_sample.o -MD -MP -MF $depbase.Tpo -c -o polyhedron_sample.o ../../gcc-9.3.0/isl/polyhedron_sample.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT pip.o -MD -MP -MF $depbase.Tpo -c -o pip.o ../../gcc-9.3.0/isl/pip.c &&\
mv -f $depbase.Tpo $depbase.Po
yes
depbase=`echo polyhedron_minimize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT polyhedron_minimize.o -MD -MP -MF $depbase.Tpo -c -o polyhedron_minimize.o ../../gcc-9.3.0/isl/polyhedron_minimize.c &&\
mv -f $depbase.Tpo $depbase.Po
checking for sigsetmask... yes
yes
checking for strcasecmp... checking whether getc_unlocked is declared... depbase=`echo polytope_scan.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT polytope_scan.o -MD -MP -MF $depbase.Tpo -c -o polytope_scan.o ../../gcc-9.3.0/isl/polytope_scan.c &&\
mv -f $depbase.Tpo $depbase.Po
yes
depbase=`echo polyhedron_detect_equalities.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT polyhedron_detect_equalities.o -MD -MP -MF $depbase.Tpo -c -o polyhedron_detect_equalities.o ../../gcc-9.3.0/isl/polyhedron_detect_equalities.c &&\
mv -f $depbase.Tpo $depbase.Po
checking for stpcpy... depbase=`echo cat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT cat.o -MD -MP -MF $depbase.Tpo -c -o cat.o ../../gcc-9.3.0/isl/cat.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo closure.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT closure.o -MD -MP -MF $depbase.Tpo -c -o closure.o ../../gcc-9.3.0/isl/closure.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo bound.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT bound.o -MD -MP -MF $depbase.Tpo -c -o bound.o ../../gcc-9.3.0/isl/bound.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo schedule.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT schedule.o -MD -MP -MF $depbase.Tpo -c -o schedule.o ../../gcc-9.3.0/isl/schedule.c &&\
mv -f $depbase.Tpo $depbase.Po
yes
depbase=`echo codegen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT codegen.o -MD -MP -MF $depbase.Tpo -c -o codegen.o ../../gcc-9.3.0/isl/codegen.c &&\
mv -f $depbase.Tpo $depbase.Po
yes
checking for strchr... checking whether putchar_unlocked is declared... depbase=`echo isl_test_int.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/isl -I../../gcc-9.3.0/isl/include -Iinclude/ -g -O2 -MT isl_test_int.o -MD -MP -MF $depbase.Tpo -c -o isl_test_int.o ../../gcc-9.3.0/isl/isl_test_int.c &&\
mv -f $depbase.Tpo $depbase.Po
yes
checking for stpncpy... yes
yes
checking whether putc_unlocked is declared... checking for strdup... yes
checking for strcasecmp... yes
checking for working alloca.h... yes
checking for strncasecmp... yes
yes
checking for strchr... checking for alloca... yes
checking for strndup... yes
yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... checking for strdup... yes
checking for strnlen... yes
yes
checking whether NLS is requested... no
checking for uchar... checking for strncasecmp...
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... yes
checking for strrchr... done
yes
checking for iconv... (cached) no
checking for strndup... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for strstr... yes
checking for strnlen... yes
checking for strtod... config.status: creating Makefile
yes
config.status: creating config.h
checking for strrchr... config.status: executing depdir commands
mkdir -p -- .deps
yes
checking for strtol... yes
checking for strstr... yes
checking for strtoul... yes
checking for strtod... yes
checking for strtoll... yes
checking for strtol... yes
checking for strtoull... yes
checking for strtoul... yes
checking for strverscmp... yes
checking for strtoll... yes
checking for tmpnam... yes
checking for strtoull... yes
checking for vasprintf... yes
checking for strverscmp... yes
checking for vfprintf... yes
checking for tmpnam... rm -f libdecnumber.a
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
ranlib libdecnumber.a
yes
checking for vprintf... make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/libdecnumber'
yes
checking for vasprintf... yes
yes
checking for vsnprintf... checking for vfprintf... yes
yes
checking for vsprintf... checking for vprintf... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/libbacktrace -I ../../gcc-9.3.0/libbacktrace/../include -I ../../gcc-9.3.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-9.3.0/libbacktrace/elf.c -o elf.o >/dev/null 2>&1
yes
yes
checking for waitpid... checking for vsnprintf... yes
yes
checking for setproctitle... checking for vsprintf... yes
no
checking whether alloca needs Cray hooks... checking for waitpid... no
checking stack direction for C alloca... -1
checking for vfork.h... yes
no
checking for fork... checking for setproctitle... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking for vfork... -1
checking for vfork.h... no
checking for fork... libtool: compile: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -DHAVE_CONFIG_H -I. -I../../gcc-9.3.0/libbacktrace -I ../../gcc-9.3.0/libbacktrace/../include -I ../../gcc-9.3.0/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-9.3.0/libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1
yes
checking for working fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_errlist... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for sys_nerr... no
checking for sys_errlist... no
checking for sys_siglist... no
checking for sys_nerr... no
checking for sys_siglist... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... no
checking for external symbol _system_configuration... no
checking for __fsetlocking... yes
checking for canonicalize_file_name... yes
checking for canonicalize_file_name... yes
checking for dup3... yes
checking for dup3... yes
checking for getrlimit... yes
checking for getrlimit... yes
checking for getrusage... yes
checking for getrusage... yes
checking for getsysinfo... yes
checking for getsysinfo... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for pipe2... yes
checking for pipe2... yes
checking for psignal... yes
checking for psignal... yes
checking for pstat_getdynamic... yes
checking for pstat_getdynamic... no
checking for pstat_getstatic... no
checking for pstat_getstatic... no
checking for realpath... no
checking for realpath... yes
checking for setrlimit... yes
checking for setrlimit... yes
checking for sbrk... yes
checking for sbrk... yes
checking for spawnve... yes
checking for spawnve... no
checking for spawnvpe... no
checking for spawnvpe... no
checking for strerror... no
checking for strerror... /bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo
yes
yes
checking for strsignal... checking for strsignal... libtool: link: ar rc .libs/libbacktrace.a .libs/atomic.o .libs/dwarf.o .libs/fileline.o .libs/posix.o .libs/print.o .libs/sort.o .libs/state.o .libs/backtrace.o .libs/simple.o .libs/elf.o .libs/mmapio.o .libs/mmap.o
yes
libtool: link: ranlib .libs/libbacktrace.a
checking for sysconf... yes
checking for sysconf... libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
make[3]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/libbacktrace'
make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/libbacktrace'
yes
yes
checking for sysctl... checking for sysctl... no
checking for sysmp... no
checking for sysmp... no
checking for table... no
checking for table... no
checking for times... no
checking for times... yes
checking for wait3... yes
checking for wait3... yes
checking for wait4... yes
checking for wait4... yes
checking whether basename is declared... yes
checking whether basename is declared... yes
checking whether ffs is declared... yes
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... yes
checking whether strverscmp is declared... yes
checking whether strnlen is declared... yes
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... no
yes
checking for working strncmp... configure: updating cache ./config.cache
configure: creating ./config.status
no
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -version-info 18:0:3 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o libisl.la -rpath /home/joel/rtems-cron-5/tools/5/lib isl_gmp.lo isl_val_gmp.lo isl_ast_int.lo isl_aff.lo isl_affine_hull.lo isl_arg.lo isl_ast.lo isl_ast_build.lo isl_ast_build_expr.lo isl_ast_codegen.lo isl_ast_graft.lo isl_band.lo basis_reduction_tab.lo isl_bernstein.lo isl_blk.lo isl_bound.lo isl_coalesce.lo isl_constraint.lo isl_convex_hull.lo isl_ctx.lo isl_deprecated.lo isl_dim_map.lo isl_equalities.lo isl_factorization.lo isl_farkas.lo isl_ffs.lo isl_flow.lo isl_fold.lo isl_hash.lo isl_id_to_ast_expr.lo isl_id_to_id.lo isl_id_to_pw_aff.lo isl_ilp.lo isl_input.l
o isl_local.lo isl_local_space.lo isl_lp.lo isl_map.lo isl_map_list.lo isl_map_simplify.lo isl_map_subtract.lo isl_map_to_basic_set.lo isl_mat.lo isl_morph.lo isl_id.lo isl_obj.lo isl_options.lo isl_output.lo isl_point.lo isl_polynomial.lo isl_printer.lo print.lo isl_range.lo isl_reordering.lo isl_sample.lo isl_scan.lo isl_schedule.lo isl_schedule_band.lo isl_schedule_node.lo isl_schedule_read.lo isl_schedule_tree.lo isl_schedule_constraints.lo isl_scheduler.lo isl_set_list.lo isl_sort.lo isl_space.lo isl_stream.lo isl_seq.lo isl_tab.lo isl_tab_pip.lo isl_tarjan.lo isl_transitive_closure.lo isl_union_map.lo isl_val.lo isl_vec.lo isl_version.lo isl_vertices.lo -lgmp
libtool: link: ar rc .libs/libisl.a isl_gmp.o isl_val_gmp.o isl_ast_int.o isl_aff.o isl_affine_hull.o isl_arg.o isl_ast.o isl_ast_build.o isl_ast_build_expr.o isl_ast_codegen.o isl_ast_graft.o isl_band.o basis_reduction_tab.o isl_bernstein.o isl_blk.o isl_bound.o isl_coalesce.o isl_constraint.o isl_convex_hull.o isl_ctx.o isl_deprecated.o isl_dim_map.o isl_equalities.o isl_factorization.o isl_farkas.o isl_ffs.o isl_flow.o isl_fold.o isl_hash.o isl_id_to_ast_expr.o isl_id_to_id.o isl_id_to_pw_aff.o isl_ilp.o isl_input.o isl_local.o isl_local_space.o isl_lp.o isl_map.o isl_map_list.o isl_map_simplify.o isl_map_subtract.o isl_map_to_basic_set.o isl_mat.o isl_morph.o isl_id.o isl_obj.o isl_options.o isl_output.o isl_point.o isl_polynomial.o isl_printer.o print.o isl_range.o isl_reordering.o isl_sample.o isl_scan.o isl_schedule.o isl_schedule_band.o isl_schedule_node.o isl_schedule_read.o isl_schedule_tree.o isl_schedule_constraints.o isl_scheduler.o isl_set_list.o isl_sort.o isl_space.o
isl_stream.o isl_seq.o isl_tab.o isl_tab_pip.o isl_tarjan.o isl_transitive_closure.o isl_union_map.o isl_val.o isl_vec.o isl_version.o isl_vertices.o
libtool: link: ranlib .libs/libisl.a
libtool: link: ( cd ".libs" && rm -f "libisl.la" && ln -s "../libisl.la" "libisl.la" )
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_test isl_test.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_polyhedron_sample polyhedron_sample.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_pip pip.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_polyhedron_minimize polyhedron_minimize.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_polytope_scan polytope_scan.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_cat cat.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_closure closure.o libisl.la
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_bound bound.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_schedule schedule.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_codegen codegen.o libisl.la -lgmp
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib -o isl_test_int isl_test_int.o libisl.la -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_test isl_test.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_polytope_scan polytope_scan.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_polyhedron_detect_equalities polyhedron_detect_equalities.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_closure closure.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_cat cat.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_bound bound.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_codegen codegen.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_schedule schedule.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_test_int isl_test_int.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_polyhedron_sample polyhedron_sample.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_pip pip.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
libtool: link: gcc -O2 -g -pipe -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003/5/rtems-riscv/home/joel/rtems-cron-5/tools/5/include -I/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/include -g -O2 -static-libstdc++ -static-libgcc -o isl_polyhedron_minimize polyhedron_minimize.o -L/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-internal/lib ./.libs/libisl.a -lgmp
make[4]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl'
Making all in doc
make[4]: Entering directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl/doc'
make[3]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl'
make[2]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build/isl'
make[1]: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build'
make: *** [Makefile:956: all] Error 2
make: Leaving directory '/home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/build'
shell cmd failed: /bin/sh -ex /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1/do-build
error: building riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
See error report: rsb-report-riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sizes
=====
Maximum build usage: 740.075MB
Total size: 455.660MB
Installed : 206.410MB
Sources: 249.227MB
Patches: 23.201KB
Output
======
Build Set: 5/rtems-riscv
Build Set: 5/rtems-autotools.bset
Build Set: 5/rtems-autotools-internal.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-linux-gnu-1
building: autoconf-2.69-x86_64-linux-gnu-1
sizes: autoconf-2.69-x86_64-linux-gnu-1: 7.499MB (installed: 0.000B)
cleaning: autoconf-2.69-x86_64-linux-gnu-1
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-linux-gnu-1
building: automake-1.12.6-x86_64-linux-gnu-1
sizes: automake-1.12.6-x86_64-linux-gnu-1: 8.090MB (installed: 0.000B)
cleaning: automake-1.12.6-x86_64-linux-gnu-1
cleaning: autoconf-2.69-x86_64-linux-gnu-1
cleaning: automake-1.12.6-x86_64-linux-gnu-1
Build Sizes: usage: 8.090MB total: 248.967MB (sources: 248.944MB, patches: 23.201KB, installed 0.000B)
Build Set: Time 0:00:12.637333
Build Set: 5/rtems-autotools-base.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-linux-gnu-1
building: autoconf-2.69-x86_64-linux-gnu-1
sizes: autoconf-2.69-x86_64-linux-gnu-1: 10.517MB (installed: 3.021MB)
cleaning: autoconf-2.69-x86_64-linux-gnu-1
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-linux-gnu-1.txt
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-linux-gnu-1.xml
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-linux-gnu-1
building: automake-1.12.6-x86_64-linux-gnu-1
sizes: automake-1.12.6-x86_64-linux-gnu-1: 10.353MB (installed: 2.264MB)
cleaning: automake-1.12.6-x86_64-linux-gnu-1
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-linux-gnu-1.txt
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-linux-gnu-1.xml
staging: autoconf-2.69-x86_64-linux-gnu-1 -> /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-staging
staging: automake-1.12.6-x86_64-linux-gnu-1 -> /home/joel/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-1003-staging
cleaning: autoconf-2.69-x86_64-linux-gnu-1
cleaning: automake-1.12.6-x86_64-linux-gnu-1
Build Sizes: usage: 15.802MB total: 254.252MB (sources: 248.944MB, patches: 23.201KB, installed 5.285MB)
Build Set: Time 0:00:24.563758
Build Set: Time 0:00:37.208046
config: devel/expat-2.1.0-1.cfg
package: expat-2.1.0-x86_64-linux-gnu-1
building: expat-2.1.0-x86_64-linux-gnu-1
error: building expat-2.1.0-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-expat-2.1.0-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building expat-2.1.0-x86_64-linux-gnu-1
config: tools/rtems-gdb-14.2.cfg
package: riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1
building: riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1
error: building riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building riscv-rtems7-gdb-14.2-x86_64-linux-gnu-1
config: tools/rtems-binutils-2.34.cfg
package: riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1
building: riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1
sizes: riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1: 533.665MB (installed: 130.827MB)
cleaning: riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1
reporting: tools/rtems-binutils-2.34.cfg -> riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1.txt
reporting: tools/rtems-binutils-2.34.cfg -> riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1.xml
config: tools/rtems-gcc-9.3.0-newlib-7947581.cfg
package: riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
building: riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
error: building riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building riscv-rtems7-gcc-9.3.0-newlib-7947581-x86_64-linux-gnu-1
config: tools/rtems-tools-5-1.cfg
package: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
building: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
sizes: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1: 265.651MB (installed: 75.011MB)
cleaning: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1.txt
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1.xml
config: devel/sis-2-1.cfg
package: sis-2.21-x86_64-linux-gnu-1
download: https://dl.rtems.org/86414b51496195eee676fe201e20440f929e2c5a06fbc0a59a7508441972eb4018afbf8231bef59f8d99a9a7d2c37b1a966802248e848cb499360fcc8d4b328b/rtems-sis-2.21.tar.bz2 -> sources/rtems-sis-2.21.tar.bz2
building: sis-2.21-x86_64-linux-gnu-1
sizes: sis-2.21-x86_64-linux-gnu-1: 3.517MB (installed: 586.266KB)
cleaning: sis-2.21-x86_64-linux-gnu-1
reporting: devel/sis-2-1.cfg -> sis-2.21-x86_64-linux-gnu-1.txt
reporting: devel/sis-2-1.cfg -> sis-2.21-x86_64-linux-gnu-1.xml
cleaning: riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1
cleaning: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
cleaning: sis-2.21-x86_64-linux-gnu-1
Build Sizes: usage: 740.075MB total: 455.660MB (sources: 249.227MB, patches: 23.201KB, installed 206.410MB)
Mailing report: build at rtems.org
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri May 15 07:17:12 2026
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1
Config: tools/rtems-binutils-2.34.cfg
Summary:
Binutils v2.34 for target riscv-rtems7 on host x86_64-linux-gnu
URL:
http://sources.redhat.com/binutils
Version:
2.34
Release:
1
Sources: 1
1: https://ftpmirror.gnu.org/binutils/binutils-2.34.tar.bz2
sha512: f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source="binutils-2.34"
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "riscv-rtems7" -o "x86_64-linux-gnu" == "riscv-rtems7" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_binutils}/configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=riscv-rtems7 --verbose --disable-nls --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-deterministic-archives --enable-64-bit-bfd --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/joel/rtems-cron-5/tools/5 --bindir=/home/joel/rtems-cron-5/tools/5/bin --exec-prefix=/home/joel/rtems-cron-5/tools/5 --includedir=/home/joel/rtems-cron-5/tools/5/include --libdir=/home/joel/rtems-cron-5/tools/5/lib --mandir=/home/joel/rtems-cron-5/tools/5/share/man --infodir=/home/joel/rtems-cron-5/tools/5/share/info --disable-warn-execstack --disable-warn-rwx-segments
make -j 56 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/riscv-rtems7-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/riscv-rtems7-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/riscv-rtems7-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/riscv-rtems7-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/riscv-rtems7-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/riscv-rtems7-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/riscv-rtems7-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/riscv-rtems7-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri May 15 07:17:12 2026
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: riscv-rtems7-binutils-2.34-x86_64-linux-gnu-1
Config: tools/rtems-binutils-2.34.cfg
Summary:
Binutils v2.34 for target riscv-rtems7 on host x86_64-linux-gnu
URL:
http://sources.redhat.com/binutils
Version:
2.34
Release:
1
Sources: 1
1: https://ftpmirror.gnu.org/binutils/binutils-2.34.tar.bz2
sha512: f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source="binutils-2.34"
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "riscv-rtems7" -o "x86_64-linux-gnu" == "riscv-rtems7" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
# Cross build
CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_binutils}/configure --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=riscv-rtems7 --verbose --disable-nls --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-deterministic-archives --enable-64-bit-bfd --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/joel/rtems-cron-5/tools/5 --bindir=/home/joel/rtems-cron-5/tools/5/bin --exec-prefix=/home/joel/rtems-cron-5/tools/5 --includedir=/home/joel/rtems-cron-5/tools/5/include --libdir=/home/joel/rtems-cron-5/tools/5/lib --mandir=/home/joel/rtems-cron-5/tools/5/share/man --infodir=/home/joel/rtems-cron-5/tools/5/share/info --disable-warn-execstack --disable-warn-rwx-segments
make -j 56 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/dir
touch $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/joel/rtems-cron-5/tools/5/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/riscv-rtems7-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/riscv-rtems7-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/riscv-rtems7-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/riscv-rtems7-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/riscv-rtems7-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/riscv-rtems7-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/bin/riscv-rtems7-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-5/tools/5/share/man/man1/riscv-rtems7-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri May 15 07:18:34 2026
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
Config: tools/rtems-tools-5-1.cfg
Summary:
RTEMS Tools cbe73fd20550acb4fd932945ed6886174c6ca832 for host x86_64-linux-gnu
URL:
http://www.rtems.org/
Version:
cbe73fd20550acb4fd932945ed6886174c6ca832
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/cbe73fd20550acb4fd932945ed6886174c6ca832/rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832.tar.bz2
sha512: pBGg3tNIa5e+JNd/YaekVgWmkLJh9etl/bGRGwhhlG4zVQvnW1EVn96cmuKyucORl+teKgZVZxYa4i7Zzjo8uA==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832
source_dir_rtems_tools=${rtems_tools_source}
%setup source rtems-tools -q -n ${rtems_tools_source}
%setup patch rtems-tools -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
RT_HOST="--host=x86_64-linux-gnu"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/joel/rtems-cron-5/tools/5
./waf
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${source_dir_rtems_tools}
./waf --destdir=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri May 15 07:18:34 2026
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832-1
Config: tools/rtems-tools-5-1.cfg
Summary:
RTEMS Tools cbe73fd20550acb4fd932945ed6886174c6ca832 for host x86_64-linux-gnu
URL:
http://www.rtems.org/
Version:
cbe73fd20550acb4fd932945ed6886174c6ca832
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/cbe73fd20550acb4fd932945ed6886174c6ca832/rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832.tar.bz2
sha512: pBGg3tNIa5e+JNd/YaekVgWmkLJh9etl/bGRGwhhlG4zVQvnW1EVn96cmuKyucORl+teKgZVZxYa4i7Zzjo8uA==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-cbe73fd20550acb4fd932945ed6886174c6ca832
source_dir_rtems_tools=${rtems_tools_source}
%setup source rtems-tools -q -n ${rtems_tools_source}
%setup patch rtems-tools -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
RT_HOST="--host=x86_64-linux-gnu"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/joel/rtems-cron-5/tools/5
./waf
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${source_dir_rtems_tools}
./waf --destdir=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri May 15 07:18:50 2026
==============================================================================
Report: devel/sis-2-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/sis-2-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/sis-2-1.cfg
------------------------------------------------------------------------------
Package: sis-2.21-x86_64-linux-gnu-1
Config: devel/sis-2-1.cfg
Summary:
Sis v2.21 for host x86_64-linux-gnu
Version:
2.21
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-sis/-/archive/2.21/rtems-sis-2.21.tar.bz2
sha512: hkFLUUlhle7mdv4gHiBED5KeLFoG+8ClmnUIRBly60AYr7+CMb71n42ZqafSw3salmgCJI6EjLSZNg/MjUsyiw==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source sis -q -n rtems-sis-2.21
cd ${build_top}
Build:
build_top=$(pwd)
cd rtems-sis-2.21
ac_prefix=/home/joel/rtems-cron-5/tools/5
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
CFLAGS_FOR_BUILD="-g -O2 -Wall"
fi
export CFLAGS CFLAGS_FOR_BUILD CC
if test "riscv-rtems7" != "" ; then
SIS_PREFIX="riscv-rtems7-"
fi
CFLAGS="$SB_CFLAGS" ./configure --program-prefix="$SIS_PREFIX" --infodir=/home/joel/rtems-cron-5/tools/5/share/info --prefix=${ac_prefix}
make -j 56 all
unset CFLAGS_FOR_BUILD
cd ${build_top}
Install:
build_top=$(pwd)
export PATH="/home/joel/rtems-cron-5/tools/5/bin:${PATH}"
/bin/rm -rf $SB_BUILD_ROOT
cd rtems-sis-2.21
make DESTDIR=$SB_BUILD_ROOT install
/bin/mkdir -p /home/joel/rtems-cron-5/tools/5/share/info
/sbin/install-info --info-dir=/home/joel/rtems-cron-5/tools/5/share/info sis.info
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri May 15 07:18:50 2026
==============================================================================
Report: devel/sis-2-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 67d17daa63cb47ef8a5e1f25111b710da3712661
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/sis-2-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/sis-2-1.cfg
------------------------------------------------------------------------------
Package: sis-2.21-x86_64-linux-gnu-1
Config: devel/sis-2-1.cfg
Summary:
Sis v2.21 for host x86_64-linux-gnu
Version:
2.21
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-sis/-/archive/2.21/rtems-sis-2.21.tar.bz2
sha512: hkFLUUlhle7mdv4gHiBED5KeLFoG+8ClmnUIRBly60AYr7+CMb71n42ZqafSw3salmgCJI6EjLSZNg/MjUsyiw==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source sis -q -n rtems-sis-2.21
cd ${build_top}
Build:
build_top=$(pwd)
cd rtems-sis-2.21
ac_prefix=/home/joel/rtems-cron-5/tools/5
if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
CFLAGS_FOR_BUILD="-g -O2 -Wall"
fi
export CFLAGS CFLAGS_FOR_BUILD CC
if test "riscv-rtems7" != "" ; then
SIS_PREFIX="riscv-rtems7-"
fi
CFLAGS="$SB_CFLAGS" ./configure --program-prefix="$SIS_PREFIX" --infodir=/home/joel/rtems-cron-5/tools/5/share/info --prefix=${ac_prefix}
make -j 56 all
unset CFLAGS_FOR_BUILD
cd ${build_top}
Install:
build_top=$(pwd)
export PATH="/home/joel/rtems-cron-5/tools/5/bin:${PATH}"
/bin/rm -rf $SB_BUILD_ROOT
cd rtems-sis-2.21
make DESTDIR=$SB_BUILD_ROOT install
/bin/mkdir -p /home/joel/rtems-cron-5/tools/5/share/info
/sbin/install-info --info-dir=/home/joel/rtems-cron-5/tools/5/share/info sis.info
cd ${build_top}
More information about the build
mailing list