Skip to content

cargo install on Fedora 43 failing towards end #147

@rw3iss

Description

@rw3iss

> cargo install --git https://github.com/frewsxcv/rgis

(...everything before failure...)
Compiling rgis-ui v0.1.0 (/home/rw3iss/.cargo/git/checkouts/rgis-fd0b0ff93f6bcdfa/573c3a5/rgis-ui)
warning: use of deprecated trait `geo::HaversineDistance`: Please use the `Haversine.distance` method from the `Distance` trait instead
 --> rgis-ui/src/systems.rs:7:41
  |
7 | use geo::algorithm::haversine_distance::HaversineDistance;
  |                                         ^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(deprecated)]` on by default

error[E0275]: overflow evaluating the requirement `<<impl GeometryTrait<T = Scalar> as geo_traits::GeometryTrait>::GeometryCollectionType<'_> as GeometryCollectionTrait>::GeometryType<'_>: geo_traits::GeometryTrait`
  |
  = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`geo_bevy`)

For more information about this error, try `rustc --explain E0275`.
error: could not compile `geo-bevy` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
warning: `rgis-ui` (lib) generated 1 warning
error: failed to compile `rgis v0.1.0 (https://github.com/frewsxcv/rgis#573c3a59)`, intermediate artifacts can be found at `/tmp/cargo-install1OWntO`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

/🔒 on ☁  (us-east-2) took 1m40s 
❯ uname -a
Linux rw-pc 6.17.9-300.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Nov 24 23:31:27 UTC 2025 x86_64 GNU/Linux

AMD/nvidia rig.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions