############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD INSTALL CBN2Path ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.22-bioc/R/site-library’ * installing *source* package ‘CBN2Path’ ... ** this is package ‘CBN2Path’ version ‘0.99.17’ ** using staged installation checking for gcc... gcc -std=gnu2x checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc -std=gnu2x accepts -g... yes checking for gcc -std=gnu2x option to enable C11 features... none needed checking for gsl-config... /usr/bin/gsl-config checking if GSL version >= 2.5... yes configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ gcc -std=gnu2x -I"/home/biocbuild/bbs-3.22-bioc/R/include" -DNDEBUG -I/usr/include -I. -I/usr/local/include -fpic -g -O2 -Wall -Werror=format-security -c bcbn.c -o bcbn.o bcbn.c: In function ‘bcbn_write_poset’: bcbn.c:228:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 228 | for (j=0; jn; a++ ) | ^~~ ct-cbn.h:1201:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 1201 | return 1; | ^~~~~~ ct-cbn.h: In function ‘is_strict_after’: ct-cbn.h:1211:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 1211 | for ( a=0; a<=M->n; a++ ) | ^~~ ct-cbn.h:1214:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 1214 | return 1; | ^~~~~~ ct-cbn.h: In function ‘compute_all_exp’: ct-cbn.h:1283: warning: ignoring ‘#pragma omp parallel’ [-Wunknown-pragmas] 1283 | #pragma omp parallel for private(i,c,k,j,g, all_pred_in_k, pred,l) | ct-cbn.h:1318:11: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 1318 | for (l = 0; l < m; l++) | ^~~ ct-cbn.h:1346:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 1346 | Exp[pos][i] = censexp[pos][i][m-1]; | ^~~ ct-cbn.h: In function ‘EM_epsilon’: ct-cbn.h:1440:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 1440 | for(i = 1; i < m; i++) | ^~~ ct-cbn.h:1447:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 1447 | loglik_new += log (prob_tmp) * D[k].count; | ^~~~~~~~~~ ct-cbn.h: In function ‘compute_loglik’: ct-cbn.h:1471:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 1471 | for(i = 1; i < m; i++) | ^~~ ct-cbn.h:1477:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 1477 | loglik[k] = log (prob_tmp) ; | ^~~~~~ ct-cbn.h: In function ‘MLE’: ct-cbn.h:1833:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 1833 | for (k=0; kn;j++) | ^~~ ct-cbn.h:3161:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 3161 | print_double_matrix(loglik_next, M->n, M->n); | ^~~~~~~~~~~~~~~~~~~ ct-cbn.h: In function ‘is_equal_int_matrix’: ct-cbn.h:3196:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 3196 | for (j=0; j