* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘rgenoud’ ...
** package ‘rgenoud’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 19.1.6 (1)’
using C++ compiler: ‘Debian clang version 19.1.6 (1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpGPJiiw/R.INSTALL19af2952d41968/rgenoud/src'
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c change_order.cpp -o change_order.o
In file included from change_order.cpp:20:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
1 warning generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c eval.cpp -o eval.o
In file included from eval.cpp:23:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
1 warning generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c evaluate.cpp -o evaluate.o
In file included from evaluate.cpp:17:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
evaluate.cpp:4056:8: warning: variable 'nvars' set but not used [-Wunused-but-set-variable]
 4056 |   long nvars;
      |        ^
evaluate.cpp:4093:8: warning: variable 'nvars' set but not used [-Wunused-but-set-variable]
 4093 |   long nvars;
      |        ^
3 warnings generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c frange_ran.cpp -o frange_ran.o
In file included from frange_ran.cpp:19:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
1 warning generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c genoud.cpp -o genoud.o
In file included from genoud.cpp:18:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
genoud.cpp:66:8: warning: variable 'LVMreturn' set but not used [-Wunused-but-set-variable]
   66 |   long LVMreturn;
      |        ^
2 warnings generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c gradient.cpp -o gradient.o
In file included from gradient.cpp:19:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
gradient.cpp:208:10: warning: variable 'u' set but not used [-Wunused-but-set-variable]
  208 |   double u, fplus, fminus;
      |          ^
gradient.cpp:209:10: warning: variable 'epsuse' set but not used [-Wunused-but-set-variable]
  209 |   double epsuse;
      |          ^
gradient.cpp:405:3: warning: unused label 'FD1' [-Wunused-label]
  405 |   FD1:
      |   ^~~~
gradient.cpp:413:3: warning: unused label 'FD2' [-Wunused-label]
  413 |   FD2:
      |   ^~~~
gradient.cpp:420:3: warning: unused label 'FD3' [-Wunused-label]
  420 |   FD3:
      |   ^~~~
6 warnings generated.
clang-19 -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 init.c -o init.o
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c math.cpp -o math.o
In file included from math.cpp:19:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
1 warning generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c multiply.cpp -o multiply.o
In file included from multiply.cpp:19:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
1 warning generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c numerics.cpp -o numerics.o
In file included from numerics.cpp:19:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
1 warning generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c operators.cpp -o operators.o
In file included from operators.cpp:19:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
1 warning generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c print_format.cpp -o print_format.o
In file included from print_format.cpp:18:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
print_format.cpp:34:19: warning: variable 'fint' set but not used [-Wunused-but-set-variable]
   34 |   int i, j, ltmp, fint;
      |                   ^
2 warnings generated.
clang++-19 -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 -Wno-missing-template-arg-list-after-template-kw -DR_NO_REMAP -c rgenoud.cpp -o rgenoud.o
In file included from rgenoud.cpp:18:
./genoud.h:18:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
   18 | #define R_NO_REMAP
      |         ^
<command line>:3:9: note: previous definition is here
    3 | #define R_NO_REMAP 1
      |         ^
rgenoud.cpp:143:9: warning: variable 'StartingValues' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
  143 |     if (nStartingValues > 0) {
      |         ^~~~~~~~~~~~~~~~~~~
rgenoud.cpp:167:35: note: uninitialized use occurs here
  167 |     MainStructure->StartingValues=StartingValues;
      |                                   ^~~~~~~~~~~~~~
rgenoud.cpp:143:5: note: remove the 'if' if its condition is always true
  143 |     if (nStartingValues > 0) {
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
rgenoud.cpp:140:28: note: initialize the variable 'StartingValues' to silence this warning
  140 |     double **StartingValues;
      |                            ^
      |                             = nullptr
2 warnings generated.
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o rgenoud.so change_order.o eval.o evaluate.o frange_ran.o genoud.o gradient.o init.o math.o multiply.o numerics.o operators.o print_format.o rgenoud.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpGPJiiw/R.INSTALL19af2952d41968/rgenoud/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpGPJiiw/R.INSTALL19af2952d41968/rgenoud/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpGPJiiw/R.INSTALL19af2952d41968/rgenoud/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-rgenoud/00new/rgenoud/libs
** R
** 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
** 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 (rgenoud)