* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘SamplerCompare’ ...
** package ‘SamplerCompare’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 15.0.6’
using Fortran compiler: ‘GNU Fortran (Debian 12.2.0-14) 12.2.0’
make[1]: Entering directory '/tmp/RtmpsApcLg/R.INSTALL3b50a95ad1d458/SamplerCompare/src'
clang-15 -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 arms.c -o arms.o
In file included from arms.c:21:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
2 warnings generated.
gfortran  -fpic  -g -O2 -Wall -mtune=native -c dchdd.f -o dchdd.o
dchdd.f:145:20:

  145 |             scale = alpha + dabs(s(i))
      |                    1
Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion]
gfortran  -fpic  -g -O2 -Wall -mtune=native -c dchud.f -o dchud.o
clang-15 -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 distributions.c -o distributions.o
In file included from distributions.c:14:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
2 warnings generated.
clang-15 -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
In file included from init.c:5:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
2 warnings generated.
clang-15 -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 sampler-glue.c -o sampler-glue.o
In file included from sampler-glue.c:14:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
sampler-glue.c:289:9: warning: initializing 'void *' with an expression of type 'DL_FUNC' (aka 'void *(*)(void)') converts between void pointer and function pointer [-Wpedantic]
  void *symbol = R_FindSymbol(symbol_char, "", NULL);
        ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
clang-15 -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 slice.c -o slice.o
In file included from slice.c:16:
./init.h:28:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchud_();
                  ^
                   void
./init.h:29:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
extern void dchdd_();
                  ^
                   void
slice.c:105:7: warning: variable 'ncrumb' set but not used [-Wunused-but-set-variable]
  int ncrumb = 0;
      ^
3 warnings generated.
clang-15 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o SamplerCompare.so arms.o dchdd.o dchud.o distributions.o init.o sampler-glue.o slice.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmpsApcLg/R.INSTALL3b50a95ad1d458/SamplerCompare/src'
make[1]: Entering directory '/tmp/RtmpsApcLg/R.INSTALL3b50a95ad1d458/SamplerCompare/src'
make[1]: Leaving directory '/tmp/RtmpsApcLg/R.INSTALL3b50a95ad1d458/SamplerCompare/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-SamplerCompare/00new/SamplerCompare/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 (SamplerCompare)