* installing *source* package ‘awdb’ ...
** this is package ‘awdb’ version ‘0.1.4’
** package ‘awdb’ successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.97.1 (c980f4866 2026-06-30) (Fedora 1.97.1-1.fc44)
Using rustc 1.97.1 (8bab26f4f 2026-07-14) (Fedora 1.97.1-1.fc44)
Building for CRAN.
Writing `src/Makevars`.
`tools/config.R` has finished.
** libs
using C compiler: ‘clang version 22.1.8’
make[1]: Entering directory '/data/localhost/ripley/R/packages/tests-clang/awdb/src'
clang-22 -std=gnu23 -I"/data/localhost/ripley/R/R-clang/include" -DNDEBUG   -isystem /usr/local/clang22me/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3  -c entrypoint.c -o entrypoint.o
if [ -d ./vendor ]; then \
	echo "=== Using offline vendor directory ==="; \
	mkdir -p "/data/localhost/ripley/R/packages/tests-clang/awdb/src/.cargo" && \
	cp rust/vendor-config.toml "/data/localhost/ripley/R/packages/tests-clang/awdb/src/.cargo/config.toml"; \
elif [ -f ./rust/vendor.tar.xz ]; then \
	echo "=== Using offline vendor tarball ==="; \
	tar xf rust/vendor.tar.xz && \
	mkdir -p "/data/localhost/ripley/R/packages/tests-clang/awdb/src/.cargo" && \
	cp rust/vendor-config.toml "/data/localhost/ripley/R/packages/tests-clang/awdb/src/.cargo/config.toml"; \
fi
=== Using offline vendor tarball ===
export CARGO_HOME="/data/localhost/ripley/R/packages/tests-clang/awdb/src/.cargo" && \
export PATH="/usr/local/clang/bin:/data/localhost/ripley/bin:/usr/local/texbin:/usr/local/bin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/bin:/bin:/usr/sbin:/sbin:/data/localhost/ripley/.composer/vendor/bin:/usr/lib64/openmpi/bin:/data/localhost/ripley/.cargo/bin" && \
RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir="./rust/target" 
warning: a `-j` argument was passed to Cargo but Cargo is also configured with an external jobserver in its environment, ignoring the `-j` parameter
   Compiling proc-macro2 v1.0.107
   Compiling quote v1.0.47
   Compiling unicode-ident v1.0.24
   Compiling crossbeam-utils v0.8.22
   Compiling serde_core v1.0.229
   Compiling crossbeam-epoch v0.9.20
   Compiling syn v3.0.3
   Compiling extendr-ffi v0.9.0 (https://github.com/extendr/extendr#74afddcb)
   Compiling crossbeam-deque v0.8.7
   Compiling serde v1.0.229
   Compiling rayon-core v1.13.0
   Compiling zmij v1.0.23
   Compiling paste v1.0.15
   Compiling syn v2.0.119
   Compiling serde_derive v1.0.229
   Compiling serde_json v1.0.151
   Compiling extendr-api v0.9.0 (https://github.com/extendr/extendr#74afddcb)
   Compiling lazy_static v1.5.0
   Compiling readonly v0.2.14
   Compiling once_cell v1.21.4
   Compiling itoa v1.0.18
   Compiling either v1.18.0
   Compiling memchr v2.8.3
   Compiling rayon v1.12.0
   Compiling extendr-macros v0.9.0 (https://github.com/extendr/extendr#74afddcb)
   Compiling awdb v0.1.0 (/data/localhost/ripley/R/packages/tests-clang/awdb/src/rust)
note: link against the following native artifacts when linking against this static library. The order and any duplication can be significant on some platforms

note: native-static-libs: -lR -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc

    Finished `release` profile [optimized] target(s) in 29.00s
clang-22 -std=gnu23 -o rust/document rust/document.c -L./rust/target/release -lawdb -L"/data/localhost/ripley/R/R-clang/lib" -lR
/usr/bin/ld.bfd: cannot find -lR: No such file or directory
clang-22: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makevars:29: rust/target/release/libawdb.a] Error 1
make[1]: Target 'all' not remade because of errors.
make[1]: Leaving directory '/data/localhost/ripley/R/packages/tests-clang/awdb/src'
ERROR: compilation failed for package ‘awdb’
* removing ‘/data/localhost/ripley/R/packages/tests-clang/awdb.Rcheck/awdb’