Advertisement
Guest User

Untitled

a guest
Mar 7th, 2022
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. error: failed to run custom build command for `alpm-sys v2.1.2`
  2.  
  3. Caused by:
  4. process didn't exit successfully: `/home/falken/paru/src/paru-1.9.3/target/release/build/alpm-sys-93c57042ec57ab28/build-script-build` (exit status: 101)
  5. --- stdout
  6. cargo:rerun-if-env-changed=ALPM_LIB_DIR
  7. cargo:rerun-if-env-changed=LIBALPM_NO_PKG_CONFIG
  8. cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
  9. cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
  10. cargo:rerun-if-env-changed=HOST_PKG_CONFIG
  11. cargo:rerun-if-env-changed=PKG_CONFIG
  12. cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  13. cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  14. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  15. cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  16. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  17. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  18. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  19. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  20. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  21. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  22. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  23. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  24.  
  25. --- stderr
  26. thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Could not run `"pkg-config" "--libs" "--cflags" "libalpm" "libalpm >= 13.0.0"`
  27. The pkg-config command could not be found.
  28.  
  29. Most likely, you need to install a pkg-config package for your OS.
  30. Try `apt install pkg-config`, or `yum install pkg-config`,
  31. or `pkg install pkg-config` depending on your distribution.
  32.  
  33. If you've already installed it, ensure the pkg-config command is one of the
  34. directories in the PATH environment variable.
  35.  
  36. If you did not expect this build to link to a pre-installed system library,
  37. then check documentation of the alpm-sys crate for an option to
  38. build the library from source, or disable features or dependencies
  39. that require pkg-config.', /home/falken/.cargo/registry/src/github.com-1ecc6299db9ec823/alpm-sys-2.1.2/build.rs:27:10
  40. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
  41. warning: build failed, waiting for other jobs to finish...
  42. error: build failed
  43. ==> ERROR: A failure occurred in build().
  44. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement