mirror of
https://github.com/sg4r/proxmox-backup-client.git
synced 2026-04-26 07:55:49 +03:00
[GH-ISSUE #23] error trying to install #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-backup-client#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gioart21 on GitHub (Aug 18, 2022).
Original GitHub issue: https://github.com/sg4r/proxmox-backup-client/issues/23
after running bash ./pbs.build.sh im getting this error. any help would be appreciated.
[root@localhost proxmox-backup-client]# bash ./pbs.build.sh
fatal: destination path 'proxmox-backup' already exists and is not an empty directory.
D .cargo/config
M Cargo.toml
HEAD is now at 519ca9d... datastore: make unsafe fn public again, useful for example/test
fatal: destination path 'proxmox' already exists and is not an empty directory.
HEAD is now at 7667e54... bump proxmox-http to 0.6.2
fatal: destination path 'proxmox-fuse' already exists and is not an empty directory.
fatal: destination path 'pxar' already exists and is not an empty directory.
The next patch would delete the file proxmox-backup/.cargo/config,
which does not exist! Skipping patch.
1 out of 1 hunk ignored
patching file proxmox-backup/Cargo.toml
Reversed (or previously applied) patch detected! Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file proxmox-backup/Cargo.toml.rej
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-api-types
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-buildcfg
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-client
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-config
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-datastore
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-tape
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-tools
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.proxmox-rest-server
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.proxmox-rrd
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-api-types
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-buildcfg
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-client
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-config
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-datastore
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-tape
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.pbs-tools
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.proxmox-rest-server
warning: /root/proxmox-backup-client/proxmox-backup/Cargo.toml: unused manifest key: workspace.proxmox-rrd
Compiling zstd-sys v1.4.20+zstd.1.4.9
error: failed to run custom build command for `zstd-sys v1.4.20+zstd.1.4.9
Caused by:
process didn't exit successfully:
/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-7e5d274c9ae7969b/build-script-build(exit status: 101)--- stdout
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
CC_x86_64-unknown-linux-gnu = None
CC_x86_64_unknown_linux_gnu = None
HOST_CC = None
CC = None
CFLAGS_x86_64-unknown-linux-gnu = None
CFLAGS_x86_64_unknown_linux_gnu = None
HOST_CFLAGS = None
CFLAGS = None
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some("false")
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/debug.o" "-c" "zstd/lib/common/debug.c"
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/entropy_common.o" "-c" "zstd/lib/common/entropy_common.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/error_private.o" "-c" "zstd/lib/common/error_private.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/fse_decompress.o" "-c" "zstd/lib/common/fse_decompress.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/pool.o" "-c" "zstd/lib/common/pool.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/threading.o" "-c" "zstd/lib/common/threading.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/xxhash.o" "-c" "zstd/lib/common/xxhash.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/zstd_common.o" "-c" "zstd/lib/common/zstd_common.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/zstd_trace.o" "-c" "zstd/lib/common/zstd_trace.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/fse_compress.o" "-c" "zstd/lib/compress/fse_compress.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/hist.o" "-c" "zstd/lib/compress/hist.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/huf_compress.o" "-c" "zstd/lib/compress/huf_compress.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_compress.o" "-c" "zstd/lib/compress/zstd_compress.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_compress_literals.o" "-c" "zstd/lib/compress/zstd_compress_literals.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_compress_sequences.o" "-c" "zstd/lib/compress/zstd_compress_sequences.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_compress_superblock.o" "-c" "zstd/lib/compress/zstd_compress_superblock.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_double_fast.o" "-c" "zstd/lib/compress/zstd_double_fast.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_fast.o" "-c" "zstd/lib/compress/zstd_fast.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_ldm.o" "-c" "zstd/lib/compress/zstd_ldm.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_opt.o" "-c" "zstd/lib/compress/zstd_opt.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstdmt_compress.o" "-c" "zstd/lib/compress/zstdmt_compress.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/decompress/huf_decompress.o" "-c" "zstd/lib/decompress/huf_decompress.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/decompress/zstd_ddict.o" "-c" "zstd/lib/decompress/zstd_ddict.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/decompress/zstd_decompress.o" "-c" "zstd/lib/decompress/zstd_decompress.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/decompress/zstd_decompress_block.o" "-c" "zstd/lib/decompress/zstd_decompress_block.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v01.o" "-c" "zstd/lib/legacy/zstd_v01.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v02.o" "-c" "zstd/lib/legacy/zstd_v02.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v03.o" "-c" "zstd/lib/legacy/zstd_v03.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v04.o" "-c" "zstd/lib/legacy/zstd_v04.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v05.o" "-c" "zstd/lib/legacy/zstd_v05.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v06.o" "-c" "zstd/lib/legacy/zstd_v06.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v07.o" "-c" "zstd/lib/legacy/zstd_v07.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/dictBuilder/cover.o" "-c" "zstd/lib/dictBuilder/cover.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/dictBuilder/divsufsort.o" "-c" "zstd/lib/dictBuilder/divsufsort.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/dictBuilder/fastcover.o" "-c" "zstd/lib/dictBuilder/fastcover.c"
exit status: 0
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-I" "zstd/lib/legacy" "-fvisibility=hidden" "-DZSTD_LIB_DEPRECATED=0" "-DZSTDLIB_VISIBILITY=" "-DZDICTLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-DZSTD_LEGACY_SUPPORT=1" "-o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/dictBuilder/zdict.o" "-c" "zstd/lib/dictBuilder/zdict.c"
exit status: 0
exit status: 0
AR_x86_64-unknown-linux-gnu = None
AR_x86_64_unknown_linux_gnu = None
HOST_AR = None
AR = None
running: "ar" "cq" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/libzstd.a" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/debug.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/entropy_common.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/error_private.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/fse_decompress.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/pool.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/threading.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/xxhash.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/zstd_common.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/common/zstd_trace.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/fse_compress.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/hist.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/huf_compress.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_compress.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_compress_literals.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_compress_sequences.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_compress_superblock.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_double_fast.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_fast.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_lazy.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_ldm.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstd_opt.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/compress/zstdmt_compress.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/decompress/huf_decompress.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/decompress/zstd_ddict.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/decompress/zstd_decompress.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/decompress/zstd_decompress_block.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v01.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v02.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v03.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v04.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v05.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v06.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/legacy/zstd_v07.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/dictBuilder/cover.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/dictBuilder/divsufsort.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/dictBuilder/fastcover.o" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/zstd/lib/dictBuilder/zdict.o"
exit status: 0
running: "ar" "s" "/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out/libzstd.a"
exit status: 0
cargo:rustc-link-lib=static=zstd
cargo:rustc-link-search=native=/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out
cargo:root=/root/proxmox-backup-client/proxmox-backup/target/release/build/zstd-sys-a2b42515a2503f62/out
cargo:include=/root/.cargo/registry/src/github.com-1ecc6299db9ec823/zstd-sys-1.4.20+zstd.1.4.9/zstd/lib
--- stderr
./zstd/lib/compress/zstdmt_compress.h:30:9: warning: 'ZSTD_STATIC_LINKING_ONLY' macro redefined, err: false
thread 'main' panicked at '
libclangfunction not loaded:clang_Type_getNumTemplateArguments. This crate requires thatlibclang3.9 or later be installed on your system. For more information on how to accomplish this, see here: https://rust-lang.github.io/rust-bindgen/requirements.html#installing-clang-39', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/clang-sys-1.3.3/src/lib.rs:1692:1note: run with
RUST_BACKTRACE=1environment variable to display a backtrace`@sg4r commented on GitHub (Aug 18, 2022):
hi, you can use rpm packages for Rocky linux 8 and Fedora 36 from https://github.com/sg4r/proxmox-backup-client/releases/tag/v2.2.2
@gioart21 commented on GitHub (Aug 19, 2022):
Thank you for the quick response. I tried that and got this failed message. looks like it those packages are updated in centos 8. Im running 7. sorry for not saying what os earlier
error: Failed dependencies: libc.so.6(GLIBC_2.18)(64bit) is needed by proxmox-backup-0:2.2.2-1.x86_64 libc.so.6(GLIBC_2.25)(64bit) is needed by proxmox-backup-0:2.2.2-1.x86_64 libc.so.6(GLIBC_2.28)(64bit) is needed by proxmox-backup-0:2.2.2-1.x86_64 libcrypto.so.1.1()(64bit) is needed by proxmox-backup-0:2.2.2-1.x86_64 libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) is needed by proxmox-backup-0:2.2.2-1.x86_64 libssl.so.1.1()(64bit) is needed by proxmox-backup-0:2.2.2-1.x86_64 libssl.so.1.1(OPENSSL_1_1_0)(64bit) is needed by proxmox-backup-0:2.2.2-1.x86_64@sg4r commented on GitHub (Aug 22, 2022):
hi for centos7, the last package can download from https://github.com/sg4r/proxmox-backup-client/releases/download/v2.1.2/proxmox-backup-2.1.2-1.x86_64.el7.rpm
@gioart21 commented on GitHub (Aug 22, 2022):
Thanks. Appreciate everything you do.