* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘LWFBrook90R’ ...
** this is package ‘LWFBrook90R’ version ‘0.6.3’
** package ‘LWFBrook90R’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-15 (Debian 15.2.0-7) 15.2.0’
using Fortran compiler: ‘GNU Fortran (Debian 15.2.0-7) 15.2.0’
make[1]: Entering directory '/tmp/RtmpPeYZ4Z/R.INSTALL195d10e5ad333/LWFBrook90R/src'
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c md_decl_const.f95 -o md_decl_const.o
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c md_typedefs.f95 -o md_typedefs.o
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c md_brook90.f95 -o md_brook90.o
md_brook90.f95:1073:28:
1073 | real(kind=c_double) :: INFIL ! water reaching layer, SLFL * INFRAC(I), mm/d
| 1~~~~
Warning: Unused variable ‘infil’ declared at (1) [-Wunused-variable]
md_brook90.f95:1074:28:
1074 | real(kind=c_double) :: MAXIN ! maximum allowed rate of input of water to layer, mm/d
| 1~~~~
Warning: Unused variable ‘maxin’ declared at (1) [-Wunused-variable]
md_brook90.f95:3367:20:
3367 | end function FPSIMgw
| ^
Warning: ‘__result_fpsimgw’ may be used uninitialized [-Wmaybe-uninitialized]
md_brook90.f95:3337:0:
3337 | function FPSIMgw(WETNES, Par, iModel, gwv, i_layer)
note: ‘__result_fpsimgw’ was declared here
md_brook90.f95:3535:16:
3535 | if (timer .EQ. 1) call rchkusr()
| ^
Warning: ‘timer’ may be used uninitialized [-Wmaybe-uninitialized]
md_brook90.f95:2268:16:
2268 | integer :: timer ! check timelimits set by R-user?
| ^~~~~
note: ‘timer’ was declared here
md_brook90.f95:208:48:
208 | IF (YEAR .NE. YY .OR. MONTH .NE. MM .OR. DOM .NE. DD) THEN
| ^
Warning: ‘dom’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:65:12:
65 | integer :: DOM ! day of month
| ^~~
note: ‘dom’ was declared here
md_brook90.f95:208:48:
208 | IF (YEAR .NE. YY .OR. MONTH .NE. MM .OR. DOM .NE. DD) THEN
| ^
Warning: ‘month’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:157:12:
157 | integer :: MONTH ! month number
| ^~~~~
note: ‘month’ was declared here
output_pint.h:92:23:
92 | RELAWAT = AWAT / AWATFK
| ^
Warning: ‘awatfk’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:32:24:
32 | real(kind=c_double) :: AWATFK ! available soil water in root zone at field cap., mm, output only
| ^~~~~~
note: ‘awatfk’ was declared here
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c skeleton.c -o skeleton.o
gcc-15 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o LWFBrook90R.so md_brook90.o md_decl_const.o md_typedefs.o skeleton.o -lgfortran -lm -lquadmath -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[2]: Entering directory '/tmp/RtmpPeYZ4Z/R.INSTALL195d10e5ad333/LWFBrook90R/src'
make[2]: Nothing to be done for 'LWFBrook90R.so'.
make[2]: Leaving directory '/tmp/RtmpPeYZ4Z/R.INSTALL195d10e5ad333/LWFBrook90R/src'
make[1]: Leaving directory '/tmp/RtmpPeYZ4Z/R.INSTALL195d10e5ad333/LWFBrook90R/src'
make[1]: Entering directory '/tmp/RtmpPeYZ4Z/R.INSTALL195d10e5ad333/LWFBrook90R/src'
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c md_decl_const.f95 -o md_decl_const.o
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c md_typedefs.f95 -o md_typedefs.o
gfortran-15 -fpic -g -O2 -Wall -pedantic -mtune=native -c md_brook90.f95 -o md_brook90.o
md_brook90.f95:1073:28:
1073 | real(kind=c_double) :: INFIL ! water reaching layer, SLFL * INFRAC(I), mm/d
| 1~~~~
Warning: Unused variable ‘infil’ declared at (1) [-Wunused-variable]
md_brook90.f95:1074:28:
1074 | real(kind=c_double) :: MAXIN ! maximum allowed rate of input of water to layer, mm/d
| 1~~~~
Warning: Unused variable ‘maxin’ declared at (1) [-Wunused-variable]
md_brook90.f95:3367:20:
3367 | end function FPSIMgw
| ^
Warning: ‘__result_fpsimgw’ may be used uninitialized [-Wmaybe-uninitialized]
md_brook90.f95:3337:0:
3337 | function FPSIMgw(WETNES, Par, iModel, gwv, i_layer)
note: ‘__result_fpsimgw’ was declared here
md_brook90.f95:3535:16:
3535 | if (timer .EQ. 1) call rchkusr()
| ^
Warning: ‘timer’ may be used uninitialized [-Wmaybe-uninitialized]
md_brook90.f95:2268:16:
2268 | integer :: timer ! check timelimits set by R-user?
| ^~~~~
note: ‘timer’ was declared here
md_brook90.f95:208:48:
208 | IF (YEAR .NE. YY .OR. MONTH .NE. MM .OR. DOM .NE. DD) THEN
| ^
Warning: ‘dom’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:65:12:
65 | integer :: DOM ! day of month
| ^~~
note: ‘dom’ was declared here
md_brook90.f95:208:48:
208 | IF (YEAR .NE. YY .OR. MONTH .NE. MM .OR. DOM .NE. DD) THEN
| ^
Warning: ‘month’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:157:12:
157 | integer :: MONTH ! month number
| ^~~~~
note: ‘month’ was declared here
output_pint.h:92:23:
92 | RELAWAT = AWAT / AWATFK
| ^
Warning: ‘awatfk’ may be used uninitialized [-Wmaybe-uninitialized]
VARDCL.h:32:24:
32 | real(kind=c_double) :: AWATFK ! available soil water in root zone at field cap., mm, output only
| ^~~~~~
note: ‘awatfk’ was declared here
gcc-15 -I"/home/hornik/tmp/R.check/r-devel-gcc/Work/build/include" -DNDEBUG -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O2 -Wall -Wstrict-prototypes -pedantic -mtune=native -c skeleton.c -o skeleton.o
make[1]: Leaving directory '/tmp/RtmpPeYZ4Z/R.INSTALL195d10e5ad333/LWFBrook90R/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-LWFBrook90R/00new/LWFBrook90R/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (LWFBrook90R)