Build FreeBSD: FAILED devel/qemu on x86_64-freebsd13.4 (pixman-0.40.0-x86_64-freebsd13.4-1)

OAR Tester for FreeBSD 13 rtems-tester at oarcorp.com
Sun Feb 16 07:06:25 UTC 2025


RTEMS Source Builder - Set Builder, 5.not_released

Host: FreeBSD-13.4-RELEASE-p1-amd64-64bit-ELF
       FreeBSD VM-FreeBSD13.rtems.com 13.4-RELEASE-p1 FreeBSD 13.4-RELEASE-p1
       GENERIC amd64 amd64

Build Time: 0:02:36.559790

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Build FAILED: pixman-0.40.0-x86_64-freebsd13.4-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for library containing sqrtf... -lm
checking for thread local storage (TLS) support... __thread
checking for pthreads... yes
checking for __attribute__((constructor))... yes
checking for __float128... yes
checking for __builtin_clz... yes
checking for GCC vector extensions... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating pixman-1.pc
config.status: creating pixman-1-uninstalled.pc
config.status: creating Makefile
config.status: creating pixman/Makefile
config.status: creating pixman/pixman-version.h
config.status: creating demos/Makefile
config.status: creating test/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ gmake -j 8 all
gmake  all-recursive
gmake[1]: Entering directory '/usr/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd13.4-1/build'
Making all in pixman
gmake[2]: Entering directory '/usr/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd13.4-1/build/pixman'
Makefile:1270: warning: ignoring prerequisites on suffix rule definition
  CC       pixman.lo
  CC       pixman-access.lo
  CC       pixman-access-accessors.lo
  CC       pixman-bits-image.lo
  CC       pixman-combine32.lo
  CC       pixman-combine-float.lo
  CC       pixman-conical-gradient.lo
  CC       pixman-filter.lo
../../pixman-0.40.0/pixman/pixman-bits-image.c:1184:39: error: incompatible function pointer types passing 'const float (int, int)' to parameter of type 'dither_factor_t' (aka 'float (*)(int, int)') [-Wincompatible-function-pointer-types]
 1184 |         buffer = dither_apply_ordered (iter, dither_factor_blue_noise_64);
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-bits-image.c:1130:60: note: passing argument to parameter 'factor' here
 1130 | dither_apply_ordered (pixman_iter_t *iter, dither_factor_t factor)
      |                                                            ^
../../pixman-0.40.0/pixman/pixman-bits-image.c:1189:39: error: incompatible function pointer types passing 'const float (int, int)' to parameter of type 'dither_factor_t' (aka 'float (*)(int, int)') [-Wincompatible-function-pointer-types]
 1189 |         buffer = dither_apply_ordered (iter, dither_factor_bayer_8);
      |                                              ^~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-bits-image.c:1130:60: note: passing argument to parameter 'factor' here
 1130 | dither_apply_ordered (pixman_iter_t *iter, dither_factor_t factor)
      |                                                            ^
2 errors generated.
../../pixman-0.40.0/pixman/pixman-access.c:470:1: warning: unused variable '__dummy__a8r8g8b8' [-Wunused-const-variable]
  470 | MAKE_ACCESSORS(agmake[2]: *** [Makefile:890: pixman-bits-image.lo] Error 1
gmake[2]: *** Waiting for unfinished jobs....
8r8g8b8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:36:1: note: expanded from here
   36 | __dummy__a8r8g8b8
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:471:1: warning: unused variable '__dummy__x8r8g8b8' [-Wunused-const-variable]
  471 | MAKE_ACCESSORS(x8r8g8b8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:43:1: note: expanded from here
   43 | __dummy__x8r8g8b8
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:472:1: warning: unused variable '__dummy__a8b8g8r8' [-Wunused-const-variable]
  472 | MAKE_ACCESSORS(a8b8g8r8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:50:1: note: expanded from here
   50 | __dummy__a8b8g8r8
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:473:1: warning: unused variable '__dummy__x8b8g8r8' [-Wunused-const-variable]
  473 | MAKE_ACCESSORS(x8b8g8r8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:57:1: note: expanded from here
   57 | __dummy__x8b8g8r8
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:474:1: warning: unused variable '__dummy__x14r6g6b6' [-Wunused-const-variable]
  474 | MAKE_ACCESSORS(x14r6g6b6);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:64:1: note: expanded from here
   64 | __dummy__x14r6g6b6
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:475:1: warning: unused variable '__dummy__b8g8r8a8' [-Wunused-const-variable]
  475 | MAKE_ACCESSORS(b8g8r8a8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:71:1: note: expanded from here
   71 | __dummy__b8g8r8a8
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:476:1: warning: unused variable '__dummy__b8g8r8x8' [-Wunused-const-variable]
  476 | MAKE_ACCESSORS(b8g8r8x8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:78:1: note: expanded from here
   78 | __dummy__b8g8r8x8
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:477:1: warning: unused variable '__dummy__r8g8b8x8' [-Wunused-const-variable]
  477 | MAKE_ACCESSORS(r8g8b8x8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:85:1: note: expanded from here
   85 | __dummy__r8g8b8x8
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:478:1: warning: unused variable '__dummy__r8g8b8a8' [-Wunused-const-variable]
  478 | MAKE_ACCESSORS(r8g8b8a8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:92:1: note: expanded from here
   92 | __dummy__r8g8b8a8
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:479:1: warning: unused variable '__dummy__r8g8b8' [-Wunused-const-variable]
  479 | MAKE_ACCESSORS(r8g8b8);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:99:1: note: expanded from here
   99 | __dummy__r8g8b8
      | ^~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:480:1: warning: unused variable '__dummy__b8g8r8' [-Wunused-const-variable]
  480 | MAKE_ACCESSORS(b8g8r8);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:106:1: note: expanded from here
  106 | __dummy__b8g8r8
      | ^~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:481:1: warning: unused variable '__dummy__r5g6b5' [-Wunused-const-variable]
  481 | MAKE_ACCESSORS(r5g6b5);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:113:1: note: expanded from here
  113 | __dummy__r5g6b5
      | ^~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:482:1: warning: unused variable '__dummy__b5g6r5' [-Wunused-const-variable]
  482 | MAKE_ACCESSORS(b5g6r5);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:120:1: note: expanded from here
  120 | __dummy__b5g6r5
      | ^~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:483:1: warning: unused variable '__dummy__a1r5g5b5' [-Wunused-const-variable]
  483 | MAKE_ACCESSORS(a1r5g5b5);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:127:1: note: expanded from here
  127 | __dummy__a1r5g5b5
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:484:1: warning: unused variable '__dummy__x1r5g5b5' [-Wunused-const-variable]
  484 | MAKE_ACCESSORS(x1r5g5b5);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:134:1: note: expanded from here
  134 | __dummy__x1r5g5b5
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:485:1: warning: unused variable '__dummy__a1b5g5r5' [-Wunused-const-variable]
  485 | MAKE_ACCESSORS(a1b5g5r5);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:141:1: note: expanded from here
  141 | __dummy__a1b5g5r5
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:486:1: warning: unused variable '__dummy__x1b5g5r5' [-Wunused-const-variable]
  486 | MAKE_ACCESSORS(x1b5g5r5);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:148:1: note: expanded from here
  148 | __dummy__x1b5g5r5
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:487:1: warning: unused variable '__dummy__a4r4g4b4' [-Wunused-const-variable]
  487 | MAKE_ACCESSORS(a4r4g4b4);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:155:1: note: expanded from here
  155 | __dummy__a4r4g4b4
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:488:1: warning: unused variable '__dummy__x4r4g4b4' [-Wunused-const-variable]
  488 | MAKE_ACCESSORS(x4r4g4b4);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:162:1: note: expanded from here
  162 | __dummy__x4r4g4b4
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:489:1: warning: unused variable '__dummy__a4b4g4r4' [-Wunused-const-variable]
  489 | MAKE_ACCESSORS(a4b4g4r4);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:169:1: note: expanded from here
  169 | __dummy__a4b4g4r4
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:490:1: warning: unused variable '__dummy__x4b4g4r4' [-Wunused-const-variable]
  490 | MAKE_ACCESSORS(x4b4g4r4);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:176:1: note: expanded from here
  176 | __dummy__x4b4g4r4
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:491:1: warning: unused variable '__dummy__a8' [-Wunused-const-variable]
  491 | MAKE_ACCESSORS(a8);
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:183:1: note: expanded from here
  183 | __dummy__a8
      | ^~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:492:1: warning: unused variable '__dummy__c8' [-Wunused-const-variable]
  492 | MAKE_ACCESSORS(c8);
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:190:1: note: expanded from here
  190 | __dummy__c8
      | ^~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:493:1: warning: unused variable '__dummy__g8' [-Wunused-const-variable]
  493 | MAKE_ACCESSORS(g8);
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:197:1: note: expanded from here
  197 | __dummy__g8
      | ^~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:494:1: warning: unused variable '__dummy__r3g3b2' [-Wunused-const-variable]
  494 | MAKE_ACCESSORS(r3g3b2);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:204:1: note: expanded from here
  204 | __dummy__r3g3b2
      | ^~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:495:1: warning: unused variable '__dummy__b2g3r3' [-Wunused-const-variable]
  495 | MAKE_ACCESSORS(b2g3r3);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:211:1: note: expanded from here
  211 | __dummy__b2g3r3
      | ^~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:496:1: warning: unused variable '__dummy__a2r2g2b2' [-Wunused-const-variable]
  496 | MAKE_ACCESSORS(a2r2g2b2);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:218:1: note: expanded from here
  218 | __dummy__a2r2g2b2
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:497:1: warning: unused variable '__dummy__a2b2g2r2' [-Wunused-const-variable]
  497 | MAKE_ACCESSORS(a2b2g2r2);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:3:1: note: expanded from here
    3 | __dummy__a2b2g2r2
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:498:1: warning: unused variable '__dummy__x4a4' [-Wunused-const-variable]
  498 | MAKE_ACCESSORS(x4a4);
      | ^~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:10:1: note: expanded from here
   10 | __dummy__x4a4
      | ^~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:499:1: warning: unused variable '__dummy__a4' [-Wunused-const-variable]
  499 | MAKE_ACCESSORS(a4);
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:17:1: note: expanded from here
   17 | __dummy__a4
      | ^~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:500:1: warning: unused variable '__dummy__g4' [-Wunused-const-variable]
  500 | MAKE_ACCESSORS(g4);
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:24:1: note: expanded from here
   24 | __dummy__g4
      | ^~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:501:1: warning: unused variable '__dummy__c4' [-Wunused-const-variable]
  501 | MAKE_ACCESSORS(c4);
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:31:1: note: expanded from here
   31 | __dummy__c4
      | ^~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:502:1: warning: unused variable '__dummy__r1g2b1' [-Wunused-const-variable]
  502 | MAKE_ACCESSORS(r1g2b1);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:38:1: note: expanded from here
   38 | __dummy__r1g2b1
      | ^~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:503:1: warning: unused variable '__dummy__b1g2r1' [-Wunused-const-variable]
  503 | MAKE_ACCESSORS(b1g2r1);
      | ^~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:45:1: note: expanded from here
   45 | __dummy__b1g2r1
      | ^~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:504:1: warning: unused variable '__dummy__a1r1g1b1' [-Wunused-const-variable]
  504 | MAKE_ACCESSORS(a1r1g1b1);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:52:1: note: expanded from here
   52 | __dummy__a1r1g1b1
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:505:1: warning: unused variable '__dummy__a1b1g1r1' [-Wunused-const-variable]
  505 | MAKE_ACCESSORS(a1b1g1r1);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:59:1: note: expanded from here
   59 | __dummy__a1b1g1r1
      | ^~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:506:1: warning: unused variable '__dummy__a1' [-Wunused-const-variable]
  506 | MAKE_ACCESSORS(a1);
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:66:1: note: expanded from here
   66 | __dummy__a1
      | ^~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:507:1: warning: unused variable '__dummy__g1' [-Wunused-const-variable]
  507 | MAKE_ACCESSORS(g1);
      | ^~~~~~~~~~~~~~~~~~
../../pixman-0.40.0/pixman/pixman-access.c:468:30: note: expanded from macro 'MAKE_ACCESSORS'
  468 |     static const void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:73:1: note: expanded from here
   73 | __dummy__g1
      | ^~~~~~~~~~~
38 warnings generated.
gmake[2]: Leaving directory '/usr/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd13.4-1/build/pixman'
gmake[1]: *** [Makefile:509: all-recursive] Error 1
gmake[1]: Leaving directory '/usr/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd13.4-1/build'
gmake: *** [Makefile:416: all] Error 2
shell cmd failed: /bin/sh -ex  /usr/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd13.4-1/do-build
error: building pixman-0.40.0-x86_64-freebsd13.4-1
  See error report: rsb-report-pixman-0.40.0-x86_64-freebsd13.4-1.txt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 


Output
======

Build Set: devel/qemu
Build Set: devel/autotools-internal.bset
config: devel/autoconf-2.69-1.cfg
package: autoconf-2.69-x86_64-freebsd13.4-1
download: https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz -> sources/autoconf-2.69.tar.gz
building: autoconf-2.69-x86_64-freebsd13.4-1
sizes: autoconf-2.69-x86_64-freebsd13.4-1: 7.501MB (installed: 0.000B)
cleaning: autoconf-2.69-x86_64-freebsd13.4-1
config: devel/automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-freebsd13.4-1
download: https://ftp.gnu.org/gnu/automake/automake-1.12.6.tar.gz -> sources/automake-1.12.6.tar.gz
Creating source directory: patches
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/automake-1.12.6-bugzilla.redhat.com-1239379.diff
building: automake-1.12.6-x86_64-freebsd13.4-1
sizes: automake-1.12.6-x86_64-freebsd13.4-1: 8.327MB (installed: 0.000B)
cleaning: automake-1.12.6-x86_64-freebsd13.4-1
config: devel/libtool-2.4.2-1.cfg
package: libtool-2.4.2-x86_64-freebsd13.4-1
download: https://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz -> sources/libtool-2.4.2.tar.gz
building: libtool-2.4.2-x86_64-freebsd13.4-1
sizes: libtool-2.4.2-x86_64-freebsd13.4-1: 11.993MB (installed: 0.000B)
cleaning: libtool-2.4.2-x86_64-freebsd13.4-1
cleaning: autoconf-2.69-x86_64-freebsd13.4-1
cleaning: automake-1.12.6-x86_64-freebsd13.4-1
cleaning: libtool-2.4.2-x86_64-freebsd13.4-1
Build Sizes: usage: 11.993MB total: 6.997MB (sources: 6.978MB, patches: 19.412KB, installed 0.000B)
Build Set: Time 0:00:21.930501
config: devel/libiconv-1.14-1.cfg
config: devel/gettext-0.18.3.1-1.cfg
package: gettext-0.18.3.1-x86_64-freebsd13.4-1
download: http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.3.1.tar.gz -> sources/gettext-0.18.3.1.tar.gz
building: gettext-0.18.3.1-x86_64-freebsd13.4-1
sizes: gettext-0.18.3.1-x86_64-freebsd13.4-1: 162.779MB (installed: 20.316MB)
cleaning: gettext-0.18.3.1-x86_64-freebsd13.4-1
reporting: devel/gettext-0.18.3.1-1.cfg -> gettext-0.18.3.1-x86_64-freebsd13.4-1.txt
reporting: devel/gettext-0.18.3.1-1.cfg -> gettext-0.18.3.1-x86_64-freebsd13.4-1.xml
config: devel/libffi-3.0.13-1.cfg
package: libffi-3.0.13-x86_64-freebsd13.4-1
download: https://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz -> sources/libffi-3.0.13.tar.gz
download: http://gitlab.rtems.org/rtems/tools/rtems-tools/-/raw/main/tools/libffi/libffi-pkg-con...<see log> -> patches/libffi-pkg-config-lib64-fix.diff
 redirect: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/raw/main/tools/libffi/libffi-pkg-co...<see log>
building: libffi-3.0.13-x86_64-freebsd13.4-1
sizes: libffi-3.0.13-x86_64-freebsd13.4-1: 4.512MB (installed: 128.223KB)
cleaning: libffi-3.0.13-x86_64-freebsd13.4-1
reporting: devel/libffi-3.0.13-1.cfg -> libffi-3.0.13-x86_64-freebsd13.4-1.txt
reporting: devel/libffi-3.0.13-1.cfg -> libffi-3.0.13-x86_64-freebsd13.4-1.xml
config: devel/pixman-0.40.0-1.cfg
package: pixman-0.40.0-x86_64-freebsd13.4-1
download: http://cairographics.org/releases/pixman-0.40.0.tar.gz -> sources/pixman-0.40.0.tar.gz
 redirect: https://www.cairographics.org/releases/pixman-0.40.0.tar.gz
building: pixman-0.40.0-x86_64-freebsd13.4-1
error: building pixman-0.40.0-x86_64-freebsd13.4-1
Build FAILED
  See error report: rsb-report-pixman-0.40.0-x86_64-freebsd13.4-1.txt
error: building pixman-0.40.0-x86_64-freebsd13.4-1
Mailing report: build at rtems.org

Report
======

==============================================================================
RTEMS Tools Project <users at rtems.org> Sun Feb 16 01:06:03 2025
==============================================================================
Report: devel/gettext-0.18.3.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: c238ab7b43eb993db5978f9b0276fbdd697cdf88
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/gettext-0.18.3.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/gettext-0.18.3.1-1.cfg
------------------------------------------------------------------------------
Package: gettext-0.18.3.1-x86_64-freebsd13.4-1
 Config: devel/gettext-0.18.3.1-1.cfg
 Summary:
  GetText offers to programmers, translators, and even users, a well
  integrated set of tools and documentation.
 URL:
  http://www.gnu.org/software/gettext/
 Version:
  0.18.3.1
 Release:
  1
  Sources: 1
    1: http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.3.1.tar.gz
       sha256: 0d8f9a33531b77776b3dc473e7940019ca19bfca5b4c06db6e96065eeb07245d
  Patches: 0
 Preparation:
  build_top=$(pwd)
  source_dir_gettext="gettext-0.18.3.1"
  %setup source gettext -q -n gettext-0.18.3.1
  %setup patch gettext -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd13.4" != "x86_64-freebsd13.4" ; 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 "" -o "x86_64-freebsd13.4" == "" ; 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-freebsd13.4" != "x86_64-freebsd13.4" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd13.4-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd13.4-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_gettext}/configure  --prefix=/home/tester/rtems-cron-5/tools/5  --bindir=/home/tester/rtems-cron-5/tools/5/bin  --exec_prefix=/home/tester/rtems-cron-5/tools/5  --includedir=/home/tester/rtems-cron-5/tools/5/include  --libdir=/home/tester/rtems-cron-5/tools/5/lib  --libexecdir=/home/tester/rtems-cron-5/tools/5/libexec  --mandir=/home/tester/rtems-cron-5/tools/5/share/man  --infodir=/home/tester/rtems-cron-5/tools/5/share/info  --datadir=/home/tester/rtems-cron-5/tools/5/share  --build=x86_64-freebsd13.4 --host=x86_64-freebsd13.4
  gmake -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  gmake DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sun Feb 16 01:06:03 2025
==============================================================================
Report: devel/gettext-0.18.3.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: c238ab7b43eb993db5978f9b0276fbdd697cdf88
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/gettext-0.18.3.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/gettext-0.18.3.1-1.cfg
------------------------------------------------------------------------------
Package: gettext-0.18.3.1-x86_64-freebsd13.4-1
 Config: devel/gettext-0.18.3.1-1.cfg
 Summary:
  GetText offers to programmers, translators, and even users, a well
  integrated set of tools and documentation.
 URL:
  http://www.gnu.org/software/gettext/
 Version:
  0.18.3.1
 Release:
  1
  Sources: 1
    1: http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.3.1.tar.gz
       sha256: 0d8f9a33531b77776b3dc473e7940019ca19bfca5b4c06db6e96065eeb07245d
  Patches: 0
 Preparation:
  build_top=$(pwd)
  source_dir_gettext="gettext-0.18.3.1"
  %setup source gettext -q -n gettext-0.18.3.1
  %setup patch gettext -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd13.4" != "x86_64-freebsd13.4" ; 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 "" -o "x86_64-freebsd13.4" == "" ; 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-freebsd13.4" != "x86_64-freebsd13.4" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd13.4-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd13.4-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_gettext}/configure  --prefix=/home/tester/rtems-cron-5/tools/5  --bindir=/home/tester/rtems-cron-5/tools/5/bin  --exec_prefix=/home/tester/rtems-cron-5/tools/5  --includedir=/home/tester/rtems-cron-5/tools/5/include  --libdir=/home/tester/rtems-cron-5/tools/5/lib  --libexecdir=/home/tester/rtems-cron-5/tools/5/libexec  --mandir=/home/tester/rtems-cron-5/tools/5/share/man  --infodir=/home/tester/rtems-cron-5/tools/5/share/info  --datadir=/home/tester/rtems-cron-5/tools/5/share  --build=x86_64-freebsd13.4 --host=x86_64-freebsd13.4
  gmake -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  gmake DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sun Feb 16 01:06:11 2025
==============================================================================
Report: devel/libffi-3.0.13-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: c238ab7b43eb993db5978f9b0276fbdd697cdf88
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/libffi-3.0.13-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/libffi-3.0.13-1.cfg
------------------------------------------------------------------------------
Package: libffi-3.0.13-x86_64-freebsd13.4-1
 Config: devel/libffi-3.0.13-1.cfg
 Summary:
  LibFFI provides a portable, high level programming interface to
  various calling conventions.
 URL:
  https://sourceware.org/libffi/
 Version:
  3.0.13
 Release:
  1
  Sources: 1
    1: https://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz
       sha256: 1dddde1400c3bcb7749d398071af88c3e4754058d2d4c0b3696c2f82dc5cf11c
  Patches: 1
    1: http://gitlab.rtems.org/rtems/tools/rtems-tools/-/raw/main/tools/libffi/libffi-pkg-config-lib64-fix.diff
       sha256: f858658b7b57db13002987b7d6bb0293f181519032bf4dd36969ccb79d6b16a3
 Preparation:
  build_top=$(pwd)
  source_dir_libffi="libffi-3.0.13"
  %setup source libffi -q -n libffi-3.0.13
  %setup patch libffi -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd13.4" != "x86_64-freebsd13.4" ; 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 "" -o "x86_64-freebsd13.4" == "" ; 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-freebsd13.4" != "x86_64-freebsd13.4" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd13.4-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd13.4-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_libffi}/configure  --prefix=/home/tester/rtems-cron-5/tools/5  --bindir=/home/tester/rtems-cron-5/tools/5/bin  --exec_prefix=/home/tester/rtems-cron-5/tools/5  --includedir=/home/tester/rtems-cron-5/tools/5/include  --libdir=/home/tester/rtems-cron-5/tools/5/lib  --libexecdir=/home/tester/rtems-cron-5/tools/5/libexec  --mandir=/home/tester/rtems-cron-5/tools/5/share/man  --infodir=/home/tester/rtems-cron-5/tools/5/share/info  --datadir=/home/tester/rtems-cron-5/tools/5/share  --build=x86_64-freebsd13.4 --host=x86_64-freebsd13.4
  gmake -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  gmake DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sun Feb 16 01:06:11 2025
==============================================================================
Report: devel/libffi-3.0.13-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: c238ab7b43eb993db5978f9b0276fbdd697cdf88
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/libffi-3.0.13-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/libffi-3.0.13-1.cfg
------------------------------------------------------------------------------
Package: libffi-3.0.13-x86_64-freebsd13.4-1
 Config: devel/libffi-3.0.13-1.cfg
 Summary:
  LibFFI provides a portable, high level programming interface to
  various calling conventions.
 URL:
  https://sourceware.org/libffi/
 Version:
  3.0.13
 Release:
  1
  Sources: 1
    1: https://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz
       sha256: 1dddde1400c3bcb7749d398071af88c3e4754058d2d4c0b3696c2f82dc5cf11c
  Patches: 1
    1: http://gitlab.rtems.org/rtems/tools/rtems-tools/-/raw/main/tools/libffi/libffi-pkg-config-lib64-fix.diff
       sha256: f858658b7b57db13002987b7d6bb0293f181519032bf4dd36969ccb79d6b16a3
 Preparation:
  build_top=$(pwd)
  source_dir_libffi="libffi-3.0.13"
  %setup source libffi -q -n libffi-3.0.13
  %setup patch libffi -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-freebsd13.4" != "x86_64-freebsd13.4" ; 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 "" -o "x86_64-freebsd13.4" == "" ; 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-freebsd13.4" != "x86_64-freebsd13.4" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd13.4-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd13.4-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_libffi}/configure  --prefix=/home/tester/rtems-cron-5/tools/5  --bindir=/home/tester/rtems-cron-5/tools/5/bin  --exec_prefix=/home/tester/rtems-cron-5/tools/5  --includedir=/home/tester/rtems-cron-5/tools/5/include  --libdir=/home/tester/rtems-cron-5/tools/5/lib  --libexecdir=/home/tester/rtems-cron-5/tools/5/libexec  --mandir=/home/tester/rtems-cron-5/tools/5/share/man  --infodir=/home/tester/rtems-cron-5/tools/5/share/info  --datadir=/home/tester/rtems-cron-5/tools/5/share  --build=x86_64-freebsd13.4 --host=x86_64-freebsd13.4
  gmake -j 8 all
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  gmake DESTDIR=$SB_BUILD_ROOT install
  cd ${build_top}


More information about the build mailing list