* installing *source* package 'rsgeo' ...
** package 'rsgeo' successfully unpacked and MD5 sums checked
** using staged installation
configure.win: loading site script /usr/local/etc/config.site
checking for rustc... rustc
configure.win: creating ./config.status
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src'
rm -Rf rsgeo.dll ./rust/target/x86_64-pc-windows-gnu/release/librsgeo.a entrypoint.o
gcc  -I"D:/RCompile/recent/R/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c entrypoint.c -o entrypoint.o
mkdir -p ./rust/target/libgcc_mock
touch ./rust/target/libgcc_mock/libgcc_eh.a
if [ "" != "true" ]; then \
	if [ -f ./rust/vendor.tar.xz ]; then \
		tar xf rust/vendor.tar.xz && \
		mkdir -p /d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src/.cargo && \
		cp rust/vendor-config.toml /d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src/.cargo/config.toml; \
	fi; \
	export CARGO_HOME=/d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src/.cargo && \
	export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && \
	export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src/./rust/target/libgcc_mock" && \
	cargo build --target=x86_64-pc-windows-gnu --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
	rm -Rf /d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src/.cargo /d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src/vendor ./rust/target/x86_64-pc-windows-gnu/release/build; \
else \
	export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && \
	export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src/./rust/target/libgcc_mock" && \
	cargo build --target=x86_64-pc-windows-gnu --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
fi
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling autocfg v1.3.0
   Compiling libm v0.2.8
   Compiling semver v1.0.23
   Compiling ident_case v1.0.1
   Compiling strsim v0.11.1
   Compiling fnv v1.0.7
   Compiling byteorder v1.5.0
   Compiling stable_deref_trait v1.2.0
   Compiling version_check v0.9.4
   Compiling scopeguard v1.2.0
   Compiling crossbeam-utils v0.8.20
   Compiling heapless v0.8.0
   Compiling smallvec v1.13.2
   Compiling once_cell v1.19.0
   Compiling serde v1.0.204
   Compiling zerocopy v0.7.35
   Compiling either v1.13.0
   Compiling libR-sys v0.7.0
   Compiling cfg-if v1.0.0
   Compiling allocator-api2 v0.2.18
   Compiling serde_json v1.0.120
   Compiling paste v1.0.15
   Compiling extendr-api v0.7.0
   Compiling itoa v1.0.11
   Compiling rayon-core v1.12.1
   Compiling robust v1.1.0
   Compiling ryu v1.0.18
   Compiling log v0.4.22
   Compiling float_next_after v1.0.0
   Compiling hash32 v0.2.1
   Compiling hash32 v0.3.1
   Compiling itertools v0.11.0
   Compiling num-traits v0.2.19
   Compiling lock_api v0.4.12
   Compiling ahash v0.8.11
   Compiling rustc_version v0.4.0
   Compiling geographiclib-rs v0.2.4
   Compiling quote v1.0.36
   Compiling hashbrown v0.14.5
   Compiling heapless v0.7.17
   Compiling spin v0.9.8
   Compiling crossbeam-epoch v0.9.18
   Compiling syn v2.0.70
   Compiling crossbeam-deque v0.8.5
   Compiling approx v0.5.1
   Compiling rstar v0.12.0
   Compiling spade v2.9.0
   Compiling earcutr v0.4.3
   Compiling rayon v1.10.0
   Compiling rstar v0.11.0
   Compiling geo-types v0.7.13 (https://github.com/georust/geo#ff0eccbc)
   Compiling geo v0.28.0 (https://github.com/georust/geo#ff0eccbc)
   Compiling darling_core v0.20.10
   Compiling serde_derive v1.0.204
   Compiling extendr-macros v0.7.0
   Compiling darling_macro v0.20.10
   Compiling darling v0.20.10
   Compiling derive_builder_core v0.20.0
   Compiling serde_with_macros v3.8.3
   Compiling derive_builder_macro v0.20.0
   Compiling derive_builder v0.20.0
   Compiling serde_with v3.8.3
   Compiling serde_esri v0.3.1 (https://github.com/JosiahParry/serde_esri#28502b3a)
   Compiling sfconversions v0.3.0 (https://github.com/JosiahParry/sfconversions?rev=bac5a7108e5e9b20b9ee11f455827ce255947156#bac5a710)
   Compiling rsgeo v0.1.3 (D:\temp\RtmpIna8Bg\R.INSTALL31f586c1a1771\rsgeo\src\rust)
    Finished release [optimized] target(s) in 1m 23s
gcc -shared -s -static-libgcc -o rsgeo.dll rsgeo-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lrsgeo -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -lcrypt32 -lssl -lcrypto -lsecur32 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src'
make[1]: Entering directory '/d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src'
make[1]: Leaving directory '/d/temp/RtmpIna8Bg/R.INSTALL31f586c1a1771/rsgeo/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-rsgeo/00new/rsgeo/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
* MD5 sums
packaged installation of 'rsgeo' as rsgeo_0.1.7.zip
* DONE (rsgeo)