* installing *source* package ‘rsgeo’ ...
** package ‘rsgeo’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc-14 (GCC) 14.1.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/rsgeo/src'
rm -Rf rsgeo.so ./rust/target/release/librsgeo.a entrypoint.o 
gcc-14 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG   -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes  -c entrypoint.c -o entrypoint.o
if [ "" != "true" ]; then \
	if [ -f ./rust/vendor.tar.xz ]; then \
		tar xf ./rust/vendor.tar.xz && \
		mkdir -p /data/gannet/ripley/R/packages/tests-devel/rsgeo/src/.cargo && \
		cp ./rust/vendor-config.toml /data/gannet/ripley/R/packages/tests-devel/rsgeo/src/.cargo/config.toml; \
	fi; \
	export CARGO_HOME=/data/gannet/ripley/R/packages/tests-devel/rsgeo/src/.cargo; \
	export PATH="/data/gannet/ripley/bin:/usr/local/bin:/usr/local/texbin:/usr/sbin:.:/data/gannet/ripley/bin:/usr/local/texbin:/usr/local/bin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lib64/openmpi/bin:/usr/lib64/openmpi/bin:/data/gannet/ripley/.cargo/bin" && \
	cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
		rm -Rf /data/gannet/ripley/R/packages/tests-devel/rsgeo/src/.cargo /data/gannet/ripley/R/packages/tests-devel/rsgeo/src/vendor ./rust/target/release/build; \
else \
	export PATH="/data/gannet/ripley/bin:/usr/local/bin:/usr/local/texbin:/usr/sbin:.:/data/gannet/ripley/bin:/usr/local/texbin:/usr/local/bin:/usr/sbin:/usr/lib64/qt-3.3/bin:/usr/share/Modules/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lib64/openmpi/bin:/usr/lib64/openmpi/bin:/data/gannet/ripley/.cargo/bin" && \
	cargo build --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target; \
fi
error: package `geographiclib-rs v0.2.4` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.69.0
Either upgrade to rustc 1.70.0 or newer, or use
cargo update -p geographiclib-rs@0.2.4 --precise ver
where `ver` is the latest version of `geographiclib-rs` supporting rustc 1.69.0
gcc-14 -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/gcc14/lib64 -L/usr/local/lib64 -o rsgeo.so entrypoint.o -L./rust/target/release -lrsgeo -lssl -lcrypto
/usr/bin/ld: cannot find -lrsgeo
collect2: error: ld returned 1 exit status
make[1]: *** [/data/gannet/ripley/R/R-devel/share/make/shlib.mk:10: rsgeo.so] Error 1
make[1]: Target 'all' not remade because of errors.
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/rsgeo/src'
ERROR: compilation failed for package ‘rsgeo’
* removing ‘/data/gannet/ripley/R/packages/tests-devel/rsgeo.Rcheck/rsgeo’