Search Criteria
Package Details: proxmox-backup-client 3.2.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/proxmox-backup-client.git (read-only, click to copy) |
---|---|
Package Base: | proxmox-backup-client |
Description: | Client for Proxmox Backup Server |
Upstream URL: | https://pbs.proxmox.com |
Keywords: | backup pbs proxmox pve rust |
Licenses: | AGPL3 |
Submitter: | flumm |
Maintainer: | flumm (tommitscheck) |
Last Packager: | tommitscheck |
Votes: | 19 |
Popularity: | 0.001569 |
First Submitted: | 2020-07-15 08:23 (UTC) |
Last Updated: | 2024-09-19 07:45 (UTC) |
Dependencies (11)
- acl (acl-gitAUR)
- fuse3 (fuse3-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- python-docutils (make)
- python-sphinx (python-sphinx-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
knieselpriem commented on 2022-10-23 09:22 (UTC) (edited on 2022-10-23 09:24 (UTC) by knieselpriem)
failed to get `anyhow` as a dependency of package `pbs-client v0.1.0`
on x86-64 (6.0.2-2-MANJARO) with commandpamac install proxmox-backup-client
How can I avoid this?
DanSman commented on 2022-02-14 19:30 (UTC)
@flumm
Thank you for pointing this out. I thought I already have it.
flumm commented on 2022-02-13 19:32 (UTC)
@DanSman
You should install the base-devel group as written here: https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites
That should contain both patch and pkg-config
DanSman commented on 2022-02-13 19:16 (UTC)
proxmox-backup-client/PKGBUILD: line 40: patch: command not found
on aarch64 device.And
So https://archlinux.org/packages/core/x86_64/patch/ and https://archlinux.org/packages/core/x86_64/pkgconf/ seems to be missing.
BuzzKillingtonne commented on 2021-12-12 21:57 (UTC)
Thanks for all your hard work!
tommitscheck commented on 2021-12-12 12:35 (UTC) (edited on 2021-12-12 13:23 (UTC) by tommitscheck)
The issue is actually not the compiler at all, its a newer anyhow crate version than Proxmox uses that gets pulled in on Arch.
The
anyhow
version 1.0.49 adds aOk
fn helper which gets imported by accident on a few places and trips then up resolving the tuple variant from the implicit importedcore::result::Result::Ok
You can override
anyhow
to stick at 1.0.48 or wait until the anyhow imports gets fixed up in the Proxmox Backup code, that shouldn't take too long.EDIT: Ok, was only three imports in proxmox helper crates, so I patch those for now here in the package.
tommitscheck commented on 2021-12-12 10:27 (UTC) (edited on 2021-12-12 13:24 (UTC) by tommitscheck)
We use 1.56 for building currently, will check out 1.57 relatively soonish and see if I can do a update again for 2.1 here - albeit there were not really /that/ much changes in the client.
dmshimself commented on 2021-12-11 19:58 (UTC)
I get the same error. I've tried rustup to use 1.45.2 but I get different errors then. Does anyone know which version needs to be used to build this now?
BuzzKillingtonne commented on 2021-12-11 05:16 (UTC) (edited on 2021-12-11 05:17 (UTC) by BuzzKillingtonne)
It looks like the current version is broken, getting error[E0308] and error[E0532] when compiling.
storbake commented on 2021-07-21 00:12 (UTC)
Would like to say thanks for creating this package! I'm using it to backup a physical machine as a full image to a PBS server and it works great.
« First ‹ Previous 1 2 3 4 5 Next › Last »