Guest User

Untitled

a guest
Mar 17th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. $ nimble install nake
  2. Downloading https://github.com/fowlmouth/nake using git
  3. Warning: File inside package 'nake' is outside of permitted namespace, should be named 'nake.nim' but was named 'nakefile.nim' instead. This will be an error in the future.
  4. Hint: Rename this file to 'nake.nim', move it into a 'nake/' subdirectory, or prevent its installation by adding `skipFiles = @["nakefile.nim"]` to the .nimble file. See https://github.com/nim-lang/nimble#libraries for more info.
  5. Verifying dependencies for [email protected]
  6. Installing [email protected]
  7. Building nake/nake using c backend
  8. Warning: Binary 'nake' was already installed from source directory. Will be overwritten.
  9. Traceback (most recent call last)
  10. nimble.nim(1073) nimble
  11. nimble.nim(999) doAction
  12. nimble.nim(608) install
  13. nimble.nim(466) installFromDir
  14. tools.nim(87) copyFileD
  15. os.nim(1290) copyFileWithPermissions
  16. os.nim(599) copyFile
  17. os.nim(153) raiseOSError
  18. Error: unhandled exception: No such file or directory [OSError]
Advertisement
Add Comment
Please, Sign In to add comment