Skip to content
New issue

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

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

Already on GitHub? # to your account

unresolved name ensure_shim when trying to cargo install #5

Closed
hsivonen opened this issue Jan 24, 2017 · 4 comments
Closed

unresolved name ensure_shim when trying to cargo install #5

hsivonen opened this issue Jan 24, 2017 · 4 comments

Comments

@hsivonen
Copy link

Steps to reproduce

Run cargo install dinghy on Ubuntu 16.04 with either stable (1.14.0) or nightly (1.16.0-nightly 2017-01-17).

Actual results

error[E0425]: unresolved name `ensure_shim`
   --> .cargo/registry/src/github.heygears.com-1ecc6299db9ec823/dinghy-0.1.9/src/build.rs:102:5
    |
102 |     ensure_shim(device_target)?;
    |     ^^^^^^^^^^^ unresolved name

error[E0425]: unresolved name `ensure_shim`
   --> .cargo/registry/src/github.heygears.com-1ecc6299db9ec823/dinghy-0.1.9/src/build.rs:127:5
    |
127 |     ensure_shim(device_target)?;
    |     ^^^^^^^^^^^ unresolved name

error[E0425]: unresolved name `ensure_shim`
   --> .cargo/registry/src/github.heygears.com-1ecc6299db9ec823/dinghy-0.1.9/src/build.rs:152:5
    |
152 |     ensure_shim(device_target)?;
    |     ^^^^^^^^^^^ unresolved name

Expected results

Successful build.

@kali
Copy link
Collaborator

kali commented Jan 24, 2017

all right, I've obviously missed something here :)

I've pushed a quick fix on master. Would you like to give it a try ? (just checkout and run cargo install)

@kali
Copy link
Collaborator

kali commented Jan 24, 2017

Setting up travis right now, so I should not break linux unknowingly.

@kali
Copy link
Collaborator

kali commented Jan 24, 2017

I've pushed to crates the new version.

@hsivonen
Copy link
Author

0.1.10 from crates.io builds now. (Tested on nightly.) Thank you.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants