Back to the "Multiple platform build/check report" A  B  C [D] E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z 

BioC 3.2: INSTALL report for deepSNV on zin1

This page was generated on 2016-04-23 10:12:19 -0700 (Sat, 23 Apr 2016).

Package 259/1103HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
deepSNV 1.16.0
Moritz Gerstung
Snapshot Date: 2016-04-22 16:20:12 -0700 (Fri, 22 Apr 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/deepSNV
Last Changed Rev: 109589 / Revision: 116712
Last Changed Date: 2015-10-13 12:36:05 -0700 (Tue, 13 Oct 2015)
zin1 Linux (Ubuntu 14.04.2 LTS) / x86_64 [ OK ] OK  OK UNNEEDED, same version exists in internal repository
moscato1 Windows Server 2008 R2 Standard (64-bit) / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: deepSNV
Version: 1.16.0
Command: /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD INSTALL deepSNV
StartedAt: 2016-04-22 17:13:21 -0700 (Fri, 22 Apr 2016)
EndedAt: 2016-04-22 17:13:41 -0700 (Fri, 22 Apr 2016)
EllapsedTime: 20.7 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.2-bioc/R/bin/R CMD INSTALL deepSNV
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.2-bioc/R/library’
* installing *source* package ‘deepSNV’ ...
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for off_t... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
g++ -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include -I"/home/biocbuild/bbs-3.2-bioc/R/library/Rhtslib/include"   -fpic  -g -O2  -Wall -c bam2R.cpp -o bam2R.o
bam2R.cpp: In function ‘int bam2R(char**, char**, int*, int*, int*, int*, int*, int*, int*, int*)’:
bam2R.cpp:43:13: warning: unused variable ‘iter’ [-Wunused-variable]
  hts_itr_t *iter = NULL;
             ^
bam2R.cpp:46:6: warning: unused variable ‘c’ [-Wunused-variable]
  int c = 0;
      ^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.2-bioc/R/include -DNDEBUG  -I/usr/local/include -I"/home/biocbuild/bbs-3.2-bioc/R/library/Rhtslib/include"   -fpic  -g -O2  -Wall -c betabinom.c -o betabinom.o
betabinom.c: In function ‘pbb’:
betabinom.c:27:9: warning: unused variable ‘log’ [-Wunused-variable]
  int i, log=0;
         ^
g++ -shared -L/home/biocbuild/bbs-3.2-bioc/R/lib -L/usr/local/lib -o deepSNV.so bam2R.o betabinom.o -L/home/biocbuild/bbs-3.2-bioc/R/library/Rhtslib/lib -Wl,-rpath,/home/biocbuild/bbs-3.2-bioc/R/library/Rhtslib/lib -lhts -lz -pthread -L/home/biocbuild/bbs-3.2-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.2-bioc/R/library/deepSNV/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (deepSNV)