############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-beta-2024-04-15_r86425/bin/R CMD INSTALL bgx ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library’ * installing *source* package ‘bgx’ ... ** using staged installation checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for C compiler vendor... gnu checking whether C compiler accepts -ffast-math... yes checking whether C compiler accepts -O3... yes checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking for gcc architecture flag... checking for gcc architecture flag... unknown checking for gcc option to accept ISO C99... none needed checking for main in -lm... yes Untarring Boost header files... tar: Ignoring unknown extended header keyword 'SCHILY.fflags' checking for an ANSI C-conforming const... yes checking for inline... inline configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: ‘gcc (GCC) 10.3.1’ using C++ compiler: ‘g++ (GCC) 10.3.1’ g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -g -O2 -Wall -ffast-math -O3 -DUSING_R -c bgx.cc -o bgx.o In file included from bgx.cc:32: rand.hh: In member function ‘RealType Rand::Normal()’: rand.hh:399:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 399 | if(u0<.5) return y; return -y; | ^~ rand.hh:399:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 399 | if(u0<.5) return y; return -y; | ^~~~~~ rand.hh:406:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 406 | if(u0<.5) return y; return -y; | ^~ rand.hh:406:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 406 | if(u0<.5) return y; return -y; | ^~~~~~ rand.hh:413:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 413 | if(u0<.5) return y; return -y; | ^~ rand.hh:413:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 413 | if(u0<.5) return y; return -y; | ^~~~~~ rand.hh:420:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 420 | if(u0<.5) return y; return -y; | ^~ rand.hh:420:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 420 | if(u0<.5) return y; return -y; | ^~~~~~ g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -g -O2 -Wall -ffast-math -O3 -DUSING_R -c bgx_frontend.cc -o bgx_frontend.o gcc -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -g -O2 -Wall -ffast-math -O3 -c qnorm.c -o qnorm.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -g -O2 -Wall -ffast-math -O3 -DUSING_R -c rundir.cc -o rundir.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-beta-2024-04-15_r86425/include" -DNDEBUG -I ../boostIncl -I'/home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -g -O2 -Wall -ffast-math -O3 -DUSING_R -c sokal.cc -o sokal.o g++ -std=gnu++17 -shared -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -L/usr/local/lib -o bgx.so bgx.o bgx_frontend.o qnorm.o rundir.o sokal.o -lm -L/home/biocbuild/R/R-beta-2024-04-15_r86425/lib -lR rm -r ../boostIncl installing to /home/biocbuild/R/R-beta-2024-04-15_r86425/site-library/00LOCK-bgx/00new/bgx/libs ** R ** 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 ** 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 (bgx)