NodeOS / NodeOS

Lightweight operating system using Node.js as userspace

Home Page:http://node-os.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rmdir: /Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain/x86_64-nodeos-linux-musl/include: No such file or directory

LoganDark opened this issue · comments

[07:14 AM] LoganDark @ Logans-MacBook-Pro.local : ~/NodeOS $ npm install
npm WARN prefer global node-gyp@3.6.0 should be installed with -g
npm WARN prefer global node-ninja@1.0.2 should be installed with -g

> genext2fs@1.4.2-0 install /Users/LoganDark/NodeOS/node_modules/genext2fs
> prebuild-install -d https://github.com/NodeOS/genext2fs/releases/download/v{version}/{platform}-{arch}.tar.gz || npm run build

prebuild-install info begin Prebuild-install version 2.1.0
prebuild-install info looking for local prebuild @ prebuilds/darwin-x64.tar.gz
prebuild-install info looking for cached prebuild @ /Users/LoganDark/.npm/_prebuilds/https-github.com-NodeOS-genext2fs-releases-download-v1.4.2-0-darwin-x64.tar.gz
prebuild-install http request GET https://github.com/NodeOS/genext2fs/releases/download/v1.4.2-0/darwin-x64.tar.gz
prebuild-install http 404 https://github.com/NodeOS/genext2fs/releases/download/v1.4.2-0/darwin-x64.tar.gz
prebuild-install WARN install No prebuilt binaries found (target=7.6.0 runtime=node arch=x64 platform=darwin)

> genext2fs@1.4.2-0 build /Users/LoganDark/NodeOS/node_modules/genext2fs
> scripts/build

aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:37: warning: AC_CACHE_VAL(ac_scanf_can_malloc, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
m4/ac_func_scanf_can_malloc.m4:53: AC_FUNC_SCANF_CAN_MALLOC is expanded from...
configure.in:37: the top level
configure.in:37: warning: AC_CACHE_VAL(ac_scanf_can_malloc, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
m4/ac_func_scanf_can_malloc.m4:53: AC_FUNC_SCANF_CAN_MALLOC is expanded from...
configure.in:37: the top level
configure.in:37: warning: AC_CACHE_VAL(ac_scanf_can_malloc, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
m4/ac_func_scanf_can_malloc.m4:53: AC_FUNC_SCANF_CAN_MALLOC is expanded from...
configure.in:37: the top level
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:37: warning: AC_CACHE_VAL(ac_scanf_can_malloc, ...): suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:2046: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2059: AC_CACHE_CHECK is expanded from...
m4/ac_func_scanf_can_malloc.m4:53: AC_FUNC_SCANF_CAN_MALLOC is expanded from...
configure.in:37: the top level
configure.in:10: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:10: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:13: installing './compile'
configure.in:10: installing './install-sh'
configure.in:10: installing './missing'
Makefile.am: installing './depcomp'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
parallel-tests: installing './test-driver'

Now just run:
./configure
make
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking whether sys/types.h defines makedev... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for memory.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for inline... inline
checking for size_t... yes
checking for ssize_t... yes
checking for struct stat.st_rdev... yes
checking for getopt_long... yes
checking for getline... yes
checking for strtof... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for working snprintf... yes
checking for working vsnprintf... yes
checking for stdlib.h... (cached) yes
checking whether scanf can malloc... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT genext2fs.o -MD -MP -MF .deps/genext2fs.Tpo -c -o genext2fs.o ../genext2fs.c
../genext2fs.c:2002:17: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
        if(free_blocks < 0)
           ~~~~~~~~~~~ ^ ~
1 warning generated.
mv -f .deps/genext2fs.Tpo .deps/genext2fs.Po
gcc  -g -O2   -o genext2fs genext2fs.o  

> nodeos-cross-toolchain@1.0.0-RC3.1 install /Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain
> scripts/install

prebuild-install info begin Prebuild-install version 2.1.0
prebuild-install info looking for local prebuild @ prebuilds/darwin-x64.tar.gz
prebuild-install info looking for cached prebuild @ /Users/LoganDark/.npm/_prebuilds/https-github.com-NodeOS-nodeos-cross-toolchain-releases-download-v1.0.0-RC3.1-darwin-x64.tar.gz
prebuild-install http request GET https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v1.0.0-RC3.1/darwin-x64.tar.gz
prebuild-install http 404 https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v1.0.0-RC3.1/darwin-x64.tar.gz
prebuild-install WARN install No prebuilt binaries found (target=7.6.0 runtime=node arch=x64 platform=darwin)
nodeos-cross-toolchain@1.0.0-RC3.1 /Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain
├─┬ async@2.3.0 
│ └── lodash@4.17.4 
├─┬ download-manager@0.1.3 
│ ├─┬ decompress-maybe@1.0.0 
│ │ ├─┬ bzip2-maybe@1.0.0 
│ │ │ ├── is-bzip2@1.0.0 
│ │ │ ├── peek-stream@1.1.2 
│ │ │ ├── through2@2.0.3 
│ │ │ └─┬ unbzip2-stream@1.0.11 
│ │ │   ├─┬ buffer@3.6.0 
│ │ │   │ ├── base64-js@0.0.8 
│ │ │   │ └── ieee754@1.1.8 
│ │ │   └── through@2.3.8 
│ │ ├─┬ gunzip-maybe@1.4.0 
│ │ │ ├─┬ browserify-zlib@0.1.4 
│ │ │ │ └── pako@0.2.9 
│ │ │ ├── is-deflate@1.0.0 
│ │ │ └── is-gzip@1.0.0 
│ │ └─┬ pumpify@1.3.5 
│ │   └─┬ duplexify@3.5.0 
│ │     └── stream-shift@1.0.0 
│ ├── diff@3.2.0 
│ ├─┬ download-checksum@0.3.0 
│ │ ├── inherits@2.0.3 
│ │ └─┬ openpgp@2.5.4 
│ │   ├─┬ node-fetch@1.6.3 
│ │   │ └─┬ encoding@0.1.12 
│ │   │   └── iconv-lite@0.4.15 
│ │   └─┬ node-localstorage@1.3.0 
│ │     └─┬ write-file-atomic@1.3.1 
│ │       ├── imurmurhash@0.1.4 
│ │       └── slide@1.1.6 
│ ├─┬ force-array@3.1.0 
│ │ └── is-array@1.0.1 
│ ├─┬ got@6.7.1 
│ │ ├─┬ create-error-class@3.0.2 
│ │ │ └── capture-stack-trace@1.0.0 
│ │ ├── duplexer3@0.1.4 
│ │ ├── get-stream@3.0.0 
│ │ ├── is-redirect@1.0.0 
│ │ ├── is-retry-allowed@1.1.0 
│ │ ├── is-stream@1.1.0 
│ │ ├── lowercase-keys@1.0.0 
│ │ ├── safe-buffer@5.0.1 
│ │ ├── timed-out@4.0.1 
│ │ ├── unzip-response@2.0.1 
│ │ └─┬ url-parse-lax@1.0.0 
│ │   └── prepend-http@1.0.4 
│ ├─┬ multi-progress@2.0.0 
│ │ └── progress@1.1.8 
│ ├─┬ pump@1.0.2 
│ │ ├─┬ end-of-stream@1.4.0 
│ │ │ └── once@1.4.0 
│ │ └─┬ once@1.3.3 
│ │   └── wrappy@1.0.2 
│ ├─┬ rimraf@2.6.1 
│ │ └─┬ glob@7.1.1 
│ │   ├── fs.realpath@1.0.0 
│ │   ├── inflight@1.0.6 
│ │   ├─┬ minimatch@3.0.3 
│ │   │ └─┬ brace-expansion@1.1.7 
│ │   │   ├── balanced-match@0.4.2 
│ │   │   └── concat-map@0.0.1 
│ │   └── path-is-absolute@1.0.1 
│ ├─┬ string.prototype.padend@3.0.0 
│ │ ├─┬ define-properties@1.1.2 
│ │ │ ├── foreach@2.0.5 
│ │ │ └── object-keys@1.0.11 
│ │ ├─┬ es-abstract@1.7.0 
│ │ │ ├─┬ es-to-primitive@1.1.1 
│ │ │ │ ├── is-date-object@1.0.1 
│ │ │ │ └── is-symbol@1.0.1 
│ │ │ ├── is-callable@1.1.3 
│ │ │ └─┬ is-regex@1.0.4 
│ │ │   └── has@1.0.1 
│ │ └── function-bind@1.1.0 
│ ├─┬ strip-dirs@2.0.0 
│ │ └── is-natural-number@4.0.1 
│ └─┬ tar-fs@1.15.2 
│   ├── chownr@1.0.1 
│   ├─┬ mkdirp@0.5.1 
│   │ └── minimist@0.0.8 
│   └─┬ tar-stream@1.5.2 
│     ├── bl@1.2.0 
│     ├── end-of-stream@1.0.0 
│     └─┬ readable-stream@2.2.9 
│       ├── buffer-shims@1.0.0 
│       ├── core-util-is@1.0.2 
│       ├── isarray@1.0.0 
│       ├── process-nextick-args@1.0.7 
│       ├── string_decoder@1.0.0 
│       └── util-deprecate@1.0.2 
├─┬ fs-extra@1.0.0 
│ ├── graceful-fs@4.1.11 
│ ├── jsonfile@2.4.0 
│ └── klaw@1.3.1 
└─┬ prebuild-install@2.1.0
  ├── expand-template@1.0.3 
  ├── github-from-package@0.0.0 
  ├── minimist@1.2.0 
  ├── noop-logger@0.1.1 
  ├─┬ npmlog@4.0.2 
  │ ├─┬ are-we-there-yet@1.1.2 
  │ │ └── delegates@1.0.0 
  │ ├── console-control-strings@1.1.0 
  │ ├─┬ gauge@2.7.3 
  │ │ ├── aproba@1.1.1 
  │ │ ├── has-unicode@2.0.1 
  │ │ ├── object-assign@4.1.1 
  │ │ ├── signal-exit@3.0.2 
  │ │ ├─┬ string-width@1.0.2 
  │ │ │ ├── code-point-at@1.1.0 
  │ │ │ └─┬ is-fullwidth-code-point@1.0.0 
  │ │ │   └── number-is-nan@1.0.1 
  │ │ ├─┬ strip-ansi@3.0.1 
  │ │ │ └── ansi-regex@2.1.1 
  │ │ └── wide-align@1.1.0 
  │ └── set-blocking@2.0.0 
  ├── os-homedir@1.0.2 
  ├─┬ rc@1.2.1 
  │ ├── deep-extend@0.4.1 
  │ ├── ini@1.3.4 
  │ ├── minimist@1.2.0 
  │ └── strip-json-comments@2.0.1 
  ├─┬ simple-get@1.4.3 
  │ └── unzip-response@1.0.2 
  ├── tunnel-agent@0.4.3 
  └── xtend@4.0.1 


> nodeos-cross-toolchain@1.0.0-RC3.1 prebuild /Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain
> scripts/prebuild

musl     [==================================================] 100% 0.0s
gcc/mpfr [==================================================] 100% 0.0s
gcc/mpc  [==================================================] 100% 0.0s
linux    [============================                      ] 57% 53.3s
linux    [==================================================] 100% 0.0s
> nodeos-cross-toolchain@1.0.0-RC3.1 build /Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain
> scripts/build

Extracting Linux headers
rmdir: /Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain/build/nocona: No such file or directory
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[2]: *** [usr/include/asm-generic/.install] Error 1
make[2]: *** [usr/include/drm/.install] Error 1
make[1]: *** [asm-generic] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [drm] Error 2
make[2]: *** [usr/include/misc/.install] Error 1
make[1]: *** [misc] Error 2
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
sed: illegal option -- r
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[2]: *** [usr/include/mtd/.install] Error 1
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[1]: *** [mtd] Error 2
make[2]: *** [usr/include/sound/.install] Error 1
make[1]: *** [sound] Error 2
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[2]: *** [usr/include/video/.install] Error 1
make[3]: *** [usr/include/rdma/hfi/.install] Error 1
make[1]: *** [video] Error 2
make[2]: *** [hfi] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: *** [usr/include/scsi/fc/.install] Error 1
make[2]: *** [fc] Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: *** [usr/include/linux/android/.install] Error 1
make[2]: *** [android] Error 2
make[2]: *** Waiting for unfinished jobs....
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[2]: *** [usr/include/scsi/.install] Error 1
make[2]: *** [usr/include/rdma/.install] Error 1
make[1]: *** [scsi] Error 2
make[1]: *** [rdma] Error 2
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[3]: *** [usr/include/linux/byteorder/.install] Error 1
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[2]: *** [byteorder] Error 2
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[3]: *** [usr/include/linux/caif/.install] Error 1
make[2]: *** [caif] Error 2
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
make[3]: *** [usr/include/linux/can/.install] Error 1
make[2]: *** [can] Error 2
make[3]: *** [usr/include/linux/dvb/.install] Error 1
make[2]: *** [dvb] Error 2
make[3]: *** [usr/include/linux/hdlc/.install] Error 1
make[2]: *** [hdlc] Error 2
make[3]: *** [usr/include/linux/hsi/.install] Error 1
make[2]: *** [hsi] Error 2
make[1]: *** [linux] Error 2
make: *** [headers_install] Error 2
Error building '/Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain/x86_64-nodeos-linux-musl/include/linux'
rmdir: /Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain/x86_64-nodeos-linux-musl/include: No such file or directory

npm ERR! Darwin 16.1.0
npm ERR! argv "/Users/LoganDark/.nvm/versions/node/v7.6.0/bin/node" "/Users/LoganDark/.nvm/versions/node/v7.6.0/bin/npm" "run" "build"
npm ERR! node v7.6.0
npm ERR! npm  v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! nodeos-cross-toolchain@1.0.0-RC3.1 build: `scripts/build`
npm ERR! Exit status 10
npm ERR! 
npm ERR! Failed at the nodeos-cross-toolchain@1.0.0-RC3.1 build script 'scripts/build'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the nodeos-cross-toolchain package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     scripts/build
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs nodeos-cross-toolchain
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls nodeos-cross-toolchain
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/LoganDark/NodeOS/node_modules/nodeos-cross-toolchain/npm-debug.log
^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C

That spam of ^C at the bottom is me trying to stop it after it crashed. I just ended up closing the terminal tab.

I got it to build fine on my Ubuntu server, so it's probably a local issue.