* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘mmeta’ ...
** package ‘mmeta’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Debian clang version 18.1.0 (rc4-1)’
using Fortran compiler: ‘Debian flang-new version 18.1.0 (rc4-1)’
make[1]: Entering directory '/tmp/RtmptcPEcj/R.INSTALL29fb91986261a/mmeta/src'
clang-18 -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-R.c -o arms-R.o
arms-R.c:328:37: warning: unused variable 'z' [-Wunused-variable]
  328 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |                                     ^
arms-R.c:349:7: warning: variable 'xl' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
  349 |   if (q->pl->x == q->x){
      |       ^~~~~~~~~~~~~~~~
arms-R.c:381:15: note: uninitialized use occurs here
  381 |   if ((p->x < xl) || (p->x > xr)) error("exit 1");
      |               ^~
arms-R.c:349:3: note: remove the 'if' if its condition is always false
  349 |   if (q->pl->x == q->x){
      |   ^~~~~~~~~~~~~~~~~~~~~~
  350 |     /* interval is of zero length */
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |     p->x = q->x;
      |     ~~~~~~~~~~~~
  352 |     p->y = q->y;
      |     ~~~~~~~~~~~~
  353 |     p->ey = q->ey;
      |     ~~~~~~~~~~~~~~
  354 |   } else {
      |   ~~~~~~
arms-R.c:328:14: note: initialize the variable 'xl' to silence this warning
  328 |   double u,xl,xr,yl,yr,eyl,eyr,prop,z;
      |              ^
      |               = 0.0
2 warnings generated.
flang-new-18  -fpic  -g -O2 -c hygfx.f -o hygfx.o
clang-18 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o mmeta.so arms-R.o hygfx.o -L/usr/lib/llvm-18/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/tmp/RtmptcPEcj/R.INSTALL29fb91986261a/mmeta/src'
make[1]: Entering directory '/tmp/RtmptcPEcj/R.INSTALL29fb91986261a/mmeta/src'
make[1]: Leaving directory '/tmp/RtmptcPEcj/R.INSTALL29fb91986261a/mmeta/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-mmeta/00new/mmeta/libs
** R
** data
** inst
** 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 (mmeta)