* installing *source* package ‘RcppRedis’ ...
** package ‘RcppRedis’ successfully unpacked and MD5 sums checked
** using staged installation
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 the compiler supports GNU C++... yes
checking whether clang++ -arch x86_64 -std=gnu++17 accepts -g... yes
checking for clang++ -arch x86_64 -std=gnu++17 option to enable C++11 features... none needed
checking how to run the C++ preprocessor... clang++ -arch x86_64 -std=gnu++17 -E
checking whether the compiler supports GNU C++... (cached) yes
checking whether clang++ -arch x86_64 -std=gnu++17 accepts -g... (cached) yes
checking for clang++ -arch x86_64 -std=gnu++17 option to enable C++11 features... (cached) none needed
checking for pkg-config... yes
configure: WARNING: pkg-config exists but hiredis is not available.
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for hiredis/hiredis.h... no
configure: WARNING: Hiredis headers not found with via default CXXFLAGS and CPPFLAGS, trying /usr/local/include
configure: WARNING: Unsetting ac_cv_header_hiredis_hiredis_h
checking for hiredis/hiredis.h... no
configure: WARNING: hiredis headers not found.
checking for RcppMsgPack... yes
configure: Found RcppMsgPack, using '-I/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/RcppMsgPack/include -DHAVE_MSGPACK'
configure: creating ./config.status
config.status: creating src/Makevars

RcppRedis 0.2.4
================

compiler flags:  -I. -I/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/RcppMsgPack/include -DHAVE_MSGPACK
link argument:   hiredis/libhiredis.a
library target:  libhiredis.a

** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/RApiSerialize/include' -I/opt/R/x86_64/include   -I. -I/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/RcppMsgPack/include -DHAVE_MSGPACK -fPIC  -falign-functions=64 -Wall -g -O2  -c Redis.cpp -o Redis.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/Rcpp/include' -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.3/RApiSerialize/include' -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
make CC="clang -arch x86_64" CFLAGS="-falign-functions=64 -Wall -g -O2  -fPIC" AR="ar" RANLIB="ranlib" --directory=hiredis --makefile=GNUmakefile libhiredis.a
clang -arch x86_64 -std=c99 -pedantic -c -O3 -fPIC  -falign-functions=64 -Wall -g -O2  -fPIC -Wall -g -ggdb alloc.c
clang -arch x86_64 -std=c99 -pedantic -c -O3 -fPIC  -falign-functions=64 -Wall -g -O2  -fPIC -Wall -g -ggdb net.c
clang -arch x86_64 -std=c99 -pedantic -c -O3 -fPIC  -falign-functions=64 -Wall -g -O2  -fPIC -Wall -g -ggdb hiredis.c
clang -arch x86_64 -std=c99 -pedantic -c -O3 -fPIC  -falign-functions=64 -Wall -g -O2  -fPIC -Wall -g -ggdb sds.c
clang -arch x86_64 -std=c99 -pedantic -c -O3 -fPIC  -falign-functions=64 -Wall -g -O2  -fPIC -Wall -g -ggdb async.c
clang -arch x86_64 -std=c99 -pedantic -c -O3 -fPIC  -falign-functions=64 -Wall -g -O2  -fPIC -Wall -g -ggdb read.c
clang -arch x86_64 -std=c99 -pedantic -c -O3 -fPIC  -falign-functions=64 -Wall -g -O2  -fPIC -Wall -g -ggdb sockcompat.c
ar rcs libhiredis.a alloc.o net.o hiredis.o sds.o async.o read.o sockcompat.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libhiredis.a(sockcompat.o) has no symbols
clang++ -arch x86_64 -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/x86_64/lib -o RcppRedis.so Redis.o init.o hiredis/libhiredis.a -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/RcppRedis.Rcheck/00LOCK-RcppRedis/00new/RcppRedis/libs
** generating debug symbols (dSYM)
** R
** demo
** 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 (RcppRedis)