Back to Mac ARM64 build report for BioC 3.17
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-10-20 09:38:02 -0400 (Fri, 20 Oct 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson2macOS 12.6.1 Montereyarm644.3.1 (2023-06-16) -- "Beagle Scouts" 4347
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 705/2230HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
FLAMES 1.6.0  (landing page)
Oliver Voogd
Snapshot Date: 2023-10-15 14:00:07 -0400 (Sun, 15 Oct 2023)
git_url: https://git.bioconductor.org/packages/FLAMES
git_branch: RELEASE_3_17
git_last_commit: 31277b6
git_last_commit_date: 2023-04-25 11:31:20 -0400 (Tue, 25 Apr 2023)
kjohnson2macOS 12.6.1 Monterey / arm64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

INSTALL results for FLAMES on kjohnson2


To the developers/maintainers of the FLAMES package:
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: FLAMES
Version: 1.6.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL FLAMES
StartedAt: 2023-10-15 19:09:39 -0400 (Sun, 15 Oct 2023)
EndedAt: 2023-10-15 19:12:25 -0400 (Sun, 15 Oct 2023)
EllapsedTime: 166.0 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL FLAMES
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’
* installing *source* package ‘FLAMES’ ...
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using C++17
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppFunctions.cpp -o RcppFunctions.o
In file included from RcppFunctions.cpp:7:
In file included from ./main-functions/match_cell_barcode.h:13:
./main-functions/../utility/fastq_utils.h:12:1: warning: unused function 'kseq_init' [-Wunused-function]
KSEQ_INIT(gzFile, gzread)
^
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:240:35: note: expanded from macro 'KSEQ_INIT'
#define KSEQ_INIT(type_t, __read) KSEQ_INIT2(static, type_t, __read)
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:237:2: note: expanded from macro 'KSEQ_INIT2'
        __KSEQ_BASIC(SCOPE, type_t)                                     \
        ^
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:165:16: note: expanded from macro '__KSEQ_BASIC'
        SCOPE kseq_t *kseq_init(type_t fd)                                                                      \
                      ^
In file included from RcppFunctions.cpp:7:
In file included from ./main-functions/match_cell_barcode.h:13:
./main-functions/../utility/fastq_utils.h:12:1: warning: unused function 'kseq_destroy' [-Wunused-function]
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:240:35: note: expanded from macro 'KSEQ_INIT'
#define KSEQ_INIT(type_t, __read) KSEQ_INIT2(static, type_t, __read)
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:237:2: note: expanded from macro 'KSEQ_INIT2'
        __KSEQ_BASIC(SCOPE, type_t)                                     \
        ^
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:171:13: note: expanded from macro '__KSEQ_BASIC'
        SCOPE void kseq_destroy(kseq_t *ks)                                                                     \
                   ^
In file included from RcppFunctions.cpp:7:
In file included from ./main-functions/match_cell_barcode.h:13:
./main-functions/../utility/fastq_utils.h:12:1: warning: unused function 'kseq_read' [-Wunused-function]
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:240:35: note: expanded from macro 'KSEQ_INIT'
#define KSEQ_INIT(type_t, __read) KSEQ_INIT2(static, type_t, __read)
                                  ^
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:238:2: note: expanded from macro 'KSEQ_INIT2'
        __KSEQ_READ(SCOPE)
        ^
/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:185:12: note: expanded from macro '__KSEQ_READ'
        SCOPE int kseq_read(kseq_t *seq) \
                  ^
3 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c main-functions/match_cell_barcode.cpp -o main-functions/match_cell_barcode.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c utility/edit_dist.cpp -o utility/edit_dist.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c utility/fastq_utils.cpp -o utility/fastq_utils.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c utility/ssw/ssw_cpp.cpp -o utility/ssw/ssw_cpp.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c bam.c -o bam.o
clang -arch arm64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -D_FILE_OFFSET_BITS=64 -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c utility/ssw/ssw.c -o utility/ssw/ssw.o
clang++ -arch arm64 -std=gnu++17 -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 FLAMES.so RcppExports.o RcppFunctions.o main-functions/match_cell_barcode.o utility/edit_dist.o utility/fastq_utils.o utility/ssw/ssw_cpp.o bam.o utility/ssw/ssw.o /Library/Frameworks/R.framework/Versions/4.3-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.3-arm64/Resources/library/00LOCK-FLAMES/00new/FLAMES/libs
** R
** 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 (FLAMES)