Posté par abyssy .
En réponse au journal Pijul 0.11.
Évalué à 1.
Bonjour,
Excusez-moi si ce n’est pas tout à fait le bon endroit pour demander de l’aide, mais une âme charitable voudrait-elle bien aider le débutant que je suis :
--- stderr
thread 'main' panicked at 'called Result::unwrap() on an Err value: "\"pkg-config\" \"--libs\" \"--cflags\" \"libsodium\" did not exit successfully: exit code: 1\n--- stderr\nPackage libsodium was not found in the pkg-config search path.\nPerhaps you should add the directory containing libsodium.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'libsodium\' found\n"', libcore/result.rs:1009:5
note: Run withRUST_BACKTRACE=1` for a backtrace.
warning: build failed, waiting for other jobs to finish…
error: failed to compile pijul v0.11.0, intermediate artifacts can be found at /tmp/cargo-installS54SX3
Caused by:
build failed
À tout hasard je précise que je n’ai eu aucun souci pour installer ripgrep ou racer avec cargo.
[^] # Re: demande d’aide
Posté par abyssy . En réponse au journal Pijul 0.11. Évalué à 2.
Bonsoir,
merci beaucoup, cela a résolu le problème.
# demande d’aide
Posté par abyssy . En réponse au journal Pijul 0.11. Évalué à 1.
Bonjour,
Excusez-moi si ce n’est pas tout à fait le bon endroit pour demander de l’aide, mais une âme charitable voudrait-elle bien aider le débutant que je suis :
OS: Ubuntu 18.04.1 LTS x86_64
cargo --version
cargo 1.30.0 (a1a4ad372 2018-11-02)
cargo install pijul
error: failed to run custom build command for
thrussh-libsodium v0.1.3
process didn't exit successfully:
/tmp/cargo-installS54SX3/release/build/thrussh-libsodium-034c924411ffd856/build-script-build
(exit code: 101)--- stdout
cargo:rerun-if-env-changed=SODIUM_LIB_DIR
cargo:rerun-if-env-changed=SODIUM_STATIC
--- stderr
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: "\"pkg-config\" \"--libs\" \"--cflags\" \"libsodium\"
did not exit successfully: exit code: 1\n--- stderr\nPackage libsodium was not found in the pkg-config search path.\nPerhaps you should add the directory containinglibsodium.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'libsodium\' found\n"', libcore/result.rs:1009:5
RUST_BACKTRACE=1` for a backtrace.note: Run with
warning: build failed, waiting for other jobs to finish…
error: failed to compile
pijul v0.11.0
, intermediate artifacts can be found at/tmp/cargo-installS54SX3
Caused by:
build failed
À tout hasard je précise que je n’ai eu aucun souci pour installer
ripgrep
ouracer
avec cargo.