| Back to Multiple platform build/check report for BioC 3.9 |
|
This page was generated on 2019-04-09 11:50:57 -0400 (Tue, 09 Apr 2019).
| Package 1127/1703 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||
| ORFik 1.3.13 Kornel Labun
| malbec2 | Linux (Ubuntu 18.04.2 LTS) / x86_64 | [ OK ] | ERROR | skipped | |||||||
| tokay2 | Windows Server 2012 R2 Standard / x64 | OK | ERROR | skipped | skipped | |||||||
| celaya2 | OS X 10.11.6 El Capitan / x86_64 | OK | ERROR | skipped | skipped | |||||||
| merida2 | OS X 10.11.6 El Capitan / x86_64 | OK | ERROR | skipped | skipped |
| Package: ORFik |
| Version: 1.3.13 |
| Command: /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD INSTALL ORFik |
| StartedAt: 2019-04-08 18:33:43 -0400 (Mon, 08 Apr 2019) |
| EndedAt: 2019-04-08 18:35:08 -0400 (Mon, 08 Apr 2019) |
| EllapsedTime: 84.9 seconds |
| RetCode: 0 |
| Status: OK |
##############################################################################
##############################################################################
###
### 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<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.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)