* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’
* installing *source* package ‘Rwave’ ...
** package ‘Rwave’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-13 (Debian 13.2.0-13) 13.2.0’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplffJ17/R.INSTALL1af4fc3fe25464/Rwave/src'
gcc-13 -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 bee_annealing.c -o bee_annealing.o
bee_annealing.c: In function ‘Sbee_annealing’:
bee_annealing.c:52:33: warning: variable ‘s’ set but not used [-Wunused-but-set-variable]
   52 |   int *a, *b, integral, chain,  s, count;
      |                                 ^
gcc-13 -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 choldc.c -o choldc.o
choldc.c: In function ‘ludcmp’:
choldc.c:287:8: warning: ‘imax’ may be used uninitialized [-Wmaybe-uninitialized]
  287 |     if (j != imax) {
      |        ^
choldc.c:255:9: note: ‘imax’ was declared here
  255 |   int i,imax,j,k;
      |         ^~~~
gcc-13 -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 compinteg.c -o compinteg.o
gcc-13 -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 complex.c -o complex.o
gcc-13 -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 crazy_family.c -o crazy_family.o
crazy_family.c: In function ‘chain_thresholded’:
crazy_family.c:239:29: warning: variable ‘aend’ set but not used [-Wunused-but-set-variable]
  239 |   int bstart, astart, bend, aend,  oldbstart;
      |                             ^~~~
crazy_family.c:239:15: warning: variable ‘astart’ set but not used [-Wunused-but-set-variable]
  239 |   int bstart, astart, bend, aend,  oldbstart;
      |               ^~~~~~
gcc-13 -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 cwt_dog.c -o cwt_dog.o
gcc-13 -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 cwt_maxima.c -o cwt_maxima.o
gcc-13 -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 cwt_morlet.c -o cwt_morlet.o
gcc-13 -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 cwt_phase.c -o cwt_phase.o
cwt_phase.c: In function ‘w_reassign’:
cwt_phase.c:128:11: warning: variable ‘scale’ set but not used [-Wunused-but-set-variable]
  128 |   double  scale, tmp;
      |           ^~~~~
gcc-13 -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 cwt_thierry.c -o cwt_thierry.o
gcc-13 -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 dau.c -o dau.o
gcc-13 -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 dau_wave.c -o dau_wave.o
dau_wave.c: In function ‘compute_a’:
dau_wave.c:130:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  130 |         if((i-2*j<2*NW)&&(i-2*j>=0))
      |         ^~
dau_wave.c:132:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  132 |           a[i] *= SQR2;
      |           ^
gcc-13 -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 dualwavelet.c -o dualwavelet.o
gcc-13 -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 dwfilter.c -o dwfilter.o
gcc-13 -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 dwinverse.c -o dwinverse.o
gcc-13 -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 dwkernel.c -o dwkernel.o
gcc-13 -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 dwvector.c -o dwvector.o
gcc-13 -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 extrema.c -o extrema.o
gcc-13 -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 fft.c -o fft.o
gcc-13 -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 four1.c -o four1.o
gcc-13 -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 gabor.c -o gabor.o
gcc-13 -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 gkernel.c -o gkernel.o
gkernel.c: In function ‘gkernel’:
gkernel.c:136:30: warning: variable ‘lng2’ set but not used [-Wunused-but-set-variable]
  136 |   int i=0,up_bound,gamma_min,lng2;
      |                              ^~~~
gkernel.c: In function ‘fastgkernel’:
gkernel.c:213:30: warning: variable ‘lng2’ set but not used [-Wunused-but-set-variable]
  213 |   int i=0,up_bound,gamma_min,lng2;
      |                              ^~~~
gcc-13 -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 hessian_climbers.c -o hessian_climbers.o
gcc-13 -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 icm.c -o icm.o
gcc-13 -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 init.c -o init.o
gcc-13 -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 mreconst.c -o mreconst.o
gcc-13 -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 multiply.c -o multiply.o
gcc-13 -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 mw.c -o mw.o
gcc-13 -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 optimize.c -o optimize.o
gcc-13 -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 pca_climbers.c -o pca_climbers.o
pca_climbers.c: In function ‘Spointmap’:
pca_climbers.c:51:24: warning: variable ‘nbblock’ set but not used [-Wunused-but-set-variable]
   51 |   int count1, count2,  nbblock, bnumber;
      |                        ^~~~~~~
pca_climbers.c: In function ‘Spca_annealing’:
pca_climbers.c:501:25: warning: ‘brest’ may be used uninitialized [-Wmaybe-uninitialized]
  501 |               if((bfree == brest) && (afree == arest)) {
      |                  ~~~~~~~^~~~~~~~~
pca_climbers.c:230:14: note: ‘brest’ was declared here
  230 |   int arest, brest, afree, bfree;
      |              ^~~~~
pca_climbers.c:501:45: warning: ‘arest’ may be used uninitialized [-Wmaybe-uninitialized]
  501 |               if((bfree == brest) && (afree == arest)) {
      |                                      ~~~~~~~^~~~~~~~~
pca_climbers.c:230:7: note: ‘arest’ was declared here
  230 |   int arest, brest, afree, bfree;
      |       ^~~~~
pca_climbers.c:501:25: warning: ‘bfree’ may be used uninitialized [-Wmaybe-uninitialized]
  501 |               if((bfree == brest) && (afree == arest)) {
      |                  ~~~~~~~^~~~~~~~~
pca_climbers.c:230:28: note: ‘bfree’ was declared here
  230 |   int arest, brest, afree, bfree;
      |                            ^~~~~
pca_climbers.c:501:45: warning: ‘afree’ may be used uninitialized [-Wmaybe-uninitialized]
  501 |               if((bfree == brest) && (afree == arest)) {
      |                                      ~~~~~~~^~~~~~~~~
pca_climbers.c:230:21: note: ‘afree’ was declared here
  230 |   int arest, brest, afree, bfree;
      |                     ^~~~~
gcc-13 -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 pca_family.c -o pca_family.o
gcc-13 -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 polint.c -o polint.o
gcc-13 -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 qcksrt.c -o qcksrt.o
gcc-13 -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 randomwalker.c -o randomwalker.o
randomwalker.c: In function ‘randomwalker’:
randomwalker.c:99:10: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable]
   99 |   double tmp;
      |          ^~~
randomwalker.c: In function ‘randomsnaker’:
randomwalker.c:136:11: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable]
  136 |    double tmp;
      |           ^~~
gcc-13 -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 randomwalker2.c -o randomwalker2.o
gcc-13 -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 ridge_annealing.c -o ridge_annealing.o
gcc-13 -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 ridge_coronoid.c -o ridge_coronoid.o
gcc-13 -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 ridge_snakenoid.c -o ridge_snakenoid.o
gcc-13 -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 rwkernel.c -o rwkernel.o
rwkernel.c: In function ‘rkernel’:
rwkernel.c:357:30: warning: variable ‘lng2’ set but not used [-Wunused-but-set-variable]
  357 |   int i=0,up_bound,gamma_min,lng2;
      |                              ^~~~
gcc-13 -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 simul.c -o simul.o
gcc-13 -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 smoothwt.c -o smoothwt.o
gcc-13 -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 snake_annealing.c -o snake_annealing.o
gcc-13 -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 snakesub.c -o snakesub.o
gcc-13 -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 spline.c -o spline.o
gcc-13 -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 splint2.c -o splint2.o
gcc-13 -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 splridge.c -o splridge.o
gcc-13 -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 splsnake.c -o splsnake.o
gcc-13 -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 svd.c -o svd.o
gcc-13 -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 util.c -o util.o
gcc-13 -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 wv.c -o wv.o
wv.c: In function ‘WV’:
wv.c:121:10: warning: variable ‘freqstep’ set but not used [-Wunused-but-set-variable]
  121 |   double freqstep;
      |          ^~~~~~~~
wv.c:120:8: warning: variable ‘nbfreq’ set but not used [-Wunused-but-set-variable]
  120 |   int  nbfreq, i, p, k,  inputsize, locsize;
      |        ^~~~~~
gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o Rwave.so bee_annealing.o choldc.o compinteg.o complex.o crazy_family.o cwt_dog.o cwt_maxima.o cwt_morlet.o cwt_phase.o cwt_thierry.o dau.o dau_wave.o dualwavelet.o dwfilter.o dwinverse.o dwkernel.o dwvector.o extrema.o fft.o four1.o gabor.o gkernel.o hessian_climbers.o icm.o init.o mreconst.o multiply.o mw.o optimize.o pca_climbers.o pca_family.o polint.o qcksrt.o randomwalker.o randomwalker2.o ridge_annealing.o ridge_coronoid.o ridge_snakenoid.o rwkernel.o simul.o smoothwt.o snake_annealing.o snakesub.o spline.o splint2.o splridge.o splsnake.o svd.o util.o wv.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplffJ17/R.INSTALL1af4fc3fe25464/Rwave/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmplffJ17/R.INSTALL1af4fc3fe25464/Rwave/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmplffJ17/R.INSTALL1af4fc3fe25464/Rwave/src'
installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-Rwave/00new/Rwave/libs
** R
** data
** demo
** 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 (Rwave)