nim-lang / Nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
https://nim-lang.org
Other
16.63k stars 1.47k forks source link

Cannot open '/lib/system.nim' #24385

Closed lost22git closed 4 days ago

lost22git commented 3 weeks ago

Description

I built nim from the source and set bin dir as PATH, but got the error cannot open /lib/system.nim when i compiled a helloworld.nim.

Nim Version

Nim Compiler Version 2.2.1 [Linux: arm64] Compiled at 2024-10-29 Copyright (c) 2006-2024 by Andreas Rumpf

git hash: d61897459d551b37964b23e82548e2c92c920e02 active boot switches: -d:release

Current Output

No response

Expected Output

No response

Known Workarounds

No response

Additional Information

No response

narimiran commented 3 weeks ago

Show us your code.

lost22git commented 3 weeks ago

Show us your code.

echo "hello"

ringabout commented 3 weeks ago

What's your OS?

lost22git commented 3 weeks ago

What's your OS?

Android termux debian distro

Nuc1eoN commented 5 days ago

Seems related? #22369

EDIT: Also #23197

A bug in the installer.