Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails #19

Open
sassman opened this issue Jan 21, 2021 · 2 comments
Open

build fails #19

sassman opened this issue Jan 21, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@sassman
Copy link

sassman commented Jan 21, 2021

When installing cl via cargo install cl I'm running into the following error:

  Compiling derive-getters v0.1.1
error[E0433]: failed to resolve: could not find `__rt` in `quote`
   --> /Users/d34dl0ck/.cargo/registry/src/github.com-1ecc6299db9ec823/err-derive-0.1.6/src/lib.rs:145:63
    |
145 | fn display_body(s: &synstructure::Structure) -> Option<quote::__rt::TokenStream> {
    |                                                               ^^^^ could not find `__rt` in `quote`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0433`.
error: could not compile `err-derive`

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `cl v0.9.0`, intermediate artifacts can be found at `/var/folders/m8/084p1v0x4770rpwpkrgl5b6h0000gn/T/cargo-installP3F7eQ`

Caused by:
  build failed

Context

❯ cargo --version && rustc --version
cargo 1.49.0 (d00d64df9 2020-12-05)
rustc 1.49.0 (e1884a8e3 2020-12-29)

Suggestion

recently I discovered https://dependabot.com and added them to my rust crates, to keep all dependencies up to date.

@marcaddeo
Copy link
Owner

Hey @sassman, thanks for reporting the issue! I'll look into getting this fixed as soon as I can, and get Dependabot in here to keep things up-to-date. That's a good idea.

In the meantime, does one of the other installation methods work for you?

@marcaddeo marcaddeo added the bug Something isn't working label Jan 22, 2021
@sassman
Copy link
Author

sassman commented Jan 22, 2021

Thanks @marcaddeo,

yes, brew install went good.
Unfortunately there is this issue:

cl
Error: there was an error when attempting to scan the .cl directory for change files

After creating the .cl dir manually it seems to work, although cannot confirm fully yet.
Because In a project without any tags (but with a long git log) there is just this output:

cl
## [Unreleased]

Not sure if that is intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants