Search Criteria
Package Details: xcp-git 0.21.3.r0.g2c8c3f0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xcp-git.git (read-only, click to copy) |
---|---|
Package Base: | xcp-git |
Description: | An extended 'cp' |
Upstream URL: | https://github.com/tarka/xcp |
Licenses: | GPL-3.0-only |
Conflicts: | xcp |
Provides: | xcp |
Submitter: | spikecodes |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 3 |
Popularity: | 0.000210 |
First Submitted: | 2020-10-25 01:55 (UTC) |
Last Updated: | 2024-09-02 08:37 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
xiota commented on 2024-04-16 02:05 (UTC)
@Porkepix Should be fixed now. If you see similar issue in any of my other packages, feel free to flag.
Porkepix commented on 2024-04-15 16:25 (UTC)
Package have issues to be built by AUR helpers since the last update, it fails with this error:
After talking with the developer of one of those AUR helper, it happens to be cause by some variables defined and scoped in the prepare() function and therefore unavailable from the other functions. Those variables needs to be redefined in those functions or to be global variables.
makepkg
is a little bit more permissive and somehow concatenate functions content or something similar which those AUR helper don't.Issue can be reproduced with
makepkg -o && makepkg -e
.