Search Criteria
Package Details: proxmox-backup-client 3.3.0-1
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.000834 |
First Submitted: | 2020-07-15 08:23 (UTC) |
Last Updated: | 2024-11-30 12:00 (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, rustup-stubAUR, 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)
Required by (0)
Sources (11)
- 0001-re-route-dependencies-not-available-on-crates.io-to-.patch
- 0002-docs-drop-all-but-client-man-pages.patch
- 0003-cargo-downgrade-http-to-0.2.12.patch
- 0004-cargo-use-local-patched-h2-dependency.patch
- elf-strip-unused-dependencies.sh
- h2
- pathpatterns
- proxmox-backup-client-3.3.0
- proxmox-fuse
- proxmox
- pxar
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
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.
OJaksch commented on 2021-03-29 08:45 (UTC)
@tommitscheck Great! Can confirm that it's compiling with Rust 1.51.0 now. No more jumping between Rust versions. YMMD!
tommitscheck commented on 2021-03-29 08:18 (UTC) (edited on 2021-03-29 08:18 (UTC) by tommitscheck)
@OJaksch, FYI: we build our own rust and LLVM toolchain, so we're not relying on Debian's version here (currently 1.48 is used by us)
And this was actually not a compiler fault but rather an update in a transitive dependency (http-body 0.4.1) which added a new
map_err
to their type, causing an ambiguity rust could not resolve automatically here.Now fixed by telling rust which type's
map_err
method we actually want here.OJaksch commented on 2021-03-28 18:10 (UTC)
@BuzzKillingtonne Have a look to my question from 2020/09 and to it's according answer:
That way I was allowed to create this package. If I remember correctly Debian is still using this "old" rust toolchain and therefore it seems to be required to build this package.
BuzzKillingtonne commented on 2021-03-28 17:40 (UTC)
@tommitscheck I just tried it on 1.50.0-1 and 1.50.0-2 and I get the same error when compiling.
tommitscheck commented on 2021-03-28 17:05 (UTC) (edited on 2021-03-28 17:05 (UTC) by tommitscheck)
@BuzzKillingtonne can you try to downgrade rust to 1.50? As that was the Rust version I used when updating to 1.0.11 and it worked fine here.
We'll investigate this for 1.51, I can reproduce it...
BuzzKillingtonne commented on 2021-03-28 16:56 (UTC) (edited on 2021-03-28 17:05 (UTC) by BuzzKillingtonne)
Since the latest version 1.0.11-1 I've not been able to compile, I've tried this on two different computers.
OJaksch commented on 2021-03-18 15:30 (UTC)
Potzblitz! I know that we're living at the Bleeding Edge with our Arch, but I didn't know that we're in a future time, as their original Debian repo is still at v1.09 (pbs) and v1.10 (pve). Cheeers!
tylerlm commented on 2021-03-18 10:41 (UTC)
Build fails in a chroot because PKGBUILD is missing
'systemd'
inmakedepends
.Please can we add it? (And also, I agree, thanks for keeping this up-to-date!)
OJaksch commented on 2020-11-26 15:07 (UTC)
Thanks for keeping this up to date! :-*
« First ‹ Previous 1 2 3 4 5 Next › Last »