Advertisement
Guest User

Errors

a guest
Oct 17th, 2021
1,292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. error[E0658]: or-patterns syntax is experimental
  2. --> /home/jude/.cargo/registry/src/github.com-1ecc6299db9ec823/grass-0.10.7/src/parse/value/css_function.rs:327:22
  3. |
  4. 327 | q @ ('"' | '\'') => {
  5. | ^^^^^^^^^^
  6. |
  7. = note: see issue #54883 <https://github.com/rust-lang/rust/issues/54883> for more information
  8.  
  9. error[E0658]: or-patterns syntax is experimental
  10. --> /home/jude/.cargo/registry/src/github.com-1ecc6299db9ec823/grass-0.10.7/src/parse/value/css_function.rs:363:22
  11. |
  12. 363 | c @ (' ' | '\t') => {
  13. | ^^^^^^^^^^
  14. |
  15. = note: see issue #54883 <https://github.com/rust-lang/rust/issues/54883> for more information
  16.  
  17. The following warnings were emitted during compilation:
  18.  
  19. warning: `"pkg-config" "--libs" "--cflags" "atk" "atk >= 2.18"` did not exit successfully: exit code: 1
  20.  
  21. error: failed to run custom build command for `atk-sys v0.14.0`
  22.  
  23. Caused by:
  24. process didn't exit successfully: `/home/jude/eww/target/release/build/atk-sys-ae3620bbc20874fe/build-script-build` (exit code: 1)
  25. --- stdout
  26. cargo:rerun-if-env-changed=ATK_NO_PKG_CONFIG
  27. cargo:rerun-if-env-changed=PKG_CONFIG
  28. cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
  29. cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
  30. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
  31. cargo:rerun-if-env-changed=PKG_CONFIG_PATH
  32. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
  33. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
  34. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
  35. cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
  36. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
  37. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
  38. cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
  39. cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
  40. cargo:warning=`"pkg-config" "--libs" "--cflags" "atk" "atk >= 2.18"` did not exit successfully: exit code: 1
  41. --- stderr
  42. Package atk was not found in the pkg-config search path.
  43. Perhaps you should add the directory containing `atk.pc'
  44. to the PKG_CONFIG_PATH environment variable
  45. No package 'atk' found
  46. Package atk was not found in the pkg-config search path.
  47. Perhaps you should add the directory containing `atk.pc'
  48. to the PKG_CONFIG_PATH environment variable
  49. No package 'atk' found
  50.  
  51. warning: build failed, waiting for other jobs to finish...
  52. error[E0658]: use of unstable library feature 'assoc_char_consts': recently added
  53. --> /home/jude/.cargo/registry/src/github.com-1ecc6299db9ec823/grass-0.10.7/src/parse/value/css_function.rs:94:58
  54. |
  55. 94 | '!' | '%' | '&' | '*'..='~' | '\u{80}'..=char::MAX => buf.push(tok.kind),
  56. | ^^^^^^^^^
  57. |
  58. = note: see issue #71763 <https://github.com/rust-lang/rust/issues/71763> for more information
  59.  
  60. error: aborting due to 3 previous errors
  61.  
  62. For more information about this error, try `rustc --explain E0658`.
  63. error: build failed
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement