Package Details: cpx-copy 0.1.4-1

Git Clone URL: https://aur.archlinux.org/cpx-copy.git (read-only, click to copy)
Package Base: cpx-copy
Description: A modern, fast file copy tool for Linux with progress bars, resume capability, and more.
Upstream URL: https://github.com/11happy/cpx
Licenses: MIT
Conflicts: cpx, cpx-bin
Submitter: txtsd
Maintainer: txtsd
Last Packager: txtsd
Votes: 1
Popularity: 0.029697
First Submitted: 2026-02-02 03:22 (UTC)
Last Updated: 2026-03-09 06:52 (UTC)

Required by (0)

Sources (1)

Latest Comments

Von_S commented on 2026-04-13 17:16 (UTC)

@txtsd

You are right. I'm on the derivative (Archcraft) x86_64; perhaps this sheds light on things? However, I was using 'rust', not 'rustup'.

Again, many thanks for maintaining cpx-copy for all of us!

txtsd commented on 2026-04-13 16:36 (UTC)

@Von_S I built it successfully just now in a clean chroot (tests and all). Perhaps you have rustup installed instead of rust? rustup requires you to manually update your toolchain with rustup update. If you get the same error after that, try installing rust instead of rustup.

The --frozen flag is recommended by Arch to keep the build() function from downloading files. Downloading should be done within prepare() instead.

Are you on Arch or a derivative? And what's your architecture x86_64 or arm*?

Von_S commented on 2026-04-13 15:35 (UTC) (edited on 2026-04-13 15:40 (UTC) by Von_S)

Dear txtsd,

The package doesn't default install with the following error: → error: no matching package named colored found location searched: crates.io index required by package cpx v0.1.4 (/var/cache/private/yay/cpx-copy/src/cpx-0.1.4) As a reminder, you're using offline mode (--frozen) which can sometimes cause surprising resolution failures, if this error is too confusing you may wish to retry without --frozen. ==> ERROR: A failure occurred in build().     Aborting...  -> error making: cpx-copy-exit status 4  -> Failed to install the following packages. Manual intervention is required: cpx-copy - exit status 4. The 'quick & dirty' fix here is to edit the PKGBUILD manually as follows: - cargo build --frozen --release + cargo build --locked --release & later makepkg manually.

Can you maybe look into this the proper way (needless to say only in your free time)? And many thanks for or maintaining this package for all of us!