<div dir="ltr"><pre style="color:rgb(0,0,0)">Setup:
  1. # echo 'deb <a href="http://download.proxmox.com/debian/devel/">http://download.proxmox.com/debian/devel/</a> bookworm main' | sudo tee /etc/apt/sources.list.d/proxmox-devel.list
  2. # sudo wget <a href="https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg">https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg</a> -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
  3. # sudo apt update
  4. # sudo apt install devscripts debcargo clang
  5. # git clone git://<a href="http://git.proxmox.com/git/proxmox-backup.git">git.proxmox.com/git/proxmox-backup.git</a>
  6. # cd proxmox-backup; sudo mk-build-deps -ir</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">It was worked before, but currently when I run mk-build-deps -ir . facing this issue.</pre><pre style="color:rgb(0,0,0)"><br></pre><pre style="color:rgb(0,0,0)">Broken rust-proxmox-backup-build-deps:amd64 Depends on librust-proxmox-rrd-0.2+default-dev:amd64 < none @un H ><br>  Removing rust-proxmox-backup-build-deps:amd64 because I can't find librust-proxmox-rrd-0.2+default-dev:amd64<br>Done<br> Done<br>Starting pkgProblemResolver with broken count: 0<br>Starting 2 pkgProblemResolver with broken count: 0<br>Done<br>The following packages will be REMOVED:<br>  rust-proxmox-backup-build-deps<br>0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.<br>1 not fully installed or removed.<br>After this operation, 10.2 kB disk space will be freed.<br>Do you want to continue? [Y/n] Y<br>(Reading database ... 195530 files and directories currently installed.)<br>Removing rust-proxmox-backup-build-deps (3.2.6-1) ...<br>mk-build-deps: Unable to install rust-proxmox-backup-build-deps at /usr/bin/mk-build-deps line 459.<br>mk-build-deps: Unable to install all build-dep packages<br></pre></div>