* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘watcher’ ...
** this is package ‘watcher’ version ‘0.1.1’
** package ‘watcher’ successfully unpacked and MD5 sums checked
** using staged installation
Existing 'libfswatch' not found
Compiling 'libfswatch' from source...
Detecting 'cmake'...
/usr/bin/cmake
-- The C compiler identification is Clang 19.1.7
-- The CXX compiler identification is Clang 19.1.7
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang-19 - 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: /usr/bin/clang++-19 - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Gettext: /usr/bin/msgmerge (found version "0.23.1")
-- Found Intl: built in to C library
-- 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 - Failed
-- Looking for C++ include sys/inotify.h
-- Looking for C++ include sys/inotify.h - found
-- Looking for C++ include sys/event.h
-- Looking for C++ include sys/event.h - not found
-- Looking for C++ include port.h
-- Looking for C++ include port.h - not found
-- Looking for FindFirstChangeNotification
-- Looking for FindFirstChangeNotification - not found
-- Configuring done (2.2s)
-- Generating done (0.1s)
-- Build files have been written to: /home/hornik/tmp/scratch/RtmpSO8P9L/R.INSTALL3f43243dd14eac/watcher/fswatch-1.19.0
gmake[1]: Entering directory '/home/hornik/tmp/scratch/RtmpSO8P9L/R.INSTALL3f43243dd14eac/watcher/fswatch-1.19.0'
[  7%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c/cevent.cpp.o
[ 15%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c/libfswatch.cpp.o
[ 23%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c/libfswatch_log.cpp.o
[ 30%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/event.cpp.o
[ 38%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/filter.cpp.o
[ 46%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/libfswatch_exception.cpp.o
[ 53%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/monitor.cpp.o
[ 61%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/monitor_factory.cpp.o
[ 69%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/path_utils.cpp.o
[ 76%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/poll_monitor.cpp.o
[ 84%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/string/string_utils.cpp.o
[ 92%] Building CXX object libfswatch/CMakeFiles/libfswatch.dir/src/libfswatch/c++/inotify_monitor.cpp.o
[100%] Linking CXX static library libfswatch.a
[100%] Built target libfswatch
Install the project...
-- Install configuration: "Release"
gmake[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpSO8P9L/R.INSTALL3f43243dd14eac/watcher/fswatch-1.19.0'
** libs
using C compiler: ‘Debian clang version 19.1.7 (1+b1)’
using C++ compiler: ‘Debian clang version 19.1.7 (1+b1)’
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpSO8P9L/R.INSTALL3f43243dd14eac/watcher/src'
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I../install/include  -fvisibility=hidden -fpic  -g -O3 -Wall -pedantic -c init.c -o init.o
clang++-19 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O3 -Wall -pedantic -Wno-missing-template-arg-list-after-template-kw  -c link.cpp -o link.o
clang-19 -std=gnu23 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG   -I/usr/local/include -D_FORTIFY_SOURCE=3  -I../install/include  -fvisibility=hidden -fpic  -g -O3 -Wall -pedantic -c watcher.c -o watcher.o
clang++-19 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o watcher.so init.o link.o watcher.o -L../install/lib -lfswatch -lpthread -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpSO8P9L/R.INSTALL3f43243dd14eac/watcher/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpSO8P9L/R.INSTALL3f43243dd14eac/watcher/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpSO8P9L/R.INSTALL3f43243dd14eac/watcher/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-watcher/00new/watcher/libs
** 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)