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

Instalation faliture without information what is source of problem #87

Closed
Czaki opened this issue May 5, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@Czaki
Copy link

Czaki commented May 5, 2022

Describe the bug
A clear and concise description of what the bug is.

Installation fails with information that there is no argument named output

To Reproduce
Steps to reproduce the behavior:

run

  1. Run cargo install git-cliff

Expected behavior

Get git-cliff installed or log explaining why its failed

Screenshots/Logs
If applicable, add screenshots to help explain your problem.

   Compiling git-cliff v0.7.0
error: there is no argument named `output`
   --> /home/czaki/.cargo/registry/src/github.com-1ecc6299db9ec823/git-cliff-0.7.0/src/changelog.rs:155:18
    |
155 |         writeln!(out, "{output}")?;
    |                        ^^^^^^^^

error: there is no argument named `pkg_name`
  --> /home/czaki/.cargo/registry/src/github.com-1ecc6299db9ec823/git-cliff-0.7.0/src/lib.rs:46:22
   |
46 |             "A new version of {pkg_name} is available: v{pkg_version} -> \
   |                               ^^^^^^^^^^

error: there is no argument named `pkg_version`
  --> /home/czaki/.cargo/registry/src/github.com-1ecc6299db9ec823/git-cliff-0.7.0/src/lib.rs:46:48
   |
46 |             "A new version of {pkg_name} is available: v{pkg_version} -> \
   |                                                         ^^^^^^^^^^^^^

error: there is no argument named `new_version`
  --> /home/czaki/.cargo/registry/src/github.com-1ecc6299db9ec823/git-cliff-0.7.0/src/lib.rs:47:5
   |
47 |              {new_version}",
   |              ^^^^^^^^^^^^^

error: could not compile `git-cliff` due to 4 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `git-cliff v0.7.0`, intermediate artifacts can be found at `/tmp/cargo-installl1CNkj`

Caused by:
  build failed                                                                                                                                                             /1m26,6s

System (please complete the following information):

  • OS Information: Ubuntu 21.10

Additional context

Installation of v0.6.1 finish

@Czaki Czaki added the bug Something isn't working label May 5, 2022
orhun added a commit that referenced this issue May 7, 2022
@orhun
Copy link
Owner

orhun commented May 7, 2022

Please update your Rust >=1.58.1

@orhun orhun closed this as completed May 7, 2022
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