Package Details: whitebox-tools 2.3.0-1

Git Clone URL: https://aur.archlinux.org/whitebox-tools.git (read-only, click to copy)
Package Base: whitebox-tools
Description: WhiteboxTools is an advanced geospatial data analysis platform developed by Prof. John Lindsay
Upstream URL: https://www.whiteboxgeo.com/
Licenses: MIT
Submitter: geosam
Maintainer: geosam
Last Packager: geosam
Votes: 3
Popularity: 0.000016
First Submitted: 2019-11-06 18:06 (UTC)
Last Updated: 2023-10-14 03:16 (UTC)

Latest Comments

gds506 commented on 2023-10-14 14:56 (UTC)

Got error when building:

==> Validating source files with sha256sums...
    v2.3.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v2.3.0.tar.gz with bsdtar
==> Starting build()...
error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.
==> ERROR: A failure occurred in build().
    Aborting...

giswqs commented on 2020-01-12 03:03 (UTC)

Compiling error:

Compiling statrs v0.9.0 error[E0502]: cannot borrow *curr as immutable because curr.right is also borrowed as mutable --> /home/qiusheng/.cargo/registry/src/github.com-1ecc6299db9ec823/kdtree-0.6.0/src/kdtree.rs:457:20 | 457 | while !curr.is_leaf() { | ^^^^ immutable borrow occurs here ... 460 | candidate = curr.right.as_mut().unwrap(); | ---------- mutable borrow occurs here ... 483 | } | - mutable borrow ends here

...

error: aborting due to 8 previous errors

Some errors occurred: E0499, E0502, E0506. For more information about an error, try rustc --explain E0499. error: Could not compile kdtree. warning: build failed, waiting for other jobs to finish... error: failed to compile whitebox_tools v1.1.0 (/var/tmp/pamac-build-qiusheng/whitebox-tools/src/whitebox-tools-1.1.0), intermediate artifacts can be found at /var/tmp/pamac-build-qiusheng/whitebox-tools/src/whitebox-tools-1.1.0/target