Build Darwin: FAILED 5/rtems-epiphany on x86_64-apple-darwin23.2.0 (epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1)

OAR Tester for MAC rtems-tester at oarcorp.com
Sat Nov 23 02:12:04 UTC 2024


RTEMS Source Builder - Set Builder, 5.not_released
warning: exe: absolute exe found in path: (__install_info) /usr/bin/install-info
warning: exe: absolute exe found in path: (__makeinfo) /usr/bin/makeinfo

Host: Darwin-23.2.0-x86_64-i386-64bit
       Darwin RTEMS-Mac-mini 23.2.0 Darwin Kernel Version 23.2.0: Wed Nov 15
       21:53:34 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T8103 x86_64 i386

Build Time: 0:58:43.970050

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Build FAILED: epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
make[2]: *** [rltty.o] Error 1
make[2]: *** Waiting for unfinished jobs....
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:989:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
      while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
             ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:989:23: note: place parentheses around the assignment to silence this warning
      while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
                      ^
             (                                                             )
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:989:23: note: use '==' to turn this assignment into an equality comparison
      while (rl_point = MB_PREVCHAR (rl_line_buffer, rl_point, MB_FIND_ANY))
                      ^
                      ==
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:1997:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
  while (string = (*entry_function) (text, matches))
         ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:1997:17: note: place parentheses around the assignment to silence this warning
  while (string = (*entry_function) (text, matches))
                ^
         (                                         )
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:1997:17: note: use '==' to turn this assignment into an equality comparison
  while (string = (*entry_function) (text, matches))
                ^
                ==
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:2050:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
  while (entry = getpwent ())
         ~~~~~~^~~~~~~~~~~~~
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:2050:16: note: place parentheses around the assignment to silence this warning
  while (entry = getpwent ())
               ^
         (                  )
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/complete.c:2050:16: note: use '==' to turn this assignment into an equality comparison
  while (entry = getpwent ())
               ^
               ==
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:451:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
  for (i = l = 0; c = seq[i]; i++)
                  ~~^~~~~~~~
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:451:21: note: place parentheses around the assignment to silence this warning
  for (i = l = 0; c = seq[i]; i++)
                    ^
                  (         )
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:451:21: note: use '==' to turn this assignment into an equality comparison
  for (i = l = 0; c = seq[i]; i++)
                    ^
                    ==
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:1197:21: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
      for (i = 1; c = string[i]; i++)
                  ~~^~~~~~~~~~~
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:1197:21: note: place parentheses around the assignment to silence this warning
      for (i = 1; c = string[i]; i++)
                    ^
                  (            )
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:1197:21: note: use '==' to turn this assignment into an equality comparison
      for (i = 1; c = string[i]; i++)
                    ^
                    ==
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:1288:25: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
      for (passc = 0; c = string[i]; i++)
                      ~~^~~~~~~~~~~
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:1288:25: note: place parentheses around the assignment to silence this warning
      for (passc = 0; c = string[i]; i++)
                        ^
                      (            )
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:1288:25: note: use '==' to turn this assignment into an equality comparison
      for (passc = 0; c = string[i]; i++)
                        ^
                        ==
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:2117:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
  for (i = 0; name = names[i]; i++)
              ~~~~~^~~~~~~~~~
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:2117:20: note: place parentheses around the assignment to silence this warning
  for (i = 0; name = names[i]; i++)
                   ^
              (              )
../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/readline/bind.c:2117:20: note: use '==' to turn this assignment into an equality comparison
  for (i = 0; name = names[i]; i++)
                   ^
                   ==
configure: loading cache .././config.cache
checking for x86_64-apple-darwin23.2.0-gcc... (cached) /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include
no
checking whether alloca needs Cray hooks... no
3 warnings generated.
checking stack direction for C alloca... -1
4 warnings generated.
make[1]: *** [all-readline] Error 2
make[1]: *** Waiting for unfinished jobs....
checking for vfork.h... checking for C compiler default output file name... no
checking for fork... a.out
checking whether the C compiler works... yes
yes
checking for vfork... checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include accepts -g... (cached) yes
checking for /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include option to accept ISO C89... (cached) none needed
yes
checking for working fork... checking build system type... (cached) x86_64-apple-darwin23.2.0
checking host system type... (cached) x86_64-apple-darwin23.2.0
checking target system type... (cached) epiphany-unknown-rtems5
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C preprocessor... /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include -E
yes
checking for working vfork... (cached) yes
checking for _doprnt... checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... no
rm: conftest.dSYM: is a directory
checking for sys_errlist... yes
rm: conftest.dSYM: is a directory
checking for sys_nerr... yes
checking for sys_siglist... yes
yes
checking for sys/types.h... checking for external symbol _system_configuration... yes
no
checking for __fsetlocking... checking for sys/stat.h... yes
checking for stdlib.h... no
checking for canonicalize_file_name... yes
checking for string.h... no
checking for dup3... yes
checking for memory.h... yes
no
checking for strings.h... checking for getrlimit... yes
checking for inttypes.h... yes
checking for getrusage... yes
checking for stdint.h... yes
yes
checking for getsysinfo... checking for unistd.h... yes
checking for x86_64-apple-darwin23.2.0-ranlib... (cached) ranlib
checking dependency style of /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include... no
checking for gettimeofday... (cached) yes
checking for on_exit... gcc3
checking for make... /Applications/Xcode.app/Contents/Developer/usr/bin/make
checking whether NLS is requested... no
checking for stdlib.h... (cached) yes
no
checking for psignal... checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking time.h usability... yes
checking for pstat_getdynamic... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... no
checking for pstat_getstatic... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
no
checking for realpath... checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
yes
checking for sys/resource.h... yes
checking for setrlimit... checking fcntl.h usability... yes
checking fcntl.h presence... yes
yes
checking for fcntl.h... yes
checking for sbrk... checking fpu_control.h usability... no
checking fpu_control.h presence... yes
checking for spawnve... no
checking for fpu_control.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... no
checking for spawnvpe... yes
checking for dlfcn.h... yes
checking errno.h usability... no
checking for strerror... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for sys/stat.h... (cached) yes
checking for getrusage... yes
checking for strsignal... yes
checking for time... yes
checking for sysconf... yes
yes
checking for sigaction... checking for sysctl... yes
yes
checking for __setfpucw... checking for sysmp... no
checking for bind in -lsocket... no
checking for table... no
checking for gethostbyname in -lnsl... no
checking for times... no
checking return type of signal handlers... yes
checking for wait3... void
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for wait4... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking whether basename is declared... yes
checking for sys/select.h... yes
checking limits.h usability... no
checking whether ffs is declared... yes
checking limits.h presence... yes
checking for limits.h... yes
yes
checking sys/param.h usability... checking whether asprintf is declared... yes
checking sys/param.h presence... yes
checking whether vasprintf is declared... yes
checking for sys/param.h... yes
checking whether byte ordering is bigendian... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... no
checking compiler warning flags... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared...  -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized
yes
checking whether sbrk is declared... configure: updating cache .././config.cache
configure: creating ./config.status
yes
checking whether strverscmp is declared... no
checking whether canonicalize_file_name must be declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... config.status: creating Makefile.sim
config.status: creating Make-common.sim
config.status: creating .gdbinit
config.status: creating config.h
yes
checking for working strncmp... config.status: linking ../../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/sim/epiphany/tconfig.in to tconfig.h
config.status: linking ../../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/sim/epiphany/../common/nltvals.def to targ-vals.def
config.status: executing depdir commands
no
mkdir .deps
config.status: executing Makefile commands
Merging Makefile.sim+Make-common.sim into Makefile ...
config.status: executing stamp-h commands
configure: updating cache ./config.cache
configure: creating ./config.status
=== configuring in testsuite (/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1/build/sim/testsuite)
configure: running /bin/sh ../../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/sim/testsuite/configure --disable-option-checking '--prefix=/Users/tester/rtems-cron-5/tools/5'  '--with-system-zlib' '--verbose' '--disable-nls' '--disable-gas' '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gprof' '--without-included-gettext' '--disable-win32-registry' '--disable-werror' '--enable-sim' '--without-zlib' '--with-expat' '--with-guile=no' '--with-python=/opt/homebrew/bin/python3' '--bindir=/Users/tester/rtems-cron-5/tools/5/bin' '--exec-prefix=/Users/tester/rtems-cron-5/tools/5' '--includedir=/Users/tester/rtems-cron-5/tools/5/include' '--libdir=/Users/tester/rtems-cron-5/tools/5/lib' '--mandir=/Users/tester/rtems-cron-5/tools/5/share/man' '--infodir=/Users/tester/rtems-cron-5/tools/5/share/info' '--program-transform-name=s&^&epiphany-rtems5-&' '--build=x86_64-apple-darwin23.2.0' '--host=x86_64-apple-darwin23.2.0' '--target=epiphany-rtems5' 'build_alias=x
 86_64-apple-darwin23.2.0' 'host_alias=x86_64-apple-darwin23.2.0' 'target_alias=epiphany-rtems5' 'CC=/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include' 'CFLAGS=-g -O2' 'LDFLAGS=  -L/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/lib' 'LIBS=' --cache-file=.././config.cache --srcdir=../../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/sim/testsuite
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
configure: loading cache .././config.cache
checking build system type... (cached) x86_64-apple-darwin23.2.0
checking host system type... (cached) x86_64-apple-darwin23.2.0
checking target system type... (cached) epiphany-unknown-rtems5
configure: creating ./config.status
config.status: creating Makefile
=== configuring in common (/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1/build/sim/common)
configure: running /bin/sh ../../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/sim/common/configure --disable-option-checking '--prefix=/Users/tester/rtems-cron-5/tools/5'  '--with-system-zlib' '--verbose' '--disable-nls' '--disable-gas' '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gprof' '--without-included-gettext' '--disable-win32-registry' '--disable-werror' '--enable-sim' '--without-zlib' '--with-expat' '--with-guile=no' '--with-python=/opt/homebrew/bin/python3' '--bindir=/Users/tester/rtems-cron-5/tools/5/bin' '--exec-prefix=/Users/tester/rtems-cron-5/tools/5' '--includedir=/Users/tester/rtems-cron-5/tools/5/include' '--libdir=/Users/tester/rtems-cron-5/tools/5/lib' '--mandir=/Users/tester/rtems-cron-5/tools/5/share/man' '--infodir=/Users/tester/rtems-cron-5/tools/5/share/info' '--program-transform-name=s&^&epiphany-rtems5-&' '--build=x86_64-apple-darwin23.2.0' '--host=x86_64-apple-darwin23.2.0' '--target=epiphany-rtems5' 'build_alias=x86_
 64-apple-darwin23.2.0' 'host_alias=x86_64-apple-darwin23.2.0' 'target_alias=epiphany-rtems5' 'CC=/usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include' 'CFLAGS=-g -O2' 'LDFLAGS=  -L/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/lib' 'LIBS=' --cache-file=.././config.cache --srcdir=../../../epiphany-binutils-gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b/sim/common
configure: loading cache .././config.cache
checking for x86_64-apple-darwin23.2.0-gcc... (cached) /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include accepts -g... (cached) yes
checking for /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include option to accept ISO C89... (cached) none needed
checking build system type... (cached) x86_64-apple-darwin23.2.0
checking host system type... (cached) x86_64-apple-darwin23.2.0
checking target system type... (cached) epiphany-unknown-rtems5
checking how to run the C preprocessor... (cached) /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking how to print strings... printf
checking for a sed that does not truncate output... /opt/homebrew/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... nm
rm: conftest.dSYM: is a directory
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for x86_64-apple-darwin23.2.0-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-apple-darwin23.2.0-ar... (cached) ar
checking for x86_64-apple-darwin23.2.0-strip... no
checking for strip... strip
checking for x86_64-apple-darwin23.2.0-ranlib... (cached) ranlib
checking for gawk... awk
rm: conftest.dSYM: is a directory
checking command to parse nm output from /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include object... ok
checking for x86_64-apple-darwin23.2.0-dsymutil... no
checking for dsymutil... dsymutil
checking for x86_64-apple-darwin23.2.0-nmedit... no
checking for nmedit... nmedit
checking for x86_64-apple-darwin23.2.0-lipo... no
checking for lipo... lipo
checking for x86_64-apple-darwin23.2.0-otool... no
checking for otool... otool
checking for x86_64-apple-darwin23.2.0-otool64... no
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... no
checking for dlfcn.h... (cached) yes
checking for x86_64-apple-darwin23.2.0-ranlib... (cached) ranlib
checking dependency style of /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include... (cached) gcc3
checking for make... (cached) /Applications/Xcode.app/Contents/Developer/usr/bin/make
checking whether NLS is requested... no
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for fpu_control.h... (cached) no
checking for dlfcn.h... (cached) yes
checking for errno.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for getrusage... (cached) yes
checking for time... (cached) yes
checking for sigaction... (cached) yes
checking for __setfpucw... (cached) no
checking for bind in -lsocket... (cached) no
checking for gethostbyname in -lnsl... (cached) no
checking for objdir... .libs
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include option to produce PIC... -fno-common -DPIC
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include static flag -static works... no
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include supports -c -o file.o... yes
checking if /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include supports -c -o file.o... (cached) yes
checking whether the /usr/bin/cc -O2 -pipe -fbracket-depth=1024 -I/Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501/5/rtems-epiphany/Users/tester/rtems-cron-5/tools/5/include linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin23.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking return type of signal handlers... (cached) void
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for time.h... (cached) yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/stat.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for munmap... yes
checking for lstat... yes
checking for truncate... yes
checking for ftruncate... yes
checking for posix_fallocate... no
checking for struct stat.st_dev... yes
checking for struct stat.st_ino... yes
checking for struct stat.st_mode... yes
checking for struct stat.st_nlink... yes
checking for struct stat.st_uid... yes
checking for struct stat.st_gid... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_size... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_atime... yes
checking for struct stat.st_mtime... yes
checking for struct stat.st_ctime... yes
checking for socklen_t... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cconfig.h
config.status: executing depdir commands
mkdir .deps
config.status: executing libtool commands
config.status: executing default commands
make: *** [all] Error 2
shell cmd failed: /bin/sh -ex  /Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1/do-build
error: building epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1
  See error report: rsb-report-epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1.txt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

Sizes
=====

Maximum build usage: 1.551GB
Total size: 385.919MB
Installed : 180.610MB
Sources: 205.285MB
Patches: 24.727KB

Output
======

Build Set: 5/rtems-epiphany
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-apple-darwin23.2.0-1
building: autoconf-2.69-x86_64-apple-darwin23.2.0-1
sizes: autoconf-2.69-x86_64-apple-darwin23.2.0-1: 7.503MB (installed: 0.000B)
cleaning: autoconf-2.69-x86_64-apple-darwin23.2.0-1
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-apple-darwin23.2.0-1
building: automake-1.12.6-x86_64-apple-darwin23.2.0-1
sizes: automake-1.12.6-x86_64-apple-darwin23.2.0-1: 8.083MB (installed: 0.000B)
cleaning: automake-1.12.6-x86_64-apple-darwin23.2.0-1
cleaning: autoconf-2.69-x86_64-apple-darwin23.2.0-1
cleaning: automake-1.12.6-x86_64-apple-darwin23.2.0-1
Build Sizes: usage: 8.083MB total: 147.486MB (sources: 147.464MB, patches: 23.294KB, installed 0.000B)
Build Set: Time 0:00:17.012170
Build Set: 5/rtems-autotools-base.bset
config: tools/rtems-autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-apple-darwin23.2.0-1
building: autoconf-2.69-x86_64-apple-darwin23.2.0-1
sizes: autoconf-2.69-x86_64-apple-darwin23.2.0-1: 10.521MB (installed: 3.021MB)
cleaning: autoconf-2.69-x86_64-apple-darwin23.2.0-1
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-apple-darwin23.2.0-1.txt
reporting: tools/rtems-autoconf-2.69-1.cfg -> autoconf-2.69-x86_64-apple-darwin23.2.0-1.xml
config: tools/rtems-automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-apple-darwin23.2.0-1
building: automake-1.12.6-x86_64-apple-darwin23.2.0-1
sizes: automake-1.12.6-x86_64-apple-darwin23.2.0-1: 10.347MB (installed: 2.265MB)
cleaning: automake-1.12.6-x86_64-apple-darwin23.2.0-1
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-apple-darwin23.2.0-1.txt
reporting: tools/rtems-automake-1.12.6-1.cfg -> automake-1.12.6-x86_64-apple-darwin23.2.0-1.xml
staging: autoconf-2.69-x86_64-apple-darwin23.2.0-1 -> /Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501-staging
staging: automake-1.12.6-x86_64-apple-darwin23.2.0-1 -> /Users/tester/rtems-cron-5/rtems-source-builder/rtems/build/tmp/sb-501-staging
cleaning: autoconf-2.69-x86_64-apple-darwin23.2.0-1
cleaning: automake-1.12.6-x86_64-apple-darwin23.2.0-1
Build Sizes: usage: 15.807MB total: 152.772MB (sources: 147.464MB, patches: 23.294KB, installed 5.285MB)
Build Set: Time 0:00:20.586446
Build Set: Time 0:00:37.602007
config: devel/expat-2.1.0-1.cfg
package: expat-2.1.0-x86_64-apple-darwin23.2.0-1
building: expat-2.1.0-x86_64-apple-darwin23.2.0-1
sizes: expat-2.1.0-x86_64-apple-darwin23.2.0-1: 6.118MB (installed: 862.280KB)
cleaning: expat-2.1.0-x86_64-apple-darwin23.2.0-1
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-apple-darwin23.2.0-1.txt
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-apple-darwin23.2.0-1.xml
config: tools/rtems-binutils-2.34.cfg
package: epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1
building: epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1
sizes: epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1: 345.276MB (installed: 30.341MB)
cleaning: epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1
reporting: tools/rtems-binutils-2.34.cfg -> epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1.txt
reporting: tools/rtems-binutils-2.34.cfg -> epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1.xml
config: tools/rtems-gcc-7.5.0-newlib-7947581.cfg
package: epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1
building: epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1
sizes: epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1: 1.375GB (installed: 140.677MB)
cleaning: epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1
reporting: tools/rtems-gcc-7.5.0-newlib-7947581.cfg -> epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1.txt
reporting: tools/rtems-gcc-7.5.0-newlib-7947581.cfg -> epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1.xml
config: tools/rtems-gdb-7.8.1-1.cfg
package: epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1
download: https://github.com/adapteva/epiphany-binutils-gdb/archive/f05996c7c42e6b2781946acbab15...<see log> -> sources/gdb-f05996c7c42e6b2781946acbab153a481ce3fd0b.zip
 redirect: https://codeload.github.com/adapteva/epiphany-binutils-gdb/zip/f05996c7c42e6b2781946ac...<see log>
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/gdb-sim-arange-inline.diff
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/gdb-sim-cgen-inline.diff
building: epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1
error: building epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1
Build FAILED
  See error report: rsb-report-epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1.txt
error: building epiphany-rtems5-gdb-7.8.1-x86_64-apple-darwin23.2.0-1
config: tools/rtems-tools-5-1.cfg
package: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
building: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
sizes: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1: 103.890MB (installed: 8.749MB)
cleaning: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1.txt
reporting: tools/rtems-tools-5-1.cfg -> rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1.xml
cleaning: expat-2.1.0-x86_64-apple-darwin23.2.0-1
cleaning: epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1
cleaning: epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1
cleaning: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
Build Sizes: usage: 1.551GB total: 385.919MB (sources: 205.285MB, patches: 24.727KB, installed 180.610MB)
Mailing report: build at rtems.org

Report
======

==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Nov 22 19:14:12 2024
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 28fa89dd5dbd5b6a866a08ed8febc4919829aa82
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.1.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.1.0-x86_64-apple-darwin23.2.0-1
 Config: devel/expat-2.1.0-1.cfg
 Summary:
  Expat XML Parser v2.1.0 for target epiphany-rtems5 on host x86_64-apple-darwin23.2.0
 URL:
  http://expat.sourceforge.net/
 Version:
  2.1.0
 Release:
  1
  Sources: 1
    1: https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
       sha256: 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
  Patches: 0
 Preparation:
  build_top=$(pwd)
  %setup source expat -q -n expat-2.1.0
  %setup patch expat -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd expat-2.1.0
  # 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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; then
    # Cross build
    CC=$(echo "x86_64-apple-darwin23.2.0-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-apple-darwin23.2.0-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${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
  ./configure  --build=x86_64-apple-darwin23.2.0 --host=x86_64-apple-darwin23.2.0  --verbose  --prefix=/Users/tester/rtems-cron-5/tools/5 --bindir=/Users/tester/rtems-cron-5/tools/5/bin  --exec-prefix=/Users/tester/rtems-cron-5/tools/5  --includedir=/Users/tester/rtems-cron-5/tools/5/include --libdir=/Users/tester/rtems-cron-5/tools/5/lib  --mandir=/Users/tester/rtems-cron-5/tools/5/share/man --infodir=/Users/tester/rtems-cron-5/tools/5/share/info
  make -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd expat-2.1.0
  make DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Nov 22 19:14:12 2024
==============================================================================
Report: devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 28fa89dd5dbd5b6a866a08ed8febc4919829aa82
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.1.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.1.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.1.0-x86_64-apple-darwin23.2.0-1
 Config: devel/expat-2.1.0-1.cfg
 Summary:
  Expat XML Parser v2.1.0 for target epiphany-rtems5 on host x86_64-apple-darwin23.2.0
 URL:
  http://expat.sourceforge.net/
 Version:
  2.1.0
 Release:
  1
  Sources: 1
    1: https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
       sha256: 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
  Patches: 0
 Preparation:
  build_top=$(pwd)
  %setup source expat -q -n expat-2.1.0
  %setup patch expat -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd expat-2.1.0
  # 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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; then
    # Cross build
    CC=$(echo "x86_64-apple-darwin23.2.0-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-apple-darwin23.2.0-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${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
  ./configure  --build=x86_64-apple-darwin23.2.0 --host=x86_64-apple-darwin23.2.0  --verbose  --prefix=/Users/tester/rtems-cron-5/tools/5 --bindir=/Users/tester/rtems-cron-5/tools/5/bin  --exec-prefix=/Users/tester/rtems-cron-5/tools/5  --includedir=/Users/tester/rtems-cron-5/tools/5/include --libdir=/Users/tester/rtems-cron-5/tools/5/lib  --mandir=/Users/tester/rtems-cron-5/tools/5/share/man --infodir=/Users/tester/rtems-cron-5/tools/5/share/info
  make -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd expat-2.1.0
  make DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Nov 22 19:16:23 2024
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 28fa89dd5dbd5b6a866a08ed8febc4919829aa82
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1
 Config: tools/rtems-binutils-2.34.cfg
 Summary:
  Binutils v2.34 for target epiphany-rtems5 on host x86_64-apple-darwin23.2.0
 URL:
  http://sources.redhat.com/binutils
 Version:
  2.34
 Release:
  1
  Sources: 1
    1: https://ftp.gnu.org/gnu/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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; 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 "epiphany-rtems5" -o "x86_64-apple-darwin23.2.0" == "epiphany-rtems5" ; 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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; then
    # Cross build
    CC=$(echo "x86_64-apple-darwin23.2.0-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-apple-darwin23.2.0-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${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-apple-darwin23.2.0 --host=x86_64-apple-darwin23.2.0  --target=epiphany-rtems5  --verbose --disable-nls  --disable-gdb --disable-libdecnumber --disable-readline --disable-sim  --enable-deterministic-archives  --enable-64-bit-bfd    --disable-lto  --without-included-gettext  --disable-win32-registry  --disable-werror  --prefix=/Users/tester/rtems-cron-5/tools/5 --bindir=/Users/tester/rtems-cron-5/tools/5/bin  --exec-prefix=/Users/tester/rtems-cron-5/tools/5  --includedir=/Users/tester/rtems-cron-5/tools/5/include --libdir=/Users/tester/rtems-cron-5/tools/5/lib  --mandir=/Users/tester/rtems-cron-5/tools/5/share/man --infodir=/Users/tester/rtems-cron-5/tools/5/share/info
  make -j 8 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/Users/tester/rtems-cron-5/tools/5/share/info/configure.info*
  /bin/rm -f $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/info/dir
  touch $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/info/dir
  mkdir -p $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/locale
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/lib/libiberty*
  if test ! -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-dlltool; then
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/share/man/man1/epiphany-rtems5-dlltool*
  fi
  if test ! -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-nlmconv; then
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/share/man/man1/epiphany-rtems5-nlmconv*
  fi
  if test ! -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-windres; then
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/share/man/man1/epiphany-rtems5-windres*
  fi
  if test ! -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-windmc; then
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/share/man/man1/epiphany-rtems5-windmc*
  fi
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Nov 22 19:16:23 2024
==============================================================================
Report: tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 28fa89dd5dbd5b6a866a08ed8febc4919829aa82
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.34.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.34.cfg
------------------------------------------------------------------------------
Package: epiphany-rtems5-binutils-2.34-x86_64-apple-darwin23.2.0-1
 Config: tools/rtems-binutils-2.34.cfg
 Summary:
  Binutils v2.34 for target epiphany-rtems5 on host x86_64-apple-darwin23.2.0
 URL:
  http://sources.redhat.com/binutils
 Version:
  2.34
 Release:
  1
  Sources: 1
    1: https://ftp.gnu.org/gnu/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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; 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 "epiphany-rtems5" -o "x86_64-apple-darwin23.2.0" == "epiphany-rtems5" ; 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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; then
    # Cross build
    CC=$(echo "x86_64-apple-darwin23.2.0-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-apple-darwin23.2.0-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${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-apple-darwin23.2.0 --host=x86_64-apple-darwin23.2.0  --target=epiphany-rtems5  --verbose --disable-nls  --disable-gdb --disable-libdecnumber --disable-readline --disable-sim  --enable-deterministic-archives  --enable-64-bit-bfd    --disable-lto  --without-included-gettext  --disable-win32-registry  --disable-werror  --prefix=/Users/tester/rtems-cron-5/tools/5 --bindir=/Users/tester/rtems-cron-5/tools/5/bin  --exec-prefix=/Users/tester/rtems-cron-5/tools/5  --includedir=/Users/tester/rtems-cron-5/tools/5/include --libdir=/Users/tester/rtems-cron-5/tools/5/lib  --mandir=/Users/tester/rtems-cron-5/tools/5/share/man --infodir=/Users/tester/rtems-cron-5/tools/5/share/info
  make -j 8 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/Users/tester/rtems-cron-5/tools/5/share/info/configure.info*
  /bin/rm -f $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/info/dir
  touch $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/info/dir
  mkdir -p $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/locale
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/lib/libiberty*
  if test ! -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-dlltool; then
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/share/man/man1/epiphany-rtems5-dlltool*
  fi
  if test ! -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-nlmconv; then
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/share/man/man1/epiphany-rtems5-nlmconv*
  fi
  if test ! -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-windres; then
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/share/man/man1/epiphany-rtems5-windres*
  fi
  if test ! -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-windmc; then
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/share/man/man1/epiphany-rtems5-windmc*
  fi
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Nov 22 19:57:32 2024
==============================================================================
Report: tools/rtems-gcc-7.5.0-newlib-7947581.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 28fa89dd5dbd5b6a866a08ed8febc4919829aa82
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gcc-7.5.0-newlib-7947581.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gcc-7.5.0-newlib-7947581.cfg
------------------------------------------------------------------------------
Package: epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1
 Config: tools/rtems-gcc-7.5.0-newlib-7947581.cfg
 Summary:
  GCC v7.5.0 and Newlib v7947581 for target epiphany-rtems5 on host x86_64-apple-darwin23.2.0
 URL:
  http://gcc.gnu.org/
 Version:
  7.5.0
 Release:
  1
  Sources: 6
    1: https://ftp.gnu.org/gnu/gcc/gcc-7.5.0/gcc-7.5.0.tar.xz
       sha512: fe716cc19f2e3255d3a8b1b8290777bf769c6d98e6e0b07b81a3d6ad43f8af74cb170dfa18b1555dbfcd3f55ae582b91a286ccef496b9b65c1579902f96a1f60
    2: https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
       sha512: 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
    3: --rsb-file=newlib-7947581.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/7947581
       No checksum
    4: https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.16.1.tar.bz2
       sha512: c188667a84dc5bdddb4ab7c35f89c91bf15a8171f4fcaf41301cf285fb7328846d9a367c096012fec4cc69d244f0bc9e95d84c09ec097394cd4093076f2a041b
    5: https://ftp.gnu.org/gnu/gmp/gmp-6.1.0.tar.bz2
       sha512: 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117
    6: https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.4.tar.bz2
       sha512: 51066066ff2c12ed2198605ecf68846b0c96b548adafa5b80e0c786d0df488411a5e8973358fce7192dc977ad4e68414cf14500e3c39746de62465eb145bb819
  Patches: 2
    1: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_attachments/0001-libc-include-newlib.h-Fix-C-compilation-issue.patch
       No checksum
    2: https://gcc.gnu.org/bugzilla/attachment.cgi?id=41380
       No checksum
    3: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_attachments/darwin-libstdcpp-noparallel-fix.patch
       sha512: 01fa1bd55f19b01f10c41fdfe31356a7a4ddf265ebac8f4b974ccd1718181fd56bcb18a96e0492aa37511f08b37f94052a5557e21075604fceee06d80ffbb7d8
 Preparation:
  build_top=$(pwd)
  gcc_source="gcc-7.5.0"
  source_dir_gcc=${gcc_source}
  %setup source gcc -q -n ${gcc_source}
  %setup patch gcc -p1
  cd ${build_top}
  source_dir_newlib=sourceware-mirror-newlib-cygwin-7947581
  %setup source newlib -q -D -n ${source_dir_newlib}
  %setup patch newlib -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/newlib
  ln -s $PWD/${source_dir_newlib}/newlib ${source_dir_gcc}/newlib
  source_dir_isl="isl-0.16.1"
  %setup source isl -q -D -n isl-0.16.1
  %setup patch isl -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/isl
  ln -s $PWD/${source_dir_isl} ${source_dir_gcc}/isl
  source_dir_mpfr="mpfr-3.1.4"
  %setup source mpfr -q -D -n mpfr-3.1.4
  %setup patch mpfr -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/mpfr
  ln -s $PWD/${source_dir_mpfr} ${source_dir_gcc}/mpfr
  source_dir_mpc="mpc-1.0.3"
  %setup source mpc -q -D -n mpc-1.0.3
  %setup patch mpc -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/mpc
  ln -s $PWD/${source_dir_mpc} ${source_dir_gcc}/mpc
  source_dir_gmp="gmp-6.1.0"
  %setup source gmp -q -D -n gmp-6.1.0
  %setup patch gmp -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/gmp
  ln -s $PWD/${source_dir_gmp} ${source_dir_gcc}/gmp
  echo "RTEMS 5, RSB 5.not_released, Newlib 7947581" > ${source_dir_gcc}/gcc/DEV-PHASE
  cd ${source_dir_gcc}
  contrib/gcc_update --touch
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; 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 "epiphany-rtems5" -o "x86_64-apple-darwin23.2.0" == "epiphany-rtems5" ; then
      build_dir="build-xc"
    else
      build_dir="build-cxc"
    fi
  else
    build_dir="build"
  fi
  mkdir -p ${build_dir}
  cd ${build_dir}
  languages="c"
  languages="$languages,c++"
  languages="$languages,lto"
  # 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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; then
    # Cross build
    CC=$(echo "x86_64-apple-darwin23.2.0-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-apple-darwin23.2.0-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${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_gcc}/configure  --prefix=/Users/tester/rtems-cron-5/tools/5  --bindir=/Users/tester/rtems-cron-5/tools/5/bin  --exec_prefix=/Users/tester/rtems-cron-5/tools/5  --includedir=/Users/tester/rtems-cron-5/tools/5/include  --libdir=/Users/tester/rtems-cron-5/tools/5/lib  --libexecdir=/Users/tester/rtems-cron-5/tools/5/libexec  --mandir=/Users/tester/rtems-cron-5/tools/5/share/man  --infodir=/Users/tester/rtems-cron-5/tools/5/share/info  --datadir=/Users/tester/rtems-cron-5/tools/5/share  --build=x86_64-apple-darwin23.2.0 --host=x86_64-apple-darwin23.2.0  --target=epiphany-rtems5  --disable-libstdcxx-pch  --with-gnu-as --with-gnu-ld --verbose  --with-newlib  --disable-nls --without-included-gettext  --disable-win32-registry  --disable-werror  --enable-version-specific-runtime-libs  --enable-newlib-io-c99-formats      --enable-newlib-iconv  --enable-newlib-iconv-encodings=big5,cp775,cp850,cp852,cp855,\
  cp866,euc_jp,euc_kr,euc_tw,iso_8859_1,iso_8859_10,iso_8859_11,\
  iso_8859_13,iso_8859_14,iso_8859_15,iso_8859_2,iso_8859_3,\
  iso_8859_4,iso_8859_5,iso_8859_6,iso_8859_7,iso_8859_8,iso_8859_9,\
  iso_ir_111,koi8_r,koi8_ru,koi8_u,koi8_uni,ucs_2,ucs_2_internal,\
  ucs_2be,ucs_2le,ucs_4,ucs_4_internal,ucs_4be,ucs_4le,us_ascii,\
  utf_16,utf_16be,utf_16le,utf_8,win_1250,win_1251,win_1252,\
  win_1253,win_1254,win_1255,win_1256,win_1257,win_1258  --enable-threads  --disable-plugin        --enable-languages="$languages"
  if test "%_host" != "%_build" ; then
  mkdir -p gcc/include
  cp ../${source_dir_gcc}/gcc/gsyslimits.h gcc/include/syslimits.h
  fi
  make -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  make DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/lib/libiberty.a
  /bin/rm -f $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-c++filt
  /bin/rm -f $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/info/dir
  /bin/rm -f $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/man/man3/*ffi*
  /bin/rm -rf ${source_dir_gcc}/newlib
  /bin/rm -rf ${source_dir_gcc}/mpfr
  /bin/rm -rf ${source_dir_gcc}/mpc
  /bin/rm -rf ${source_dir_gcc}/gmp
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Nov 22 19:57:33 2024
==============================================================================
Report: tools/rtems-gcc-7.5.0-newlib-7947581.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 28fa89dd5dbd5b6a866a08ed8febc4919829aa82
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gcc-7.5.0-newlib-7947581.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gcc-7.5.0-newlib-7947581.cfg
------------------------------------------------------------------------------
Package: epiphany-rtems5-gcc-7.5.0-newlib-7947581-x86_64-apple-darwin23.2.0-1
 Config: tools/rtems-gcc-7.5.0-newlib-7947581.cfg
 Summary:
  GCC v7.5.0 and Newlib v7947581 for target epiphany-rtems5 on host x86_64-apple-darwin23.2.0
 URL:
  http://gcc.gnu.org/
 Version:
  7.5.0
 Release:
  1
  Sources: 6
    1: https://ftp.gnu.org/gnu/gcc/gcc-7.5.0/gcc-7.5.0.tar.xz
       sha512: fe716cc19f2e3255d3a8b1b8290777bf769c6d98e6e0b07b81a3d6ad43f8af74cb170dfa18b1555dbfcd3f55ae582b91a286ccef496b9b65c1579902f96a1f60
    2: https://ftp.gnu.org/gnu/mpc/mpc-1.0.3.tar.gz
       sha512: 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
    3: --rsb-file=newlib-7947581.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/7947581
       No checksum
    4: https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.16.1.tar.bz2
       sha512: c188667a84dc5bdddb4ab7c35f89c91bf15a8171f4fcaf41301cf285fb7328846d9a367c096012fec4cc69d244f0bc9e95d84c09ec097394cd4093076f2a041b
    5: https://ftp.gnu.org/gnu/gmp/gmp-6.1.0.tar.bz2
       sha512: 3c82aeab9c1596d4da8afac2eec38e429e84f3211e1a572cf8fd2b546493c44c039b922a1133eaaa48bd7f3e11dbe795a384e21ed95cbe3ecc58d7ac02246117
    6: https://ftp.gnu.org/gnu/mpfr/mpfr-3.1.4.tar.bz2
       sha512: 51066066ff2c12ed2198605ecf68846b0c96b548adafa5b80e0c786d0df488411a5e8973358fce7192dc977ad4e68414cf14500e3c39746de62465eb145bb819
  Patches: 2
    1: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_attachments/0001-libc-include-newlib.h-Fix-C-compilation-issue.patch
       No checksum
    2: https://gcc.gnu.org/bugzilla/attachment.cgi?id=41380
       No checksum
    3: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_attachments/darwin-libstdcpp-noparallel-fix.patch
       sha512: 01fa1bd55f19b01f10c41fdfe31356a7a4ddf265ebac8f4b974ccd1718181fd56bcb18a96e0492aa37511f08b37f94052a5557e21075604fceee06d80ffbb7d8
 Preparation:
  build_top=$(pwd)
  gcc_source="gcc-7.5.0"
  source_dir_gcc=${gcc_source}
  %setup source gcc -q -n ${gcc_source}
  %setup patch gcc -p1
  cd ${build_top}
  source_dir_newlib=sourceware-mirror-newlib-cygwin-7947581
  %setup source newlib -q -D -n ${source_dir_newlib}
  %setup patch newlib -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/newlib
  ln -s $PWD/${source_dir_newlib}/newlib ${source_dir_gcc}/newlib
  source_dir_isl="isl-0.16.1"
  %setup source isl -q -D -n isl-0.16.1
  %setup patch isl -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/isl
  ln -s $PWD/${source_dir_isl} ${source_dir_gcc}/isl
  source_dir_mpfr="mpfr-3.1.4"
  %setup source mpfr -q -D -n mpfr-3.1.4
  %setup patch mpfr -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/mpfr
  ln -s $PWD/${source_dir_mpfr} ${source_dir_gcc}/mpfr
  source_dir_mpc="mpc-1.0.3"
  %setup source mpc -q -D -n mpc-1.0.3
  %setup patch mpc -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/mpc
  ln -s $PWD/${source_dir_mpc} ${source_dir_gcc}/mpc
  source_dir_gmp="gmp-6.1.0"
  %setup source gmp -q -D -n gmp-6.1.0
  %setup patch gmp -p1
  cd ${build_top}
  /bin/rm -f ${source_dir_gcc}/gmp
  ln -s $PWD/${source_dir_gmp} ${source_dir_gcc}/gmp
  echo "RTEMS 5, RSB 5.not_released, Newlib 7947581" > ${source_dir_gcc}/gcc/DEV-PHASE
  cd ${source_dir_gcc}
  contrib/gcc_update --touch
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; 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 "epiphany-rtems5" -o "x86_64-apple-darwin23.2.0" == "epiphany-rtems5" ; then
      build_dir="build-xc"
    else
      build_dir="build-cxc"
    fi
  else
    build_dir="build"
  fi
  mkdir -p ${build_dir}
  cd ${build_dir}
  languages="c"
  languages="$languages,c++"
  languages="$languages,lto"
  # 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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; then
    # Cross build
    CC=$(echo "x86_64-apple-darwin23.2.0-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-apple-darwin23.2.0-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 "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "/usr/bin/c++ ${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_gcc}/configure  --prefix=/Users/tester/rtems-cron-5/tools/5  --bindir=/Users/tester/rtems-cron-5/tools/5/bin  --exec_prefix=/Users/tester/rtems-cron-5/tools/5  --includedir=/Users/tester/rtems-cron-5/tools/5/include  --libdir=/Users/tester/rtems-cron-5/tools/5/lib  --libexecdir=/Users/tester/rtems-cron-5/tools/5/libexec  --mandir=/Users/tester/rtems-cron-5/tools/5/share/man  --infodir=/Users/tester/rtems-cron-5/tools/5/share/info  --datadir=/Users/tester/rtems-cron-5/tools/5/share  --build=x86_64-apple-darwin23.2.0 --host=x86_64-apple-darwin23.2.0  --target=epiphany-rtems5  --disable-libstdcxx-pch  --with-gnu-as --with-gnu-ld --verbose  --with-newlib  --disable-nls --without-included-gettext  --disable-win32-registry  --disable-werror  --enable-version-specific-runtime-libs  --enable-newlib-io-c99-formats      --enable-newlib-iconv  --enable-newlib-iconv-encodings=big5,cp775,cp850,cp852,cp855,\
  cp866,euc_jp,euc_kr,euc_tw,iso_8859_1,iso_8859_10,iso_8859_11,\
  iso_8859_13,iso_8859_14,iso_8859_15,iso_8859_2,iso_8859_3,\
  iso_8859_4,iso_8859_5,iso_8859_6,iso_8859_7,iso_8859_8,iso_8859_9,\
  iso_ir_111,koi8_r,koi8_ru,koi8_u,koi8_uni,ucs_2,ucs_2_internal,\
  ucs_2be,ucs_2le,ucs_4,ucs_4_internal,ucs_4be,ucs_4le,us_ascii,\
  utf_16,utf_16be,utf_16le,utf_8,win_1250,win_1251,win_1252,\
  win_1253,win_1254,win_1255,win_1256,win_1257,win_1258  --enable-threads  --disable-plugin        --enable-languages="$languages"
  if test "%_host" != "%_build" ; then
  mkdir -p gcc/include
  cp ../${source_dir_gcc}/gcc/gsyslimits.h gcc/include/syslimits.h
  fi
  make -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  make DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
  /bin/rm -f ${SB_BUILD_ROOT}/Users/tester/rtems-cron-5/tools/5/lib/libiberty.a
  /bin/rm -f $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/bin/epiphany-rtems5-c++filt
  /bin/rm -f $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/info/dir
  /bin/rm -f $SB_BUILD_ROOT/Users/tester/rtems-cron-5/tools/5/share/man/man3/*ffi*
  /bin/rm -rf ${source_dir_gcc}/newlib
  /bin/rm -rf ${source_dir_gcc}/mpfr
  /bin/rm -rf ${source_dir_gcc}/mpc
  /bin/rm -rf ${source_dir_gcc}/gmp
==============================================================================
RTEMS Tools Project <users at rtems.org> Fri Nov 22 20:11:52 2024
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 28fa89dd5dbd5b6a866a08ed8febc4919829aa82
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
 Config: tools/rtems-tools-5-1.cfg
 Summary:
  RTEMS Tools 04d6aa3ada572c1fd7352e3a95775824679c0aa0 for host x86_64-apple-darwin23.2.0
 URL:
  http://www.rtems.org/
 Version:
  04d6aa3ada572c1fd7352e3a95775824679c0aa0
 Release:
  1
  Sources: 1
    1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/04d6aa3ada572c1fd7352e3a95775824679c0aa0/rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0.tar.bz2
       sha512: 7GFaovivW18aqni5qjyfJqk4CxnsF3tpA10AMCy1VMIMcc69LZX/tjuU+SX/apIdeTED992T5zX8zAI8YIGdqQ==
  Patches: 0
 Preparation:
  build_top=$(pwd)
  rtems_tools_source=rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0
  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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; then
  RT_HOST="--host=x86_64-apple-darwin23.2.0"
  else
  RT_HOST=
  fi
  cd ${source_dir_rtems_tools}
  ./waf distclean configure ${RT_HOST} --prefix=/Users/tester/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 Nov 22 20:11:52 2024
==============================================================================
Report: tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 28fa89dd5dbd5b6a866a08ed8febc4919829aa82
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-5-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-5-1.cfg
------------------------------------------------------------------------------
Package: rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0-1
 Config: tools/rtems-tools-5-1.cfg
 Summary:
  RTEMS Tools 04d6aa3ada572c1fd7352e3a95775824679c0aa0 for host x86_64-apple-darwin23.2.0
 URL:
  http://www.rtems.org/
 Version:
  04d6aa3ada572c1fd7352e3a95775824679c0aa0
 Release:
  1
  Sources: 1
    1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/04d6aa3ada572c1fd7352e3a95775824679c0aa0/rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0.tar.bz2
       sha512: 7GFaovivW18aqni5qjyfJqk4CxnsF3tpA10AMCy1VMIMcc69LZX/tjuU+SX/apIdeTED992T5zX8zAI8YIGdqQ==
  Patches: 0
 Preparation:
  build_top=$(pwd)
  rtems_tools_source=rtems-tools-04d6aa3ada572c1fd7352e3a95775824679c0aa0
  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-apple-darwin23.2.0" != "x86_64-apple-darwin23.2.0" ; then
  RT_HOST="--host=x86_64-apple-darwin23.2.0"
  else
  RT_HOST=
  fi
  cd ${source_dir_rtems_tools}
  ./waf distclean configure ${RT_HOST} --prefix=/Users/tester/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}


More information about the build mailing list