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

nim install FAILURE #80

Open
jerrygzy opened this issue Jan 19, 2025 · 2 comments
Open

nim install FAILURE #80

jerrygzy opened this issue Jan 19, 2025 · 2 comments

Comments

@jerrygzy
Copy link

jerrygzy commented Jan 19, 2025


[root@LS-GD nim-2.2.0]# ./koch boot -d:release
iteration: 1
bin/nim c  --skipUserCfg --skipParentCfg -d:nimKochBootstrap --nimcache:nimcache/r_linux_loongarch64 -d:release --noNimblePath --compileOnly compiler/nim.nim
Hint: used config file '/root/nim-2.2.0/config/nim.cfg' [Conf]
Hint: used config file '/root/nim-2.2.0/config/config.nims' [Conf]
Hint: used config file '/root/nim-2.2.0/compiler/nim.cfg' [Conf]
.............................................................................................................................................................................................
/root/nim-2.2.0/compiler/modulegraphs.nim(14, 47) Warning: imported and not used: 'algorithm' [UnusedImport]
.................
/root/nim-2.2.0/compiler/semdata.nim(18, 17) Warning: imported and not used: 'astalgo' [UnusedImport]
..................
/root/nim-2.2.0/compiler/concepts.nim(14, 13) Warning: imported and not used: 'astalgo' [UnusedImport]
FAILURE

https://nim-lang.org/install_unix.html

先锋派BSP(不定期更新):

https://pan.baidu.com/s/1l1-X7BOmLP0jimjzj4qHeg?pwd=1234

@xry111
Copy link
Member

xry111 commented Jan 19, 2025

AWLY issue tracker is not a proper location for this issue.

Anyway, it seems known not to work: nim-lang/Nim#24118

@jerrygzy
Copy link
Author

@xry111

[root@LS-GD ripemd160]# ~/nim-2.2.0/bin/nim c -r ripemd160.nim 
Hint: used config file '/root/nim-2.2.0/config/nim.cfg' [Conf]
Hint: used config file '/root/nim-2.2.0/config/config.nims' [Conf]
.............................................................................................
Hint: gcc -c  -w -fmax-errors=3 -pthread   -I/root/nim-2.2.0/lib -I/root/ripemd160 -o /root/.cache/nim/ripemd160_d/@mripemd160.c.o /root/ripemd160/ripemd160.c [Exec]
Hint: gcc -c  -w -fmax-errors=3 -pthread   -I/root/nim-2.2.0/lib -I/root/ripemd160 -o /root/.cache/nim/ripemd160_d/@[email protected]@slib@[email protected] /root/.cache/nim/ripemd160_d/@[email protected]@slib@[email protected] [Exec]
Hint: gcc -c  -w -fmax-errors=3 -pthread   -I/root/nim-2.2.0/lib -I/root/ripemd160 -o /root/.cache/nim/ripemd160_d/@[email protected]@slib@sstd@[email protected] /root/.cache/nim/ripemd160_d/@[email protected]@slib@sstd@[email protected] [Exec]
Hint: gcc -c  -w -fmax-errors=3 -pthread   -I/root/nim-2.2.0/lib -I/root/ripemd160 -o /root/.cache/nim/ripemd160_d/@[email protected]@slib@[email protected] /root/.cache/nim/ripemd160_d/@[email protected]@slib@[email protected] [Exec]
Hint: gcc -c  -w -fmax-errors=3 -pthread   -I/root/nim-2.2.0/lib -I/root/ripemd160 -o /root/.cache/nim/ripemd160_d/@[email protected]@slib@[email protected] /root/.cache/nim/ripemd160_d/@[email protected]@slib@[email protected] [Exec]
Hint: gcc -c  -w -fmax-errors=3 -pthread   -I/root/nim-2.2.0/lib -I/root/ripemd160 -o /root/.cache/nim/ripemd160_d/@[email protected]@[email protected] /root/.cache/nim/ripemd160_d/@[email protected]@[email protected] [Exec]
Hint: gcc -c  -w -fmax-errors=3 -pthread   -I/root/nim-2.2.0/lib -I/root/ripemd160 -o /root/.cache/nim/ripemd160_d/@[email protected]@slib@[email protected] /root/.cache/nim/ripemd160_d/@[email protected]@slib@[email protected] [Exec]
Hint: gcc -c  -w -fmax-errors=3 -pthread   -I/root/nim-2.2.0/lib -I/root/ripemd160 -o /root/.cache/nim/ripemd160_d/@mripemd160.nim.c.o /root/.cache/nim/ripemd160_d/@mripemd160.nim.c [Exec]
Hint:  [Link]
Hint: mm: orc; threads: on; opt: none (DEBUG BUILD, `-d:release` generates faster code)
48106 lines; 15.573s; 73.738MiB peakmem; proj: /root/ripemd160/ripemd160.nim; out: /root/ripemd160/ripemd160 [SuccessX]
Hint: /root/ripemd160/ripemd160 [Exec]
time cost for running ripemd160:
Loops:1000000 Time elapsed:6.997954653 seconds

nim c -r works, but there is no nimble

@xen0n xen0n transferred this issue from loongson-community/areweloongyet Feb 1, 2025
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