Back to Build/check report for BioC 3.13 on Apple's new arm64 arch
ABC[D]EFGHIJKLMNOPQRSTUVWXYZ

INSTALL report for deepSNV on taxco

This page was generated on 2021-01-31 03:53:36 -0500 (Sun, 31 Jan 2021).

These are experimental builds on Apple's new arm64 arch. See here for more information.
To the developers/maintainers of the deepSNV package:
Please make sure to use the following settings in order to reproduce any error or warning you see on this page.
Package 441/1938HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
deepSNV 1.37.0
Moritz Gerstung
Snapshot Date: 2021-01-30 14:40:03 -0500 (Sat, 30 Jan 2021)
URL: https://git.bioconductor.org/packages/deepSNV
Branch: master
Last Commit: 492d0e0
Last Changed Date: 2020-10-27 10:44:43 -0500 (Tue, 27 Oct 2020)
taxcomacOS 11.0.1 Big Sur / arm64  OK    NA    NA  

Summary

Package: deepSNV
Version: 1.37.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL deepSNV
StartedAt: 2021-01-30 17:52:27 -0500 (Sat, 30 Jan 2021)
EndedAt: 2021-01-30 17:53:55 -0500 (Sat, 30 Jan 2021)
EllapsedTime: 88.0 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/4.1-arm64/Resources/library’
* installing *source* package ‘deepSNV’ ...
** using staged installation
** libs
clang++ -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/Rhtslib/include' -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c bam2R.cpp -o bam2R.o
bam2R.cpp:100:6: warning: unused variable 'c' [-Wunused-variable]
        int c = 0;
            ^
bam2R.cpp:97:13: warning: unused variable 'iter' [-Wunused-variable]
        hts_itr_t *iter = NULL;
                   ^
2 warnings generated.
clang -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/Rhtslib/include' -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -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++ -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o deepSNV.so bam2R.o betabinom.o /Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/Rhtslib/usrlib/libhts.a -lcurl -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/00LOCK-deepSNV/00new/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 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 (deepSNV)