* installing *source* package 'fastgeojson' ... ** this is package 'fastgeojson' version '0.1.2' ** using staged installation ********************************************** WARNING: this package has a configure script It probably needs manual configuration ********************************************** ** libs using C compiler: 'gcc.exe (GCC) 14.3.0' gcc -I"D:/RCompile/recent/R/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c entrypoint.c -o entrypoint.o # 1. Print Debug Info rustc --version rustc 1.81.0 (eeb90cda1 2024-09-04) cargo --version cargo 1.81.0 (2dbb1af80 2024-08-20) # 2. Prepare Windows Linker Mock mkdir -p ./rust/target/libgcc_mock touch ./rust/target/libgcc_mock/libgcc_eh.a # 3. Setup Vendor (OFFLINE MODE) mkdir -p rust/.cargo if [ -f "rust/vendor.tar.xz" ]; then \ tar xf "rust/vendor.tar.xz" -C "rust" && \ echo '[source.crates-io]' > rust/.cargo/config.toml && \ echo 'replace-with = "vendored-sources"' >> rust/.cargo/config.toml && \ echo '[source.vendored-sources]' >> rust/.cargo/config.toml && \ echo 'directory = "vendor"' >> rust/.cargo/config.toml; \ fi # 4. Build export LIBRARY_PATH=";/d/temp/2026_01_08_22_45_17_15934/Rtmpk9Pt9P/R.INSTALL5c4c221935b3/fastgeojson/src/./rust/target/libgcc_mock" && \ export RUSTFLAGS=" --print=native-static-libs" && \ export CARGO_HOME="/d/temp/2026_01_08_22_45_17_15934/Rtmpk9Pt9P/R.INSTALL5c4c221935b3/fastgeojson/src/rust/.cargo" && \ if [ -f "rust/vendor.tar.xz" ]; then \ echo "Building OFFLINE (Windows)..." && \ cargo build --target=x86_64-pc-windows-gnu --lib --release --offline \ --manifest-path=rust/Cargo.toml \ --target-dir=./rust/target; \ else \ echo "Building ONLINE (Windows)..." && \ cargo build --target=x86_64-pc-windows-gnu --lib --release \ --manifest-path=rust/Cargo.toml \ --target-dir=./rust/target; \ fi Building OFFLINE (Windows)... Compiling crossbeam-utils v0.8.21 Compiling proc-macro2 v1.0.105 Compiling unicode-ident v1.0.22 Compiling quote v1.0.43 Compiling extendr-ffi v0.8.1 Compiling paste v1.0.15 Compiling rayon-core v1.12.1 Compiling extendr-api v0.8.1 Compiling either v1.15.0 Compiling once_cell v1.21.3 Compiling ryu v1.0.22 Compiling itoa v1.0.17 Compiling crossbeam-epoch v0.9.18 Compiling syn v2.0.113 Compiling crossbeam-deque v0.8.6 Compiling rayon v1.10.0 Compiling extendr-macros v0.8.1 Compiling fastgeojson v0.1.2 (D:\temp\2026_01_08_22_45_17_15934\Rtmpk9Pt9P\R.INSTALL5c4c221935b3\fastgeojson\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 -lkernel32 -ladvapi32 -lntdll -luserenv -lws2_32 -lkernel32 Finished `release` profile [optimized] target(s) in 33.76s gcc -shared -s -static-libgcc -o fastgeojson.dll fastgeojson-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lfastgeojson -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR rm -rf ./rust/target rust/.cargo rust/vendor installing to d:/RCompile/CRANincoming/R-devel/lib/00LOCK-fastgeojson/00new/fastgeojson/libs/x64 ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (fastgeojson)