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

ncspot 0.9.5 build failure #716

Closed
chenrui333 opened this issue Jan 20, 2022 · 1 comment
Closed

ncspot 0.9.5 build failure #716

chenrui333 opened this issue Jan 20, 2022 · 1 comment

Comments

@chenrui333
Copy link

👋 trying to build the latest release, but run into some build issue. The error log is as below:

build error
  error: there is no argument named `content_len`
    --> src/ui/listview.rs:88:34
     |
  88 |         log::info!("content len: {content_len}");
     |                                  ^^^^^^^^^^^^^

  error: there is no argument named `loaded`
     --> src/ui/listview.rs:100:35
      |
  100 |         log::info!("can paginate: {loaded}");
      |                                   ^^^^^^^^

  warning: unused import: `error`
   --> src/queue.rs:4:18
    |
  4 | use log::{debug, error, info};
    |                  ^^^^^
    |
    = note: `#[warn(unused_imports)]` on by default

  warning: `ncspot` (bin "ncspot") generated 1 warning
  error: failed to compile `ncspot v0.9.5 (/tmp/ncspot-20220119-18087-108fo7a/ncspot-0.9.5)`, intermediate artifacts can be found at `/tmp/ncspot-20220119-18087-108fo7a/ncspot-0.9.5/target`

full build log, https://github.com/Homebrew/homebrew-core/runs/4862263453
relates to Homebrew/homebrew-core#93389

@hrkfdn
Copy link
Owner

hrkfdn commented Jan 20, 2022

Duplicate of #714

@hrkfdn hrkfdn marked this as a duplicate of #714 Jan 20, 2022
@hrkfdn hrkfdn closed this as completed Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants