-
Notifications
You must be signed in to change notification settings - Fork 4
Effective minimal rustc / cargo version may be 1.81 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you! Will investigate. No explicit dependencies have changed so I
suspect a patch version broke this. 🫠
…On Fri, Apr 11, 2025 at 14:18 Dirk Eddelbuettel ***@***.***> wrote:
Build fails on Ubuntu 24.04:
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
# Check if NOT_CRAN is false and unzip vendor.tar.xz if so
if [ "" != "true" ]; then \
if [ -f ./rust/vendor.tar.xz ]; then \
tar xf rust/vendor.tar.xz && \
mkdir -p /mnt/build/noble/arcgisplaces/src/arcgisplaces/src/.cargo && \
cp rust/vendor-config.toml /mnt/build/noble/arcgisplaces/src/arcgisplaces/src/.cargo/config.toml; \
fi; \
fi
export CARGO_HOME=/mnt/build/noble/arcgisplaces/src/arcgisplaces/src/.cargo && \
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin" && \
RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target
error: package `litemap v0.7.5` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.75.0
Either upgrade to rustc 1.81 or newer, or use
cargo update ***@***.*** --precise ver
where `ver` is the latest version of `litemap` supporting rustc 1.75.0
make: *** [Makevars:28: rust/target/release/libarcgisplaces.a] Error 101
ERROR: compilation failed for package ‘arcgisplaces’
* removing ‘/mnt/build/noble/arcgisplaces/debian/r-cran-arcgisplaces/usr/lib/R/site-library/arcgisplaces’
* restoring previous ‘/mnt/build/noble/arcgisplaces/debian/r-cran-arcgisplaces/usr/lib/R/site-library/arcgisplaces’
[error 1]
So litemap may make it 1.81.
—
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHIKLAXHE7OB2O5X4KNMXD2ZAWQXAVCNFSM6AAAAAB27EFAJSVHI2DSMVQWIX3LMV43ASLTON2WKOZSHE4DSNZUGYYTOOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
*eddelbuettel* created an issue (R-ArcGIS/arcgisplaces#6)
<#6>
Build fails on Ubuntu 24.04:
** libs
using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’
# Check if NOT_CRAN is false and unzip vendor.tar.xz if so
if [ "" != "true" ]; then \
if [ -f ./rust/vendor.tar.xz ]; then \
tar xf rust/vendor.tar.xz && \
mkdir -p /mnt/build/noble/arcgisplaces/src/arcgisplaces/src/.cargo && \
cp rust/vendor-config.toml /mnt/build/noble/arcgisplaces/src/arcgisplaces/src/.cargo/config.toml; \
fi; \
fi
export CARGO_HOME=/mnt/build/noble/arcgisplaces/src/arcgisplaces/src/.cargo && \
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin" && \
RUSTFLAGS=" --print=native-static-libs" cargo build -j 2 --offline --lib --release --manifest-path=./rust/Cargo.toml --target-dir ./rust/target
error: package `litemap v0.7.5` cannot be built because it requires rustc 1.81 or newer, while the currently active rustc version is 1.75.0
Either upgrade to rustc 1.81 or newer, or use
cargo update ***@***.*** --precise ver
where `ver` is the latest version of `litemap` supporting rustc 1.75.0
make: *** [Makevars:28: rust/target/release/libarcgisplaces.a] Error 101
ERROR: compilation failed for package ‘arcgisplaces’
* removing ‘/mnt/build/noble/arcgisplaces/debian/r-cran-arcgisplaces/usr/lib/R/site-library/arcgisplaces’
* restoring previous ‘/mnt/build/noble/arcgisplaces/debian/r-cran-arcgisplaces/usr/lib/R/site-library/arcgisplaces’
[error 1]
So litemap may make it 1.81.
—
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHIKLAXHE7OB2O5X4KNMXD2ZAWQXAVCNFSM6AAAAAB27EFAJSVHI2DSMVQWIX3LMV43ASLTON2WKOZSHE4DSNZUGYYTOOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
"Its a bad day" as I hit them same thing for fangs and salso. Blacklist growing, sadly. |
And arcgisutils and tomledit built fine, btw. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build fails on Ubuntu 24.04:
So
litemap
may make it 1.81.The text was updated successfully, but these errors were encountered: