Last active
July 1, 2018 11:21
-
-
Save zacharycarter/313f528bbd6f66651d39f18e73d3144c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zobsd$ ./koch nimble | |
git clone https://github.com/nim-lang/nimble.git dist/nimble | |
Cloning into 'dist/nimble'... | |
remote: Counting objects: 3137, done. | |
remote: Compressing objects: 100% (34/34), done. | |
remote: Total 3137 (delta 16), reused 15 (delta 4), pack-reused 3099 | |
Receiving objects: 100% (3137/3137), 1.07 MiB | 2.65 MiB/s, done. | |
Resolving deltas: 100% (1943/1943), done. | |
git checkout -f master | |
Already on 'master' | |
Your branch is up to date with 'origin/master'. | |
git pull | |
Already up to date. | |
bin/nim c --noNimblePath -p:compiler -d:release dist/nimble/src/nimble.nim | |
Hint: used config file 'config/nim.cfg' [Conf] | |
Hint: used config file '/home/zachcarter/projects/nim/dist/nimble/src/nimble.nim.cfg' [Conf] | |
Hint: system [Processing] | |
Hint: nimble [Processing] | |
Hint: httpclient [Processing] | |
Hint: net [Processing] | |
Hint: nativesockets [Processing] | |
Hint: os [Processing] | |
Hint: strutils [Processing] | |
Hint: parseutils [Processing] | |
Hint: math [Processing] | |
Hint: bitops [Processing] | |
Hint: algorithm [Processing] | |
Hint: unicode [Processing] | |
Hint: times [Processing] | |
Hint: posix [Processing] | |
Hint: ospaths [Processing] | |
Hint: options [Processing] | |
Hint: typetraits [Processing] | |
Hint: sets [Processing] | |
Hint: hashes [Processing] | |
Hint: openssl [Processing] | |
Hint: dynlib [Processing] | |
Hint: uri [Processing] | |
Hint: strtabs [Processing] | |
Hint: base64 [Processing] | |
Hint: mimetypes [Processing] | |
Hint: random [Processing] | |
Hint: httpcore [Processing] | |
Hint: tables [Processing] | |
Hint: streams [Processing] | |
Hint: asyncnet [Processing] | |
Hint: asyncdispatch [Processing] | |
Hint: heapqueue [Processing] | |
Hint: lists [Processing] | |
Hint: asyncstreams [Processing] | |
Hint: asyncfutures [Processing] | |
Hint: deques [Processing] | |
Hint: cstrutils [Processing] | |
Hint: selectors [Processing] | |
Hint: kqueue [Processing] | |
Hint: macros [Processing] | |
Hint: asyncfile [Processing] | |
Hint: parseopt [Processing] | |
Hint: osproc [Processing] | |
Hint: cpuinfo [Processing] | |
Hint: pegs [Processing] | |
Hint: json [Processing] | |
Hint: lexbase [Processing] | |
Hint: parsejson [Processing] | |
Hint: future [Processing] | |
nimble.nim(7, 45) Warning: Use the new 'sugar' module instead; future is deprecated [Deprecated] | |
Hint: sequtils [Processing] | |
Hint: packageinfo [Processing] | |
Hint: parsecfg [Processing] | |
Hint: version [Processing] | |
Hint: tools [Processing] | |
Hint: common [Processing] | |
Hint: cli [Processing] | |
Hint: logging [Processing] | |
Hint: terminal [Processing] | |
Hint: strformat [Processing] | |
Hint: colors [Processing] | |
Hint: termios [Processing] | |
Hint: options [Processing] | |
Hint: config [Processing] | |
nimblepkg/options.nim(212, 6) Hint: 'options.renameBabelToNimble(options: Options)[declared in nimblepkg/options.nim(212, 5)]' is declared but not used [XDeclaredButNotUsed] | |
Hint: download [Processing] | |
Hint: packageparser [Processing] | |
nimblepkg/packageparser.nim(3, 67) Warning: Use the new 'sugar' module instead; future is deprecated [Deprecated] | |
Hint: nimscriptsupport [Processing] | |
nimblepkg/nimscriptsupport.nim(8, 11) Error: cannot open file: compiler/ast | |
FAILURE | |
zobsd$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment