* installing *source* package ‘ironseed’ ...
** this is package ‘ironseed’ version ‘0.3.0’
** package ‘ironseed’ successfully unpacked and MD5 sums checked
** using staged installation
** preparing to configure package 'ironseed' ...
*** Looking for arc4random()...
clang -arch arm64 -std=gnu23 -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c '/Volumes/Temp/tmp/Rtmpny9bTE/conftest-14072846e022.c' -o '/Volumes/Temp/tmp/Rtmpny9bTE/conftest-14072846e022.o'
**** Found: arc4random()
*** Looking for getentropy()...
clang -arch arm64 -std=gnu23 -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c '/Volumes/Temp/tmp/Rtmpny9bTE/conftest-140726524dc6c.c' -o '/Volumes/Temp/tmp/Rtmpny9bTE/conftest-140726524dc6c.o'
/Volumes/Temp/tmp/Rtmpny9bTE/conftest-140726524dc6c.c:6:10: error: use of undeclared identifier 'getentropy'
6 | return getentropy(&u, sizeof(u));
| ^
1 error generated.
**** Not found: getentropy()
*** Looking for gethostname()...
clang -arch arm64 -std=gnu23 -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c '/Volumes/Temp/tmp/Rtmpny9bTE/conftest-1407257036a54.c' -o '/Volumes/Temp/tmp/Rtmpny9bTE/conftest-1407257036a54.o'
**** Found: gethostname()
*** configured file: 'src/config.h.in' => 'src/config.h'
** finished configure for package 'ironseed'
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -pthread -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c base58.c -o base58.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -pthread -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c compat.c -o compat.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -pthread -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -pthread -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ironseed.c -o ironseed.o
clang -arch arm64 -std=gnu23 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o ironseed.so base58.o compat.o init.o ironseed.o -pthread -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/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)