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.55k stars 1.47k forks source link

VM is not built with 'gorge' support (building nimforum) #8093

Closed markprocess closed 6 years ago

markprocess commented 6 years ago

From @markproc on June 22, 2018 22:28

debian 9/stretch
choosenim devel
clone nimforum
root@debian:~/github.com/nim-lang/nimforum# nim -v                                                       
Nim Compiler Version 0.18.1 [Linux: amd64]                                                               
Compiled at 2018-06-22                                                                                   
Copyright (c) 2006-2018 by Andreas Rumpf                                                                 

active boot switches: -d:release
nimble backend
...
 Installing sass@#649e0701fa5c                                                                           
Downloading https://github.com/dom96/sass using git                                                      
Error: unhandled exception: VM is not built with 'gorge' support [ERecoverableError]                     
stack trace: (most recent call last)                                                                     
root/github.com/nim-lang/nimforum/nimforum.nimble(29) backendTask                                        
root/.choosenim/toolchains/nim-#devel/lib/system/nimscript.nim(237) exec                                 
root/.choosenim/toolchains/nim-#devel/lib/system/nimscript.nim(237, 7) Error: unhandled exception: FAILED: nimble c src/forum.nim

Copied from original issue: nim-lang/nimforum#161

markprocess commented 6 years ago

From @dom96 on June 23, 2018 12:9

This isn't a Nimforum issue. It's a Nim/Nimble issue, please report it on Nim's repo (reference: https://irclogs.nim-lang.org/21-06-2018.html#10:28:55)

markprocess commented 6 years ago

https://github.com/nim-lang/nimble/commit/a7ed90e4b6171c919958b372d9c72f6bfeef698a

Should I try again with this update?

dom96 commented 6 years ago

yes