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

OAR Tester for FreeBSD 14 rtems-tester at oarcorp.com
Tue Jul 9 06:29:10 UTC 2024


RTEMS Source Builder - Set Builder, 5.not_released

Host: FreeBSD-14.1-RELEASE-amd64-64bit-ELF
       FreeBSD FreeBSD14-VM 14.1-RELEASE FreeBSD 14.1-RELEASE
       releng/14.1-n267679-10e31f0946d8 GENERIC amd64 amd64

Build Time: 0:02:12.331052

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Build FAILED: pixman-0.40.0-x86_64-freebsd14.1-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 '/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd14.1-1/build'
Making all in pixman
gmake[2]: Entering directory '/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd14.1-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(a8r8g8b8);
      | ^~~~~~~~~~~~~~~~~~~~~~~~
../../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>:40:1: note: expanded from here
   40 | __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>:47:1: note: expanded from here
   47 | __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>:54:1: note: expanded from here
   54 | __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>:61:1: note: expanded from here
   61 | __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>:68:1: note: expanded from here
   68 | __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>:75:1: note: expanded from here
   75 | __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>:82:1: note: expanded from here
   82 | __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>:89:1: note: expanded from here
   89 | __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>:96:1: note: expanded from here
   96 | __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>:103:1: note: expanded from here
  103 | __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>:110:1: note: expanded from here
  110 | __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>:117:1: note: expanded from here
  117 | __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>:124:1: note: expanded from here
  124 | __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>:131:1: note: expanded from here
  131 | __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>:138:1: note: expanded from here
  138 | __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>:145:1: note: expanded from here
  145 | __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>:152:1: note: expanded from here
  152 | __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 gmake[2]: *** [Makefile:890: pixman-bits-image.lo] Error 1
gmake[2]: *** Waiting for unfinished jobs....
void *const __dummy__ ## format
      |                              ^~~~~~~~~~~~~~~~~~~
<scratch space>:159:1: note: expanded from here
  159 | __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>:166:1: note: expanded from here
  166 | __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>:173:1: note: expanded from here
  173 | __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>:180:1: note: expanded from here
  180 | __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>:187:1: note: expanded from here
  187 | __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>:194:1: note: expanded from here
  194 | __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>:201:1: note: expanded from here
  201 | __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>:208:1: note: expanded from here
  208 | __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>:215:1: note: expanded from here
  215 | __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>:222:1: note: expanded from here
  222 | __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>:5:1: note: expanded from here
    5 | __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>:12:1: note: expanded from here
   12 | __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>:19:1: note: expanded from here
   19 | __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>:26:1: note: expanded from here
   26 | __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>:33:1: note: expanded from here
   33 | __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>:40:1: note: expanded from here
   40 | __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>:47:1: note: expanded from here
   47 | __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>:54:1: note: expanded from here
   54 | __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>:61:1: note: expanded from here
   61 | __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>:68:1: note: expanded from here
   68 | __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>:75:1: note: expanded from here
   75 | __dummy__g1
      | ^~~~~~~~~~~
38 warnings generated.
gmake[2]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd14.1-1/build/pixman'
gmake[1]: *** [Makefile:509: all-recursive] Error 1
gmake[1]: Leaving directory '/home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd14.1-1/build'
gmake: *** [Makefile:416: all] Error 2
shell cmd failed: /bin/sh -ex  /home/tester/rtems-cron-5/rtems-source-builder/bare/build/pixman-0.40.0-x86_64-freebsd14.1-1/do-build
error: building pixman-0.40.0-x86_64-freebsd14.1-1
  See error report: rsb-report-pixman-0.40.0-x86_64-freebsd14.1-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-freebsd14.1-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-freebsd14.1-1
sizes: autoconf-2.69-x86_64-freebsd14.1-1: 7.500MB (installed: 0.000B)
cleaning: autoconf-2.69-x86_64-freebsd14.1-1
config: devel/automake-1.12.6-1.cfg
package: automake-1.12.6-x86_64-freebsd14.1-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-freebsd14.1-1
sizes: automake-1.12.6-x86_64-freebsd14.1-1: 8.327MB (installed: 0.000B)
cleaning: automake-1.12.6-x86_64-freebsd14.1-1
config: devel/libtool-2.4.2-1.cfg
package: libtool-2.4.2-x86_64-freebsd14.1-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-freebsd14.1-1
sizes: libtool-2.4.2-x86_64-freebsd14.1-1: 11.993MB (installed: 0.000B)
cleaning: libtool-2.4.2-x86_64-freebsd14.1-1
cleaning: autoconf-2.69-x86_64-freebsd14.1-1
cleaning: automake-1.12.6-x86_64-freebsd14.1-1
cleaning: libtool-2.4.2-x86_64-freebsd14.1-1
Build Sizes: usage: 11.993MB total: 6.997MB (sources: 6.978MB, patches: 19.412KB, installed 0.000B)
Build Set: Time 0:00:20.584098
config: devel/libiconv-1.14-1.cfg
config: devel/gettext-0.18.3.1-1.cfg
package: gettext-0.18.3.1-x86_64-freebsd14.1-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-freebsd14.1-1
sizes: gettext-0.18.3.1-x86_64-freebsd14.1-1: 162.374MB (installed: 20.198MB)
cleaning: gettext-0.18.3.1-x86_64-freebsd14.1-1
reporting: devel/gettext-0.18.3.1-1.cfg -> gettext-0.18.3.1-x86_64-freebsd14.1-1.txt
reporting: devel/gettext-0.18.3.1-1.cfg -> gettext-0.18.3.1-x86_64-freebsd14.1-1.xml
config: devel/libffi-3.0.13-1.cfg
package: libffi-3.0.13-x86_64-freebsd14.1-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-freebsd14.1-1
sizes: libffi-3.0.13-x86_64-freebsd14.1-1: 4.511MB (installed: 128.109KB)
cleaning: libffi-3.0.13-x86_64-freebsd14.1-1
reporting: devel/libffi-3.0.13-1.cfg -> libffi-3.0.13-x86_64-freebsd14.1-1.txt
reporting: devel/libffi-3.0.13-1.cfg -> libffi-3.0.13-x86_64-freebsd14.1-1.xml
config: devel/pixman-0.40.0-1.cfg
package: pixman-0.40.0-x86_64-freebsd14.1-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-freebsd14.1-1
error: building pixman-0.40.0-x86_64-freebsd14.1-1
Build FAILED
  See error report: rsb-report-pixman-0.40.0-x86_64-freebsd14.1-1.txt
error: building pixman-0.40.0-x86_64-freebsd14.1-1
Mailing report: build at rtems.org

Report
======

==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Jul  9 01:22:58 2024
==============================================================================
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: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-freebsd14.1-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-freebsd14.1" != "x86_64-freebsd14.1" ; 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-freebsd14.1" == "" ; 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-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd14.1-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-freebsd14.1 --host=x86_64-freebsd14.1
  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> Tue Jul  9 01:22:58 2024
==============================================================================
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: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-freebsd14.1-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-freebsd14.1" != "x86_64-freebsd14.1" ; 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-freebsd14.1" == "" ; 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-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd14.1-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-freebsd14.1 --host=x86_64-freebsd14.1
  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> Tue Jul  9 01:23:03 2024
==============================================================================
Report: devel/libffi-3.0.13-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-freebsd14.1-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-freebsd14.1" != "x86_64-freebsd14.1" ; 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-freebsd14.1" == "" ; 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-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd14.1-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-freebsd14.1 --host=x86_64-freebsd14.1
  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> Tue Jul  9 01:23:03 2024
==============================================================================
Report: devel/libffi-3.0.13-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7a6476f27a8d208b71ebce8df0944e45ab64f2fa
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
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-freebsd14.1-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-freebsd14.1" != "x86_64-freebsd14.1" ; 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-freebsd14.1" == "" ; 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-freebsd14.1" != "x86_64-freebsd14.1" ; then
    # Cross build
    CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-freebsd14.1-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-freebsd14.1 --host=x86_64-freebsd14.1
  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