Build FreeBSD: PASSED devel/spike on x86_64-freebsd14.4

OAR Tester for FreeBSD 14 rtems-tester at oarcorp.com
Tue Sep 1 20:50:20 UTC 2026


RTEMS Source Builder - Set Builder, 5 (7f964268eaf6)

Host: FreeBSD-14.4-RELEASE-p7-amd64-64bit-ELF
       FreeBSD FreeBSD14-VM 14.4-RELEASE-p7 FreeBSD 14.4-RELEASE-p7 #0 -dirty:
       Tue Jun 30 08:53:56 UTC 2026     root at amd64-
       builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64
       amd64

Build Time: 0:01:47.080804


Output
======

Build Set: devel/spike
Build Set: devel/dtc.bset
config: devel/dtc-1.6.1-1.cfg
package: dtc-1.6.1-x86_64-freebsd14.4-1
building: dtc-1.6.1-x86_64-freebsd14.4-1
sizes: dtc-1.6.1-x86_64-freebsd14.4-1: 4.223MB (installed: 1.116MB)
cleaning: dtc-1.6.1-x86_64-freebsd14.4-1
reporting: devel/dtc-1.6.1-1.cfg -> dtc-1.6.1-x86_64-freebsd14.4-1.txt
reporting: devel/dtc-1.6.1-1.cfg -> dtc-1.6.1-x86_64-freebsd14.4-1.xml
staging: dtc-1.6.1-x86_64-freebsd14.4-1 -> /home/tester/rtems-cron-5/rtems-source-builder/bare/build/tmp/sb-1001-staging
cleaning: dtc-1.6.1-x86_64-freebsd14.4-1
Build Set: Time 0:00:06.473165
config: devel/spike-1.1.0.cfg
package: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1
download: https://dl.rtems.org/0fef57ba0470ad927cba7763c77c770882ebe1549d79a36c4d351961e10d14f672e8c1bb4e2400639ba6694affa0eafabd60aaed88c586ac233c8f9f7227aa63/spike-530af85d83781a3dae31a4ace84a573ec255fefa.tar.gz -> sources/spike-530af85d83781a3dae31a4ace84a573ec255fefa.tar.gz
Creating source directory: patches
download: https://dl.rtems.org/47fedf4492ef422aaeededc24b5cb43fcc0d37dc455583f50cf50a89b2d378dd2264b491919f82e87f8d89a1079a543919864d2a0e59d5ad37e893902f1a6d40/spike-1.1.0-add-cstdint.h.diff -> patches/spike-1.1.0-add-cstdint.h.diff
building: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1
sizes: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1: 3.030GB (installed: 367.770MB)
cleaning: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1
reporting: devel/spike-1.1.0.cfg -> spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1.txt
reporting: devel/spike-1.1.0.cfg -> spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1.xml
staging: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1 -> /home/tester/rtems-cron-5/rtems-source-builder/bare/build/tmp/sb-1001-staging
installing: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1 -> /home/tester/rtems-cron-5/tools/5
cleaning: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1
installing: devel/spike -> /home/tester/rtems-cron-5/tools/5
clean staging: devel/spike
Staging Size: 368.893MB
Mailing report: build at rtems.org

Report
======

==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Sep  1 15:48:38 2026
==============================================================================
Report: devel/dtc-1.6.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7f964268eaf61b8d4adbbbc4314426f2b604fd6b
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/dtc-1.6.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/dtc-1.6.1-1.cfg
------------------------------------------------------------------------------
Package: dtc-1.6.1-x86_64-freebsd14.4-1
 Config: devel/dtc-1.6.1-1.cfg
 Summary:
  Device Tree Compiler v1.6.1 for target  on host x86_64-freebsd14.4
 URL:
  https://www.devicetree.org/
 Version:
  1.6.1
 Release:
  1
  Sources: 1
    1: https://www.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz
       sha512: Js01HdykEauWuTrD52P4F/n4qAymaocH4Qd/dx7Y5+BMAfMhq4qyey+YJtnUOEg/4xVkAUk7/SnO88xxoUFFaA==
  Patches: 0
 Preparation:
  build_top=$(pwd)
  %setup source dtc -q -n dtc-1.6.1
  %setup patch dtc -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd dtc-1.6.1
  # Build and build flags means force build == host
  # gcc is not ready to be compiled with -std=gnu99
  LDFLAGS="${SB_HOST_LDFLAGS}"
  LIBS="${SB_HOST_LIBS}"
  CC=$(echo "/usr/bin/cc ${SB_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
  CXX=$(echo "/usr/bin/c++ ${SB_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  CC_FOR_BUILD=${CC}
  CXX_FOR_BUILD=${CXX}
  export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS LDFLAGS LIBS
  gmake PREFIX=/home/tester/rtems-cron-5/tools/5 WARNINGS=
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd dtc-1.6.1
  gmake DESTDIR=$SB_BUILD_ROOT PREFIX=/home/tester/rtems-cron-5/tools/5 WARNINGS= install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Sep  1 15:48:38 2026
==============================================================================
Report: devel/dtc-1.6.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7f964268eaf61b8d4adbbbc4314426f2b604fd6b
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/dtc-1.6.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/dtc-1.6.1-1.cfg
------------------------------------------------------------------------------
Package: dtc-1.6.1-x86_64-freebsd14.4-1
 Config: devel/dtc-1.6.1-1.cfg
 Summary:
  Device Tree Compiler v1.6.1 for target  on host x86_64-freebsd14.4
 URL:
  https://www.devicetree.org/
 Version:
  1.6.1
 Release:
  1
  Sources: 1
    1: https://www.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.xz
       sha512: Js01HdykEauWuTrD52P4F/n4qAymaocH4Qd/dx7Y5+BMAfMhq4qyey+YJtnUOEg/4xVkAUk7/SnO88xxoUFFaA==
  Patches: 0
 Preparation:
  build_top=$(pwd)
  %setup source dtc -q -n dtc-1.6.1
  %setup patch dtc -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd dtc-1.6.1
  # Build and build flags means force build == host
  # gcc is not ready to be compiled with -std=gnu99
  LDFLAGS="${SB_HOST_LDFLAGS}"
  LIBS="${SB_HOST_LIBS}"
  CC=$(echo "/usr/bin/cc ${SB_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
  CXX=$(echo "/usr/bin/c++ ${SB_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  CC_FOR_BUILD=${CC}
  CXX_FOR_BUILD=${CXX}
  export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS LDFLAGS LIBS
  gmake PREFIX=/home/tester/rtems-cron-5/tools/5 WARNINGS=
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd dtc-1.6.1
  gmake DESTDIR=$SB_BUILD_ROOT PREFIX=/home/tester/rtems-cron-5/tools/5 WARNINGS= install
  cd ${build_top}


==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Sep  1 15:50:10 2026
==============================================================================
Report: devel/spike-1.1.0.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7f964268eaf61b8d4adbbbc4314426f2b604fd6b
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/spike-1.1.0.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/spike-1.1.0.cfg
------------------------------------------------------------------------------
Package: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1
 Config: devel/spike-1.1.0.cfg
 Summary:
  spike-github
 URL:
  https://github.com/riscv/riscv-isa-sim/
 Version:
  530af85d83781a3dae31a4ace84a573ec255fefa
 Release:
  1
  Sources: 1
    1: --rsb-file=spike-530af85d83781a3dae31a4ace84a573ec255fefa.tar.gz https://github.com/riscv/riscv-isa-sim/archive/530af85d83781a3dae31a4ace84a573ec255fefa.tar.gz
       No checksum
  Patches: 1
    1: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/blob/main/-/project/7/uploads/6bd4d0e18ccbb0e403ebea8d951359e4/spike-1.1.0-add-cstdint.h.diff
       sha512: R/7fRJLvQiqu7e3CS1y0P8wNN9xFVYP1DPUKibLTeN0iZLSRkZ+C6H+NiaEHmlQ5GYZNKg5Z1a036JOQLxptQA==
 Preparation:
  build_top=$(pwd)
  source_dir_spike="riscv-isa-sim-530af85d83781a3dae31a4ace84a573ec255fefa"
  %setup source spike -q -n riscv-isa-sim-530af85d83781a3dae31a4ace84a573ec255fefa
  %setup patch spike -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd ${source_dir_spike}
  ./configure  --prefix=/home/tester/rtems-cron-5/tools/5
  gmake -j 8
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd ${source_dir_spike}
  gmake DESTDIR=$SB_BUILD_ROOT PREFIX=/home/tester/rtems-cron-5/tools/5 install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Sep  1 15:50:11 2026
==============================================================================
Report: devel/spike-1.1.0.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7f964268eaf61b8d4adbbbc4314426f2b604fd6b
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/spike-1.1.0.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/spike-1.1.0.cfg
------------------------------------------------------------------------------
Package: spike-530af85d83781a3dae31a4ace84a573ec255fefa-x86_64-freebsd14.4-1
 Config: devel/spike-1.1.0.cfg
 Summary:
  spike-github
 URL:
  https://github.com/riscv/riscv-isa-sim/
 Version:
  530af85d83781a3dae31a4ace84a573ec255fefa
 Release:
  1
  Sources: 1
    1: --rsb-file=spike-530af85d83781a3dae31a4ace84a573ec255fefa.tar.gz https://github.com/riscv/riscv-isa-sim/archive/530af85d83781a3dae31a4ace84a573ec255fefa.tar.gz
       No checksum
  Patches: 1
    1: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/blob/main/-/project/7/uploads/6bd4d0e18ccbb0e403ebea8d951359e4/spike-1.1.0-add-cstdint.h.diff
       sha512: R/7fRJLvQiqu7e3CS1y0P8wNN9xFVYP1DPUKibLTeN0iZLSRkZ+C6H+NiaEHmlQ5GYZNKg5Z1a036JOQLxptQA==
 Preparation:
  build_top=$(pwd)
  source_dir_spike="riscv-isa-sim-530af85d83781a3dae31a4ace84a573ec255fefa"
  %setup source spike -q -n riscv-isa-sim-530af85d83781a3dae31a4ace84a573ec255fefa
  %setup patch spike -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd ${source_dir_spike}
  ./configure  --prefix=/home/tester/rtems-cron-5/tools/5
  gmake -j 8
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd ${source_dir_spike}
  gmake DESTDIR=$SB_BUILD_ROOT PREFIX=/home/tester/rtems-cron-5/tools/5 install
  cd ${build_top}


More information about the build mailing list