Search Criteria
Package Details: xcp 0.12.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xcp.git (read-only, click to copy) |
---|---|
Package Base: | xcp |
Description: | An exctended 'cp', written in Rust |
Upstream URL: | https://github.com/tarka/xcp |
Keywords: | cp |
Licenses: | GPL3 |
Submitter: | ArniDagur |
Maintainer: | tarball |
Last Packager: | tarball |
Votes: | 3 |
Popularity: | 0.041391 |
First Submitted: | 2019-01-14 02:25 (UTC) |
Last Updated: | 2023-08-23 05:47 (UTC) |
Dependencies (3)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
Latest Comments
simona commented on 2020-10-03 08:23 (UTC) (edited on 2020-10-03 08:25 (UTC) by simona)
error
error: no override and no default toolchain set
Solved with:
rustup install stable ; rustup default stable
stvhuang commented on 2020-02-18 07:13 (UTC) (edited on 2020-02-18 07:20 (UTC) by stvhuang)
failures: os::linux::tests::test_empty_extent os::linux::tests::test_extent_fetch os::linux::tests::test_extent_fetch_many
test result: FAILED. 11 passed; 3 failed; 21 ignored; 0 measured; 0 filtered out
error: test failed, to rerun pass '--bin xcp' ==> ERROR: A failure occurred in check(). Aborting... Error making: xcp
build successfully, but cannot pass the test