* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘ambient’ ... ** package ‘ambient’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’ using C++11 make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpdw4ptB/R.INSTALLa247b250731ba/ambient/src' g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c FastNoise.cpp -o FastNoise.o FastNoise.cpp: In member function ‘FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL, FN_DECIMAL, FN_DECIMAL) const’: FastNoise.cpp:498:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 498 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:498:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 498 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:499:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 499 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:499:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 499 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:500:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 500 | *reinterpret_cast(&z) ^ (*reinterpret_cast(&z) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:500:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 500 | *reinterpret_cast(&z) ^ (*reinterpret_cast(&z) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:501:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 501 | *reinterpret_cast(&w) ^ (*reinterpret_cast(&w) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:501:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 501 | *reinterpret_cast(&w) ^ (*reinterpret_cast(&w) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp: In member function ‘FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL, FN_DECIMAL) const’: FastNoise.cpp:507:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 507 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:507:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 507 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:508:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 508 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:508:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 508 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:509:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 509 | *reinterpret_cast(&z) ^ (*reinterpret_cast(&z) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:509:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 509 | *reinterpret_cast(&z) ^ (*reinterpret_cast(&z) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp: In member function ‘FN_DECIMAL FastNoise::GetWhiteNoise(FN_DECIMAL, FN_DECIMAL) const’: FastNoise.cpp:515:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 515 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:515:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 515 | *reinterpret_cast(&x) ^ (*reinterpret_cast(&x) >> 16), | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:516:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 516 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp:516:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 516 | *reinterpret_cast(&y) ^ (*reinterpret_cast(&y) >> 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ FastNoise.cpp: At global scope: FastNoise.cpp:186:12: warning: ‘int FastAbs(int)’ defined but not used [-Wunused-function] 186 | static int FastAbs(int i) { return abs(i); } | ^~~~~~~ g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cpp11.cpp -o cpp11.o g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c cubic.cpp -o cubic.o g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c perlin.cpp -o perlin.o g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c simplex.cpp -o simplex.o g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c value.cpp -o value.o g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c white.cpp -o white.o g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I'/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -pedantic -mtune=native -c worley.cpp -o worley.o g++-13 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o ambient.so FastNoise.o cpp11.o cubic.o perlin.o simplex.o value.o white.o worley.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpdw4ptB/R.INSTALLa247b250731ba/ambient/src' make[1]: Entering directory '/home/hornik/tmp/scratch/Rtmpdw4ptB/R.INSTALLa247b250731ba/ambient/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/Rtmpdw4ptB/R.INSTALLa247b250731ba/ambient/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-ambient/00new/ambient/libs ** R ** 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 * creating tarball packaged installation of ‘ambient’ as ‘ambient_1.0.2_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (ambient)