Back to Multiple platform build/check report for BioC 3.10
ABCDEFGHIJKLMN[O]PQRSTUVWXYZ

INSTALL report for ORFik on malbec1

This page was generated on 2020-04-15 12:14:16 -0400 (Wed, 15 Apr 2020).

Package 1200/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ORFik 1.6.9
Haakon Tjeldnes
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/ORFik
Branch: RELEASE_3_10
Last Commit: 3cc10e4
Last Changed Date: 2020-02-06 03:37:06 -0400 (Thu, 06 Feb 2020)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64 [ OK ] OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: ORFik
Version: 1.6.9
Command: /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL ORFik
StartedAt: 2020-04-14 19:00:01 -0400 (Tue, 14 Apr 2020)
EndedAt: 2020-04-14 19:01:06 -0400 (Tue, 14 Apr 2020)
EllapsedTime: 64.6 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL ORFik
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.10-bioc/R/library’
* installing *source* package ‘ORFik’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c findORFsHelpers.cpp -o findORFsHelpers.o
findORFsHelpers.cpp: In function ‘void calc_z(const string&, vi&)’:
findORFsHelpers.cpp:57:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
       for (z[i] = r - i; r < len; ++r, ++z[i])
       ^~~
findORFsHelpers.cpp:60:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
         --r;
         ^~
findORFsHelpers.cpp: In function ‘Rcpp::IntegerMatrix orfs_as_matrix(std::__cxx11::string&, std::__cxx11::string, std::__cxx11::string, int)’:
findORFsHelpers.cpp:212:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < uorfSize/2; i++) {
                   ~~^~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c findOrfs.cpp -o findOrfs.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c findOrfsFasta.cpp -o findOrfsFasta.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.10-bioc/R/library/Rcpp/include" -I/usr/local/include  -fpic  -g -O2  -Wall -c pmapFromTranscripts.cpp -o pmapFromTranscripts.o
pmapFromTranscripts.cpp: In function ‘Rcpp::List pmapFromTranscriptsCPP(const std::vector<int>&, const std::vector<int>&, const std::vector<int>&, const std::vector<int>&, const std::vector<int>&, const char&, bool)’:
pmapFromTranscripts.cpp:151:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(auto i = 0;i < xSize; i++){
                  ~~^~~~~~~
pmapFromTranscripts.cpp:155:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(auto i = 0; i < indexSize; i++){
                   ~~^~~~~~~~~~~
pmapFromTranscripts.cpp:161:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(auto i = 1; i < indexSize; i++){
                   ~~^~~~~~~~~~~
g++ -std=gnu++11 -shared -L/home/biocbuild/bbs-3.10-bioc/R/lib -L/usr/local/lib -o ORFik.so RcppExports.o findORFsHelpers.o findOrfs.o findOrfsFasta.o pmapFromTranscripts.o -L/home/biocbuild/bbs-3.10-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.10-bioc/R/library/00LOCK-ORFik/00new/ORFik/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** 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 (ORFik)