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

This page was generated on 2023-04-19 11:01:54 -0400 (Wed, 19 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
kjohnsonmacOS 13.0 Venturaarm644.2.2 (2022-10-31) -- "Innocent and Trusting" 4256
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

INSTALL results for FLAMES on kjohnson


To the developers/maintainers of the FLAMES package:
Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 682/2183HostnameOS / ArchINSTALLBUILDBUILD BIN
FLAMES 1.4.3  (landing page)
Oliver Voogd
Snapshot Date: 2023-04-12 13:00:02 -0400 (Wed, 12 Apr 2023)
git_url: https://git.bioconductor.org/packages/FLAMES
git_branch: RELEASE_3_16
git_last_commit: 8e3c42d
git_last_commit_date: 2023-03-06 01:05:53 -0400 (Mon, 06 Mar 2023)
kjohnsonmacOS 13.0 Ventura / arm64  OK    OK    OK  UNNEEDED, same version is already published

Summary

Package: FLAMES
Version: 1.4.3
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL FLAMES
StartedAt: 2023-04-16 17:39:48 -0400 (Sun, 16 Apr 2023)
EndedAt: 2023-04-16 17:42:11 -0400 (Sun, 16 Apr 2023)
EllapsedTime: 143.4 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.2-arm64/Resources/library’
* installing *source* package ‘FLAMES’ ...
** using staged installation
** libs
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.2-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/zlibbioc/include' -I/opt/R/arm64/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
In file included from RcppExports.cpp:4:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/RcppCommon.h:168:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/Rcpp/internal/r_coerce.h:255:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
    ::sprintf(buff, "%02x", from);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
1 warning 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.2-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.2-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:5:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/RcppCommon.h:168:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/Rcpp/internal/r_coerce.h:255:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
    ::sprintf(buff, "%02x", from);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-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.2-arm64/Resources/library/Rhtslib/include/htslib/kseq.h:185:12: note: expanded from macro '__KSEQ_READ'
        SCOPE int kseq_read(kseq_t *seq) \
                  ^
4 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.2-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.2-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
In file included from main-functions/match_cell_barcode.cpp:1:
In file included from main-functions/match_cell_barcode.h:9:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/Rcpp.h:27:
In file included from /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/RcppCommon.h:168:
/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rcpp/include/Rcpp/internal/r_coerce.h:255:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
    ::sprintf(buff, "%02x", from);
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
1 warning 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.2-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.2-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.2-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.2-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.2-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.2-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.2-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.2-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.2-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/Rhtslib/include' -I'/Library/Frameworks/R.framework/Versions/4.2-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.2-arm64/Resources/library/Rhtslib/usrlib/libhts.a -lcurl -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
ld: warning: -undefined dynamic_lookup may not work with chained fixups
installing to /Library/Frameworks/R.framework/Versions/4.2-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)