MotIV 1.14.0 Eloi Mercier , Raphael Gottardo
Snapshot Date: 2013-03-24 16:21:20 -0700 (Sun, 24 Mar 2013) | URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_2_11/madman/Rpacks/MotIV | Last Changed Rev: 70050 / Revision: 74773 | Last Changed Date: 2012-10-01 15:16:24 -0700 (Mon, 01 Oct 2012) |
| lamb1 | Linux (openSUSE 12.1) / x86_64 | OK | [ OK ] | |
moscato1 | Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64 | OK | OK | OK |
perceval | Mac OS X Leopard (10.5.8) / i386 | OK | OK | OK |
* installing *source* package ‘MotIV’ ...
configure: loading site script /usr/share/site/x86_64-unknown-linux-gnu
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ISO C89... none needed
checking for gsl-config... /usr/bin/gsl-config
checking for GSL - version >= 1.6... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c Alignment.cpp -o Alignment.o
Alignment.cpp: In member function ‘double Alignment::AlignMotifs2D(Motif*, Motif*, int&, int&, int&, bool&, bool&)’:
Alignment.cpp:176:17: warning: unused variable ‘score2’ [-Wunused-variable]
Alignment.cpp:177:18: warning: unused variable ‘i1_B’ [-Wunused-variable]
Alignment.cpp:177:24: warning: unused variable ‘i2_B’ [-Wunused-variable]
Alignment.cpp:178:12: warning: unused variable ‘aL_B’ [-Wunused-variable]
Alignment.cpp:179:14: warning: unused variable ‘for_B’ [-Wunused-variable]
Alignment.cpp:184:9: warning: variable ‘currOne’ set but not used [-Wunused-but-set-variable]
Alignment.cpp:185:9: warning: unused variable ‘currTwo’ [-Wunused-variable]
Alignment.cpp: In member function ‘virtual double SmithWatermanUngappedExtended::AlignMotifs(Motif*, Motif*, int&, int&, int&, bool&)’:
Alignment.cpp:423:9: warning: variable ‘tmp’ set but not used [-Wunused-but-set-variable]
Alignment.cpp: In member function ‘virtual double SmithWatermanAffine::AlignMotifs(Motif*, Motif*, int&, int&, int&, bool&)’:
Alignment.cpp:883:2: warning: ‘forScore’ may be used uninitialized in this function [-Wuninitialized]
Alignment.cpp: In member function ‘virtual double NeedlemanWunsch::AlignMotifs(Motif*, Motif*, int&, int&, int&, bool&)’:
Alignment.cpp:713:2: warning: ‘forScore’ may be used uninitialized in this function [-Wuninitialized]
Alignment.cpp: In member function ‘virtual double SmithWaterman::AlignMotifs(Motif*, Motif*, int&, int&, int&, bool&)’:
Alignment.cpp:319:2: warning: ‘revScore’ may be used uninitialized in this function [-Wuninitialized]
Alignment.cpp:319:2: warning: ‘forScore’ may be used uninitialized in this function [-Wuninitialized]
Alignment.cpp: In member function ‘virtual double SmithWatermanUngappedExtended::AlignMotifs(Motif*, Motif*, int&, int&, int&, bool&)’:
Alignment.cpp:491:2: warning: ‘forScore’ may be used uninitialized in this function [-Wuninitialized]
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c ColumnComp.cpp -o ColumnComp.o
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c DeclareAll.cpp -o DeclareAll.o
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c Motif.cpp -o Motif.o
Motif.cpp: In member function ‘char Motif::ColConsensus(int)’:
Motif.cpp:148:7: warning: variable ‘three_base_l’ set but not used [-Wunused-but-set-variable]
Motif.cpp:149:9: warning: variable ‘three_base_c’ set but not used [-Wunused-but-set-variable]
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c MotifDistances.cpp -o MotifDistances.o
MotifDistances.cpp: In function ‘SEXPREC* motifDistances(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
MotifDistances.cpp:50:10: warning: variable ‘colChosen’ set but not used [-Wunused-but-set-variable]
MotifDistances.cpp:50:27: warning: variable ‘alignChosen’ set but not used [-Wunused-but-set-variable]
MotifDistances.cpp:51:6: warning: variable ‘matchTopX’ set but not used [-Wunused-but-set-variable]
MotifDistances.cpp:58:7: warning: variable ‘ungapped’ set but not used [-Wunused-but-set-variable]
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c MotifMatch.cpp -o MotifMatch.o
MotifMatch.cpp: In function ‘SEXPREC* motifMatch(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
MotifMatch.cpp:50:10: warning: variable ‘colChosen’ set but not used [-Wunused-but-set-variable]
MotifMatch.cpp:50:27: warning: variable ‘alignChosen’ set but not used [-Wunused-but-set-variable]
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c PlatformSupport.cpp -o PlatformSupport.o
PlatformSupport.cpp: In member function ‘void PlatformSupport::PreAlign(Alignment*)’:
PlatformSupport.cpp:412:47: warning: variable ‘max_score’ set but not used [-Wunused-but-set-variable]
PlatformSupport.cpp: In member function ‘int PlatformSupport::ReadTransfacFile(SEXP, SEXP)’:
PlatformSupport.cpp:127:27: warning: ‘input’ may be used uninitialized in this function [-Wuninitialized]
PlatformSupport.cpp:141:34: warning: ‘currMotifs’ may be used uninitialized in this function [-Wuninitialized]
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c RandPSSMGen.cpp -o RandPSSMGen.o
g++ -I/home/biocbuild/bbs-2.11-bioc/R/include -DNDEBUG -I/usr/local/include -fpic -g -O2 -Wall -c generateScoresDB.cpp -o generateScoresDB.o
generateScoresDB.cpp: In function ‘SEXPREC* generateScoresDB(SEXP, SEXP, SEXP, SEXP, SEXP, SEXP)’:
generateScoresDB.cpp:54:10: warning: variable ‘colChosen’ set but not used [-Wunused-but-set-variable]
generateScoresDB.cpp:54:27: warning: variable ‘alignChosen’ set but not used [-Wunused-but-set-variable]
g++ -shared -L/usr/local/lib64 -o MotIV.so Alignment.o ColumnComp.o DeclareAll.o Motif.o MotifDistances.o MotifMatch.o PlatformSupport.o RandPSSMGen.o generateScoresDB.o -lgsl -lgslcblas -lm -L/home/biocbuild/bbs-2.11-bioc/R/lib -lR
installing to /loc/home/biocbuild/bbs-2.11-bioc/meat/MotIV.Rcheck/MotIV/libs
** R
** data
** inst
** preparing package for lazy loading
Creating a new generic function for ‘filter’ in package ‘MotIV’
Creating a generic function for ‘plot’ from package ‘graphics’ in package ‘MotIV’
** help
*** installing help indices
** building package indices
** installing vignettes
‘MotIV.Rnw’ using ‘latin1’
** testing if installed package can be loaded
* DONE (MotIV)