* installing *source* package ‘limSolve’ ... ** 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 colrow.f -o colrow.o flang-new: warning: argument unused during compilation: '-Wall' flang-new-17 -fpic -g -O2 -Wall -c inverse.f -o inverse.o flang-new: warning: argument unused during compilation: '-Wall' ./inverse.f:2028:10: warning: Reference to the procedure 'rwarn' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: assumed-length character vs explicit-length character CALL rwarn ('LSEI: THE VARIABLES N, ME,MA, MG MUST BE>0') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./inverse.f:212:9: previous reference to 'rwarn' CALL rwarn(String) ^^^^^^^^^^^^^^^^^^ ./inverse.f:2042:10: warning: Reference to the procedure 'rwarn' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: assumed-length character vs explicit-length character CALL rwarn ('LSEI: insufficient storage') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./inverse.f:212:9: previous reference to 'rwarn' CALL rwarn(String) ^^^^^^^^^^^^^^^^^^ ./inverse.f:2054:10: warning: Reference to the procedure 'rwarn' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: assumed-length character vs explicit-length character CALL rwarn ('LSEI: insufficient storage') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./inverse.f:212:9: previous reference to 'rwarn' CALL rwarn(String) ^^^^^^^^^^^^^^^^^^ ./inverse.f:4104:10: warning: Reference to the procedure 'rwarn' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: assumed-length character vs explicit-length character CALL rwarn ('LSEI: insufficient storage') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./inverse.f:212:9: previous reference to 'rwarn' CALL rwarn(String) ^^^^^^^^^^^^^^^^^^ ./inverse.f:4118:10: warning: Reference to the procedure 'rwarn' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: assumed-length character vs explicit-length character CALL rwarn ('LSEI: insufficient storage') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./inverse.f:212:9: previous reference to 'rwarn' CALL rwarn(String) ^^^^^^^^^^^^^^^^^^ ./inverse.f:4136:10: warning: Reference to the procedure 'xxermsg' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object types: CHARACTER(KIND=1,LEN=34_8) vs CHARACTER(KIND=1,LEN=31_8) CALL xXERMSG ('SLATEC', 'DWNNLS', & ^ ./inverse.f:4129:10: previous reference to 'xxermsg' CALL xXERMSG ('SLATEC', 'DWNNLS', & ^ ./inverse.f:5005:22: warning: Reference to the procedure 'xxermsg' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object types: CHARACTER(KIND=1,LEN=34_8) vs CHARACTER(KIND=1,LEN=25_8) CALL xXERMSG ('SLATEC', 'xDHFTI', & ^ ./inverse.f:4129:10: previous reference to 'xxermsg' CALL xXERMSG ('SLATEC', 'DWNNLS', & ^ ./inverse.f:5015:22: warning: Reference to the procedure 'xxermsg' has an implicit interface that is distinct from another reference: incompatible dummy argument #3: incompatible dummy data object types: CHARACTER(KIND=1,LEN=34_8) vs CHARACTER(KIND=1,LEN=44_8) CALL xXERMSG ('SLATEC', 'xDHFTI', & ^ ./inverse.f:4129:10: previous reference to 'xxermsg' CALL xXERMSG ('SLATEC', 'DWNNLS', & ^ clang-17 -I"/home/hornik/tmp/R/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c limSolveMethods.c -o limSolveMethods.o flang-new-17 -fpic -g -O2 -Wall -c solve.f -o solve.o flang-new: warning: argument unused during compilation: '-Wall' ./solve.f:989:10: warning: Reference to the procedure 'xmessage' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: incompatible dummy data object types: CHARACTER(KIND=1,LEN=47_8) vs CHARACTER(KIND=1,LEN=53_8) CALL XMESSAGE & ^ ./solve.f:959:8: previous reference to 'xmessage' CALL XMESSAGE (" Unrecoverable error C- LINPACK routine stopped") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./solve.f:1211:10: warning: Reference to the procedure 'xmessage' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: constant-length vs non-constant-length character dummy arguments CALL XMESSAGE (CBUFF(1:LPREF+1)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./solve.f:959:8: previous reference to 'xmessage' CALL XMESSAGE (" Unrecoverable error C- LINPACK routine stopped") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./solve.f:1310:10: warning: Reference to the procedure 'xmessage' has an implicit interface that is distinct from another reference: incompatible dummy argument #1: constant-length vs non-constant-length character dummy arguments CALL XMESSAGE (CBUFF(1:LPREF+LPIECE)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ./solve.f:959:8: previous reference to 'xmessage' CALL XMESSAGE (" Unrecoverable error C- LINPACK routine stopped") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ clang-17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o limSolve.so colrow.o inverse.o limSolveMethods.o solve.o -L/home/hornik/tmp/R/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/lib -lR installing to /srv/hornik/tmp/CRAN/limSolve.Rcheck/00LOCK-limSolve/00new/limSolve/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 (limSolve)