neovim-gtk icon indicating copy to clipboard operation
neovim-gtk copied to clipboard

Fails to compile

Open hasufell opened this issue 5 months ago • 0 comments

Describe the bug

$ cargo install --path .
  Installing nvim-gtk v0.3.0 (/home/hasufell/git/neovim-gtk)
    Updating crates.io index
error: failed to compile `nvim-gtk v0.3.0 (/home/hasufell/git/neovim-gtk)`, intermediate artifacts can be found at `/home/hasufell/git/neovim-gtk/target`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.

Caused by:
  failed to select a version for the requirement `fragile = "^0.3"`
  candidate versions found which didn't match: 2.0.0, 1.2.2
  location searched: crates.io index
  required by package `gio v0.7.0`
      ... which satisfies dependency `gio = "^0.7.0"` of package `nvim-gtk v0.3.0 (/home/hasufell/git/neovim-gtk)`
  perhaps a crate was updated and forgotten to be re-vendored?

Technical information (please complete the following information):

  • OS: OpenSUSE Tumbleweed
  • Neovim version: v0.11.0-dev-6196+ge1b7fa2a3
  • Neovim-Gtk build version: c036492

hasufell avatar Aug 29 '24 08:08 hasufell