############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD build --keep-empty-dirs --no-resave-data flowPeaks ### ############################################################################## ############################################################################## * checking for file ‘flowPeaks/DESCRIPTION’ ... OK * preparing ‘flowPeaks’: * checking DESCRIPTION meta-information ... OK * cleaning src * installing the package to build vignettes ----------------------------------- * installing *source* package ‘flowPeaks’ ... ** using staged installation ** libs clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c Rpack.cpp -o Rpack.o clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c Rregistrate.cpp -o Rregistrate.o clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c VoronoiDiagramGenerator.cpp -o VoronoiDiagramGenerator.o VoronoiDiagramGenerator.cpp:803:5: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses] if(!triangulate & plot & !debug) ^ ~ VoronoiDiagramGenerator.cpp:803:5: note: add parentheses after the '!' to evaluate the bitwise operator first if(!triangulate & plot & !debug) ^ ( ) VoronoiDiagramGenerator.cpp:803:5: note: add parentheses around left hand side expression to silence this warning if(!triangulate & plot & !debug) ^ ( ) 1 warning generated. clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c flowPeaks.cpp -o flowPeaks.o clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c func_collect.cpp -o func_collect.o clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c func_collect_supp.cpp -o func_collect_supp.o clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c gvector_gmatrix.cpp -o gvector_gmatrix.o clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c kd_tree.cpp -o kd_tree.o clang++ -arch arm64 -std=gnu++14 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I/opt/R/arm64/include `gsl-config --cflags` -fPIC -falign-functions=64 -Wall -g -O2 -c kmns.cpp -o kmns.o clang++ -arch arm64 -std=gnu++14 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o flowPeaks.so Rpack.o Rregistrate.o VoronoiDiagramGenerator.o flowPeaks.o func_collect.o func_collect_supp.o gvector_gmatrix.o kd_tree.o kmns.o -L/usr/local/lib -lgsl -lgslcblas -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation ld: warning: ignoring file /usr/local/lib/libgslcblas.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 ld: warning: ignoring file /usr/local/lib/libgsl.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 installing to /private/tmp/RtmpKXpoU3/Rinsta06b55f1e4/00LOCK-flowPeaks/00new/flowPeaks/libs ** R ** data ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location Error: package or namespace load failed for ‘flowPeaks’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/private/tmp/RtmpKXpoU3/Rinsta06b55f1e4/00LOCK-flowPeaks/00new/flowPeaks/libs/flowPeaks.so': dlopen(/private/tmp/RtmpKXpoU3/Rinsta06b55f1e4/00LOCK-flowPeaks/00new/flowPeaks/libs/flowPeaks.so, 0x0006): symbol not found in flat namespace '_gsl_blas_ddot' Error: loading failed Execution halted ERROR: loading failed * removing ‘/private/tmp/RtmpKXpoU3/Rinsta06b55f1e4/flowPeaks’ ----------------------------------- ERROR: package installation failed