* installing *source* package ‘mmeta’ ... ** package ‘mmeta’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘clang version 18.1.4’ using Fortran compiler: ‘flang-new version 18.1.4’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/mmeta/src' /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -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. /usr/local/clang18/bin/flang-new -fpic -O2 -pedantic -c hygfx.f -o hygfx.o ./hygfx.f:80:12: portability: A DO loop should terminate with an END DO or CONTINUE DO 10 K=1,NM ^^^^^^^^^^^^ ./hygfx.f:82:1: DO loop currently ends at statement: 10 HF=HF+R ^^^^^^^^^^^^^^^^^^^^^ ./hygfx.f:89:12: portability: A DO loop should terminate with an END DO or CONTINUE DO 15 K=1,NM ^^^^^^^^^^^^ ./hygfx.f:91:1: DO loop currently ends at statement: 15 HF=HF+R ^^^^^^^^^^^^^^^^^^^^^ ./hygfx.f:116:12: portability: A DO loop should terminate with an END DO or CONTINUE DO 100 K=1,250 ^^^^^^^^^^^^^^ ./hygfx.f:120:1: DO loop currently ends at statement: 100 HW=HF ^^^^^^^^^^^^^^^^^^^ ./hygfx.f:149:15: portability: A DO loop should terminate with an END DO or CONTINUE DO 10 K=2,M1 ^^^^^^^^^^^^ ./hygfx.f:150:1: DO loop currently ends at statement: 10 GA=GA*K ^^^^^^^^^^^^^^^^^^^^^^^^ ./hygfx.f:159:15: portability: A DO loop should terminate with an END DO or CONTINUE DO 15 K=1,M ^^^^^^^^^^^ ./hygfx.f:160:1: DO loop currently ends at statement: 15 R=R*(Z-K) ^^^^^^^^^^^^^^^^^^^^^^^^^^ ./hygfx.f:178:12: portability: A DO loop should terminate with an END DO or CONTINUE DO 20 K=25,1,-1 ^^^^^^^^^^^^^^^ ./hygfx.f:179:1: DO loop currently ends at statement: 20 GR=GR*Z+G(K) ^^^^^^^^^^^^^^^^^^^^^^^^^^ ./hygfx.f:208:12: portability: A DO loop should terminate with an END DO or CONTINUE DO 10 K=1 ,N-1 ^^^^^^^^^^^^^^ ./hygfx.f:209:1: DO loop currently ends at statement: 10 S=S+1.0D0/K ^^^^^^^^^^^^^^^^^^^^^^^^^ ./hygfx.f:213:12: portability: A DO loop should terminate with an END DO or CONTINUE DO 20 K=1,N ^^^^^^^^^^^ ./hygfx.f:214:1: DO loop currently ends at statement: 20 S=S+1.0/(2.0D0*K-1.0D0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./hygfx.f:219:15: portability: A DO loop should terminate with an END DO or CONTINUE DO 30 K=0,N-1 ^^^^^^^^^^^^^ ./hygfx.f:220:1: DO loop currently ends at statement: 30 S=S+1.0D0/(XA+K) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ /usr/local/clang18/bin/clang -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o mmeta.so arms-R.o hygfx.o -lFortran_main -lFortranRuntime -lFortranDecimal -lm make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/mmeta/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/mmeta/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/mmeta/src' installing to /data/gannet/ripley/R/packages/tests-clang/mmeta.Rcheck/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)