-
Notifications
You must be signed in to change notification settings - Fork 190
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
Unable to install nimble under Debian Testing #178
Comments
Probably a Debian packaging issue. I assume you installed Nim via a debian package? (apt-get?) |
Hi, nope I have installed Nim through the website's package (nim-0.12.0.tar.xz), run build.sh and everything works, but the problem is with nimble, when I try to install it, I get the error above. Nim Compiler Version 0.12.0 (2015-12-29) [Linux: amd64]
|
Oh, sorry. To install the latest Nimble you will need Nim devel. For Nim 0.12.0 you should grab Nimble 0.6.2, you can just That being said, it is odd that the Nim compiler cannot find its compiler sources when the .tar.xz package contains them. |
Thanks for your reply, now I've downloaded the v0.6.2 and when I try to compile it with Nim 0.12.0 I get this error.
|
Sorry, that really sucks. v0.6.2 is broken with 0.12.0 it seems. At this point I would just grab the devel Nim compiler if I were you. You're better off using devel anyway. Alternatively you can try grabbing this commit of Nimble, but I cannot guarantee that it will work: ffbd5f5 |
This time with ffbd5f5 it was compiled without problems, anyway I think than I will follow your suggestion to use Nim devel instead. Thanks again ^^ |
Same issue when compiling Nimble 0.7.0 with Nim 0.12.0 on Arch Linux.
|
You need Nim 0.12.1 On Thursday, 31 December 2015, Alexander F Rødseth notifications@github.com
|
But, 0.12.1 hasn't been released yet. I'm packaging both nim and nimble for Arch Linux. We only package release versions. |
Sorry, you're going to need to wait for Nim 0.12.2 (or 0.13.0) to be released. |
Ok, thanks. |
I got this error with Nim 0.12.1, too.
|
@DoooReyn With Nim 0.12.1 it should work. How did you install Nim 0.12.1? |
@dom96 Sorry for that. I try |
As an apropos, Rust and the Rust package manager Cargo are released in lockstep to avoid conflicting versions. |
@xyproto were they also in lockstep before Rust 1.0 was released? |
Yes. Cargo is now included in the Rust release binary, even though it is a separate project. Cargo and Rust has been released together also before version 1.0. Look at version 0.12, for instance. |
Same error with Nim 0.13.0 and Nimble 0.7.0 :( |
It may be only NixOS issue cause its pure nature. I tried to rewrite your instruction to nix expression and I think I got it all kamilchm/nixpkgs@c40cbf5 |
It could be the fact that you are creating a symlink. It's possible that Nim does not follow symlinks, if that is the case then this is a Nim bug. |
Changed to |
oh, I think I know the problem then. You're checking out the |
Works on |
I am still experiencing this issue:
Nimble
Is there anything apparently wrong with my versions? |
Make sure you have HEAD of Nimble and are using the new installation It seems like I should release 0.7.2... On Saturday, 23 January 2016, Christopher J. Hanks notifications@github.com
|
Thanks, I was missing: |
Nim Compiler Version 0.12.0 (2015-10-27) [Linux: amd64]
git hash: b186493f0143fa8d977b4815e2ecda9f16a43b63
The text was updated successfully, but these errors were encountered: