* [pbs-devel] mk-build-deps -ir command not working.
@ 2024-06-21 7:00 Turkijan
2024-06-21 7:38 ` Fabian Grünbichler
0 siblings, 1 reply; 2+ messages in thread
From: Turkijan @ 2024-06-21 7:00 UTC (permalink / raw)
To: Proxmox Backup Server development discussion
[-- Attachment #1.1: Type: text/plain, Size: 1429 bytes --]
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
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
Done
Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following packages will be REMOVED:
rust-proxmox-backup-build-deps
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 10.2 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 195530 files and directories currently installed.)
Removing rust-proxmox-backup-build-deps (3.2.6-1) ...
mk-build-deps: Unable to install rust-proxmox-backup-build-deps at
/usr/bin/mk-build-deps line 459.
mk-build-deps: Unable to install all build-dep packages
[-- Attachment #1.2: Type: text/html, Size: 1909 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [pbs-devel] mk-build-deps -ir command not working.
2024-06-21 7:00 [pbs-devel] mk-build-deps -ir command not working Turkijan
@ 2024-06-21 7:38 ` Fabian Grünbichler
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Grünbichler @ 2024-06-21 7:38 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Turkijan
> Turkijan <turkijan083@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.
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-21 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-21 7:00 [pbs-devel] mk-build-deps -ir command not working Turkijan
2024-06-21 7:38 ` Fabian Grünbichler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox