* installing *source* package ‘ironseed’ ...
** package ‘ironseed’ successfully unpacked and MD5 sums checked
** using staged installation
** preparing to configure package 'ironseed' ...
*** Looking for arc4random()...
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c /var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d164502b19/test.c -o /var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d164502b19/test.o
/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d164502b19/test.c:7:10: error: call to undeclared function 'arc4random'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  return arc4random();
         ^
1 error generated.
make: *** [/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d164502b19/test.o] Error 1
**** Not found: arc4random()
*** removed directory '/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d164502b19'
*** Looking for getentropy()...
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c /var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d14b3da9c2/test.c -o /var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d14b3da9c2/test.o
/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d14b3da9c2/test.c:8:10: error: call to undeclared function 'getentropy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  return getentropy(&u, sizeof(u));
         ^
1 error generated.
make: *** [/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d14b3da9c2/test.o] Error 1
**** Not found: getentropy()
*** removed directory '/var/folders/2b/t0kwbtmn3p7brv2mvx39c9cr0000gn/T//Rtmpe2FSTo/file38d14b3da9c2'
*** configured file: 'src/config.h.in' => 'src/config.h'
** finished configure for package 'ironseed'
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -pthread  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c base58.c -o base58.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -pthread  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c compat.c -o compat.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -pthread  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -pthread  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c ironseed.c -o ironseed.o
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o ironseed.so base58.o compat.o init.o ironseed.o -pthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/ironseed.Rcheck/00LOCK-ironseed/00new/ironseed/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (ironseed)