Search Criteria
Package Details: xcp-git 0.24.2.r35.gee00e7a-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.000000 |
| First Submitted: | 2020-10-25 01:55 (UTC) |
| Last Updated: | 2026-03-03 22:41 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
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.
makepkgis 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.