Advertisement
Guest User

Errors2

a guest
Oct 18th, 2021
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. The following warnings were emitted during compilation:
  2.  
  3. warning: `"pkg-config" "--libs" "--cflags" "atk" "atk >= 2.18"` did not exit successfully: exit status: 1
  4.  
  5. error: failed to run custom build command for `atk-sys v0.14.0`
  6.  
  7. Caused by:
  8. process didn't exit successfully: `/home/jude/eww/target/release/build/atk-sys-29eb4cba76daaade/build-script-build` (exit status: 1)
  9. --- stdout
  10. cargo:rerun-if-env-changed=ATK_NO_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. cargo:warning=`"pkg-config" "--libs" "--cflags" "atk" "atk >= 2.18"` did not exit successfully: exit status: 1
  25. --- stderr
  26. Package atk was not found in the pkg-config search path.
  27. Perhaps you should add the directory containing `atk.pc'
  28. to the PKG_CONFIG_PATH environment variable
  29. No package 'atk' found
  30. Package atk was not found in the pkg-config search path.
  31. Perhaps you should add the directory containing `atk.pc'
  32. to the PKG_CONFIG_PATH environment variable
  33. No package 'atk' found
  34.  
  35. warning: build failed, waiting for other jobs to finish...
  36. error: build failed
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement