* installing to library ‘/home/hornik/tmp/R.check/r-patched-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 '/tmp/RtmpLdU20a/R.INSTALL3965f347f3ebe8/ambient/src'
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:498:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  498 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:499:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  499 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:499:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  499 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:500:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  500 |                     *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:500:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  500 |                     *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:501:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  501 |                     *reinterpret_cast<int*>(&w) ^ (*reinterpret_cast<int*>(&w) >> 16));
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:501:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  501 |                     *reinterpret_cast<int*>(&w) ^ (*reinterpret_cast<int*>(&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<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:507:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  507 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:508:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  508 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:508:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  508 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:509:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  509 |                     *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&z) >> 16));
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:509:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  509 |                     *reinterpret_cast<int*>(&z) ^ (*reinterpret_cast<int*>(&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<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:515:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  515 |                     *reinterpret_cast<int*>(&x) ^ (*reinterpret_cast<int*>(&x) >> 16),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:516:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  516 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&y) >> 16));
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~
FastNoise.cpp:516:53: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  516 |                     *reinterpret_cast<int*>(&y) ^ (*reinterpret_cast<int*>(&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-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-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-patched-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-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpLdU20a/R.INSTALL3965f347f3ebe8/ambient/src'
make[1]: Entering directory '/tmp/RtmpLdU20a/R.INSTALL3965f347f3ebe8/ambient/src'
make[1]: Leaving directory '/tmp/RtmpLdU20a/R.INSTALL3965f347f3ebe8/ambient/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-ambient/00new/ambient/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘ambient’
    finding HTML links ... done
    ambient-package                         html  
    billow                                  html  
    clamped                                 html  
    curl_noise                              html  
    fbm                                     html  
    fracture                                html  
    gen_checkerboard                        html  
    gen_spheres                             html  
    gen_waves                               html  
    gradient_noise                          html  
    long_grid                               html  
    modifications                           html  
    noise_blue                              html  
    noise_cubic                             html  
    noise_perlin                            html  
    noise_simplex                           html  
    noise_value                             html  
    noise_white                             html  
    noise_worley                            html  
    ridged                                  html  
    trans_affine                            html  
*** 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 (ambient)