Back to Multiple platform build/check report for BioC 3.21:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-11-25 11:39 -0500 (Mon, 25 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4748
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4459
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4349
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 789/2272HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GeneGeneInteR 1.33.0  (landing page)
Mathieu Emily
Snapshot Date: 2024-11-24 13:40 -0500 (Sun, 24 Nov 2024)
git_url: https://git.bioconductor.org/packages/GeneGeneInteR
git_branch: devel
git_last_commit: bbad5d1
git_last_commit_date: 2024-10-29 10:12:42 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  ERROR    ERROR  skipped
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  ERROR    ERROR  skippedskipped


INSTALL results for GeneGeneInteR on lconway

To the developers/maintainers of the GeneGeneInteR package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GeneGeneInteR.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: GeneGeneInteR
Version: 1.33.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL GeneGeneInteR
StartedAt: 2024-11-24 15:39:47 -0500 (Sun, 24 Nov 2024)
EndedAt: 2024-11-24 15:39:49 -0500 (Sun, 24 Nov 2024)
EllapsedTime: 2.3 seconds
RetCode: 1
Status:   ERROR  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL GeneGeneInteR
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library’
* installing *source* package ‘GeneGeneInteR’ ...
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c chclust.cpp -o chclust.o
chclust.cpp:43:29: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
         PROTECT(eMessage = allocVector(STRSXP, 1));
                            ^~~~~~~~~~~
                            Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
chclust.cpp:44:38: error: use of undeclared identifier 'mkChar'
         SET_STRING_ELT(eMessage, 0, mkChar("Error in Conslink C++ code"));
                                     ^
chclust.cpp:50:29: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
         PROTECT(eMessage = allocVector(STRSXP, 1));
                            ^~~~~~~~~~~
                            Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
chclust.cpp:51:38: error: use of undeclared identifier 'mkChar'
         SET_STRING_ELT(eMessage, 0, mkChar("Error in ConISS C++ code"));
                                     ^
chclust.cpp:56:26: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
      PROTECT(eMessage = allocVector(STRSXP, 1));
                         ^~~~~~~~~~~
                         Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
chclust.cpp:57:35: error: use of undeclared identifier 'mkChar'
      SET_STRING_ELT(eMessage, 0, mkChar("Unknown clustering method"));
                                  ^
chclust.cpp:61:20: error: use of undeclared identifier 'allocVector'; did you mean 'Rf_allocVector'?
   PROTECT(sDend = allocVector(REALSXP, nr-1));
                   ^~~~~~~~~~~
                   Rf_allocVector
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:388:31: note: expanded from macro 'PROTECT'
#define PROTECT(s)      Rf_protect(s)
                                   ^
/Library/Frameworks/R.framework/Resources/include/Rinternals.h:1078:10: note: 'Rf_allocVector' declared here
SEXP     Rf_allocVector(SEXPTYPE, R_xlen_t);
         ^
7 errors generated.
make: *** [chclust.o] Error 1
ERROR: compilation failed for package ‘GeneGeneInteR’
* removing ‘/Library/Frameworks/R.framework/Versions/4.5-x86_64/Resources/library/GeneGeneInteR’