Skip to content

Instantly share code, notes, and snippets.

@Araq
Created November 27, 2018 16:28
Show Gist options
  • Save Araq/876d2c5255eff71fe3dae53b3e323d19 to your computer and use it in GitHub Desktop.
Save Araq/876d2c5255eff71fe3dae53b3e323d19 to your computer and use it in GitHub Desktop.
nimble install nimfuzz
Downloading https://github.com/apense/nimfuzz using git
Verifying dependencies for [email protected]
Installing [email protected]
Building nimfuzz/nimfuzz.exe using c backend
Prompt: Build failed for '[email protected]', would you like to try installing 'nimfuzz@#head' (latest unstable)? [y/N]
Answer: y
Downloading https://github.com/apense/nimfuzz using git
Verifying dependencies for nimfuzz@#head
Installing nimfuzz@#head
Building nimfuzz/nimfuzz.exe using c backend
Tip: 4 messages have been suppressed, use --verbose to show them.
Error: Build failed for package: nimfuzz
... Details:
... Execution failed with exit code 1
... Command: "C:\Users\rumpf\projects\nim\bin\nim.exe" c --noBabelPath -d:release -o:"C:\Users\rumpf\AppData\Local\Temp\nimble_14780\githubcom_apensenimfuzz_#head\nimfuzz.exe" "C:\Users\rumpf\AppData\Local\Temp\nimble_14780\githubcom_apensenimfuzz_#head\nimfuzz.nim"
... Output: Hint: used config file 'C:\Users\rumpf\projects\nim\config\nim.cfg' [Conf]
... Hint: system [Processing]
... ..\..\..\..\..\projects\nim\lib\system.nim(376, 50) Warning: unknown magic 'Destroy' might crash the compiler [UnknownMagic]
... Hint: nimfuzz [Processing]
... Hint: unicode [Processing]
... Hint: math [Processing]
... Hint: bitops [Processing]
... Hint: strutils [Processing]
... Hint: parseutils [Processing]
... Hint: algorithm [Processing]
... Hint: times [Processing]
... Hint: options [Processing]
... Hint: typetraits [Processing]
... Hint: strformat [Processing]
... Hint: macros [Processing]
... Hint: winlean [Processing]
... Hint: dynlib [Processing]
... nimfuzz.nim(41, 22) Error: undeclared identifier: 'random'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment