Package Details: proxmox-backup-client 3.1.2-1

Git Clone URL: https://aur.archlinux.org/proxmox-backup-client.git (read-only, click to copy)
Package Base: proxmox-backup-client
Description: Client for Proxmox Backup Server
Upstream URL: https://pbs.proxmox.com
Keywords: backup pbs proxmox pve rust
Licenses: AGPL3
Submitter: flumm
Maintainer: flumm (tommitscheck)
Last Packager: tommitscheck
Votes: 19
Popularity: 0.23
First Submitted: 2020-07-15 08:23 (UTC)
Last Updated: 2023-11-30 13:45 (UTC)

Latest Comments

1 2 3 4 Next › Last »

sumo commented on 2024-02-28 22:08 (UTC)

@flumm your solution worked. I thank you very much. In case it helps you, below are the console messages after changing makepkg.conf:


==> Beginne prepare()...
applying patch '0001-re-route-dependencies-not-available-on-crates.io-to-.patch'
patching file Cargo.toml
Hunk #3 succeeded at 112 (offset 1 line).
applying patch '0002-docs-drop-all-but-client-man-pages.patch'
patching file docs/Makefile
patching file docs/conf.py
warning: Patch `proxmox-ldap v0.2.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-ldap)` was not used in the crate graph.
Patch `proxmox-metrics v0.3.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-metrics)` was not used in the crate graph.
Patch `proxmox-rest-server v0.5.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-rest-server)` was not used in the crate graph.
Patch `proxmox-subscription v0.4.2 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-subscription)` was not used in the crate graph.
Patch `proxmox-tfa v4.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-tfa)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
warning: Patch `proxmox-ldap v0.2.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-ldap)` was not used in the crate graph.
Patch `proxmox-metrics v0.3.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-metrics)` was not used in the crate graph.
Patch `proxmox-rest-server v0.5.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-rest-server)` was not used in the crate graph.
Patch `proxmox-subscription v0.4.2 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-subscription)` was not used in the crate graph.
Patch `proxmox-tfa v4.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-tfa)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
   Compiling openssl-sys v0.9.101
   Compiling zstd-sys v2.0.9+zstd.1.5.5
   Compiling proxmox-fuse v0.1.6 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-fuse)
warning: unused import: `completion::*`
  --> /usr/src/debug/proxmox-backup-client/proxmox/proxmox-router/src/cli/mod.rs:32:9
   |
32 | pub use completion::*;
   |         ^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: `proxmox-router` (lib) generated 1 warning (run `cargo fix --lib -p proxmox-router` to apply 1 suggestion)
   Compiling openssl v0.10.64
   Compiling tokio-openssl v0.6.4
   Compiling pbs-pxar-fuse v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pbs-pxar-fuse)
   Compiling pbs-fuse-loop v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pbs-fuse-loop)
   Compiling pbs-config v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pbs-config)
   Compiling proxmox-http v0.9.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-http)
   Compiling zstd-safe v6.0.6
   Compiling zstd v0.12.4
   Compiling pbs-tools v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pbs-tools)
   Compiling proxmox-compression v0.2.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-compression)
   Compiling pbs-key-config v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pbs-key-config)
   Compiling pbs-datastore v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pbs-datastore)
   Compiling pbs-client v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pbs-client)
   Compiling proxmox-backup-client v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/proxmox-backup-client)
   Compiling pxar-bin v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pxar-bin)
    Finished release [optimized] target(s) in 27.12s
warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.12.15
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
patchelf 'target/release/proxmox-backup-client' - removing unused dependencies:
 libcrypt.so.2 libuuid.so.1 
patchelf 'target/release/pxar' - removing unused dependencies:
 libcrypt.so.2 libuuid.so.1 libssl.so.3 
../target/release/proxmox-backup-client printdoc > proxmox-backup-client/synopsis.rst
../target/release/dump-catalog-shell-cli > proxmox-backup-client/catalog-shell-synopsis.rst
../target/release/pxar printdoc > pxar/synopsis.rst
sphinx-build -t release -b man ./ output/man
Sphinx v7.2.6 in Verwendung
Mapping reference labels...
making output directory... erledigt
WARNING: html_static_path entry '_static' does not exist
building [mo]: targets for 0 po files that are out of date
writing output... 
building [man]: all manpages
updating environment: [new config] 75 added, 0 changed, 0 removed
reading sources... [100%] user-management
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/command-syntax.rst:30: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'proxmox-backup-manager/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/command-syntax.rst:36: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'proxmox-tape/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/command-syntax.rst:45: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'pmt/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/command-syntax.rst:51: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'pmtx/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/command-syntax.rst:62: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'proxmox-file-restore/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/command-syntax.rst:67: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'proxmox-backup-debug/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/acl/man5.rst:21: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/acl/roles.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/datastore/man5.rst:19: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/datastore/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/domains/man5.rst:19: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/domains/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/media-pool/man5.rst:20: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/media-pool/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/remote/man5.rst:20: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/remote/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/sync/man5.rst:19: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/sync/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/tape-job/man5.rst:19: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/tape-job/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/tape/man5.rst:19: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/tape/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/user/man5.rst:19: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/user/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/verification/man5.rst:19: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/verification/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:22: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/acl/roles.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:37: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/datastore/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:53: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/domains/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:68: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/media-pool/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:83: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/tape/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:98: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/tape-job/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:113: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/user/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:128: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/remote/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:143: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/sync/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/configuration-files.rst:158: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'config/verification/config.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/pmt/man1.rst:8: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'pmt/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/pmtx/man1.rst:8: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'pmtx/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-backup-debug/man1.rst:8: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'proxmox-backup-debug/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-backup-manager/man1.rst:8: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'proxmox-backup-manager/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-file-restore/man1.rst:8: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'proxmox-file-restore/synopsis.rst'.
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-tape/man1.rst:8: CRITICAL: Problems with "include" directive path:
InputError: [Errno 2] Datei oder Verzeichnis nicht gefunden: 'proxmox-tape/synopsis.rst'.
<rst_epilog>:40: WARNING: Duplicate explicit target name: "systemd.time manpage".
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/tape-backup.rst:520: ERROR: Duplicate target name, cannot be used as a unique reference: "systemd.time manpage".
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/tape-backup.rst:552: ERROR: Duplicate target name, cannot be used as a unique reference: "systemd.time manpage".
looking for now-outdated files... none found
pickling environment... erledigt
checking consistency... /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/acl/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/datastore/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/domains/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/media-pool/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/remote/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/sync/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/tape-job/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/tape/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/user/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/config/verification/man5.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/pbs2to3/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/pmt/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/pmtx/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-backup-client/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-backup-debug/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-backup-manager/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-backup-proxy/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-backup/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-file-restore/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/proxmox-tape/man1.rst: WARNING: document isn't included in any toctree
/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/docs/pxar/man1.rst: WARNING: document isn't included in any toctree
erledigt
writing... proxmox-backup-client.1 { } pxar.1 { } erledigt
build abgeschlossen, 57 warnings.

The manual pages are in output/man.
make: Für das Ziel „pxar.1“ ist nichts zu tun.
==> Beginne check()...
warning: Patch `proxmox-ldap v0.2.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-ldap)` was not used in the crate graph.
Patch `proxmox-metrics v0.3.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-metrics)` was not used in the crate graph.
Patch `proxmox-rest-server v0.5.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-rest-server)` was not used in the crate graph.
Patch `proxmox-subscription v0.4.2 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-subscription)` was not used in the crate graph.
Patch `proxmox-tfa v4.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-tfa)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
warning: unused import: `completion::*`
  --> /usr/src/debug/proxmox-backup-client/proxmox/proxmox-router/src/cli/mod.rs:32:9
   |
32 | pub use completion::*;
   |         ^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: `proxmox-router` (lib) generated 1 warning (run `cargo fix --lib -p proxmox-router` to apply 1 suggestion)
   Compiling pxar-bin v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/pxar-bin)
   Compiling proxmox-backup-client v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/proxmox-backup-client)
    Finished release [optimized] target(s) in 5.73s
warning: the following packages contain code that will be rejected by a future version of Rust: syn v0.12.15
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
     Running unittests src/main.rs (target/release/deps/proxmox_backup_client-932b78a1cc6f59a6)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running unittests src/main.rs (target/release/deps/pxar-5f2265bc860a6edd)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

==> Betrete fakeroot Umgebung...
==> Beginne package()...
==> Säubere Installation...
  -> Entferne libtool Dateien...
  -> Bereinige ungewollte Dateien...
  -> Entferne statische Bibliotheken...
  -> Entferne unnötige Symbole aus Binär-Dateien und Bibliotheken...
  -> Komprimiere Man-Pages und Info-Seiten...
==> Prüfe auf Paketierungsprobleme...
==> Erstelle Paket "proxmox-backup-client"...
  -> Erstelle .PKGINFO Datei...
  -> Erstelle .BUILDINFO Datei...
  -> Erstelle .MTREE-Datei...
  -> Komprimiere Paket... 
==> Erstelle Paket "proxmox-backup-client-debug"...
  -> Erstelle .PKGINFO Datei...
  -> Erstelle .BUILDINFO Datei...
  -> Erstelle .MTREE-Datei...
  -> Komprimiere Paket... 
==> Verlasse fakeroot Umgebung.
==> Beendete Erstellung: proxmox-backup-client 3.1.2-1 (Mi 28 Feb 2024 22:56:54 CET)
==> Räume auf...

=>> Select packages to install
1> proxmox-backup-client
2> proxmox-backup-client-debug

Install : 1
:: Pacman command: /usr/bin/sudo /usr/bin/pacman /home/steffen/.cache/trizen/sources/proxmox-backup-client/proxmox-backup-client-3.1.2-1-x86_64.pkg.tar.zst -U
[sudo] Passwort für steffen: 
Pakete werden geladen …
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …

Pakete (1) proxmox-backup-client-3.1.2-1

Gesamtgröße der installierten Pakete:  14,96 MiB

:: Installation fortsetzen? [J/n] 

flumm commented on 2024-02-28 09:24 (UTC)

@sumo i can confirm it, for some reason the -flto=auto flag added by the default /etc/makepkg.conf seems to do something to make it fail..

it works here with i set LTOFLAGS=" " in /etc/makepkg.conf it builds successfully. we have to further investigate where the problem actually comes from though.

sumo commented on 2024-02-27 16:08 (UTC) (edited on 2024-02-27 16:10 (UTC) by sumo)

Compilation fails on x86_64 with "error: linking with cc failed: exit status: 1"


 ==> Beginne prepare()...
applying patch '0001-re-route-dependencies-not-available-on-crates.io-to-.patch'
patching file Cargo.toml
Hunk #3 succeeded at 112 (offset 1 line).
applying patch '0002-docs-drop-all-but-client-man-pages.patch'
patching file docs/Makefile
patching file docs/conf.py
warning: Patch `proxmox-ldap v0.2.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-ldap)` was not used in the crate graph.
Patch `proxmox-metrics v0.3.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-metrics)` was not used in the crate graph.
Patch `proxmox-rest-server v0.5.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-rest-server)` was not used in the crate graph.
Patch `proxmox-subscription v0.4.2 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-subscription)` was not used in the crate graph.
Patch `proxmox-tfa v4.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-tfa)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
warning: Patch `proxmox-ldap v0.2.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-ldap)` was not used in the crate graph.
Patch `proxmox-metrics v0.3.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-metrics)` was not used in the crate graph.
Patch `proxmox-rest-server v0.5.1 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-rest-server)` was not used in the crate graph.
Patch `proxmox-subscription v0.4.2 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-subscription)` was not used in the crate graph.
Patch `proxmox-tfa v4.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox/proxmox-tfa)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
warning: unused import: `completion::*`
  --> /usr/src/debug/proxmox-backup-client/proxmox/proxmox-router/src/cli/mod.rs:32:9
   |
32 | pub use completion::*;
   |         ^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: `proxmox-router` (lib) generated 1 warning (run `cargo fix --lib -p proxmox-router` to apply 1 suggestion)
   Compiling proxmox-backup-client v0.1.0 (/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/proxmox-backup-client)
error: linking with `cc` failed: exit status: 1
  |
  = note: LC_ALL="C" PATH="/usr/lib64/rustlib/x86_64-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" VSLANG="1033" "cc" "-m64" "/tmp/rustc6EK7Np/symbols.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.00.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.01.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.02.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.03.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.04.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.05.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.06.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.07.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.08.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.09.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.10.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.11.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.12.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.13.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.14.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.15.rcgu.o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.4aatvo1ar3g8srkz.rcgu.o" "-Wl,--as-needed" "-L" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps" "-L" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/build/zstd-sys-9fc460446834f7e2/out" "-L" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/build/proxmox-fuse-343233832bff75bc/out" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_pxar_fuse-a75b6812856d8f89.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_fuse_loop-06296b1460942684.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_fuse-1919bcba2ff96e4e.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_client-b37c77b875023730.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_http-f30a2ba4a9c976fd.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/liburl-246e24492461d4df.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libidna-d2d1c026cbe8a438.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libunicode_normalization-14b00aeff9eb1cf4.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtinyvec-cf2359632ce71d41.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtinyvec_macros-b6076bda174af30b.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libunicode_bidi-4a0a49a3e18ed3a3.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libform_urlencoded-835dd1e88d242036.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtokio_openssl-ebec76e26787061f.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_compression-7d2c41a22f5350be.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtar-7350910bc6eb929d.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libxattr-9ee78c9ae39ce479.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfiletime-2795b64aa265d85e.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libflate2-4ffd81f7b9b4fa3c.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libminiz_oxide-f20357d2d35f2563.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libadler-c80b88fc3cb29575.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_datastore-538e702c3b887f15.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd-d4a509797c2f8671.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_sys-df04c982f0547643.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libcrc32fast-48e65bfe65ac2614.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libwalkdir-2dc082d0a5917542.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libsame_file-ec2dfbd72fbea145.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_key_config-5895f23163287b44.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_borrow-ed6fa28876895af0.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_tools-b140f558f111b53c.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_config-3f05339ce0c032c3.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libopenssl-16acae824c0aff79.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libforeign_types-590f4add7ab8c4bb.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libforeign_types_shared-49d749de6a37105a.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libopenssl_sys-184f181fd5eaabdf.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_shared_memory-7f4dae812c2b644a.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_buildcfg-aad53bfb854138c7.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_section_config-5782c0ad6156c3bb.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_api_types-3d09bc1682452b94.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libhex-19ef3fa765dbc0f5.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_uuid-72218b69dd49d819.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_auth_api-5a7879b9a9f96062.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libserde_plain-932ae7ed6748668c.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpxar-7684521bbd18e395.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libsiphasher-e118b89cbce6027b.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_sys-214b5b24ff7a5cfa.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_router-e8da06b22b994714.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libenv_logger-b62d5b05a61366bc.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtermcolor-f139abe28f0368e2.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libis_terminal-285aa6fbd944c0ce.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libhumantime-a5601ad26c9e7863.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpercent_encoding-3a557625da7a3a86.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libhyper-3fda566871ca794e.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libwant-0ed05906ef0c7dcb.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtry_lock-72f1d3507ef59d0a.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libhttparse-fc6570d6ccc3bfcb.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libh2-a475ccd70c19c3ae.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libindexmap-bb125d994b8550a9.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libequivalent-5f6d4ccf54edc84e.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libhashbrown-cd11e8b347e61971.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtokio_util-49d3fec3d57f29e7.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtower_service-8c14a941421d720b.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtracing-35dcd6eb1849fd73.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtracing_core-bcbde86a1545007b.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libonce_cell-cb3387335f6057f2.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libhttp_body-6292085fb22e5c87.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libhttpdate-fcdaffe13e8e26fb.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_http_error-285924a913b7287d.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libhttp-2191f1ae1f458b04.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfnv-dd53d7bf1af72b3a.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libnix-4842bfa9c83d8484.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libmemoffset-a3d2853122b0075e.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/librustyline-e00d4158a0d56847.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libutf8parse-c3f0bfa1f33e3523.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libnix-1ed6959dc4c3839b.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libmemoffset-cacc139f0c71307e.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfd_lock-726d91562dcc452c.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/librustix-58ff990b6164db72.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libbitflags-9e3949f3c6257fec.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/liblinux_raw_sys-90abe497baa97e84.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libunicode_segmentation-67150dbf8e7dba28.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/liblog-081eb999522c2c5d.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libdirs_next-aebad01e44aceb19.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libdirs_sys_next-4dc80dfbef7c97b5.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libcfg_if-ff378949fa9efc6d.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libradix_trie-1246f40d6d10e4da.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libnibble_vec-a9c3a9066bbb4b33.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libsmallvec-d6ccdc7de6bb7da9.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libendian_type-d51055036931fd6f.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_human_byte-f24262a5ebec4514.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_serde-8f0242ae4f471a38.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libbase64-43116ca30eea3f4b.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_time-6219cb745678e4b6.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libnom-4d6c8d9c57eb5b63.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_schema-6b15afe0a874d5dc.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtextwrap-b76830798fd9a8c9.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libunicode_linebreak-68f58c611f2e3152.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libunicode_width-f2cf4b009815ffe0.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libsmawk-1e5c7387d6ebd2e0.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libregex-8c3fd7a751df6da9.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libregex_automata-ffe8cec86cbcd9d1.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libaho_corasick-437d427b600d2db5.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libregex_syntax-5509d5678fe280be.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_async-981756bb5aeeb295.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/liblazy_static-ed85c14336dd57f7.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_lang-d7f89d16016dcc4f.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libproxmox_io-5695e2ee857e6a90.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libendian_trait-e1fdc17a9376963a.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpathpatterns-5475c5c9d2b51a47.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libbitflags-2d3fb3aa751004a9.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libxdg-7d0f2ac8c68f6c5c.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtokio_stream-188e930e5b5ffc90.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libtokio-9c77231c119a4e0b.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libsignal_hook_registry-fc9fc679dc57e4da.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libnum_cpus-5401dedbf59613e7.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libsocket2-c1961bdbf0f71b71.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libbytes-3685796a0375c258.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libmio-e47e9e470ebed5a1.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/liblibc-8193dabf3b7a1616.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libserde_json-e39dff10e9a6fc48.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libitoa-f3ebb7da4755ddda.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libryu-959d888b0281f0ac.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libserde-528d72846a6598c3.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfutures-5fcf06b7c51074c0.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfutures_executor-d50f47b3a97adc15.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfutures_util-66276fa951c6b33e.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libmemchr-9b21552c036f45ea.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfutures_io-3637526097673ccb.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libslab-fe2b5aca1c866b08.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfutures_channel-c38689b1f04e59ed.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpin_project_lite-4c85333a2d2e390b.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfutures_sink-60a6376bce4c4baa.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfutures_task-a0ddf8bc42b93aff.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpin_utils-fb62e0be6adde352.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libfutures_core-1e27d27be5f9db7f.rlib" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libanyhow-0ab2675a3b82eca0.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libstd-dce4da11b2ccc789.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-c5aff1055622daf3.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9027304ca17f2680.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-c5fb359364fdb009.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-19a4ac3a15b73927.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-545ef01c478e3996.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6ac5c2838ec4f836.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-290b884672cd911f.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-f9093be1927a1602.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-19087ab4fa333a2c.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f66fa5fbf4547710.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7285f96d8856fea.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-406c5a4d6fa7f15b.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-43d91895302c1941.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8e42f4a5e7a1d2d4.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-79b317ec80906222.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-099918608866d404.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a01eccf23a84d5b.rlib" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dc359f8c64813cd3.rlib" "-Wl,-Bdynamic" "-lfuse3" "-lssl" "-lcrypto" "-luuid" "-lcrypt" "-lacl" "-lrt" "-lc" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-nodefaultlibs"
  = note: /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.14.rcgu.o: in function `zstd_safe::CCtx::end_stream':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:561:(.text._ZN9zstd_safe4CCtx10end_stream17heeb8bf3779db06a4E+0x33): undefined reference to `ZSTD_endStream'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.14.rcgu.o: in function `zstd_safe::CCtx::compress_stream':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:489:(.text._ZN9zstd_safe4CCtx15compress_stream17hf5a634d53bb4bbb8E+0x54): undefined reference to `ZSTD_compressStream'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/proxmox_backup_client-ff4c35b3cc7a77b1.proxmox_backup_client.f7d82afe13aadfa6-cgu.14.rcgu.o: in function `zstd_safe::DCtx::decompress_stream':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:1142:(.text._ZN9zstd_safe4DCtx17decompress_stream17hfa43372f9f3debbcE+0x48): undefined reference to `ZSTD_decompressStream'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_datastore-538e702c3b887f15.rlib(pbs_datastore-538e702c3b887f15.pbs_datastore.ece109990ec76112-cgu.14.rcgu.o): in function `zstd_safe::DCtx::decompress_stream':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:1142:(.text._ZN75_$LT$zstd..stream..raw..Decoder$u20$as$u20$zstd..stream..raw..Operation$GT$3run17h1248dda89f327dfeE+0x49): undefined reference to `ZSTD_decompressStream'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_datastore-538e702c3b887f15.rlib(pbs_datastore-538e702c3b887f15.pbs_datastore.ece109990ec76112-cgu.14.rcgu.o): in function `zstd_safe::CCtx::compress_stream':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:489:(.text._ZN75_$LT$zstd..stream..raw..Encoder$u20$as$u20$zstd..stream..raw..Operation$GT$3run17h00c2b5e90cf4e064E+0x55): undefined reference to `ZSTD_compressStream'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_datastore-538e702c3b887f15.rlib(pbs_datastore-538e702c3b887f15.pbs_datastore.ece109990ec76112-cgu.14.rcgu.o): in function `zstd_safe::CCtx::end_stream':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:561:(.text._ZN75_$LT$zstd..stream..raw..Encoder$u20$as$u20$zstd..stream..raw..Operation$GT$6finish17h039579795a4198c8E+0x36): undefined reference to `ZSTD_endStream'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libpbs_datastore-538e702c3b887f15.rlib(pbs_datastore-538e702c3b887f15.pbs_datastore.ece109990ec76112-cgu.14.rcgu.o): in function `zstd_safe::DCtx::decompress_stream':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:1142:(.text._ZN9zstd_safe4DCtx17decompress_stream17h0d4bf53b8abb5dbbE.llvm.4409943999910599715+0x51): undefined reference to `ZSTD_decompressStream'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd-d4a509797c2f8671.rlib(zstd-d4a509797c2f8671.zstd.ed7d52659c9c092c-cgu.0.rcgu.o): in function `zstd_safe::CCtx::compress2::{{closure}}':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:273:(.text._ZN4zstd4bulk10compressor10Compressor8compress17h7697e2612b41994fE+0x7b): undefined reference to `ZSTD_compress2'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::is_error':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:80:(.text._ZN9zstd_safe10parse_code17h13631f36e5857598E+0x6): undefined reference to `ZSTD_isError'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::compress_bound':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:205:(.text._ZN9zstd_safe14compress_bound17ha1c50126b8c2af98E+0x2): undefined reference to `ZSTD_compressBound'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::CCtx::try_create':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:227:(.text._ZN58_$LT$zstd_safe..CCtx$u20$as$u20$core..default..Default$GT$7default17hf2aa0dd327293683E+0x3): undefined reference to `ZSTD_createCCtx'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::CCtx::load_dictionary':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:415:(.text._ZN9zstd_safe4CCtx15load_dictionary17h9c92c1aac3297a1bE+0x6): undefined reference to `ZSTD_CCtx_loadDictionary'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::is_error':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:80:(.text._ZN9zstd_safe4CCtx15load_dictionary17h9c92c1aac3297a1bE+0x12): undefined reference to `ZSTD_isError'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::CCtx::reset':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:582:(.text._ZN9zstd_safe4CCtx5reset17hf1e1d5a0d0903146E+0xc): undefined reference to `ZSTD_CCtx_reset'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::is_error':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:80:(.text._ZN9zstd_safe4CCtx5reset17hf1e1d5a0d0903146E+0x18): undefined reference to `ZSTD_isError'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::CCtx::set_parameter':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:709:(.text._ZN9zstd_safe4CCtx13set_parameter17h4a21c0ccc5485043E+0xd0): undefined reference to `ZSTD_CCtx_setParameter'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::is_error':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:80:(.text._ZN9zstd_safe4CCtx13set_parameter17h4a21c0ccc5485043E+0xdc): undefined reference to `ZSTD_isError'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `<zstd_safe::CCtx as core::ops::drop::Drop>::drop':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:811:(.text._ZN57_$LT$zstd_safe..CCtx$u20$as$u20$core..ops..drop..Drop$GT$4drop17hc091d3f8924632c1E+0x5): undefined reference to `ZSTD_freeCCtx'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::get_error_name':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:842:(.text._ZN9zstd_safe14get_error_name17h4aa0a200858cad37E+0x7): undefined reference to `ZSTD_getErrorName'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::DCtx::try_create':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:868:(.text._ZN58_$LT$zstd_safe..DCtx$u20$as$u20$core..default..Default$GT$7default17h47a018340bd30ddfE+0x3): undefined reference to `ZSTD_createDCtx'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::DCtx::init':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:969:(.text._ZN9zstd_safe4DCtx4init17h1870e1d0230f4d08E+0x6): undefined reference to `ZSTD_initDStream'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::is_error':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:80:(.text._ZN9zstd_safe4DCtx4init17h1870e1d0230f4d08E+0x12): undefined reference to `ZSTD_isError'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::DCtx::reset':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:1012:(.text._ZN9zstd_safe4DCtx5reset17h0e4e1a2ba2358c11E+0xc): undefined reference to `ZSTD_DCtx_reset'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::is_error':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:80:(.text._ZN9zstd_safe4DCtx5reset17h0e4e1a2ba2358c11E+0x18): undefined reference to `ZSTD_isError'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::DCtx::load_dictionary':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:1029:(.text._ZN9zstd_safe4DCtx15load_dictionary17he2a95a5e7f2220eaE+0x6): undefined reference to `ZSTD_DCtx_loadDictionary'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::is_error':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:80:(.text._ZN9zstd_safe4DCtx15load_dictionary17he2a95a5e7f2220eaE+0x12): undefined reference to `ZSTD_isError'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `zstd_safe::DCtx::in_size':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:1155:(.text._ZN9zstd_safe4DCtx7in_size17h7f577dadc202a07fE+0x2): undefined reference to `ZSTD_DStreamInSize'
          /usr/bin/ld: /home/steffen/.cache/trizen/sources/proxmox-backup-client/src/proxmox-backup-client-3.1.2/target/release/deps/libzstd_safe-27aaeef1afc99416.rlib(zstd_safe-27aaeef1afc99416.zstd_safe.3e0bf274a0263111-cgu.0.rcgu.o): in function `<zstd_safe::DCtx as core::ops::drop::Drop>::drop':
          /home/steffen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs:1223:(.text._ZN57_$LT$zstd_safe..DCtx$u20$as$u20$core..ops..drop..Drop$GT$4drop17hf7fa5460628e7619E+0x5): undefined reference to `ZSTD_freeDCtx'
          collect2: error: ld returned 1 exit status

  = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
  = note: use the `-l` flag to specify native libraries to link
  = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname)

error: could not compile `proxmox-backup-client` (bin "proxmox-backup-client") due to 1 previous error
==> FEHLER: Ein Fehler geschah in build().
    Breche ab...
:: Unable to build proxmox-backup-client - makepkg exited with code: 4

OJaksch commented on 2023-06-28 15:03 (UTC)

A great pleasure to see your ongoing support to this package. Again, many thanks for your work!

tommitscheck commented on 2023-03-13 12:32 (UTC)

Then it's space of sonmething else, in any way, the failure happens on fetching the dependencies - so compilation hasn't even started to happen, thus cannot have failed. Can be disk space can be some cargo bug, broken memory, ... need more info for that to tell.

Try calling the failing cargo fetch command manually in the pbs source dir and see if it outputs more info, checking the journal/dmesg for a kernel oops could be helpful too.

astrapi commented on 2023-03-13 10:24 (UTC)

@tommitscheck: I use a VM with 8GB RAM, creating the x86_64 version works without any problems with this equipment.

tommitscheck commented on 2023-03-13 09:08 (UTC)

@astrapi seems rather you run out of memory or the like, as the "Killed" in the log line of:

/home/makepkg/.cache/yay/proxmox-backup-client/PKGBUILD: line 43: 27743 Killed cargo fetch --verbose --target "$CARCH-unknown-linux-gnu"

suggests.

astrapi commented on 2023-03-13 08:02 (UTC) (edited on 2023-03-13 08:03 (UTC) by astrapi)

Compilation fails on aarch64:


==> Starting prepare()...
applying patch '0001-re-route-dependencies-not-available-on-crates.io-to-.patch'
patching file Cargo.toml
Hunk #2 succeeded at 44 with fuzz 2.
applying patch '0002-docs-drop-all-but-client-man-pages.patch'
patching file docs/conf.py
patching file docs/Makefile
warning: /home/makepkg/.cache/yay/proxmox-backup-client/src/proxmox-backup-client-2.3.1/Cargo.toml: unused manifest key: workspace.pbs-api-types
warning: /home/makepkg/.cache/yay/proxmox-backup-client/src/proxmox-backup-client-2.3.1/Cargo.toml: unused manifest key: workspace.pbs-buildcfg
warning: /home/makepkg/.cache/yay/proxmox-backup-client/src/proxmox-backup-client-2.3.1/Cargo.toml: unused manifest key: workspace.pbs-client
warning: /home/makepkg/.cache/yay/proxmox-backup-client/src/proxmox-backup-client-2.3.1/Cargo.toml: unused manifest key: workspace.pbs-config
warning: /home/makepkg/.cache/yay/proxmox-backup-client/src/proxmox-backup-client-2.3.1/Cargo.toml: unused manifest key: workspace.pbs-datastore
warning: /home/makepkg/.cache/yay/proxmox-backup-client/src/proxmox-backup-client-2.3.1/Cargo.toml: unused manifest key: workspace.pbs-tape
warning: /home/makepkg/.cache/yay/proxmox-backup-client/src/proxmox-backup-client-2.3.1/Cargo.toml: unused manifest key: workspace.pbs-tools
warning: /home/makepkg/.cache/yay/proxmox-backup-client/src/proxmox-backup-client-2.3.1/Cargo.toml: unused manifest key: workspace.proxmox-rrd
    Updating crates.io index
  /home/makepkg/.cache/yay/proxmox-backup-client/PKGBUILD: line 43: 27743 Killed                  cargo fetch --verbose --target "$CARCH-unknown-linux-gnu"                                                   
==> ERROR: A failure occurred in prepare().

youduda commented on 2022-12-23 00:44 (UTC)

Compilation fails in a clean chroot environment due to some linking error to zlib. Any ideas why it does not include zlib into the library list to link against since the last release?

error: linking with `cc` failed: exit status: 1

  = note: "cc" "-m64" "/tmp/rustc26zrXC/symbols.o" <...> "-Wl,--as-needed" "-L" "/build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/deps" "-L" "/build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/build/zstd-sys-b2ef5dda1d4a1671/out" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" <...> "/build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/deps/libzstd-16a1f189c0640886.rlib" "/build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/deps/libzstd_safe-4e6073ce20f02f26.rlib" "/build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/deps/libzstd_sys-4854b148300e0a6c.rlib" <...> "-Wl,-Bdynamic" "-lfuse3" "-lssl" "-lcrypto" "-luuid" "-lcrypt" "-lacl" "-lrt" "-lc" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/usr/lib64/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/deps/proxmox_backup_client-fd811c9f5f811bc2" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-Wl,-O1" "-nodefaultlibs"
  = note: /usr/bin/ld: /build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/deps/libzstd_safe-4e6073ce20f02f26.rlib(zstd_safe-4e6073ce20f02f26.zstd_safe.ac06af16-cgu.6.rcgu.o): in function `zstd_safe::compress_bound':
          zstd_safe.ac06af16-cgu.6:(.text._ZN9zstd_safe14compress_bound17hadae7f4e8f96b03bE+0x2): undefined reference to `ZSTD_compressBound'
          /usr/bin/ld: /build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/deps/libzstd_safe-4e6073ce20f02f26.rlib(zstd_safe-4e6073ce20f02f26.zstd_safe.ac06af16-cgu.6.rcgu.o): in function `<zstd_safe::CCtx as core::default::Default>::default':
          <...>
          zstd_safe.ac06af16-cgu.6:(.text._ZN9zstd_safe19compress_using_dict17h3457076a503708c1E+0xf): undefined reference to `ZSTD_compress_usingDict'
          /usr/bin/ld: zstd_safe.ac06af16-cgu.6:(.text._ZN9zstd_safe19compress_using_dict17h3457076a503708c1E+0x1f): undefined reference to `ZSTD_isError'
          /usr/bin/ld: /build/proxmox-backup-client/src/proxmox-backup-client-2.3.1/target/release/deps/libzstd_safe-4e6073ce20f02f26.rlib(zstd_safe-4e6073ce20f02f26.zstd_safe.ac06af16-cgu.6.rcgu.o): in function `zstd_safe::dstream_in_size':
          zstd_safe.ac06af16-cgu.6:(.text._ZN9zstd_safe15dstream_in_size17h922f3cdb6ebb6fcdE+0x2): undefined reference to `ZSTD_DStreamInSize'
          collect2: error: ld returned 1 exit status

flumm commented on 2022-12-01 10:10 (UTC)

we updated the package again, and it works (tested on a fresh minimal arch install with only installing base-devel, git and the deps listed in makepkg that were missing)

the missing libssl.so error is probably only an issue when the package is not rebuilt (but i think that's a general issue with aur packages that link against libraries)