Package Details: dutree 0.2.18-3

Git Clone URL: https://aur.archlinux.org/dutree.git (read-only, click to copy)
Package Base: dutree
Description: A tool to analyze file system usage written in Rust
Upstream URL: https://github.com/nachoparker/dutree
Keywords: du rust tree
Licenses: GPL3
Submitter: wezm
Maintainer: abdulocracy
Last Packager: abdulocracy
Votes: 8
Popularity: 0.34
First Submitted: 2018-05-11 22:48 (UTC)
Last Updated: 2023-09-15 20:58 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

antage commented on 2022-11-19 08:09 (UTC)

Trying to install with rua and rustup and I got following error:

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 prepare().

You should to add export RUSTUP_TOOLCHAIN=stable in prepare().

marcospb19 commented on 2021-12-13 01:43 (UTC)

Thanks for your response.

Sorry, I was mistaken in my last comment, dutree got recompiled here because it's testing and building is using different profiles, you could set --release in the cargo test command so it wouldn't have to recompile, but I would understand if you don't want to do that, as some code or libraries could rely on debug assertions for testing.

I wonder if these integration tests are needed, all crates.io crate versions are already tested before update.

Ignore this message if this is intended, I just thought it was weird and maybe added by accident.

lmartinez-mirror commented on 2021-12-09 15:38 (UTC) (edited on 2021-12-09 15:39 (UTC) by lmartinez-mirror)

cargo build does not run dutree's unit test, it simply compiles the binary.

If you don't want to run the check function, pass --nocheck or similar to your AUR helper.

marcospb19 commented on 2021-12-09 00:59 (UTC)

Why does this need to be checked and tested? Cargo Build already checks everything, so doing another Check run is unnecessary

lmartinez-mirror commented on 2021-02-21 04:12 (UTC) (edited on 2021-05-25 04:38 (UTC) by lmartinez-mirror)

It's been several months since upstream put out a release, so I have gone ahead and created dutree-git. Please use that package instead, as it contains the missing Cargo.lock file needed to compile with --locked.

EDIT: As of version 0.2.18, this package can now be compiled with --locked.

wezm commented on 2020-07-06 22:15 (UTC)

Note: The v0.2.16 release did not contain a Cargo.lock, so can't be built with --locked. I reported upstream, and they added it back to the repo but have not issued a new release. I'm waiting for said new release in order to update this package.

astrapi commented on 2020-07-06 08:33 (UTC)

dutree-0.2.15.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!

wezm commented on 2018-07-01 04:06 (UTC)

@trumank Upstream must have re-issued the same version. I've updated the PKGBUILD.

trumank commented on 2018-07-01 00:23 (UTC)

dutree-0.2.8.tar.gz is not passing the validity check.