* installing *source* package ‘RJSONIO’ ... ** package ‘RJSONIO’ successfully unpacked and MD5 sums checked ** using staged installation Trying to find libjson.h header file checking for gcc... clang -arch arm64 checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether clang -arch arm64 accepts -g... yes checking for clang -arch arm64 option to enable C11 features... none needed USE_LOCAL = "" Minor Version: 6 Using local libjson code. Copying files from src/libjson/Source /Volumes/Builds/packages/big-sur-arm64/results/4.4/RJSONIO.Rcheck/00_pkg_src/RJSONIO JSONAllocator.cpp JSONChildren.cpp JSONDebug.cpp JSONIterators.cpp JSONMemory.cpp JSONNode.cpp JSONNode_Mutex.cpp JSONPreparse.cpp JSONStream.cpp JSONValidator.cpp JSONWorker.cpp JSONWriter.cpp internalJSONNode.cpp libjson.cpp configure: creating ./config.status config.status: creating src/Makevars config.status: creating tools/cleanup ** libs using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using SDK: ‘MacOSX11.3.sdk’ clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c ConvertUTF.c -o ConvertUTF.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONAllocator.cpp -o JSONAllocator.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONChildren.cpp -o JSONChildren.o In file included from JSONChildren.cpp:2: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONDebug.cpp -o JSONDebug.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONIterators.cpp -o JSONIterators.o In file included from JSONIterators.cpp:1: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONMemory.cpp -o JSONMemory.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONNode.cpp -o JSONNode.o In file included from JSONNode.cpp:1: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONNode_Mutex.cpp -o JSONNode_Mutex.o In file included from JSONNode_Mutex.cpp:1: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONPreparse.cpp -o JSONPreparse.o In file included from JSONPreparse.cpp:10: In file included from libjson/Source/JSONPreparse.h:5: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONStream.cpp -o JSONStream.o In file included from JSONStream.cpp:4: In file included from libjson/Source/JSONWorker.h:4: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONValidator.cpp -o JSONValidator.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONWorker.cpp -o JSONWorker.o In file included from JSONWorker.cpp:1: In file included from libjson/Source/JSONWorker.h:4: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSONWriter.cpp -o JSONWriter.o In file included from JSONWriter.cpp:1: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c JSON_parser.c -o JSON_parser.o JSON_parser.c:485:25: warning: unused variable 'ok' [-Wunused-variable] int ok = sscanf(jc->parse_buffer, "%lf", &tmp); ^ 1 warning generated. clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RJSON.c -o RJSON.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c init.c -o init.o clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c internalJSONNode.cpp -o internalJSONNode.o In file included from internalJSONNode.cpp:1: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c libjson.cpp -o libjson.o In file included from libjson.cpp:11: In file included from libjson/Source/JSONNode.h:5: In file included from libjson/Source/internalJSONNode.h:11: libjson/Source/JSONSharedString.h:87:31: warning: private field 'parent' is not used [-Wunused-private-field] const json_shared_string * parent; ^ 1 warning generated. clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rlibjson.c -o rlibjson.o clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I. -Ilibjson -Ilibjson/Source -DNEW_JSON_NEW_STREAM -DNDEBUG=1 -DJSON_VALIDATE -DJSON_STREAM=1 -DJSON_READ_PRIORITY=1 -DJSON_LIBRARY=1 -DJSON_ISO_STRICT -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c rparser.c -o rparser.o clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o RJSONIO.so ConvertUTF.o JSONAllocator.o JSONChildren.o JSONDebug.o JSONIterators.o JSONMemory.o JSONNode.o JSONNode_Mutex.o JSONPreparse.o JSONStream.o JSONValidator.o JSONWorker.o JSONWriter.o JSON_parser.o RJSON.o init.o internalJSONNode.o libjson.o rlibjson.o rparser.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Volumes/Builds/packages/big-sur-arm64/results/4.4/RJSONIO.Rcheck/00LOCK-RJSONIO/00new/RJSONIO/libs ** generating debug symbols (dSYM) ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** 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 (RJSONIO)