Back to Multiple platform build/check report for BioC 3.8
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for deepSNV on merida1

This page was generated on 2019-04-16 11:56:14 -0400 (Tue, 16 Apr 2019).

Package 383/1649HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
deepSNV 1.28.0
Moritz Gerstung
Snapshot Date: 2019-04-15 17:01:12 -0400 (Mon, 15 Apr 2019)
URL: https://git.bioconductor.org/packages/deepSNV
Branch: RELEASE_3_8
Last Commit: 9b6d747
Last Changed Date: 2018-10-30 11:41:48 -0400 (Tue, 30 Oct 2018)
malbec1 Linux (Ubuntu 16.04.6 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64 [ OK ] OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: deepSNV
Version: 1.28.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL deepSNV
StartedAt: 2019-04-15 18:36:16 -0400 (Mon, 15 Apr 2019)
EndedAt: 2019-04-15 18:36:53 -0400 (Mon, 15 Apr 2019)
EllapsedTime: 37.2 seconds
RetCode: 0
Status:  OK 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL deepSNV
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/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... /usr/bin/grep
checking for egrep... /usr/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... no
checking malloc.h presence... no
checking for malloc.h... no
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
clang++  -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/include" -I/usr/local/include   -fPIC  -Wall -g -O2  -c bam2R.cpp -o bam2R.o
bam2R.cpp:99:6: warning: unused variable 'c' [-Wunused-variable]
        int c = 0;
            ^
bam2R.cpp:96:13: warning: unused variable 'iter' [-Wunused-variable]
        hts_itr_t *iter = NULL;
                   ^
2 warnings generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/include" -I/usr/local/include   -fPIC  -Wall -g -O2  -c betabinom.c -o betabinom.o
betabinom.c:27:9: warning: unused variable 'log' [-Wunused-variable]
        int i, log=0;
               ^
1 warning generated.
clang++ -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o deepSNV.so bam2R.o betabinom.o /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rhtslib/usrlib/libhts.a -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/3.5/Resources/library/deepSNV/libs
** R
** data
** 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
* DONE (deepSNV)