* installing to library ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages’ * installing *source* package ‘protoclust’ ... ** package ‘protoclust’ successfully unpacked and MD5 sums checked ** using staged installation ** libs using C compiler: ‘gcc-13 (Debian 13.2.0-23) 13.2.0’ make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpMwxH14/R.INSTALL11216166b4a874/protoclust/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 hier.c -o hier.o hier.c: In function ‘hier’: hier.c:194:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 194 | for(j = 0; j < imerge; j++) | ^~~ hier.c:204:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 204 | ii = lt(imerge+1,imerge,n); | ^~ hier.c: In function ‘minimaxpoint’: hier.c:442:10: warning: ‘mm’ may be used uninitialized [-Wmaybe-uninitialized] 442 | return mm; | ^~ hier.c:428:7: note: ‘mm’ was declared here 428 | int mm; | ^~ hier.c: In function ‘findNN’: hier.c:346:29: warning: ‘nn’ may be used uninitialized [-Wmaybe-uninitialized] 346 | mincomplete = completelink(dmax, n, clusters[nn], nn, clusters[i], i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hier.c:328:7: note: ‘nn’ was declared here 328 | int nn; | ^~ hier.c: In function ‘hier’: hier.c:274:26: warning: ‘imerge’ may be used uninitialized [-Wmaybe-uninitialized] 274 | Cluster *cur = clusters[imerge]; | ^ hier.c:28:20: note: ‘imerge’ was declared here 28 | int i, j, k, ii, imerge, jmerge, reverse; | ^~~~~~ 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 protoclust_init.c -o protoclust_init.o gcc-13 -shared -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -Wl,-O1 -o protoclust.so hier.o protoclust_init.o -L/home/hornik/tmp/R.check/r-devel-gcc/Work/build/lib -lR make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpMwxH14/R.INSTALL11216166b4a874/protoclust/src' make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpMwxH14/R.INSTALL11216166b4a874/protoclust/src' make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpMwxH14/R.INSTALL11216166b4a874/protoclust/src' installing to /home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/00LOCK-protoclust/00new/protoclust/libs ** R ** 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 * creating tarball packaged installation of ‘protoclust’ as ‘protoclust_1.6.4_R_x86_64-pc-linux-gnu.tar.gz’ * DONE (protoclust)