* installing *source* package ‘watcher’ ...
** package ‘watcher’ successfully unpacked and MD5 sums checked
** using staged installation
Existing 'libfswatch' not found
Compiling 'libfswatch' from source...
Detecting 'cmake'...
/Applications/CMake.app/Contents/bin/cmake
-- The C compiler identification is AppleClang 14.0.3.14030022
-- The CXX compiler identification is AppleClang 14.0.3.14030022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Gettext: /opt/R/x86_64/bin/msgmerge (found version "0.22.5") 
-- Failed to find Gettext libintl (missing: Intl_LIBRARY) (found version "0.17.0")
-- Performing Test HAVE_STRUCT_STAT_ST_MTIME
-- Performing Test HAVE_STRUCT_STAT_ST_MTIME - Success
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC
-- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC - Success
-- Looking for C++ include sys/inotify.h
-- Looking for C++ include sys/inotify.h - not found
-- Looking for C++ include sys/event.h
-- Looking for C++ include sys/event.h - found
-- Looking for C++ include port.h
-- Looking for C++ include port.h - not found
-- Looking for FindFirstChangeNotification
-- Looking for FindFirstChangeNotification - not found
-- Looking for C++ include CoreServices/CoreServices.h
-- Looking for C++ include CoreServices/CoreServices.h - found
-- Looking for FSEventStreamSetDispatchQueue
-- Looking for FSEventStreamSetDispatchQueue - found
-- Configuring done (10.1s)
-- Generating done (0.0s)
-- Build files have been written to: /Volumes/Builds/packages/big-sur-x86_64/results/4.4/watcher.Rcheck/00_pkg_src/watcher/fswatch-1.18.2
[ 14%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c/cevent.cpp.o
[ 14%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c/libfswatch.cpp.o
[ 21%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/event.cpp.o
[ 28%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c/libfswatch_log.cpp.o
[ 35%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/filter.cpp.o
[ 42%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/libfswatch_exception.cpp.o
[ 50%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/monitor.cpp.o
[ 57%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/monitor_factory.cpp.o
[ 64%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/path_utils.cpp.o
[ 71%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/poll_monitor.cpp.o
[ 78%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/string/string_utils.cpp.o
[ 85%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/kqueue_monitor.cpp.o
[ 92%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/fsevents_monitor.cpp.o
[100%] Linking CXX static library libfswatch.a
[100%] Built target libfswatch
Install the project...
-- Install configuration: "Release"
** 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 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   -I../install/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c link.cpp -o link.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   -I../install/include   -fPIC  -falign-functions=64 -Wall -g -O2  -c watcher.c -o watcher.o
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o watcher.so init.o link.o watcher.o -L../install/lib -lfswatch -lpthread -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
/Volumes/Builds/packages/big-sur-x86_64/results/4.4/watcher.Rcheck/00_pkg_src/watcher/src/link.o: no symbols
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.4/watcher.Rcheck/00LOCK-watcher/00new/watcher/libs
** generating debug symbols (dSYM)
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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 (watcher)