* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘mvPot’ ...
** package ‘mvPot’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Debian clang version 18.1.4 (1)’
make[1]: Entering directory '/tmp/RtmpGf31Hp/R.INSTALL675f726ed1699/mvPot/src'
clang++-18 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic  -c mvnCppAdaptedSTL.cpp -o mvnCppAdaptedSTL.o
mvnCppAdaptedSTL.cpp:246:18: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
  246 |     double min = LONG_MAX;
      |            ~~~   ^~~~~~~~
/usr/lib/llvm-18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
   47 | #define LONG_MAX  __LONG_MAX__
      |                   ^~~~~~~~~~~~
<built-in>:120:22: note: expanded from macro '__LONG_MAX__'
  120 | #define __LONG_MAX__ 9223372036854775807L
      |                      ^~~~~~~~~~~~~~~~~~~~
mvnCppAdaptedSTL.cpp:284:15: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
  284 |         min = LONG_MAX;
      |             ~ ^~~~~~~~
/usr/lib/llvm-18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
   47 | #define LONG_MAX  __LONG_MAX__
      |                   ^~~~~~~~~~~~
<built-in>:120:22: note: expanded from macro '__LONG_MAX__'
  120 | #define __LONG_MAX__ 9223372036854775807L
      |                      ^~~~~~~~~~~~~~~~~~~~
mvnCppAdaptedSTL.cpp:584:18: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
  584 |     double min = LONG_MAX;
      |            ~~~   ^~~~~~~~
/usr/lib/llvm-18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
   47 | #define LONG_MAX  __LONG_MAX__
      |                   ^~~~~~~~~~~~
<built-in>:120:22: note: expanded from macro '__LONG_MAX__'
  120 | #define __LONG_MAX__ 9223372036854775807L
      |                      ^~~~~~~~~~~~~~~~~~~~
mvnCppAdaptedSTL.cpp:621:15: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
  621 |         min = LONG_MAX;
      |             ~ ^~~~~~~~
/usr/lib/llvm-18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX'
   47 | #define LONG_MAX  __LONG_MAX__
      |                   ^~~~~~~~~~~~
<built-in>:120:22: note: expanded from macro '__LONG_MAX__'
  120 | #define __LONG_MAX__ 9223372036854775807L
      |                      ^~~~~~~~~~~~~~~~~~~~
4 warnings generated.
clang++-18 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o mvPot.so mvnCppAdaptedSTL.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpGf31Hp/R.INSTALL675f726ed1699/mvPot/src'
make[1]: Entering directory '/tmp/RtmpGf31Hp/R.INSTALL675f726ed1699/mvPot/src'
make[1]: Leaving directory '/tmp/RtmpGf31Hp/R.INSTALL675f726ed1699/mvPot/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-mvPot/00new/mvPot/libs
** R
** 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 (mvPot)