Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEFGHIJKLMNOPQRS[T]UVWXYZ

This page was generated on 2025-01-29 11:43 -0500 (Wed, 29 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4661
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4457
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2025-01-22 r87618) -- "Unsuffered Consequences" 4468
kjohnson3macOS 13.7.1 Venturaarm64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4421
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4411
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 2126/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ternarynet 1.51.0  (landing page)
McCall N. Matthew
Snapshot Date: 2025-01-28 13:40 -0500 (Tue, 28 Jan 2025)
git_url: https://git.bioconductor.org/packages/ternarynet
git_branch: devel
git_last_commit: 251d20a
git_last_commit_date: 2024-10-29 09:40:14 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  ERROR    ERROR  skipped
palomino7Windows Server 2022 Datacenter / x64  ERROR    ERROR  skippedskipped
lconwaymacOS 12.7.1 Monterey / x86_64  ERROR    ERROR  skippedskipped
kjohnson3macOS 13.7.1 Ventura / arm64  ERROR    ERROR  skippedskipped
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  ERROR    NA    NA  


INSTALL results for ternarynet on palomino7

To the developers/maintainers of the ternarynet package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ternarynet.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: ternarynet
Version: 1.51.0
Command: E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL ternarynet
StartedAt: 2025-01-28 15:35:02 -0500 (Tue, 28 Jan 2025)
EndedAt: 2025-01-28 15:35:07 -0500 (Tue, 28 Jan 2025)
EllapsedTime: 4.7 seconds
RetCode: 1
Status:   ERROR  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL ternarynet
###
##############################################################################
##############################################################################


* installing to library 'E:/biocbuild/bbs-3.21-bioc/R/library'
* installing *source* package 'ternarynet' ...
** this is package 'ternarynet' version '1.51.0'
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 13.3.0'
using C++ compiler: 'G__~1.EXE (GCC) 13.3.0'
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c array.c -o array.o
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c gn.c -o gn.o
gn.c: In function 'score':
gn.c:486: warning: ignoring '#pragma omp parallel' [-Wunknown-pragmas]
  486 | #pragma omp parallel for
      | 
gn.c:493: warning: ignoring '#pragma omp atomic' [-Wunknown-pragmas]
  493 | #pragma omp atomic
      | 
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c gn_Rwrap.c -o gn_Rwrap.o
In file included from E:/biocbuild/bbs-3.21-bioc/R/include/R.h:69,
                 from gn_Rwrap.h:4,
                 from gn_Rwrap.c:1:
E:/biocbuild/bbs-3.21-bioc/R/include/R_ext/Arith.h:58:25: warning: 'R_NaReal' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
   58 | #define NA_REAL         R_NaReal
      |                         ^~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/include/Rmath.h:796:17: note: in expansion of macro 'NA_REAL'
  796 | R_EXTERN double NA_REAL;
      |                 ^~~~~~~
In file included from gn_Rwrap.c:9:
E:/biocbuild/bbs-3.21-bioc/R/include/Rmath.h:797:17: warning: 'R_PosInf' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  797 | R_EXTERN double R_PosInf;
      |                 ^~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/include/Rmath.h:798:17: warning: 'R_NegInf' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
  798 | R_EXTERN double R_NegInf;
      |                 ^~~~~~~~
gcc  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c init.c -o init.o
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG     -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"      -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -DR_NO_REMAP -c tnetfit.cc -o tnetfit.o
tnetfit.cc: In function 'SEXPREC* tnetfit(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)':
tnetfit.cc:35:32: error: 'coerceVector' was not declared in this scope; did you mean 'Rf_coerceVector'?
   35 |     perturbationType = INTEGER(coerceVector(RperturbationType, INTSXP))[0];
      |                                ^~~~~~~~~~~~
      |                                Rf_coerceVector
In file included from E:/biocbuild/bbs-3.21-bioc/R/include/Rdefines.h:41,
                 from tnetfit.cc:12:
tnetfit.cc:220:23: error: 'allocVector' was not declared in this scope; did you mean 'Rf_allocVector'?
  220 |     PROTECT(Routput = allocVector(VECSXP, 14));
      |                       ^~~~~~~~~~~
E:/biocbuild/bbs-3.21-bioc/R/include/Rinternals.h:388:36: note: in definition of macro 'PROTECT'
  388 | #define PROTECT(s)      Rf_protect(s)
      |                                    ^
tnetfit.cc:311:33: error: 'ScalarReal' was not declared in this scope; did you mean 'Rf_ScalarReal'?
  311 |     SET_VECTOR_ELT(Routput, 10, ScalarReal(newScore));
      |                                 ^~~~~~~~~~
      |                                 Rf_ScalarReal
tnetfit.cc:315:33: error: 'ScalarInteger' was not declared in this scope; did you mean 'Rf_ScalarInteger'?
  315 |     SET_VECTOR_ELT(Routput, 12, ScalarInteger(stage_count));
      |                                 ^~~~~~~~~~~~~
      |                                 Rf_ScalarInteger
tnetfit.cc:320:29: error: 'mkChar' was not declared in this scope; did you mean 'char'?
  320 |     SET_STRING_ELT(Rnames,0,mkChar("degreeObj"));
      |                             ^~~~~~
      |                             char
tnetfit.cc:334:5: error: 'setAttrib' was not declared in this scope; did you mean 'Rf_setAttrib'?
  334 |     setAttrib(Routput, R_NamesSymbol, Rnames);
      |     ^~~~~~~~~
      |     Rf_setAttrib
tnetfit.cc:73:39: warning: unused variable 'tempi' [-Wunused-variable]
   73 |     int nOutcomes=3, l0, stage_count, tempi, jtrans, nTransition;
      |                                       ^~~~~
make: *** [E:/biocbuild/bbs-3.21-bioc/R/etc/x64/Makeconf:294: tnetfit.o] Error 1
ERROR: compilation failed for package 'ternarynet'
* removing 'E:/biocbuild/bbs-3.21-bioc/R/library/ternarynet'