Egal, hab manuell den Kram installiert und mir eine Liste von meinem vorherigen Compile gezogen.
Hier der _VOLLSTÄNDIGE_ Weg, der mich von einem frischen Debian 11 zu kompilierten Binaries gebracht hat:
Hier der _VOLLSTÄNDIGE_ Weg, der mich von einem frischen Debian 11 zu kompilierten Binaries gebracht hat:
Code:
echo 'deb http://download.proxmox.com/debian/devel/ bullseye main' | tee /etc/apt/sources.list.d/proxmox-devel.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
apt update
apt install devscripts debcargo clang
apt install jq
apt install libsgutils2-dev libsystemd-dev librust-anyhow-dev librust-proc-macro2-1+default-dev librust-quote-1+default-dev\
librust-syn-1+extra-traits-dev librust-syn-1+full-dev librust-syn-1+visit-mut-dev librust-anyhow-dev librust-futures+default-dev\
librust-serde-json+default-dev librust-env-logger+default-dev librust-http+default-dev librust-hyper+default-dev\
librust-nix+default-dev librust-nix-dev librust-percent-encoding-dev librust-rustyline-dev librust-lazy-static-dev\
librust-endian-trait-dev librust-textwrap-dev librust-url-dev librust-base64-dev librust-openssl-dev librust-pam-dev\
librust-serde-plain-dev librust-handlebars-dev librust-tokio-openssl-dev librust-tokio-stream-dev librust-tokio+default-dev\
librust-crc32fast-dev librust-flate2-dev librust-tar-dev librust-walkdir-dev librust-zstd-dev librust-js-sys-dev\
librust-ureq-dev librust-base32-dev librust-hex-dev librust-webauthn-rs-dev librust-ldap3-dev librust-h2-dev\
librust-rustls-native-certs-dev librust-hyper-0.14+full-dev librust-proxmox-async-0.4+default-dev librust-proxmox-schema-1+default-dev\
librust-proxmox-rest-server-dev librust-proxmox-tfa-dev librust-proxmox-auth-api-dev librust-proxmox-serde-dev librust-proxmox-uuid-dev\
librust-pathpatterns-dev librust-proxmox-http-dev librust-pxar-dev librust-xdg-dev librust-proxmox-borrow-dev\
librust-proxmox-section-config-dev librust-proxmox-shared-memory-dev librust-proxmox-fuse-dev librust-udev-dev\
librust-proxmox-sortable-macro-dev librust-apt-pkg-native-dev librust-cidr-dev librust-crates-io-dev librust-crates-io-dev\
librust-num-traits-dev librust-proxmox-acme-rs-dev librust-proxmox-apt-dev librust-proxmox-ldap-dev librust-proxmox-metrics-dev\
librust-proxmox-openid-dev librust-proxmox-subscription-dev librust-proxmox-tfa-dev librust-syslog-dev librust-parking-lot-dev
git clone git://git.proxmox.com/git/proxmox-backup.git -b stable-2
cd proxmox-backup
mk-build-deps -ir
cargo build --all --release
Last edited: