i am using debian 12 of bookworm. Officaly repository of proxmox-backup server added dependency promox-acme 0.5 to build this . I am also confusedHello,
i don't know any debian package called "proxmox-acme", do you mean the packagelibproxmox-acme-perl?
I am trying to build the promox-backup-server code provided on the github repository .yes but thats not a debian package, but a rust crate.
what are you hoping to achieve with the proxmox-acme upgrade?
can you tell me how to install this package with rust crateI am trying to build the promox-backup-server code provided on the github repository .
You can find the Rust source code packages in our development repository:can you tell me how to install this package with rust crate
git clone git://git.proxmox.com/git/pve-manager.gitproxmox-backup repository$ mk-build-deps -ir
$ make deb
proxmox-acme for youits giving the still same error by running this commandIf you want to checkout the pbs code i'd recommend reading the Developer Documentation first.
Also i'd not use the github ressource, as its just a mirror, but instead our git server
git clone git://git.proxmox.com/git/pve-manager.git
To your question, the repository is building a debian package.
so if you are in theproxmox-backuprepository
should do the trick and also installCode:$ mk-build-deps -ir $ make debproxmox-acmefor you

root@john:/home/john/proxmox-backup-3.0.1# cat /etc/os-releaseon what kind of system are your trying to build the package and how did you install the rust-tool-chain ?
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh . Through this commandand how did you install the rust-tool-chain
promox backup server code which is available at github. i am providing the link https://github.com/proxmox/proxmox-backup . They mentioned in there cargo.tml that update to proxmox-acme 0.5 and they said that you need to build on debian 12 bookworm in their readme, but they didn''t provide this package in debian 12 bookworm packages.curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh . Through this command
this is not working i tried getting the same error. I visited the link. there is no such packageHave you added thedeb http://download.proxmox.com/debian/devel/ bookworm mainto your apt sources, as described in the Developer Documentation and are you able to runmk-build-deps -ir?
We use essential cookies to make this site work, and optional cookies to enhance your experience.