mirror of
https://github.com/sg4r/proxmox-backup-client.git
synced 2026-04-25 23:45:48 +03:00
[GH-ISSUE #8] failed to select a version for the requirement pxar = "^0.6.1" #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-backup-client#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Naolador on GitHub (Feb 15, 2021).
Original GitHub issue: https://github.com/sg4r/proxmox-backup-client/issues/8
OS: CentOS Linux release 7.6.1810 and CentOS Linux release 7.5.1804
After issued bash ./pbs.build.sh, the installation couldn't proceed. Below is the output:
My testing machine with the same OS version works.
@halo779 commented on GitHub (Feb 17, 2021):
This seems to be caused by cargo only pulling the latest copy of pxar.
Building is possible by setting rev = 4f2d271a9608b576bf2dad22672a930285b5d7dd
Will put a PR in, but probably just as much value to upgrade to 1.0.8 now that it's out
@halo779 commented on GitHub (Feb 17, 2021):
PR #9 Created to resolve this issue.