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

INSTALL report for ORFik on malbec2

This page was generated on 2019-10-16 12:14:41 -0400 (Wed, 16 Oct 2019).

Package 1150/1741HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ORFik 1.4.1
Kornel Labun
Snapshot Date: 2019-10-15 17:01:26 -0400 (Tue, 15 Oct 2019)
URL: https://git.bioconductor.org/packages/ORFik
Branch: RELEASE_3_9
Last Commit: 3ae9f3b
Last Changed Date: 2019-06-06 08:36:37 -0400 (Thu, 06 Jun 2019)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64 [ OK ] OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
celaya2 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.4.1
Command: /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD INSTALL ORFik
StartedAt: 2019-10-15 19:11:25 -0400 (Tue, 15 Oct 2019)
EndedAt: 2019-10-15 19:12:33 -0400 (Tue, 15 Oct 2019)
EllapsedTime: 67.8 seconds
RetCode: 0
Status:  OK 

Command output

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


* installing to library ‘/home/biocbuild/bbs-3.9-bioc/R/library’
* installing *source* package ‘ORFik’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.9-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.9-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.9-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.9-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.9-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.9-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.9-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.9-bioc/R/include" -DNDEBUG  -I"/home/biocbuild/bbs-3.9-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&, const std::vector&, const std::vector&, const std::vector&, const std::vector&, 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.9-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.9-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.9-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)