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
1 2 3 4 5 Next › Last »
OJaksch commented on 2024-09-19 08:37 (UTC)
Just compiled on x86_64 and aarch64 and can confirm that it's building fine again on the latter.
Thanks for fixing!
tommitscheck commented on 2024-09-19 07:51 (UTC)
@OJaksch I backported a patch for an internal dependency [0] that should fix this error, but I did not have an aarch64 ready to quickly test this, so feedback would be welcome.
OJaksch commented on 2024-09-02 11:53 (UTC)
Doesn't build on aarch64 anymore. There were some warnings before the build failed.
If you need a more detailed log, gimme sign.
Sept commented on 2024-07-06 22:37 (UTC)
I was able to build it with this patch:
This updates the package to the latest tagged version on their git, and picks the latest commit in master for the proxmox base library. I couldn't find where they mark stable commits, no tags, no stable 3.x branch, so Im not sure if this is a good commit to use or not.
markc commented on 2024-06-18 05:02 (UTC)
Howdy, is there any chance you could update this to 3.2.3 ?
OJaksch commented on 2024-06-10 14:15 (UTC)
I'm getting an error when (re-) building:
tommitscheck commented on 2024-04-25 15:58 (UTC)
@boomer41 thanks for the hint, this should be fixed in the just uploaded version 3.2.2-1
boomer41 commented on 2024-04-21 17:26 (UTC) (edited on 2024-04-21 17:27 (UTC) by boomer41)
@flumm A simpler workaround for the LTO problem would be to (temporarily) disable LTO for this package:
options=(!lto)
sumo commented on 2024-02-28 22:08 (UTC)
@flumm your solution worked. I thank you very much. In case it helps you, below are the console messages after changing makepkg.conf:
flumm commented on 2024-02-28 09:24 (UTC)
@sumo i can confirm it, for some reason the
-flto=auto
flag added by the default/etc/makepkg.conf
seems to do something to make it fail..it works here with i set
LTOFLAGS=" "
in/etc/makepkg.conf
it builds successfully. we have to further investigate where the problem actually comes from though.1 2 3 4 5 Next › Last »