Rbowtie 1.10.0 Michael Stadler
Snapshot Date: 2015-10-26 19:24:07 -0400 (Mon, 26 Oct 2015) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/Rbowtie | Last Changed Rev: 109589 / Revision: 109947 | Last Changed Date: 2015-10-13 15:36:05 -0400 (Tue, 13 Oct 2015) |
| linux1.bioconductor.org | Linux (Ubuntu 14.04.2 LTS) / x86_64 | OK | OK | OK | | |
windows1.bioconductor.org | Windows Server 2012 R2 Enterprise SP1 (64-bit) / x64 | OK | OK | OK | OK | |
perceval | Mac OS X Snow Leopard (10.6.8) / x86_64 | OK | OK | OK | OK | |
oaxaca | Mac OS X Mavericks (10.9.5) / x86_64 | OK | OK | [ OK ] | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings Rbowtie_1.10.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.2-bioc/meat/Rbowtie.Rcheck’
* using R version 3.2.2 (2015-08-14)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘Rbowtie/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘Rbowtie’ version ‘1.10.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
.BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘Rbowtie’ can be installed ... [69s/70s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
'library' or 'require' call to ‘parallel’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
SpliceMap: no visible global function definition for ‘makeCluster’
SpliceMap: no visible global function definition for ‘parLapplyLB’
SpliceMap: no visible global function definition for ‘stopCluster’
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... NOTE
Package unavailable to check Rd xrefs: ‘QuasR’
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... NOTE
GNU make is a SystemRequirements.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... [2s/3s] OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 5 NOTEs
See
‘/Users/biocbuild/bbs-3.2-bioc/meat/Rbowtie.Rcheck/00check.log’
for details.
* installing *source* package ‘Rbowtie’ ...
** libs
** arch -
clang++ -O3 -m64 -DCOMPILER_OPTIONS="\"-O3 -m64 -stdlib=libstdc++ -Wall -mtune=core2 -g -O2 -Wall -mtune=core2 -g -O2 \"" -stdlib=libstdc++ -Wall -mtune=core2 -g -O2 -Wall -mtune=core2 -g -O2 \
-fno-strict-aliasing -DBOWTIE_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`clang++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DPREFETCH_LOCALITY=2 -DBOWTIE_MM -DBOWTIE_SHARED_MEM -DNDEBUG -Wall \
-I SeqAn-1.1 -I third_party \
-o bowtie-build-s ebwt_build.cpp \
ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp ebwt.cpp tinythread.cpp bowtie_build_main.cpp \
-lpthread
clang++ -O3 -m64 -DCOMPILER_OPTIONS="\"-O3 -m64 -stdlib=libstdc++ -Wall -mtune=core2 -g -O2 -Wall -mtune=core2 -g -O2 \"" -stdlib=libstdc++ -Wall -mtune=core2 -g -O2 -Wall -mtune=core2 -g -O2 \
-fno-strict-aliasing -DBOWTIE_VERSION="\"`cat VERSION`\"" -DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" -DCOMPILER_VERSION="\"`clang++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DPREFETCH_LOCALITY=2 -DBOWTIE_MM -DBOWTIE_SHARED_MEM -DNDEBUG -Wall \
-I SeqAn-1.1 -I third_party \
-o bowtie-align-s ebwt_search.cpp \
ccnt_lut.cpp ref_read.cpp alphabet.cpp shmem.cpp edit.cpp ebwt.cpp tinythread.cpp qual.cpp pat.cpp ebwt_search_util.cpp ref_aligner.cpp log.cpp hit_set.cpp refmap.cpp annot.cpp sam.cpp color.cpp color_dec.cpp hit.cpp bowtie_main.cpp \
-lpthread
In file included from ebwt_search.cpp:22:
./range_cache.h:338:11: warning: private field 'sanity_' is not used [-Wunused-private-field]
bool sanity_; /// do consistency checks?
^
In file included from ebwt_search.cpp:26:
./aligner_0mm.h:119:22: warning: private field 'ebwtBw_' is not used [-Wunused-private-field]
Ebwt<String<Dna> >* ebwtBw_;
^
./aligner_0mm.h:136:11: warning: private field 'seed_' is not used [-Wunused-private-field]
uint32_t seed_;
^
./aligner_0mm.h:351:22: warning: private field 'ebwtBw_' is not used [-Wunused-private-field]
Ebwt<String<Dna> >* ebwtBw_;
^
./aligner_0mm.h:379:17: warning: private field 'seed_' is not used [-Wunused-private-field]
const uint32_t seed_;
^
In file included from ebwt_search.cpp:27:
./aligner_1mm.h:173:11: warning: private field 'seed_' is not used [-Wunused-private-field]
uint32_t seed_;
^
./aligner_1mm.h:491:17: warning: private field 'seed_' is not used [-Wunused-private-field]
const uint32_t seed_;
^
In file included from ebwt_search.cpp:28:
./aligner_23mm.h:243:11: warning: private field 'seed_' is not used [-Wunused-private-field]
uint32_t seed_;
^
./aligner_23mm.h:688:17: warning: private field 'seed_' is not used [-Wunused-private-field]
const uint32_t seed_;
^
9 warnings generated.
mkdir -p ../inst
cp bowtie-align-s ../inst/bowtie
cp bowtie-build-s ../inst/bowtie-build
cd SpliceMap; \
make -f Makefile; \
echo "MAKE of SpliceMap DONE"
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -c SpliceMap_utils_QuasR.cpp
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -c params.cpp
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -c cfgfile.cpp
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -o runSpliceMap_QuasR SpliceMap_utils_QuasR.o cfgfile.o runSpliceMap_QuasR.cpp params.o
runSpliceMap_QuasR.cpp:108:31: warning: unused variable 'chr_file_list_it' [-Wunused-variable]
vector<string>::iterator chr_file_list_it = chr_file_list.begin();
^
runSpliceMap_QuasR.cpp:191:27: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if (head_clip_length < 0) {
˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ ^ ˜
2 warnings generated.
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -o sortsam sortsam.cpp SpliceMap_utils_QuasR.o params.o
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -o amalgamateSAM amalgamateSAM.cpp SpliceMap_utils_QuasR.o params.o
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -o getSpliceMapUnmapped getSpliceMapUnmapped.cpp
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -o fuseReorder fuseReorder.cpp
`"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXX` `"/Library/Frameworks/R.framework/Resources/bin/R" CMD config CXXFLAGS` -o SpliceMap main.cpp SpliceMap_utils_QuasR.o params.o cfgfile.o
MAKE of SpliceMap DONE
mkdir -p ../inst
cp SpliceMap/SpliceMap ../inst/SpliceMap
cp SpliceMap/amalgamateSAM ../inst/amalgamateSAM
cp SpliceMap/getSpliceMapUnmapped ../inst/getSpliceMapUnmapped
cp SpliceMap/fuseReorder ../inst/fuseReorder
cp SpliceMap/runSpliceMap_QuasR ../inst/runSpliceMap_QuasR
cp SpliceMap/sortsam ../inst/sortsam
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (Rbowtie)