Promox-Package promox-acme

Hello,
i don't know any debian package called "proxmox-acme", do you mean the package libproxmox-acme-perl ?
 
Hello,
i don't know any debian package called "proxmox-acme", do you mean the package libproxmox-acme-perl ?
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 confused
 
yes but thats not a debian package, but a rust crate.
what are you hoping to achieve with the proxmox-acme upgrade?
 
If 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 the proxmox-backup repository
Code:
$ mk-build-deps -ir
$ make deb
should do the trick and also install proxmox-acme for you
 
If 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 the proxmox-backup repository
Code:
$ mk-build-deps -ir
$ make deb
should do the trick and also install proxmox-acme for you
its giving the still same error by running this command
1702294185612.png
Here you can find the highlighted portion and then its getting failed
 
on what kind of system are your trying to build the package and how did you install the rust-tool-chain ?
 
on what kind of system are your trying to build the package and how did you install the rust-tool-chain ?
root@john:/home/john/proxmox-backup-3.0.1# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Here is the details. The latest version of promox which is 3.1 i am trying to build
 
and how did you install the rust-tool-chain ?
 
Have you added the deb http://download.proxmox.com/debian/devel/ bookworm main to your apt sources, as described in the Developer Documentation and are you able to run mk-build-deps -ir ?
 
Last edited by a moderator:
Have you added the deb http://download.proxmox.com/debian/devel/ bookworm main to your apt sources, as described in the Developer Documentation and are you able to run mk-build-deps -ir ?
this is not working i tried getting the same error. I visited the link. there is no such package
 
Have you updated your repository after updating your apt sources ?
$ sudo apt update
Could you please describe exactly what steps you have taken so far ?
 
Now building getting this error
LLVM ERROR: IO failure on output stream: No space left on device
error: could not compile `futures-util`
warning: build failed, waiting for other jobs to finish...
LLVM ERROR: IO failure on output stream: No space left on device
error: could not compile `tokio`