-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
install.sh fails to install on correct paths #23197
Comments
This is still an issue. $ wget https://github.com/nim-lang/nightlies/releases/download/latest-devel/linux_arm64.tar.xz
$ xzcat /linux_arm64.tar.xz | tar x
$ cd nim-2.1.1
$ less install.sh Relevant snippet from
in case I currently work around it like so: |
The easy fix would be to add #21328 seems highly related which documents that it should be installed under |
closes nim-lang#22369, closes nim-lang#23197, closes nim-lang#24385
Description
choosenim doesn't not support Odroid N2_ SBC (arch: ARM 64)
debian apt package is ancient at 1.0.xx
so, build v2.0.2 following instructions on https://nim-lang.org/install_unix.html
assumed that install.sh in nim folder would install him pieces in correct places...
sh intall.sh /usr/bin
appears to install correctly but I get the following error when attempting to compile:
dietpi@DietPi:~$ nim c -d:ssl ./downloadAndParse.nim
Error: cannot open '/usr/lib/nim/lib/system.nim'
Note extra lib in path... if I can find where it's pulling the path from, it I can probably fix it... however, the install.sh script doesn't seem to be the issue... where is this path being pulled from?
Nim Version
dietpi@DietPi:/usr/lib/nim$ nim -v
Nim Compiler Version 2.0.2 [Linux: arm64]
Compiled at 2024-01-11
Copyright (c) 2006-2023 by Andreas Rumpf
active boot switches: -d:release
Current Output
Expected Output
No response
Possible Solution
bad path installed somewhere....
Additional Information
No response
The text was updated successfully, but these errors were encountered: