| Back to Multiple platform build/check report for BioC 3.10 |
|
This page was generated on 2020-04-15 12:14:16 -0400 (Wed, 15 Apr 2020).
| Package 1200/1823 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| ORFik 1.6.9 Haakon Tjeldnes
| malbec1 | Linux (Ubuntu 18.04.4 LTS) / x86_64 | [ OK ] | OK | OK | |||||||
| tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | OK | OK | |||||||
| merida1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | OK | OK |
| 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 |
##############################################################################
##############################################################################
###
### 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)