* installing *source* package ‘npsp’ ... ** using staged installation ** libs using C compiler: ‘Debian clang version 17.0.6 (5)’ using Fortran compiler: ‘Debian flang-new version 17.0.6 (5)’ flang-new-17 -fpic -g -O2 -Wall -c tql2.f90 -o tql2.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c err_module.f90 -o err_module.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c besselzeros.f90 -o besselzeros.o flang-new: warning: argument unused during compilation: '-Wall' ./besselzeros.f90:105:19: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=21_8) vs CHARACTER(KIND=1,LEN=23_8) IF (i.NE.0) CALL Error(i, 'besselzeros: DEALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./besselzeros.f90:72:19: previous reference to 'error' IF (i.NE.0) CALL Error(i,'besselzeros: ALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c dgelsyr.f -o dgelsyr.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c dsytrfi.f90 -o dsytrfi.o flang-new: warning: argument unused during compilation: '-Wall' ./dsytrfi.f90:27:7: warning: Reference to the procedure 'dsytrf' has an implicit interface that is distinct from another reference: incompatible dummy argument #6: incompatible dummy data object attributes CALL DSYTRF( 'U', N, AI, N, IPIV, WORK, LWORK, INFO ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:23:7: previous reference to 'dsytrf' CALL DSYTRF( 'U', N, AI, N, IPIV, tmp, LWORK, INFO ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:28:22: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=17_8) vs CHARACTER(KIND=1,LEN=15_8) IF (INFO.NE.0) CALL Error(INFO, 'DSYTRFI: DSYTRF') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:26:19: previous reference to 'error' IF (i.NE.0) CALL Error(i, 'DSYTRFI: ALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:47:22: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=17_8) vs CHARACTER(KIND=1,LEN=15_8) IF (INFO.NE.0) CALL Error(INFO, 'DSYTRFI: DSYTRI') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:26:19: previous reference to 'error' IF (i.NE.0) CALL Error(i, 'DSYTRFI: ALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:50:19: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=17_8) vs CHARACTER(KIND=1,LEN=19_8) IF (i.NE.0) CALL Error(i, 'DSYTRFI: DEALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:26:19: previous reference to 'error' IF (i.NE.0) CALL Error(i, 'DSYTRFI: ALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c grid_module.f90 -o grid_module.o flang-new: warning: argument unused during compilation: '-Wall' clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o flang-new-17 -fpic -g -O2 -Wall -c linearalgebra.f90 -o linearalgebra.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c linreg_module.f90 -o linreg_module.o flang-new: warning: argument unused during compilation: '-Wall' ./linreg_module.f90:84:11: warning: Reference to the procedure 'dgelsyr' has an implicit interface that is distinct from another reference: incompatible dummy argument #11: incompatible dummy data object shapes CALL DGELSYR( NRL, NINDRL, 1, RRL, LDXRL, BRL, LDXRL, JPVTRL, & ^ ./linreg_module.f90:41:11: previous reference to 'dgelsyr' CALL DGELSYR( LDXRL, NINDRL, 1, RRL, LDXRL, BRL, LDXRL, JPVTRL, & ^ ./linreg_module.f90:148:11: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=26_8) vs CHARACTER(KIND=1,LEN=14_8) CALL Error(INFO,'RegLin: INFORL') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./linreg_module.f90:38:23: previous reference to 'error' IF (i /= 0) CALL Error(i, 'ModRegLinRL: ModRegLinInit') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c lp_module.f90 -o lp_module.o flang-new: warning: argument unused during compilation: '-Wall' ./lp_module.f90:357:17: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=36_8) vs CHARACTER(KIND=1,LEN=42_8) & CALL error(2, 'lp: there is no data in the neighborhoods.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:319:25: previous reference to 'error' & CALL error(1, 'lp: the bandwith matrix is singular.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:360:17: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=36_8) vs CHARACTER(KIND=1,LEN=46_8) & CALL error(3, 'lp: there is not enough data in neighborhoods.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:319:25: previous reference to 'error' & CALL error(1, 'lp: the bandwith matrix is singular.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:485:21: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=36_8) vs CHARACTER(KIND=1,LEN=22_8) IF (i /= 0) CALL error(-2, 'lp: DEALLOCATE(iindb).') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:319:25: previous reference to 'error' & CALL error(1, 'lp: the bandwith matrix is singular.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:610:20: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=36_8) vs CHARACTER(KIND=1,LEN=30_8) if (i /= 0) call error(i, 'predict_locpol_bin: DEALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:319:25: previous reference to 'error' & CALL error(1, 'lp: the bandwith matrix is singular.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c svar_module.f90 -o svar_module.o flang-new: warning: argument unused during compilation: '-Wall' clang-17 -shared -L/home/hornik/tmp/R-d-clang-17/lib -Wl,-O1 -o npsp.so besselzeros.o dgelsyr.o dsytrfi.o err_module.o grid_module.o init.o linearalgebra.o linreg_module.o lp_module.o svar_module.o tql2.o -llapack -L/home/hornik/tmp/R-d-clang-17/lib -lRblas -L/usr/lib/llvm-17/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/usr/lib/llvm-17/lib -lFortran_main -lFortranRuntime -lFortranDecimal -lm -L/home/hornik/tmp/R-d-clang-17/lib -lR make[1]: Entering directory '/srv/hornik/tmp/CRAN/npsp.Rcheck/00_pkg_src/npsp/src' make[1]: Nothing to be done for 'npsp.so'. make[1]: Leaving directory '/srv/hornik/tmp/CRAN/npsp.Rcheck/00_pkg_src/npsp/src' flang-new-17 -fpic -g -O2 -Wall -c tql2.f90 -o tql2.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c err_module.f90 -o err_module.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c besselzeros.f90 -o besselzeros.o flang-new: warning: argument unused during compilation: '-Wall' ./besselzeros.f90:105:19: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=21_8) vs CHARACTER(KIND=1,LEN=23_8) IF (i.NE.0) CALL Error(i, 'besselzeros: DEALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./besselzeros.f90:72:19: previous reference to 'error' IF (i.NE.0) CALL Error(i,'besselzeros: ALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c dgelsyr.f -o dgelsyr.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c dsytrfi.f90 -o dsytrfi.o flang-new: warning: argument unused during compilation: '-Wall' ./dsytrfi.f90:27:7: warning: Reference to the procedure 'dsytrf' has an implicit interface that is distinct from another reference: incompatible dummy argument #6: incompatible dummy data object attributes CALL DSYTRF( 'U', N, AI, N, IPIV, WORK, LWORK, INFO ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:23:7: previous reference to 'dsytrf' CALL DSYTRF( 'U', N, AI, N, IPIV, tmp, LWORK, INFO ) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:28:22: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=17_8) vs CHARACTER(KIND=1,LEN=15_8) IF (INFO.NE.0) CALL Error(INFO, 'DSYTRFI: DSYTRF') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:26:19: previous reference to 'error' IF (i.NE.0) CALL Error(i, 'DSYTRFI: ALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:47:22: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=17_8) vs CHARACTER(KIND=1,LEN=15_8) IF (INFO.NE.0) CALL Error(INFO, 'DSYTRFI: DSYTRI') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:26:19: previous reference to 'error' IF (i.NE.0) CALL Error(i, 'DSYTRFI: ALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:50:19: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=17_8) vs CHARACTER(KIND=1,LEN=19_8) IF (i.NE.0) CALL Error(i, 'DSYTRFI: DEALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./dsytrfi.f90:26:19: previous reference to 'error' IF (i.NE.0) CALL Error(i, 'DSYTRFI: ALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c grid_module.f90 -o grid_module.o flang-new: warning: argument unused during compilation: '-Wall' clang-17 -I"/home/hornik/tmp/R-d-clang-17/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c init.c -o init.o flang-new-17 -fpic -g -O2 -Wall -c linearalgebra.f90 -o linearalgebra.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c linreg_module.f90 -o linreg_module.o flang-new: warning: argument unused during compilation: '-Wall' ./linreg_module.f90:84:11: warning: Reference to the procedure 'dgelsyr' has an implicit interface that is distinct from another reference: incompatible dummy argument #11: incompatible dummy data object shapes CALL DGELSYR( NRL, NINDRL, 1, RRL, LDXRL, BRL, LDXRL, JPVTRL, & ^ ./linreg_module.f90:41:11: previous reference to 'dgelsyr' CALL DGELSYR( LDXRL, NINDRL, 1, RRL, LDXRL, BRL, LDXRL, JPVTRL, & ^ ./linreg_module.f90:148:11: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=26_8) vs CHARACTER(KIND=1,LEN=14_8) CALL Error(INFO,'RegLin: INFORL') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./linreg_module.f90:38:23: previous reference to 'error' IF (i /= 0) CALL Error(i, 'ModRegLinRL: ModRegLinInit') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c lp_module.f90 -o lp_module.o flang-new: warning: argument unused during compilation: '-Wall' ./lp_module.f90:357:17: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=36_8) vs CHARACTER(KIND=1,LEN=42_8) & CALL error(2, 'lp: there is no data in the neighborhoods.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:319:25: previous reference to 'error' & CALL error(1, 'lp: the bandwith matrix is singular.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:360:17: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=36_8) vs CHARACTER(KIND=1,LEN=46_8) & CALL error(3, 'lp: there is not enough data in neighborhoods.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:319:25: previous reference to 'error' & CALL error(1, 'lp: the bandwith matrix is singular.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:485:21: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=36_8) vs CHARACTER(KIND=1,LEN=22_8) IF (i /= 0) CALL error(-2, 'lp: DEALLOCATE(iindb).') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:319:25: previous reference to 'error' & CALL error(1, 'lp: the bandwith matrix is singular.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:610:20: warning: Reference to the procedure 'error' has an implicit interface that is distinct from another reference: incompatible dummy argument #2: incompatible dummy data object types: CHARACTER(KIND=1,LEN=36_8) vs CHARACTER(KIND=1,LEN=30_8) if (i /= 0) call error(i, 'predict_locpol_bin: DEALLOCATE') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./lp_module.f90:319:25: previous reference to 'error' & CALL error(1, 'lp: the bandwith matrix is singular.') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flang-new-17 -fpic -g -O2 -Wall -c svar_module.f90 -o svar_module.o flang-new: warning: argument unused during compilation: '-Wall' installing to /srv/hornik/tmp/CRAN/npsp.Rcheck/00LOCK-npsp/00new/npsp/libs ** R ** data *** moving datasets to lazyload DB ** demo ** 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 (npsp)