[pbs-devel] mk-build-deps -ir command not working.
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Jun 21 09:38:17 CEST 2024
> Turkijan <turkijan083 at gmail.com> hat am 21.06.2024 09:00 CEST geschrieben:
>
>
> Setup:
> 1. # echo 'deb http://download.proxmox.com/debian/devel/ bookworm main' | sudo tee /etc/apt/sources.list.d/proxmox-devel.list
> 2. # sudo wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -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://git.proxmox.com/git/proxmox-backup.git (http://git.proxmox.com/git/proxmox-backup.git)
> 6. # cd proxmox-backup; sudo mk-build-deps -ir
>
> It was worked before, but currently when I run mk-build-deps -ir . facing this issue.
>
> Broken rust-proxmox-backup-build-deps:amd64 Depends on librust-proxmox-rrd-0.2+default-dev:amd64 < none @un H >
> Removing rust-proxmox-backup-build-deps:amd64 because I can't find librust-proxmox-rrd-0.2+default-dev:amd64
it's provided by librust-proxmox-rrd-dev in version 0.2.0-1, which is in our devel repository. you might sometimes need to build a dependency yourself if it is not yet in the public repos, but this is not the case for this one.
in general, the dependencies will always be a moving target - you need to keep them current via the devel APT repo if you update the master branch of the git repo.
More information about the pbs-devel
mailing list