Skip to content

Instantly share code, notes, and snippets.

@trentm
Created May 15, 2012 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentm/2703305 to your computer and use it in GitHub Desktop.
Save trentm/2703305 to your computer and use it in GitHub Desktop.
node 0.6.18 RC1 test results
[09:40:19 trentm@banana:~/tmp/n]
$ wget http://nodejs.org/dist/v0.6.18/node-v0.6.18-RC1.tar.gz
--2012-05-15 09:40:19-- http://nodejs.org/dist/v0.6.18/node-v0.6.18-RC1.tar.gz
Resolving nodejs.org... 8.12.44.238
Connecting to nodejs.org|8.12.44.238|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10261465 (9.8M) [application/octet-stream]
Saving to: `node-v0.6.18-RC1.tar.gz'
] 1,374,584 143K/s eta 58s
100%[======================================================================>] 10,261,465 59.8K/s in 1m 40s
2012-05-15 09:41:59 (100 KB/s) - `node-v0.6.18-RC1.tar.gz' saved [10261465/10261465]
[09:41:59 trentm@banana:~/tmp/n]
$ tar xf node-v0.6.18-RC1.tar.gz
[09:42:02 trentm@banana:~/tmp/n]
$ cd node-v0.6.18/
[09:42:46 trentm@banana:~/tmp/n/node-v0.6.18]
$ ./configure --prefix=`pwd`/../local && make && make install && make test
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for program gcc or cc : /usr/bin/gcc
Checking for gcc : ok
Checking for library dl : yes
Checking for openssl : yes
Checking for library util : yes
Checking for library rt : not found
Checking for fdatasync(2) with c++ : no
'configure' finished successfully (0.569s)
Waf: Entering directory `/Users/trentm/tmp/n/node-v0.6.18/out'
DEST_OS: darwin
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
[ 1/35] copy: src/node_config.h.in -> out/Release/src/node_config.h
[ 2/35] cc: deps/http_parser/http_parser.c -> out/Release/deps/http_parser/http_parser_3.o
/usr/bin/gcc -rdynamic -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/deps/http_parser -I../deps/http_parser ../deps/http_parser/http_parser.c -c -o Release/deps/http_parser/http_parser_3.o
[ 3/35] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/punycode.js lib/http.js lib/net.js lib/stream.js lib/events.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/readline.js lib/vm.js lib/url.js lib/tls.js lib/crypto.js lib/sys.js lib/https.js lib/freelist.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/cluster.js lib/repl.js lib/path.js lib/string_decoder.js lib/timers.js lib/zlib.js lib/constants.js -> out/Release/src/node_natives.h
[ 4/35] uv: deps/uv/include/uv.h -> out/Release/deps/uv/uv.a
rm -f src/ares/*.o
rm -f src/unix/ev/*.o
rm -f src/unix/eio/*.o
rm -f src/unix/*.o
rm -rf test/run-tests.dSYM run-benchmarks.dSYM
rm -f -f src/*.o *.a test/run-tests test/run-benchmarks
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/core.c -o src/unix/core.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/dl.c -o src/unix/dl.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/fs.c -o src/unix/fs.o
src/unix/fs.c: In function ‘uv_fs_fdatasync’:
src/unix/fs.c:459: warning: implicit declaration of function ‘fdatasync’
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/cares.c -o src/unix/cares.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/udp.c -o src/unix/udp.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/error.c -o src/unix/error.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/process.c -o src/unix/process.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/tcp.c -o src/unix/tcp.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/pipe.c -o src/unix/pipe.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/tty.c -o src/unix/tty.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/stream.c -o src/unix/stream.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/darwin.c -o src/unix/darwin.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc -m64 -arch x86_64 -c src/unix/kqueue.c -o src/unix/kqueue.o
/usr/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -m64 -arch x86_64 -c src/uv-common.c -o src/uv-common.o
/usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -m64 -arch x86_64 -c src/unix/ev/ev.c -o src/unix/ev/ev.o -DEV_CONFIG_H=\"config_darwin.h\"
/usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -Isrc/unix/eio/ --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -m64 -arch x86_64 -c src/unix/uv-eio.c -o src/unix/uv-eio.o
/usr/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin -DEIO_CONFIG_H=\"config_darwin.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -m64 -arch x86_64 -c src/unix/eio/eio.c -o src/unix/eio/eio.o
In file included from src/unix/eio/eio.c:51:
src/unix/eio/ecb.h: In function ‘ecb_unreachable’:
src/unix/eio/ecb.h:333: warning: ‘noreturn’ function does return
/usr/bin/gcc -o src/ares/ares__close_sockets.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares__close_sockets.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares__get_hostent.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares__get_hostent.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares__read_line.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares__read_line.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares__timeval.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares__timeval.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_cancel.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_cancel.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_data.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_data.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_destroy.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_destroy.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_expand_name.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_expand_name.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_expand_string.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_expand_string.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_fds.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_fds.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_free_hostent.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_free_hostent.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_free_string.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_free_string.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_gethostbyaddr.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_gethostbyaddr.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_gethostbyname.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_gethostbyname.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_getnameinfo.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_getnameinfo.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_getopt.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_getopt.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_getsock.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_getsock.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_init.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_init.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_library_init.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_library_init.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_llist.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_llist.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_mkquery.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_mkquery.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_nowarn.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_nowarn.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_options.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_options.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_a_reply.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_parse_a_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_aaaa_reply.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_parse_aaaa_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_mx_reply.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_parse_mx_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_ns_reply.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_parse_ns_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_ptr_reply.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_parse_ptr_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_srv_reply.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_parse_srv_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_parse_txt_reply.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_parse_txt_reply.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_process.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_process.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_query.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_query.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_search.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_search.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_send.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_send.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_strcasecmp.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_strcasecmp.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_strdup.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_strdup.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_strerror.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_strerror.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_timeout.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_timeout.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_version.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_version.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/ares_writev.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/ares_writev.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/bitncmp.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/bitncmp.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/inet_net_pton.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/inet_net_pton.c -DHAVE_CONFIG_H
/usr/bin/gcc -o src/ares/inet_ntop.o -c -m64 -arch x86_64 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -Isrc/ares/config_darwin src/ares/inet_ntop.c -DHAVE_CONFIG_H
ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/darwin.o src/unix/kqueue.o src/uv-common.o src/unix/uv-eio.o src/unix/ev/ev.o src/unix/eio/eio.o src/ares/ares__close_sockets.o src/ares/ares__get_hostent.o src/ares/ares__read_line.o src/ares/ares__timeval.o src/ares/ares_cancel.o src/ares/ares_data.o src/ares/ares_destroy.o src/ares/ares_expand_name.o src/ares/ares_expand_string.o src/ares/ares_fds.o src/ares/ares_free_hostent.o src/ares/ares_free_string.o src/ares/ares_gethostbyaddr.o src/ares/ares_gethostbyname.o src/ares/ares_getnameinfo.o src/ares/ares_getopt.o src/ares/ares_getsock.o src/ares/ares_init.o src/ares/ares_library_init.o src/ares/ares_llist.o src/ares/ares_mkquery.o src/ares/ares_nowarn.o src/ares/ares_options.o src/ares/ares_parse_a_reply.o src/ares/ares_parse_aaaa_reply.o src/ares/ares_parse_mx_reply.o src/ares/ares_parse_ns_reply.o src/ares/ares_parse_ptr_reply.o src/ares/ares_parse_srv_reply.o src/ares/ares_parse_txt_reply.o src/ares/ares_process.o src/ares/ares_query.o src/ares/ares_search.o src/ares/ares_send.o src/ares/ares_strcasecmp.o src/ares/ares_strdup.o src/ares/ares_strerror.o src/ares/ares_timeout.o src/ares/ares_version.o src/ares/ares_writev.o src/ares/bitncmp.o src/ares/inet_net_pton.o src/ares/inet_ntop.o
/usr/bin/ranlib: file: uv.a(ares_strcasecmp.o) has no symbols
/usr/bin/ranlib: file: uv.a(ares_strdup.o) has no symbols
/usr/bin/ranlib: file: uv.a(ares_writev.o) has no symbols
/usr/bin/ranlib: file: uv.a(inet_ntop.o) has no symbols
[ 5/35] libv8.a: deps/v8/SConstruct -> out/Release/libv8.a
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python-32 "/Users/trentm/tmp/n/node-v0.6.18/tools/scons/scons.py" -j 1 -C "/Users/trentm/tmp/n/node-v0.6.18/out/Release/" -Y "/Users/trentm/tmp/n/node-v0.6.18/deps/v8" visibility=default mode=release arch=x64 toolchain=gcc library=static snapshot=on
scons: Reading SConscript files ...
scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript'
File "/Users/trentm/tmp/n/node-v0.6.18/deps/v8/SConstruct", line 1475, in BuildSpecific
scons: done reading SConscript files.
scons: Building targets ...
/usr/bin/g++ -o obj/release/accessors.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/accessors.cc
/usr/bin/g++ -o obj/release/allocation.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/allocation.cc
/usr/bin/g++ -o obj/release/api.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/api.cc
/usr/bin/g++ -o obj/release/assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/assembler.cc
/usr/bin/g++ -o obj/release/ast.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/ast.cc
/usr/bin/g++ -o obj/release/atomicops_internals_x86_gcc.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/atomicops_internals_x86_gcc.cc
/usr/bin/g++ -o obj/release/bignum-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/bignum-dtoa.cc
/usr/bin/g++ -o obj/release/bignum.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/bignum.cc
/usr/bin/g++ -o obj/release/bootstrapper.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/bootstrapper.cc
/usr/bin/g++ -o obj/release/builtins.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/builtins.cc
/usr/bin/g++ -o obj/release/cached-powers.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/cached-powers.cc
/usr/bin/g++ -o obj/release/checks.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/checks.cc
/usr/bin/g++ -o obj/release/circular-queue.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/circular-queue.cc
/usr/bin/g++ -o obj/release/code-stubs.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/code-stubs.cc
/usr/bin/g++ -o obj/release/codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/codegen.cc
/usr/bin/g++ -o obj/release/compilation-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/compilation-cache.cc
/usr/bin/g++ -o obj/release/compiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/compiler.cc
/usr/bin/g++ -o obj/release/contexts.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/contexts.cc
/usr/bin/g++ -o obj/release/conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/conversions.cc
/usr/bin/g++ -o obj/release/counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/counters.cc
/usr/bin/g++ -o obj/release/cpu-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/cpu-profiler.cc
/usr/bin/g++ -o obj/release/data-flow.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/data-flow.cc
/usr/bin/g++ -o obj/release/dateparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/dateparser.cc
/usr/bin/g++ -o obj/release/debug-agent.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/debug-agent.cc
/usr/bin/g++ -o obj/release/debug.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/debug.cc
/usr/bin/g++ -o obj/release/deoptimizer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/deoptimizer.cc
/usr/bin/g++ -o obj/release/disassembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/disassembler.cc
/usr/bin/g++ -o obj/release/diy-fp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/diy-fp.cc
/usr/bin/g++ -o obj/release/dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/dtoa.cc
/usr/bin/g++ -o obj/release/elements.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/elements.cc
/usr/bin/g++ -o obj/release/execution.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/execution.cc
/usr/bin/g++ -o obj/release/extensions/externalize-string-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/extensions/externalize-string-extension.cc
/usr/bin/g++ -o obj/release/extensions/gc-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/extensions/gc-extension.cc
/usr/bin/g++ -o obj/release/factory.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/factory.cc
/usr/bin/g++ -o obj/release/fast-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/fast-dtoa.cc
/usr/bin/g++ -o obj/release/fixed-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/fixed-dtoa.cc
/usr/bin/g++ -o obj/release/flags.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/flags.cc
/usr/bin/g++ -o obj/release/frames.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/frames.cc
/usr/bin/g++ -o obj/release/full-codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/full-codegen.cc
/usr/bin/g++ -o obj/release/func-name-inferrer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/func-name-inferrer.cc
/usr/bin/g++ -o obj/release/gdb-jit.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/gdb-jit.cc
/usr/bin/g++ -o obj/release/global-handles.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/global-handles.cc
/usr/bin/g++ -o obj/release/handles.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/handles.cc
/usr/bin/g++ -o obj/release/hashmap.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/hashmap.cc
/usr/bin/g++ -o obj/release/heap-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/heap-profiler.cc
/usr/bin/g++ -o obj/release/heap.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/heap.cc
/usr/bin/g++ -o obj/release/hydrogen-instructions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/hydrogen-instructions.cc
/usr/bin/g++ -o obj/release/hydrogen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/hydrogen.cc
/usr/bin/g++ -o obj/release/ic.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/ic.cc
/usr/bin/g++ -o obj/release/inspector.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/inspector.cc
/usr/bin/g++ -o obj/release/interpreter-irregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/interpreter-irregexp.cc
/usr/bin/g++ -o obj/release/isolate.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/isolate.cc
/usr/bin/g++ -o obj/release/jsregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/jsregexp.cc
/usr/bin/g++ -o obj/release/lithium-allocator.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/lithium-allocator.cc
/usr/bin/g++ -o obj/release/lithium.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/lithium.cc
/usr/bin/g++ -o obj/release/liveedit.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/liveedit.cc
/usr/bin/g++ -o obj/release/liveobjectlist.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/liveobjectlist.cc
/usr/bin/g++ -o obj/release/log-utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/log-utils.cc
/usr/bin/g++ -o obj/release/log.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/log.cc
/usr/bin/g++ -o obj/release/mark-compact.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/mark-compact.cc
/usr/bin/g++ -o obj/release/messages.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/messages.cc
/usr/bin/g++ -o obj/release/objects-printer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/objects-printer.cc
/usr/bin/g++ -o obj/release/objects-visiting.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/objects-visiting.cc
/usr/bin/g++ -o obj/release/objects.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/objects.cc
/usr/bin/g++ -o obj/release/parser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/parser.cc
/usr/bin/g++ -o obj/release/platform-macos.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/platform-macos.cc
/usr/bin/g++ -o obj/release/platform-posix.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/platform-posix.cc
/usr/bin/g++ -o obj/release/preparse-data.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/preparse-data.cc
/usr/bin/g++ -o obj/release/preparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/preparser.cc
/usr/bin/g++ -o obj/release/profile-generator.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/profile-generator.cc
/usr/bin/g++ -o obj/release/property.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/property.cc
/usr/bin/g++ -o obj/release/regexp-macro-assembler-irregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/regexp-macro-assembler-irregexp.cc
/usr/bin/g++ -o obj/release/regexp-macro-assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/regexp-macro-assembler.cc
/usr/bin/g++ -o obj/release/regexp-stack.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/regexp-stack.cc
/usr/bin/g++ -o obj/release/rewriter.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/rewriter.cc
/usr/bin/g++ -o obj/release/runtime-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/runtime-profiler.cc
/usr/bin/g++ -o obj/release/runtime.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/runtime.cc
/usr/bin/g++ -o obj/release/safepoint-table.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/safepoint-table.cc
/usr/bin/g++ -o obj/release/scanner-character-streams.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/scanner-character-streams.cc
/usr/bin/g++ -o obj/release/scanner.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/scanner.cc
/usr/bin/g++ -o obj/release/scopeinfo.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/scopeinfo.cc
/usr/bin/g++ -o obj/release/scopes.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/scopes.cc
/usr/bin/g++ -o obj/release/serialize.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/serialize.cc
/usr/bin/g++ -o obj/release/snapshot-common.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/snapshot-common.cc
/usr/bin/g++ -o obj/release/spaces.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/spaces.cc
/usr/bin/g++ -o obj/release/string-search.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/string-search.cc
/usr/bin/g++ -o obj/release/string-stream.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/string-stream.cc
/usr/bin/g++ -o obj/release/strtod.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/strtod.cc
/usr/bin/g++ -o obj/release/stub-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/stub-cache.cc
/usr/bin/g++ -o obj/release/token.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/token.cc
/usr/bin/g++ -o obj/release/type-info.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/type-info.cc
/usr/bin/g++ -o obj/release/unicode.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/unicode.cc
/usr/bin/g++ -o obj/release/utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/utils.cc
/usr/bin/g++ -o obj/release/v8-counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/v8-counters.cc
/usr/bin/g++ -o obj/release/v8.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/v8.cc
/usr/bin/g++ -o obj/release/v8conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/v8conversions.cc
/usr/bin/g++ -o obj/release/v8threads.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/v8threads.cc
/usr/bin/g++ -o obj/release/v8utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/v8utils.cc
/usr/bin/g++ -o obj/release/variables.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/variables.cc
/usr/bin/g++ -o obj/release/version.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/version.cc
/usr/bin/g++ -o obj/release/x64/assembler-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/assembler-x64.cc
/usr/bin/g++ -o obj/release/x64/builtins-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/builtins-x64.cc
/usr/bin/g++ -o obj/release/x64/code-stubs-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/code-stubs-x64.cc
/usr/bin/g++ -o obj/release/x64/codegen-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/codegen-x64.cc
/usr/bin/g++ -o obj/release/x64/cpu-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/cpu-x64.cc
/usr/bin/g++ -o obj/release/x64/debug-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/debug-x64.cc
/usr/bin/g++ -o obj/release/x64/deoptimizer-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/deoptimizer-x64.cc
/usr/bin/g++ -o obj/release/x64/disasm-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/disasm-x64.cc
/usr/bin/g++ -o obj/release/x64/frames-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/frames-x64.cc
/usr/bin/g++ -o obj/release/x64/full-codegen-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/full-codegen-x64.cc
/usr/bin/g++ -o obj/release/x64/ic-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/ic-x64.cc
/usr/bin/g++ -o obj/release/x64/lithium-codegen-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/lithium-codegen-x64.cc
/usr/bin/g++ -o obj/release/x64/lithium-gap-resolver-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/lithium-gap-resolver-x64.cc
/usr/bin/g++ -o obj/release/x64/lithium-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/lithium-x64.cc
/usr/bin/g++ -o obj/release/x64/macro-assembler-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/macro-assembler-x64.cc
/usr/bin/g++ -o obj/release/x64/regexp-macro-assembler-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/regexp-macro-assembler-x64.cc
/usr/bin/g++ -o obj/release/x64/stub-cache-x64.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/x64/stub-cache-x64.cc
/usr/bin/g++ -o obj/release/zone.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/zone.cc
JS2C(["obj/release/libraries.cc"], ["src/runtime.js", "src/v8natives.js", "src/array.js", "src/string.js", "src/uri.js", "src/math.js", "src/messages.js", "src/apinatives.js", "src/date.js", "src/regexp.js", "src/json.js", "src/liveedit-debugger.js", "src/mirror-debugger.js", "src/debug-debugger.js", "src/macros.py"])
/usr/bin/g++ -o obj/release/libraries.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/obj/release -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src obj/release/libraries.cc
JS2C(["obj/release/experimental-libraries.cc"], ["src/proxy.js", "src/weakmap.js", "src/macros.py"])
/usr/bin/g++ -o obj/release/experimental-libraries.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/obj/release -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src obj/release/experimental-libraries.cc
/usr/bin/g++ -o obj/release/mksnapshot.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/mksnapshot.cc
/usr/bin/g++ -o obj/release/snapshot-empty.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/snapshot-empty.cc
/usr/bin/g++ -o obj/release/mksnapshot -m64 obj/release/mksnapshot.o obj/release/libraries.o obj/release/experimental-libraries.o obj/release/accessors.o obj/release/allocation.o obj/release/api.o obj/release/assembler.o obj/release/ast.o obj/release/atomicops_internals_x86_gcc.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/bootstrapper.o obj/release/builtins.o obj/release/cached-powers.o obj/release/checks.o obj/release/circular-queue.o obj/release/code-stubs.o obj/release/codegen.o obj/release/compilation-cache.o obj/release/compiler.o obj/release/contexts.o obj/release/conversions.o obj/release/counters.o obj/release/cpu-profiler.o obj/release/data-flow.o obj/release/dateparser.o obj/release/debug-agent.o obj/release/debug.o obj/release/deoptimizer.o obj/release/disassembler.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/elements.o obj/release/execution.o obj/release/extensions/externalize-string-extension.o obj/release/extensions/gc-extension.o obj/release/factory.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/flags.o obj/release/frames.o obj/release/full-codegen.o obj/release/func-name-inferrer.o obj/release/gdb-jit.o obj/release/global-handles.o obj/release/handles.o obj/release/hashmap.o obj/release/heap-profiler.o obj/release/heap.o obj/release/hydrogen-instructions.o obj/release/hydrogen.o obj/release/ic.o obj/release/inspector.o obj/release/interpreter-irregexp.o obj/release/isolate.o obj/release/jsregexp.o obj/release/lithium-allocator.o obj/release/lithium.o obj/release/liveedit.o obj/release/liveobjectlist.o obj/release/log-utils.o obj/release/log.o obj/release/mark-compact.o obj/release/messages.o obj/release/objects-printer.o obj/release/objects-visiting.o obj/release/objects.o obj/release/parser.o obj/release/platform-macos.o obj/release/platform-posix.o obj/release/preparse-data.o obj/release/preparser.o obj/release/profile-generator.o obj/release/property.o obj/release/regexp-macro-assembler-irregexp.o obj/release/regexp-macro-assembler.o obj/release/regexp-stack.o obj/release/rewriter.o obj/release/runtime-profiler.o obj/release/runtime.o obj/release/safepoint-table.o obj/release/scanner-character-streams.o obj/release/scanner.o obj/release/scopeinfo.o obj/release/scopes.o obj/release/serialize.o obj/release/snapshot-common.o obj/release/spaces.o obj/release/string-search.o obj/release/string-stream.o obj/release/strtod.o obj/release/stub-cache.o obj/release/token.o obj/release/type-info.o obj/release/unicode.o obj/release/utils.o obj/release/v8-counters.o obj/release/v8.o obj/release/v8conversions.o obj/release/v8threads.o obj/release/v8utils.o obj/release/variables.o obj/release/version.o obj/release/x64/assembler-x64.o obj/release/x64/builtins-x64.o obj/release/x64/code-stubs-x64.o obj/release/x64/codegen-x64.o obj/release/x64/cpu-x64.o obj/release/x64/debug-x64.o obj/release/x64/deoptimizer-x64.o obj/release/x64/disasm-x64.o obj/release/x64/frames-x64.o obj/release/x64/full-codegen-x64.o obj/release/x64/ic-x64.o obj/release/x64/lithium-codegen-x64.o obj/release/x64/lithium-gap-resolver-x64.o obj/release/x64/lithium-x64.o obj/release/x64/macro-assembler-x64.o obj/release/x64/regexp-macro-assembler-x64.o obj/release/x64/stub-cache-x64.o obj/release/zone.o obj/release/snapshot-empty.o -lpthread
obj/release/mksnapshot obj/release/snapshot.cc --logfile "/Users/trentm/tmp/n/node-v0.6.18/out/Release/obj/release/snapshot.log" --log-snapshot-positions
/usr/bin/g++ -o obj/release/snapshot.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/obj/release -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src obj/release/snapshot.cc
ar rc libv8.a obj/release/accessors.o obj/release/allocation.o obj/release/api.o obj/release/assembler.o obj/release/ast.o obj/release/atomicops_internals_x86_gcc.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/bootstrapper.o obj/release/builtins.o obj/release/cached-powers.o obj/release/checks.o obj/release/circular-queue.o obj/release/code-stubs.o obj/release/codegen.o obj/release/compilation-cache.o obj/release/compiler.o obj/release/contexts.o obj/release/conversions.o obj/release/counters.o obj/release/cpu-profiler.o obj/release/data-flow.o obj/release/dateparser.o obj/release/debug-agent.o obj/release/debug.o obj/release/deoptimizer.o obj/release/disassembler.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/elements.o obj/release/execution.o obj/release/extensions/externalize-string-extension.o obj/release/extensions/gc-extension.o obj/release/factory.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/flags.o obj/release/frames.o obj/release/full-codegen.o obj/release/func-name-inferrer.o obj/release/gdb-jit.o obj/release/global-handles.o obj/release/handles.o obj/release/hashmap.o obj/release/heap-profiler.o obj/release/heap.o obj/release/hydrogen-instructions.o obj/release/hydrogen.o obj/release/ic.o obj/release/inspector.o obj/release/interpreter-irregexp.o obj/release/isolate.o obj/release/jsregexp.o obj/release/lithium-allocator.o obj/release/lithium.o obj/release/liveedit.o obj/release/liveobjectlist.o obj/release/log-utils.o obj/release/log.o obj/release/mark-compact.o obj/release/messages.o obj/release/objects-printer.o obj/release/objects-visiting.o obj/release/objects.o obj/release/parser.o obj/release/platform-macos.o obj/release/platform-posix.o obj/release/preparse-data.o obj/release/preparser.o obj/release/profile-generator.o obj/release/property.o obj/release/regexp-macro-assembler-irregexp.o obj/release/regexp-macro-assembler.o obj/release/regexp-stack.o obj/release/rewriter.o obj/release/runtime-profiler.o obj/release/runtime.o obj/release/safepoint-table.o obj/release/scanner-character-streams.o obj/release/scanner.o obj/release/scopeinfo.o obj/release/scopes.o obj/release/serialize.o obj/release/snapshot-common.o obj/release/spaces.o obj/release/string-search.o obj/release/string-stream.o obj/release/strtod.o obj/release/stub-cache.o obj/release/token.o obj/release/type-info.o obj/release/unicode.o obj/release/utils.o obj/release/v8-counters.o obj/release/v8.o obj/release/v8conversions.o obj/release/v8threads.o obj/release/v8utils.o obj/release/variables.o obj/release/version.o obj/release/x64/assembler-x64.o obj/release/x64/builtins-x64.o obj/release/x64/code-stubs-x64.o obj/release/x64/codegen-x64.o obj/release/x64/cpu-x64.o obj/release/x64/debug-x64.o obj/release/x64/deoptimizer-x64.o obj/release/x64/disasm-x64.o obj/release/x64/frames-x64.o obj/release/x64/full-codegen-x64.o obj/release/x64/ic-x64.o obj/release/x64/lithium-codegen-x64.o obj/release/x64/lithium-gap-resolver-x64.o obj/release/x64/lithium-x64.o obj/release/x64/macro-assembler-x64.o obj/release/x64/regexp-macro-assembler-x64.o obj/release/x64/stub-cache-x64.o obj/release/zone.o obj/release/libraries.o obj/release/experimental-libraries.o obj/release/snapshot.o
/usr/bin/ranlib: file: libv8.a(atomicops_internals_x86_gcc.o) has no symbols
/usr/bin/ranlib: file: libv8.a(gdb-jit.o) has no symbols
/usr/bin/ranlib: file: libv8.a(inspector.o) has no symbols
/usr/bin/ranlib: file: libv8.a(liveobjectlist.o) has no symbols
/usr/bin/ranlib: file: libv8.a(objects-printer.o) has no symbols
/usr/bin/ranlib: file: libv8.a(property.o) has no symbols
/usr/bin/ranlib: file: libv8.a(regexp-macro-assembler-irregexp.o) has no symbols
/usr/bin/ranlib: file: libv8.a(string-search.o) has no symbols
ranlib libv8.a
ranlib: file: libv8.a(atomicops_internals_x86_gcc.o) has no symbols
ranlib: file: libv8.a(gdb-jit.o) has no symbols
ranlib: file: libv8.a(inspector.o) has no symbols
ranlib: file: libv8.a(liveobjectlist.o) has no symbols
ranlib: file: libv8.a(objects-printer.o) has no symbols
ranlib: file: libv8.a(property.o) has no symbols
ranlib: file: libv8.a(regexp-macro-assembler-irregexp.o) has no symbols
ranlib: file: libv8.a(string-search.o) has no symbols
/usr/bin/g++ -o obj/release/preparser-api.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -mmacosx-version-min=10.4 -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/Users/trentm/tmp/n/node-v0.6.18/deps/v8/src /Users/trentm/tmp/n/node-v0.6.18/deps/v8/src/preparser-api.cc
ar rc libv8preparser.a obj/release/allocation.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/cached-powers.o obj/release/conversions.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/hashmap.o obj/release/preparse-data.o obj/release/preparser-api.o obj/release/preparser.o obj/release/scanner.o obj/release/strtod.o obj/release/token.o obj/release/unicode.o obj/release/utils.o
ranlib libv8preparser.a
scons: done building targets.
[ 6/35] cxx: src/node_main.cc -> out/Release/src/node_main_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_main.cc -c -o Release/src/node_main_5.o
[ 7/35] cxx: src/node.cc -> out/Release/src/node_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node.cc -c -o Release/src/node_5.o
[ 8/35] cxx: src/node_buffer.cc -> out/Release/src/node_buffer_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_buffer.cc -c -o Release/src/node_buffer_5.o
[ 9/35] cxx: src/node_javascript.cc -> out/Release/src/node_javascript_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_javascript.cc -c -o Release/src/node_javascript_5.o
[10/35] cxx: src/node_extensions.cc -> out/Release/src/node_extensions_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_extensions.cc -c -o Release/src/node_extensions_5.o
[11/35] cxx: src/node_http_parser.cc -> out/Release/src/node_http_parser_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_http_parser.cc -c -o Release/src/node_http_parser_5.o
[12/35] cxx: src/node_constants.cc -> out/Release/src/node_constants_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_constants.cc -c -o Release/src/node_constants_5.o
[13/35] cxx: src/node_file.cc -> out/Release/src/node_file_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_file.cc -c -o Release/src/node_file_5.o
[14/35] cxx: src/node_script.cc -> out/Release/src/node_script_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_script.cc -c -o Release/src/node_script_5.o
[15/35] cxx: src/node_os.cc -> out/Release/src/node_os_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_os.cc -c -o Release/src/node_os_5.o
[16/35] cxx: src/node_dtrace.cc -> out/Release/src/node_dtrace_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_dtrace.cc -c -o Release/src/node_dtrace_5.o
[17/35] cxx: src/node_string.cc -> out/Release/src/node_string_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_string.cc -c -o Release/src/node_string_5.o
[18/35] cxx: src/node_zlib.cc -> out/Release/src/node_zlib_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_zlib.cc -c -o Release/src/node_zlib_5.o
[19/35] cxx: src/timer_wrap.cc -> out/Release/src/timer_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/timer_wrap.cc -c -o Release/src/timer_wrap_5.o
[20/35] cxx: src/handle_wrap.cc -> out/Release/src/handle_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/handle_wrap.cc -c -o Release/src/handle_wrap_5.o
[21/35] cxx: src/stream_wrap.cc -> out/Release/src/stream_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/stream_wrap.cc -c -o Release/src/stream_wrap_5.o
[22/35] cxx: src/tcp_wrap.cc -> out/Release/src/tcp_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/tcp_wrap.cc -c -o Release/src/tcp_wrap_5.o
[23/35] cxx: src/udp_wrap.cc -> out/Release/src/udp_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/udp_wrap.cc -c -o Release/src/udp_wrap_5.o
[24/35] cxx: src/pipe_wrap.cc -> out/Release/src/pipe_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/pipe_wrap.cc -c -o Release/src/pipe_wrap_5.o
[25/35] cxx: src/cares_wrap.cc -> out/Release/src/cares_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/cares_wrap.cc -c -o Release/src/cares_wrap_5.o
[26/35] cxx: src/tty_wrap.cc -> out/Release/src/tty_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/tty_wrap.cc -c -o Release/src/tty_wrap_5.o
[27/35] cxx: src/fs_event_wrap.cc -> out/Release/src/fs_event_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/fs_event_wrap.cc -c -o Release/src/fs_event_wrap_5.o
[28/35] cxx: src/process_wrap.cc -> out/Release/src/process_wrap_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/process_wrap.cc -c -o Release/src/process_wrap_5.o
[29/35] cxx: src/v8_typed_array.cc -> out/Release/src/v8_typed_array_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/v8_typed_array.cc -c -o Release/src/v8_typed_array_5.o
[30/35] cxx: src/node_signal_watcher.cc -> out/Release/src/node_signal_watcher_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_signal_watcher.cc -c -o Release/src/node_signal_watcher_5.o
[31/35] cxx: src/node_stat_watcher.cc -> out/Release/src/node_stat_watcher_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_stat_watcher.cc -c -o Release/src/node_stat_watcher_5.o
[32/35] cxx: src/node_io_watcher.cc -> out/Release/src/node_io_watcher_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_io_watcher.cc -c -o Release/src/node_io_watcher_5.o
[33/35] cxx: src/platform_darwin.cc -> out/Release/src/platform_darwin_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/platform_darwin.cc -c -o Release/src/platform_darwin_5.o
[34/35] cxx: src/node_crypto.cc -> out/Release/src/node_crypto_5.o
/usr/bin/g++ -pthread -m64 -arch x86_64 -g -O3 -DHAVE_OPENSSL=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_DARWIN_USE_64_BIT_INODE=1 -DHAVE_FDATASYNC=0 -DARCH="x64" -DPLATFORM="darwin" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_crypto.cc -c -o Release/src/node_crypto_5.o
[35/35] cxx_link: out/Release/src/node_main_5.o out/Release/src/node_5.o out/Release/src/node_buffer_5.o out/Release/src/node_javascript_5.o out/Release/src/node_extensions_5.o out/Release/src/node_http_parser_5.o out/Release/src/node_constants_5.o out/Release/src/node_file_5.o out/Release/src/node_script_5.o out/Release/src/node_os_5.o out/Release/src/node_dtrace_5.o out/Release/src/node_string_5.o out/Release/src/node_zlib_5.o out/Release/src/timer_wrap_5.o out/Release/src/handle_wrap_5.o out/Release/src/stream_wrap_5.o out/Release/src/tcp_wrap_5.o out/Release/src/udp_wrap_5.o out/Release/src/pipe_wrap_5.o out/Release/src/cares_wrap_5.o out/Release/src/tty_wrap_5.o out/Release/src/fs_event_wrap_5.o out/Release/src/process_wrap_5.o out/Release/src/v8_typed_array_5.o out/Release/src/node_signal_watcher_5.o out/Release/src/node_stat_watcher_5.o out/Release/src/node_io_watcher_5.o out/Release/src/platform_darwin_5.o out/Release/src/node_crypto_5.o out/Release/deps/http_parser/http_parser_3.o -> out/Release/node
/usr/bin/g++ Release/src/node_main_5.o Release/src/node_5.o Release/src/node_buffer_5.o Release/src/node_javascript_5.o Release/src/node_extensions_5.o Release/src/node_http_parser_5.o Release/src/node_constants_5.o Release/src/node_file_5.o Release/src/node_script_5.o Release/src/node_os_5.o Release/src/node_dtrace_5.o Release/src/node_string_5.o Release/src/node_zlib_5.o Release/src/timer_wrap_5.o Release/src/handle_wrap_5.o Release/src/stream_wrap_5.o Release/src/tcp_wrap_5.o Release/src/udp_wrap_5.o Release/src/pipe_wrap_5.o Release/src/cares_wrap_5.o Release/src/tty_wrap_5.o Release/src/fs_event_wrap_5.o Release/src/process_wrap_5.o Release/src/v8_typed_array_5.o Release/src/node_signal_watcher_5.o Release/src/node_stat_watcher_5.o Release/src/node_io_watcher_5.o Release/src/platform_darwin_5.o Release/src/node_crypto_5.o Release/deps/http_parser/http_parser_3.o -o /Users/trentm/tmp/n/node-v0.6.18/out/Release/node -lz -pthread -framework Carbon -m64 -arch x86_64 -rdynamic /Users/trentm/tmp/n/node-v0.6.18/out/Release/libv8.a /Users/trentm/tmp/n/node-v0.6.18/out/Release/deps/uv/uv.a -L/usr/lib -L/usr/local/lib -lssl -lcrypto -ldl -lutil
Waf: Leaving directory `/Users/trentm/tmp/n/node-v0.6.18/out'
'build' finished successfully (4m47.538s)
-rwxr-xr-x 1 trentm staff 7.2M May 15 09:48 out/Release/node
Waf: Entering directory `/Users/trentm/tmp/n/node-v0.6.18/out'
DEST_OS: darwin
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
* installing deps/uv/include/ares.h as /Users/trentm/tmp/n/local/include/node/ares.h
* installing deps/uv/include/ares_version.h as /Users/trentm/tmp/n/local/include/node/ares_version.h
* installing deps/uv/include/uv.h as /Users/trentm/tmp/n/local/include/node/uv.h
* installing deps/uv/include/uv-private/eio.h as /Users/trentm/tmp/n/local/include/node/uv-private/eio.h
* installing deps/uv/include/uv-private/ev.h as /Users/trentm/tmp/n/local/include/node/uv-private/ev.h
* installing deps/uv/include/uv-private/ngx-queue.h as /Users/trentm/tmp/n/local/include/node/uv-private/ngx-queue.h
* installing deps/uv/include/uv-private/tree.h as /Users/trentm/tmp/n/local/include/node/uv-private/tree.h
* installing deps/uv/include/uv-private/uv-unix.h as /Users/trentm/tmp/n/local/include/node/uv-private/uv-unix.h
* installing deps/uv/include/uv-private/uv-win.h as /Users/trentm/tmp/n/local/include/node/uv-private/uv-win.h
* installing deps/uv/include/ares.h as /Users/trentm/tmp/n/local/include/node/c-ares/ares.h
* installing deps/uv/include/ares_version.h as /Users/trentm/tmp/n/local/include/node/c-ares/ares_version.h
* installing deps/v8/include/v8-debug.h as /Users/trentm/tmp/n/local/include/node/v8-debug.h
* installing deps/v8/include/v8-preparser.h as /Users/trentm/tmp/n/local/include/node/v8-preparser.h
* installing deps/v8/include/v8-profiler.h as /Users/trentm/tmp/n/local/include/node/v8-profiler.h
* installing deps/v8/include/v8-testing.h as /Users/trentm/tmp/n/local/include/node/v8-testing.h
* installing deps/v8/include/v8.h as /Users/trentm/tmp/n/local/include/node/v8.h
* installing deps/v8/include/v8stdint.h as /Users/trentm/tmp/n/local/include/node/v8stdint.h
* installing out/Release/config.h as /Users/trentm/tmp/n/local/include/node/config.h
* installing src/node.h as /Users/trentm/tmp/n/local/include/node/node.h
* installing src/node_object_wrap.h as /Users/trentm/tmp/n/local/include/node/node_object_wrap.h
* installing src/node_buffer.h as /Users/trentm/tmp/n/local/include/node/node_buffer.h
* installing src/node_version.h as /Users/trentm/tmp/n/local/include/node/node_version.h
* installing doc/node.1 as /Users/trentm/tmp/n/local/share/man/man1/node.1
* installing tools/node-waf as /Users/trentm/tmp/n/local/bin/node-waf
* installing tools/wafadmin/__init__.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/__init__.py
* installing tools/wafadmin/ansiterm.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/ansiterm.py
* installing tools/wafadmin/Build.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Build.py
* installing tools/wafadmin/Configure.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Configure.py
* installing tools/wafadmin/Constants.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Constants.py
* installing tools/wafadmin/Environment.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Environment.py
* installing tools/wafadmin/Logs.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Logs.py
* installing tools/wafadmin/Node.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Node.py
* installing tools/wafadmin/Options.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Options.py
* installing tools/wafadmin/pproc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/pproc.py
* installing tools/wafadmin/py3kfixes.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/py3kfixes.py
* installing tools/wafadmin/Runner.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Runner.py
* installing tools/wafadmin/Scripting.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Scripting.py
* installing tools/wafadmin/Task.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Task.py
* installing tools/wafadmin/TaskGen.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/TaskGen.py
* installing tools/wafadmin/Utils.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Utils.py
* installing tools/wafadmin/Tools/__init__.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/__init__.py
* installing tools/wafadmin/Tools/ar.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/ar.py
* installing tools/wafadmin/Tools/cc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/cc.py
* installing tools/wafadmin/Tools/ccroot.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/ccroot.py
* installing tools/wafadmin/Tools/compiler_cc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/compiler_cc.py
* installing tools/wafadmin/Tools/compiler_cxx.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/compiler_cxx.py
* installing tools/wafadmin/Tools/compiler_d.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/compiler_d.py
* installing tools/wafadmin/Tools/config_c.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/config_c.py
* installing tools/wafadmin/Tools/cxx.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/cxx.py
* installing tools/wafadmin/Tools/d.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/d.py
* installing tools/wafadmin/Tools/dmd.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/dmd.py
* installing tools/wafadmin/Tools/gas.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/gas.py
* installing tools/wafadmin/Tools/gcc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/gcc.py
* installing tools/wafadmin/Tools/gdc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/gdc.py
* installing tools/wafadmin/Tools/gnu_dirs.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/gnu_dirs.py
* installing tools/wafadmin/Tools/gob2.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/gob2.py
* installing tools/wafadmin/Tools/gxx.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/gxx.py
* installing tools/wafadmin/Tools/icc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/icc.py
* installing tools/wafadmin/Tools/icpc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/icpc.py
* installing tools/wafadmin/Tools/intltool.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/intltool.py
* installing tools/wafadmin/Tools/libtool.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/libtool.py
* installing tools/wafadmin/Tools/misc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/misc.py
* installing tools/wafadmin/Tools/nasm.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/nasm.py
* installing tools/wafadmin/Tools/node_addon.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/node_addon.py
* installing tools/wafadmin/Tools/osx.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/osx.py
* installing tools/wafadmin/Tools/preproc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/preproc.py
* installing tools/wafadmin/Tools/python.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/python.py
* installing tools/wafadmin/Tools/suncc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/suncc.py
* installing tools/wafadmin/Tools/suncxx.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/suncxx.py
* installing tools/wafadmin/Tools/unittestw.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/unittestw.py
* installing tools/wafadmin/Tools/winres.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/winres.py
* installing tools/wafadmin/Tools/xlc.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/xlc.py
* installing tools/wafadmin/Tools/xlcxx.py as /Users/trentm/tmp/n/local/lib/node/wafadmin/Tools/xlcxx.py
* installing deps/npm/bin/npm as /Users/trentm/tmp/n/local/lib/node_modules/npm/bin/npm
* installing deps/npm/bin/read-package-json.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/bin/read-package-json.js
* installing deps/npm/bin/npm-cli.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/bin/npm-cli.js
* installing deps/npm/bin/npm.cmd as /Users/trentm/tmp/n/local/lib/node_modules/npm/bin/npm.cmd
* installing deps/npm/bin/node-gyp-bin/node-gyp.cmd as /Users/trentm/tmp/n/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
* installing deps/npm/bin/node-gyp-bin/node-gyp as /Users/trentm/tmp/n/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp
* installing deps/npm/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/package.json
* installing deps/npm/configure as /Users/trentm/tmp/n/local/lib/node_modules/npm/configure
* installing deps/npm/lib/publish.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/publish.js
* installing deps/npm/lib/edit.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/edit.js
* installing deps/npm/lib/rebuild.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/rebuild.js
* installing deps/npm/lib/build.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/build.js
* installing deps/npm/lib/version.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/version.js
* installing deps/npm/lib/start.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/start.js
* installing deps/npm/lib/get.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/get.js
* installing deps/npm/lib/shrinkwrap.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/shrinkwrap.js
* installing deps/npm/lib/star.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/star.js
* installing deps/npm/lib/prefix.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/prefix.js
* installing deps/npm/lib/test.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/test.js
* installing deps/npm/lib/init.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/init.js
* installing deps/npm/lib/run-script.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/run-script.js
* installing deps/npm/lib/link.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/link.js
* installing deps/npm/lib/unpublish.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/unpublish.js
* installing deps/npm/lib/docs.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/docs.js
* installing deps/npm/lib/bin.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/bin.js
* installing deps/npm/lib/outdated.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/outdated.js
* installing deps/npm/lib/update.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/update.js
* installing deps/npm/lib/completion.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/completion.js
* installing deps/npm/lib/submodule.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/submodule.js
* installing deps/npm/lib/unbuild.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/unbuild.js
* installing deps/npm/lib/restart.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/restart.js
* installing deps/npm/lib/owner.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/owner.js
* installing deps/npm/lib/prune.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/prune.js
* installing deps/npm/lib/utils/output.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/output.js
* installing deps/npm/lib/utils/npm-registry-client/tag.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/npm-registry-client/tag.js
* installing deps/npm/lib/utils/npm-registry-client/publish.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/npm-registry-client/publish.js
* installing deps/npm/lib/utils/npm-registry-client/request.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js
* installing deps/npm/lib/utils/npm-registry-client/unpublish.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/npm-registry-client/unpublish.js
* installing deps/npm/lib/utils/npm-registry-client/get.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js
* installing deps/npm/lib/utils/npm-registry-client/star.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/npm-registry-client/star.js
* installing deps/npm/lib/utils/npm-registry-client/adduser.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/npm-registry-client/adduser.js
* installing deps/npm/lib/utils/npm-registry-client/index.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/npm-registry-client/index.js
* installing deps/npm/lib/utils/log.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/log.js
* installing deps/npm/lib/utils/config-defs.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/config-defs.js
* installing deps/npm/lib/utils/load-package-defaults.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/load-package-defaults.js
* installing deps/npm/lib/utils/cmd-shim.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/cmd-shim.js
* installing deps/npm/lib/utils/completion/installed-shallow.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/completion/installed-shallow.js
* installing deps/npm/lib/utils/completion/installed-deep.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/completion/installed-deep.js
* installing deps/npm/lib/utils/completion/users.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/completion/users.js
* installing deps/npm/lib/utils/completion/remote-packages.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/completion/remote-packages.js
* installing deps/npm/lib/utils/completion/file-completion.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/completion/file-completion.js
* installing deps/npm/lib/utils/promise-chain.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/promise-chain.js
* installing deps/npm/lib/utils/link.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/link.js
* installing deps/npm/lib/utils/exec.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/exec.js
* installing deps/npm/lib/utils/lifecycle.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/lifecycle.js
* installing deps/npm/lib/utils/completion.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/completion.sh
* installing deps/npm/lib/utils/tar.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/tar.js
* installing deps/npm/lib/utils/error-handler.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/error-handler.js
* installing deps/npm/lib/utils/gently-rm.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/gently-rm.js
* installing deps/npm/lib/utils/read-installed.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/read-installed.js
* installing deps/npm/lib/utils/fetch.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/fetch.js
* installing deps/npm/lib/utils/find-prefix.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/find-prefix.js
* installing deps/npm/lib/utils/relativize.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/relativize.js
* installing deps/npm/lib/utils/sha.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/sha.js
* installing deps/npm/lib/utils/read-json.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/read-json.js
* installing deps/npm/lib/utils/find.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/find.js
* installing deps/npm/lib/utils/ini.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/utils/ini.js
* installing deps/npm/lib/search.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/search.js
* installing deps/npm/lib/substack.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/substack.js
* installing deps/npm/lib/config.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/config.js
* installing deps/npm/lib/help-search.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/help-search.js
* installing deps/npm/lib/bugs.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/bugs.js
* installing deps/npm/lib/deprecate.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/deprecate.js
* installing deps/npm/lib/pack.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/pack.js
* installing deps/npm/lib/set.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/set.js
* installing deps/npm/lib/ls.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/ls.js
* installing deps/npm/lib/adduser.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/adduser.js
* installing deps/npm/lib/xmas.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/xmas.js
* installing deps/npm/lib/root.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/root.js
* installing deps/npm/lib/whoami.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/whoami.js
* installing deps/npm/lib/tag.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/tag.js
* installing deps/npm/lib/view.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/view.js
* installing deps/npm/lib/cache.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/cache.js
* installing deps/npm/lib/stop.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/stop.js
* installing deps/npm/lib/faq.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/faq.js
* installing deps/npm/lib/install.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/install.js
* installing deps/npm/lib/npm.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/npm.js
* installing deps/npm/lib/explore.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/explore.js
* installing deps/npm/lib/help.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/help.js
* installing deps/npm/lib/uninstall.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/lib/uninstall.js
* installing deps/npm/doc/api/help-search.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/help-search.md
* installing deps/npm/doc/api/load.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/load.md
* installing deps/npm/doc/api/ls.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/ls.md
* installing deps/npm/doc/api/tag.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/tag.md
* installing deps/npm/doc/api/npm.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/npm.md
* installing deps/npm/doc/api/stop.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/stop.md
* installing deps/npm/doc/api/update.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/update.md
* installing deps/npm/doc/api/bugs.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/bugs.md
* installing deps/npm/doc/api/bin.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/bin.md
* installing deps/npm/doc/api/root.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/root.md
* installing deps/npm/doc/api/install.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/install.md
* installing deps/npm/doc/api/rebuild.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/rebuild.md
* installing deps/npm/doc/api/pack.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/pack.md
* installing deps/npm/doc/api/explore.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/explore.md
* installing deps/npm/doc/api/commands.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/commands.md
* installing deps/npm/doc/api/prefix.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/prefix.md
* installing deps/npm/doc/api/whoami.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/whoami.md
* installing deps/npm/doc/api/docs.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/docs.md
* installing deps/npm/doc/api/link.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/link.md
* installing deps/npm/doc/api/view.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/view.md
* installing deps/npm/doc/api/test.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/test.md
* installing deps/npm/doc/api/publish.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/publish.md
* installing deps/npm/doc/api/edit.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/edit.md
* installing deps/npm/doc/api/start.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/start.md
* installing deps/npm/doc/api/version.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/version.md
* installing deps/npm/doc/api/unpublish.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/unpublish.md
* installing deps/npm/doc/api/restart.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/restart.md
* installing deps/npm/doc/api/deprecate.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/deprecate.md
* installing deps/npm/doc/api/search.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/search.md
* installing deps/npm/doc/api/uninstall.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/uninstall.md
* installing deps/npm/doc/api/shrinkwrap.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/shrinkwrap.md
* installing deps/npm/doc/api/outdated.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/outdated.md
* installing deps/npm/doc/api/init.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/init.md
* installing deps/npm/doc/api/prune.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/prune.md
* installing deps/npm/doc/api/submodule.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/submodule.md
* installing deps/npm/doc/api/config.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/config.md
* installing deps/npm/doc/api/owner.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/owner.md
* installing deps/npm/doc/api/run-script.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/api/run-script.md
* installing deps/npm/doc/cli/bundle.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/bundle.md
* installing deps/npm/doc/cli/help-search.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/help-search.md
* installing deps/npm/doc/cli/tag.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/tag.md
* installing deps/npm/doc/cli/semver.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/semver.md
* installing deps/npm/doc/cli/npm.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/npm.md
* installing deps/npm/doc/cli/stop.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/stop.md
* installing deps/npm/doc/cli/faq.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/faq.md
* installing deps/npm/doc/cli/bugs.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/bugs.md
* installing deps/npm/doc/cli/adduser.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/adduser.md
* installing deps/npm/doc/cli/root.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/root.md
* installing deps/npm/doc/cli/disputes.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/disputes.md
* installing deps/npm/doc/cli/install.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/install.md
* installing deps/npm/doc/cli/shrinkwrap.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/shrinkwrap.md
* installing deps/npm/doc/cli/build.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/build.md
* installing deps/npm/doc/cli/rebuild.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/rebuild.md
* installing deps/npm/doc/cli/index.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/index.md
* installing deps/npm/doc/cli/list.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/list.md
* installing deps/npm/doc/cli/cache.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/cache.md
* installing deps/npm/doc/cli/pack.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/pack.md
* installing deps/npm/doc/cli/explore.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/explore.md
* installing deps/npm/doc/cli/folders.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/folders.md
* installing deps/npm/doc/cli/prefix.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/prefix.md
* installing deps/npm/doc/cli/registry.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/registry.md
* installing deps/npm/doc/cli/docs.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/docs.md
* installing deps/npm/doc/cli/config.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/config.md
* installing deps/npm/doc/cli/link.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/link.md
* installing deps/npm/doc/cli/view.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/view.md
* installing deps/npm/doc/cli/test.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/test.md
* installing deps/npm/doc/cli/scripts.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/scripts.md
* installing deps/npm/doc/cli/json.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/json.md
* installing deps/npm/doc/cli/star.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/star.md
* installing deps/npm/doc/cli/prune.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/prune.md
* installing deps/npm/doc/cli/publish.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/publish.md
* installing deps/npm/doc/cli/edit.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/edit.md
* installing deps/npm/doc/cli/help.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/help.md
* installing deps/npm/doc/cli/version.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/version.md
* installing deps/npm/doc/cli/unpublish.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/unpublish.md
* installing deps/npm/doc/cli/developers.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/developers.md
* installing deps/npm/doc/cli/coding-style.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/coding-style.md
* installing deps/npm/doc/cli/bin.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/bin.md
* installing deps/npm/doc/cli/changelog.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/changelog.md
* installing deps/npm/doc/cli/search.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/search.md
* installing deps/npm/doc/cli/removing-npm.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/removing-npm.md
* installing deps/npm/doc/cli/whoami.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/whoami.md
* installing deps/npm/doc/cli/restart.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/restart.md
* installing deps/npm/doc/cli/start.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/start.md
* installing deps/npm/doc/cli/update.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/update.md
* installing deps/npm/doc/cli/outdated.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/outdated.md
* installing deps/npm/doc/cli/uninstall.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/uninstall.md
* installing deps/npm/doc/cli/init.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/init.md
* installing deps/npm/doc/cli/owner.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/owner.md
* installing deps/npm/doc/cli/submodule.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/submodule.md
* installing deps/npm/doc/cli/deprecate.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/deprecate.md
* installing deps/npm/doc/cli/completion.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/completion.md
* installing deps/npm/doc/cli/run-script.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/doc/cli/run-script.md
* installing deps/npm/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/LICENSE
* installing deps/npm/scripts/index-build.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/scripts/index-build.js
* installing deps/npm/scripts/release.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/scripts/release.sh
* installing deps/npm/scripts/doc-build.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/scripts/doc-build.sh
* installing deps/npm/scripts/install.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/scripts/install.sh
* installing deps/npm/scripts/clean-old.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/scripts/clean-old.sh
* installing deps/npm/Makefile as /Users/trentm/tmp/n/local/lib/node_modules/npm/Makefile
* installing deps/npm/node_modules/inherits/inherits.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/inherits/inherits.js
* installing deps/npm/node_modules/inherits/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/inherits/package.json
* installing deps/npm/node_modules/inherits/inherits-old.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/inherits/inherits-old.js
* installing deps/npm/node_modules/inherits/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/inherits/README.md
* installing deps/npm/node_modules/inherits/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/inherits/LICENSE
* installing deps/npm/node_modules/semver/bin/semver as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/semver/bin/semver
* installing deps/npm/node_modules/semver/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/semver/package.json
* installing deps/npm/node_modules/semver/semver.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/semver/semver.js
* installing deps/npm/node_modules/semver/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/semver/README.md
* installing deps/npm/node_modules/semver/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/semver/LICENSE
* installing deps/npm/node_modules/tar/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/package.json
* installing deps/npm/node_modules/tar/lib/entry-writer.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/entry-writer.js
* installing deps/npm/node_modules/tar/lib/extended-header.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/extended-header.js
* installing deps/npm/node_modules/tar/lib/global-header-writer.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/global-header-writer.js
* installing deps/npm/node_modules/tar/lib/buffer-entry.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/buffer-entry.js
* installing deps/npm/node_modules/tar/lib/extended-header-writer.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js
* installing deps/npm/node_modules/tar/lib/parse.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/parse.js
* installing deps/npm/node_modules/tar/lib/pack.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/pack.js
* installing deps/npm/node_modules/tar/lib/entry.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/entry.js
* installing deps/npm/node_modules/tar/lib/header.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/header.js
* installing deps/npm/node_modules/tar/lib/extract.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/lib/extract.js
* installing deps/npm/node_modules/tar/tar.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/tar.js
* installing deps/npm/node_modules/tar/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/.npmignore
* installing deps/npm/node_modules/tar/.travis.yml as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/.travis.yml
* installing deps/npm/node_modules/tar/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/tar/README.md
* installing deps/npm/node_modules/graceful-fs/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/graceful-fs/package.json
* installing deps/npm/node_modules/graceful-fs/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/graceful-fs/.npmignore
* installing deps/npm/node_modules/graceful-fs/graceful-fs.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js
* installing deps/npm/node_modules/graceful-fs/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/graceful-fs/README.md
* installing deps/npm/node_modules/graceful-fs/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/graceful-fs/LICENSE
* installing deps/npm/node_modules/uid-number/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/uid-number/package.json
* installing deps/npm/node_modules/uid-number/get-uid-gid.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js
* installing deps/npm/node_modules/uid-number/uid-number.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/uid-number/uid-number.js
* installing deps/npm/node_modules/uid-number/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/uid-number/README.md
* installing deps/npm/node_modules/ini/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/ini/package.json
* installing deps/npm/node_modules/ini/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/ini/README.md
* installing deps/npm/node_modules/ini/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/ini/LICENSE
* installing deps/npm/node_modules/ini/ini.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/ini/ini.js
* installing deps/npm/node_modules/minimatch/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/minimatch/package.json
* installing deps/npm/node_modules/minimatch/.travis.yml as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/minimatch/.travis.yml
* installing deps/npm/node_modules/minimatch/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/minimatch/README.md
* installing deps/npm/node_modules/minimatch/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/minimatch/LICENSE
* installing deps/npm/node_modules/minimatch/minimatch.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/minimatch/minimatch.js
* installing deps/npm/node_modules/block-stream/block-stream.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/block-stream/block-stream.js
* installing deps/npm/node_modules/block-stream/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/block-stream/package.json
* installing deps/npm/node_modules/block-stream/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/block-stream/README.md
* installing deps/npm/node_modules/fstream/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/package.json
* installing deps/npm/node_modules/fstream/lib/file-writer.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/file-writer.js
* installing deps/npm/node_modules/fstream/lib/dir-writer.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js
* installing deps/npm/node_modules/fstream/lib/proxy-writer.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/proxy-writer.js
* installing deps/npm/node_modules/fstream/lib/link-writer.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/link-writer.js
* installing deps/npm/node_modules/fstream/lib/get-type.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/get-type.js
* installing deps/npm/node_modules/fstream/lib/writer.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js
* installing deps/npm/node_modules/fstream/lib/dir-reader.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/dir-reader.js
* installing deps/npm/node_modules/fstream/lib/reader.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/reader.js
* installing deps/npm/node_modules/fstream/lib/abstract.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/abstract.js
* installing deps/npm/node_modules/fstream/lib/socket-reader.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/socket-reader.js
* installing deps/npm/node_modules/fstream/lib/collect.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/collect.js
* installing deps/npm/node_modules/fstream/lib/proxy-reader.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/proxy-reader.js
* installing deps/npm/node_modules/fstream/lib/link-reader.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/link-reader.js
* installing deps/npm/node_modules/fstream/lib/file-reader.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/lib/file-reader.js
* installing deps/npm/node_modules/fstream/fstream.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/fstream.js
* installing deps/npm/node_modules/fstream/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/.npmignore
* installing deps/npm/node_modules/fstream/LICENCE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/LICENCE
* installing deps/npm/node_modules/fstream/.travis.yml as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/.travis.yml
* installing deps/npm/node_modules/fstream/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream/README.md
* installing deps/npm/node_modules/nopt/bin/nopt.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/nopt/bin/nopt.js
* installing deps/npm/node_modules/nopt/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/nopt/package.json
* installing deps/npm/node_modules/nopt/lib/nopt.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/nopt/lib/nopt.js
* installing deps/npm/node_modules/nopt/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/nopt/LICENSE
* installing deps/npm/node_modules/nopt/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/nopt/.npmignore
* installing deps/npm/node_modules/nopt/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/nopt/README.md
* installing deps/npm/node_modules/slide/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/package.json
* installing deps/npm/node_modules/slide/lib/async-map-ordered.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/lib/async-map-ordered.js
* installing deps/npm/node_modules/slide/lib/async-map.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js
* installing deps/npm/node_modules/slide/lib/slide.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/lib/slide.js
* installing deps/npm/node_modules/slide/lib/bind-actor.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js
* installing deps/npm/node_modules/slide/lib/chain.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/lib/chain.js
* installing deps/npm/node_modules/slide/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/LICENSE
* installing deps/npm/node_modules/slide/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/.npmignore
* installing deps/npm/node_modules/slide/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/README.md
* installing deps/npm/node_modules/slide/index.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/slide/index.js
* installing deps/npm/node_modules/which/bin/which as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/which/bin/which
* installing deps/npm/node_modules/which/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/which/package.json
* installing deps/npm/node_modules/which/which.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/which/which.js
* installing deps/npm/node_modules/which/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/which/README.md
* installing deps/npm/node_modules/which/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/which/LICENSE
* installing deps/npm/node_modules/fstream-npm/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream-npm/package.json
* installing deps/npm/node_modules/fstream-npm/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream-npm/.npmignore
* installing deps/npm/node_modules/fstream-npm/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream-npm/README.md
* installing deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js
* installing deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore
* installing deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json
* installing deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md
* installing deps/npm/node_modules/fstream-npm/fstream-npm.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js
* installing deps/npm/node_modules/read/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/read/package.json
* installing deps/npm/node_modules/read/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/read/README.md
* installing deps/npm/node_modules/read/LICENCE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/read/LICENCE
* installing deps/npm/node_modules/read/lib/read.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/read/lib/read.js
* installing deps/npm/node_modules/node-uuid/LICENSE.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-uuid/LICENSE.md
* installing deps/npm/node_modules/node-uuid/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-uuid/.npmignore
* installing deps/npm/node_modules/node-uuid/uuid.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-uuid/uuid.js
* installing deps/npm/node_modules/node-uuid/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-uuid/package.json
* installing deps/npm/node_modules/node-uuid/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-uuid/README.md
* installing deps/npm/node_modules/mkdirp/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/mkdirp/package.json
* installing deps/npm/node_modules/mkdirp/README.markdown as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/mkdirp/README.markdown
* installing deps/npm/node_modules/mkdirp/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/mkdirp/LICENSE
* installing deps/npm/node_modules/mkdirp/index.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/mkdirp/index.js
* installing deps/npm/node_modules/chownr/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/chownr/package.json
* installing deps/npm/node_modules/chownr/chownr.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/chownr/chownr.js
* installing deps/npm/node_modules/chownr/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/chownr/README.md
* installing deps/npm/node_modules/rimraf/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/rimraf/package.json
* installing deps/npm/node_modules/rimraf/rimraf.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js
* installing deps/npm/node_modules/rimraf/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/rimraf/README.md
* installing deps/npm/node_modules/rimraf/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/rimraf/LICENSE
* installing deps/npm/node_modules/rimraf/AUTHORS as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/rimraf/AUTHORS
* installing deps/npm/node_modules/node-gyp/bin/node-gyp.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
* installing deps/npm/node_modules/node-gyp/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/package.json
* installing deps/npm/node_modules/node-gyp/updateLegacy.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/updateLegacy.sh
* installing deps/npm/node_modules/node-gyp/lib/remove.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
* installing deps/npm/node_modules/node-gyp/lib/configure.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js
* installing deps/npm/node_modules/node-gyp/lib/rebuild.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
* installing deps/npm/node_modules/node-gyp/lib/build.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js
* installing deps/npm/node_modules/node-gyp/lib/list.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/list.js
* installing deps/npm/node_modules/node-gyp/lib/install.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js
* installing deps/npm/node_modules/node-gyp/lib/util/mkdirp.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/util/mkdirp.js
* installing deps/npm/node_modules/node-gyp/lib/node-gyp.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
* installing deps/npm/node_modules/node-gyp/lib/clean.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js
* installing deps/npm/node_modules/node-gyp/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/LICENSE
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/package.json
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/server.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/server.js
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/lib/ansi.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/lib/ansi.js
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/nodejs.png as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/nodejs.png
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/.npmignore
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/README.md
* installing deps/npm/node_modules/node-gyp/node_modules/glob/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json
* installing deps/npm/node_modules/node-gyp/node_modules/glob/glob.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
* installing deps/npm/node_modules/node-gyp/node_modules/glob/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.npmignore
* installing deps/npm/node_modules/node-gyp/node_modules/glob/LICENCE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENCE
* installing deps/npm/node_modules/node-gyp/node_modules/glob/.travis.yml as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.travis.yml
* installing deps/npm/node_modules/node-gyp/node_modules/glob/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/README.md
* installing deps/npm/node_modules/node-gyp/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/.npmignore
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp_addon as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp_addon
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/OWNERS as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/OWNERS
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/codereview.settings as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/codereview.settings
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyp.bat as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp.bat
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples.bat as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples.bat
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/LICENSE
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xml_fix.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xml_fix.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml_test.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/SCons.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/SCons.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/ninja_syntax.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/ninja_syntax.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/scons.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/scons.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs_test.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypsh.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypsh.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/dump_dependency_json.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/dump_dependency_json.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/make.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/make.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/__init__.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/__init__.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypd.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypd.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/xcode.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/xcode.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja_test.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/sun_tool.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/sun_tool.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcodeproj_file.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcodeproj_file.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/input.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/input.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/mac_tool.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/mac_tool.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/__init__.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/__init__.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/common.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/common.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings_test.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSNew.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSNew.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/system_test.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/system_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSToolFile.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSToolFile.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSVersion.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSVersion.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSUserFile.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSUserFile.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSProject.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSProject.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcode_emulation.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcode_emulation.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyp as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/PRESUBMIT.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/PRESUBMIT.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/MANIFEST as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/MANIFEST
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/.npmignore
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyp_dummy.c as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp_dummy.c
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyptest.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyptest.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/DEPS as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/DEPS
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/buildbot/buildbot_run.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/buildbot/buildbot_run.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/setup.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/setup.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/AUTHORS as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/AUTHORS
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_vcproj.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_vcproj.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_gyp.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_gyp.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/graphviz.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/graphviz.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/README as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/README
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/README as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/README
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_sln.py as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_sln.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylintrc as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylintrc
* installing deps/npm/node_modules/node-gyp/legacy/tools/addon.gypi as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/addon.gypi
* installing deps/npm/node_modules/node-gyp/legacy/common.gypi as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/legacy/common.gypi
* installing deps/npm/node_modules/node-gyp/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/node-gyp/README.md
* installing deps/npm/node_modules/request/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/package.json
* installing deps/npm/node_modules/request/forever.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/forever.js
* installing deps/npm/node_modules/request/vendor/cookie/jar.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/vendor/cookie/jar.js
* installing deps/npm/node_modules/request/vendor/cookie/index.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/vendor/cookie/index.js
* installing deps/npm/node_modules/request/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/LICENSE
* installing deps/npm/node_modules/request/tunnel.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/tunnel.js
* installing deps/npm/node_modules/request/mimetypes.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/mimetypes.js
* installing deps/npm/node_modules/request/main.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/main.js
* installing deps/npm/node_modules/request/uuid.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/uuid.js
* installing deps/npm/node_modules/request/oauth.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/oauth.js
* installing deps/npm/node_modules/request/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/request/README.md
* installing deps/npm/node_modules/abbrev/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/abbrev/package.json
* installing deps/npm/node_modules/abbrev/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/abbrev/README.md
* installing deps/npm/node_modules/abbrev/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/abbrev/LICENSE
* installing deps/npm/node_modules/abbrev/lib/abbrev.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/abbrev/lib/abbrev.js
* installing deps/npm/node_modules/archy/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/archy/package.json
* installing deps/npm/node_modules/archy/README.markdown as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/archy/README.markdown
* installing deps/npm/node_modules/archy/index.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/archy/index.js
* installing deps/npm/node_modules/proto-list/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/proto-list/package.json
* installing deps/npm/node_modules/proto-list/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/proto-list/README.md
* installing deps/npm/node_modules/proto-list/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/proto-list/LICENSE
* installing deps/npm/node_modules/proto-list/proto-list.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/proto-list/proto-list.js
* installing deps/npm/node_modules/lru-cache/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/lru-cache/package.json
* installing deps/npm/node_modules/lru-cache/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/lru-cache/.npmignore
* installing deps/npm/node_modules/lru-cache/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/lru-cache/README.md
* installing deps/npm/node_modules/lru-cache/LICENSE as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/lru-cache/LICENSE
* installing deps/npm/node_modules/lru-cache/lib/lru-cache.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js
* installing deps/npm/cli.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/cli.js
* installing deps/npm/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/.npmignore
* installing deps/npm/html/favicon.ico as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/favicon.ico
* installing deps/npm/html/index.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/index.html
* installing deps/npm/html/doc/get.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/get.html
* installing deps/npm/html/doc/owner.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/owner.html
* installing deps/npm/html/doc/link.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/link.html
* installing deps/npm/html/doc/disputes.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/disputes.html
* installing deps/npm/html/doc/scripts.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/scripts.html
* installing deps/npm/html/doc/edit.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/edit.html
* installing deps/npm/html/doc/restart.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/restart.html
* installing deps/npm/html/doc/root.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/root.html
* installing deps/npm/html/doc/folders.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/folders.html
* installing deps/npm/html/doc/outdated.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/outdated.html
* installing deps/npm/html/doc/removing-npm.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/removing-npm.html
* installing deps/npm/html/doc/publish.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/publish.html
* installing deps/npm/html/doc/docs.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/docs.html
* installing deps/npm/html/doc/unpublish.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/unpublish.html
* installing deps/npm/html/doc/ln.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/ln.html
* installing deps/npm/html/doc/pack.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/pack.html
* installing deps/npm/html/doc/install.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/install.html
* installing deps/npm/html/doc/whoami.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/whoami.html
* installing deps/npm/html/doc/GubbleBum-Blocky.ttf as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/GubbleBum-Blocky.ttf
* installing deps/npm/html/doc/adduser.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/adduser.html
* installing deps/npm/html/doc/completion.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/completion.html
* installing deps/npm/html/doc/cache.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/cache.html
* installing deps/npm/html/doc/home.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/home.html
* installing deps/npm/html/doc/json.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/json.html
* installing deps/npm/html/doc/init.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/init.html
* installing deps/npm/html/doc/update.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/update.html
* installing deps/npm/html/doc/star.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/star.html
* installing deps/npm/html/doc/help.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/help.html
* installing deps/npm/html/doc/run-script.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/run-script.html
* installing deps/npm/html/doc/help-search.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/help-search.html
* installing deps/npm/html/doc/deprecate.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/deprecate.html
* installing deps/npm/html/doc/uninstall.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/uninstall.html
* installing deps/npm/html/doc/semver.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/semver.html
* installing deps/npm/html/doc/tag.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/tag.html
* installing deps/npm/html/doc/shrinkwrap.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/shrinkwrap.html
* installing deps/npm/html/doc/view.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/view.html
* installing deps/npm/html/doc/ls.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/ls.html
* installing deps/npm/html/doc/search.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/search.html
* installing deps/npm/html/doc/find.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/find.html
* installing deps/npm/html/doc/prefix.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/prefix.html
* installing deps/npm/html/doc/author.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/author.html
* installing deps/npm/html/doc/prune.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/prune.html
* installing deps/npm/html/doc/test.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/test.html
* installing deps/npm/html/doc/global.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/global.html
* installing deps/npm/html/doc/npm.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/npm.html
* installing deps/npm/html/doc/stop.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/stop.html
* installing deps/npm/html/doc/faq.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/faq.html
* installing deps/npm/html/doc/bundle.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/bundle.html
* installing deps/npm/html/doc/bugs.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/bugs.html
* installing deps/npm/html/doc/developers.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/developers.html
* installing deps/npm/html/doc/index.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/index.html
* installing deps/npm/html/doc/explore.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/explore.html
* installing deps/npm/html/doc/build.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/build.html
* installing deps/npm/html/doc/config.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/config.html
* installing deps/npm/html/doc/changelog.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/changelog.html
* installing deps/npm/html/doc/registry.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/registry.html
* installing deps/npm/html/doc/bin.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/bin.html
* installing deps/npm/html/doc/coding-style.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/coding-style.html
* installing deps/npm/html/doc/start.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/start.html
* installing deps/npm/html/doc/set.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/set.html
* installing deps/npm/html/doc/version.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/version.html
* installing deps/npm/html/doc/submodule.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/submodule.html
* installing deps/npm/html/doc/README.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/README.html
* installing deps/npm/html/doc/rm.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/rm.html
* installing deps/npm/html/doc/list.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/list.html
* installing deps/npm/html/doc/rebuild.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/rebuild.html
* installing deps/npm/html/doc/style.css as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/doc/style.css
* installing deps/npm/html/api/get.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/get.html
* installing deps/npm/html/api/owner.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/owner.html
* installing deps/npm/html/api/link.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/link.html
* installing deps/npm/html/api/unpublish.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/unpublish.html
* installing deps/npm/html/api/edit.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/edit.html
* installing deps/npm/html/api/restart.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/restart.html
* installing deps/npm/html/api/root.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/root.html
* installing deps/npm/html/api/outdated.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/outdated.html
* installing deps/npm/html/api/publish.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/publish.html
* installing deps/npm/html/api/docs.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/docs.html
* installing deps/npm/html/api/ln.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/ln.html
* installing deps/npm/html/api/pack.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/pack.html
* installing deps/npm/html/api/install.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/install.html
* installing deps/npm/html/api/whoami.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/whoami.html
* installing deps/npm/html/api/GubbleBum-Blocky.ttf as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/GubbleBum-Blocky.ttf
* installing deps/npm/html/api/npm.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/npm.html
* installing deps/npm/html/api/submodule.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/submodule.html
* installing deps/npm/html/api/home.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/home.html
* installing deps/npm/html/api/init.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/init.html
* installing deps/npm/html/api/update.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/update.html
* installing deps/npm/html/api/run-script.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/run-script.html
* installing deps/npm/html/api/help-search.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/help-search.html
* installing deps/npm/html/api/config.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/config.html
* installing deps/npm/html/api/uninstall.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/uninstall.html
* installing deps/npm/html/api/load.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/load.html
* installing deps/npm/html/api/tag.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/tag.html
* installing deps/npm/html/api/shrinkwrap.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/shrinkwrap.html
* installing deps/npm/html/api/view.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/view.html
* installing deps/npm/html/api/ls.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/ls.html
* installing deps/npm/html/api/search.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/search.html
* installing deps/npm/html/api/find.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/find.html
* installing deps/npm/html/api/prefix.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/prefix.html
* installing deps/npm/html/api/author.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/author.html
* installing deps/npm/html/api/prune.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/prune.html
* installing deps/npm/html/api/test.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/test.html
* installing deps/npm/html/api/stop.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/stop.html
* installing deps/npm/html/api/bugs.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/bugs.html
* installing deps/npm/html/api/explore.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/explore.html
* installing deps/npm/html/api/deprecate.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/deprecate.html
* installing deps/npm/html/api/commands.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/commands.html
* installing deps/npm/html/api/rm.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/rm.html
* installing deps/npm/html/api/bin.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/bin.html
* installing deps/npm/html/api/start.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/start.html
* installing deps/npm/html/api/set.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/set.html
* installing deps/npm/html/api/version.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/version.html
* installing deps/npm/html/api/list.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/list.html
* installing deps/npm/html/api/rebuild.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/rebuild.html
* installing deps/npm/html/api/style.css as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/api/style.css
* installing deps/npm/html/dochead.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/dochead.html
* installing deps/npm/html/docfoot.html as /Users/trentm/tmp/n/local/lib/node_modules/npm/html/docfoot.html
* installing deps/npm/AUTHORS as /Users/trentm/tmp/n/local/lib/node_modules/npm/AUTHORS
* installing deps/npm/test/packages/npm-test-shrinkwrap/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-shrinkwrap/package.json
* installing deps/npm/test/packages/npm-test-shrinkwrap/test.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-shrinkwrap/test.sh
* installing deps/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json
* installing deps/npm/test/packages/npm-test-blerg/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-blerg/package.json
* installing deps/npm/test/packages/npm-test-blerg/test.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-blerg/test.js
* installing deps/npm/test/packages/npm-test-optional-deps/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-optional-deps/package.json
* installing deps/npm/test/packages/npm-test-optional-deps/test.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-optional-deps/test.js
* installing deps/npm/test/packages/npm-test-ignore/include4 as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-ignore/include4
* installing deps/npm/test/packages/npm-test-ignore/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-ignore/.npmignore
* installing deps/npm/test/packages/npm-test-ignore/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-ignore/package.json
* installing deps/npm/test/packages/npm-test-ignore/sub/include4 as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-ignore/sub/include4
* installing deps/npm/test/packages/npm-test-ignore/sub/include as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-ignore/sub/include
* installing deps/npm/test/packages/npm-test-ignore/sub/include2 as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-ignore/sub/include2
* installing deps/npm/test/packages/npm-test-ignore/test.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-ignore/test.sh
* installing deps/npm/test/packages/npm-test-env-reader/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-env-reader/package.json
* installing deps/npm/test/packages/npm-test-env-reader/test.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-env-reader/test.js
* installing deps/npm/test/packages/npm-test-files/include4 as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-files/include4
* installing deps/npm/test/packages/npm-test-files/.npmignore as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-files/.npmignore
* installing deps/npm/test/packages/npm-test-files/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-files/package.json
* installing deps/npm/test/packages/npm-test-files/sub/include4 as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-files/sub/include4
* installing deps/npm/test/packages/npm-test-files/sub/include as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-files/sub/include
* installing deps/npm/test/packages/npm-test-files/sub/include2 as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-files/sub/include2
* installing deps/npm/test/packages/npm-test-files/test.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-files/test.sh
* installing deps/npm/test/packages/npm-test-private/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-private/package.json
* installing deps/npm/test/packages/npm-test-platform/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-platform/package.json
* installing deps/npm/test/packages/npm-test-platform-all/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-platform-all/package.json
* installing deps/npm/test/packages/npm-test-bundled-git/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-bundled-git/package.json
* installing deps/npm/test/packages/npm-test-bundled-git/test.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-bundled-git/test.js
* installing deps/npm/test/packages/npm-test-bundled-git/minimatch-expected.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-bundled-git/minimatch-expected.json
* installing deps/npm/test/packages/npm-test-test-package/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-test-package/package.json
* installing deps/npm/test/packages/npm-test-url-dep/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-url-dep/package.json
* installing deps/npm/test/packages/npm-test-missing-bindir/package.json as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-missing-bindir/package.json
* installing deps/npm/test/packages/npm-test-missing-bindir/test.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/packages/npm-test-missing-bindir/test.js
* installing deps/npm/test/run.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/run.js
* installing deps/npm/test/update-test.sh as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/update-test.sh
* installing deps/npm/test/common.js as /Users/trentm/tmp/n/local/lib/node_modules/npm/test/common.js
* installing deps/npm/.travis.yml as /Users/trentm/tmp/n/local/lib/node_modules/npm/.travis.yml
* installing deps/npm/README.md as /Users/trentm/tmp/n/local/lib/node_modules/npm/README.md
* installing deps/npm/man/man1/bin.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/bin.1
* installing deps/npm/man/man1/README.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/README.1
* installing deps/npm/man/man1/disputes.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/disputes.1
* installing deps/npm/man/man1/deprecate.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/deprecate.1
* installing deps/npm/man/man1/bugs.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/bugs.1
* installing deps/npm/man/man1/edit.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/edit.1
* installing deps/npm/man/man1/developers.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/developers.1
* installing deps/npm/man/man1/build.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/build.1
* installing deps/npm/man/man1/prefix.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/prefix.1
* installing deps/npm/man/man1/registry.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/registry.1
* installing deps/npm/man/man1/get.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/get.1
* installing deps/npm/man/man1/coding-style.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/coding-style.1
* installing deps/npm/man/man1/ls.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/ls.1
* installing deps/npm/man/man1/changelog.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/changelog.1
* installing deps/npm/man/man1/find.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/find.1
* installing deps/npm/man/man1/view.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/view.1
* installing deps/npm/man/man1/prune.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/prune.1
* installing deps/npm/man/man1/start.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/start.1
* installing deps/npm/man/man1/global.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/global.1
* installing deps/npm/man/man1/json.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/json.1
* installing deps/npm/man/man1/pack.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/pack.1
* installing deps/npm/man/man1/link.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/link.1
* installing deps/npm/man/man1/version.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/version.1
* installing deps/npm/man/man1/help.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/help.1
* installing deps/npm/man/man1/adduser.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/adduser.1
* installing deps/npm/man/man1/uninstall.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/uninstall.1
* installing deps/npm/man/man1/config.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/config.1
* installing deps/npm/man/man1/scripts.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/scripts.1
* installing deps/npm/man/man1/set.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/set.1
* installing deps/npm/man/man1/search.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/search.1
* installing deps/npm/man/man1/rebuild.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/rebuild.1
* installing deps/npm/man/man1/npm.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/npm.1
* installing deps/npm/man/man1/ln.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/ln.1
* installing deps/npm/man/man1/publish.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/publish.1
* installing deps/npm/man/man1/folders.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/folders.1
* installing deps/npm/man/man1/submodule.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/submodule.1
* installing deps/npm/man/man1/explore.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/explore.1
* installing deps/npm/man/man1/completion.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/completion.1
* installing deps/npm/man/man1/unpublish.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/unpublish.1
* installing deps/npm/man/man1/install.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/install.1
* installing deps/npm/man/man1/removing-npm.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/removing-npm.1
* installing deps/npm/man/man1/update.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/update.1
* installing deps/npm/man/man1/stop.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/stop.1
* installing deps/npm/man/man1/faq.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/faq.1
* installing deps/npm/man/man1/restart.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/restart.1
* installing deps/npm/man/man1/shrinkwrap.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/shrinkwrap.1
* installing deps/npm/man/man1/whoami.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/whoami.1
* installing deps/npm/man/man1/cache.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/cache.1
* installing deps/npm/man/man1/bundle.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/bundle.1
* installing deps/npm/man/man1/home.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/home.1
* installing deps/npm/man/man1/owner.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/owner.1
* installing deps/npm/man/man1/author.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/author.1
* installing deps/npm/man/man1/semver.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/semver.1
* installing deps/npm/man/man1/run-script.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/run-script.1
* installing deps/npm/man/man1/outdated.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/outdated.1
* installing deps/npm/man/man1/root.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/root.1
* installing deps/npm/man/man1/help-search.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/help-search.1
* installing deps/npm/man/man1/docs.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/docs.1
* installing deps/npm/man/man1/tag.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/tag.1
* installing deps/npm/man/man1/index.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/index.1
* installing deps/npm/man/man1/rm.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/rm.1
* installing deps/npm/man/man1/init.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/init.1
* installing deps/npm/man/man1/list.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/list.1
* installing deps/npm/man/man1/test.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/test.1
* installing deps/npm/man/man1/star.1 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man1/star.1
* installing deps/npm/man/man3/npm.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/npm.3
* installing deps/npm/man/man3/bin.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/bin.3
* installing deps/npm/man/man3/commands.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/commands.3
* installing deps/npm/man/man3/bugs.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/bugs.3
* installing deps/npm/man/man3/edit.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/edit.3
* installing deps/npm/man/man3/prefix.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/prefix.3
* installing deps/npm/man/man3/get.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/get.3
* installing deps/npm/man/man3/init.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/init.3
* installing deps/npm/man/man3/deprecate.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/deprecate.3
* installing deps/npm/man/man3/ls.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/ls.3
* installing deps/npm/man/man3/find.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/find.3
* installing deps/npm/man/man3/prune.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/prune.3
* installing deps/npm/man/man3/start.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/start.3
* installing deps/npm/man/man3/whoami.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/whoami.3
* installing deps/npm/man/man3/pack.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/pack.3
* installing deps/npm/man/man3/uninstall.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/uninstall.3
* installing deps/npm/man/man3/version.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/version.3
* installing deps/npm/man/man3/link.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/link.3
* installing deps/npm/man/man3/config.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/config.3
* installing deps/npm/man/man3/set.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/set.3
* installing deps/npm/man/man3/search.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/search.3
* installing deps/npm/man/man3/rebuild.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/rebuild.3
* installing deps/npm/man/man3/publish.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/publish.3
* installing deps/npm/man/man3/ln.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/ln.3
* installing deps/npm/man/man3/submodule.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/submodule.3
* installing deps/npm/man/man3/explore.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/explore.3
* installing deps/npm/man/man3/unpublish.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/unpublish.3
* installing deps/npm/man/man3/install.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/install.3
* installing deps/npm/man/man3/outdated.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/outdated.3
* installing deps/npm/man/man3/load.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/load.3
* installing deps/npm/man/man3/restart.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/restart.3
* installing deps/npm/man/man3/update.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/update.3
* installing deps/npm/man/man3/stop.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/stop.3
* installing deps/npm/man/man3/shrinkwrap.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/shrinkwrap.3
* installing deps/npm/man/man3/author.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/author.3
* installing deps/npm/man/man3/home.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/home.3
* installing deps/npm/man/man3/owner.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/owner.3
* installing deps/npm/man/man3/run-script.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/run-script.3
* installing deps/npm/man/man3/root.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/root.3
* installing deps/npm/man/man3/help-search.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/help-search.3
* installing deps/npm/man/man3/tag.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/tag.3
* installing deps/npm/man/man3/docs.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/docs.3
* installing deps/npm/man/man3/view.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/view.3
* installing deps/npm/man/man3/list.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/list.3
* installing deps/npm/man/man3/test.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/test.3
* installing deps/npm/man/man3/rm.3 as /Users/trentm/tmp/n/local/lib/node_modules/npm/man/man3/rm.3
* symlink /Users/trentm/tmp/n/local/bin/npm (-> ../lib/node_modules/npm/bin/npm-cli.js)
* installing out/Release/node as /Users/trentm/tmp/n/local/bin/node
* installing out/Release/src/node_config.h as /Users/trentm/tmp/n/local/include/node/node_config.h
Waf: Leaving directory `/Users/trentm/tmp/n/node-v0.6.18/out'
'install' finished successfully (1.042s)
Waf: Entering directory `/Users/trentm/tmp/n/node-v0.6.18/out'
DEST_OS: darwin
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
Waf: Leaving directory `/Users/trentm/tmp/n/node-v0.6.18/out'
'build' finished successfully (0.150s)
-rwxr-xr-x 1 trentm staff 7.2M May 15 09:48 out/Release/node
python tools/test.py --mode=release simple message
=== release test-debugger-repl-utf8 ===
Path: simple/test-debugger-repl-utf8
Error: Timeout. Expected: /break in .*:1/
Command: out/Release/node /Users/trentm/tmp/n/node-v0.6.18/test/simple/test-debugger-repl-utf8.js
=== release test-debugger-repl ===
Path: simple/test-debugger-repl
Error: Timeout. Expected: /break in .*:1/
Command: out/Release/node /Users/trentm/tmp/n/node-v0.6.18/test/simple/test-debugger-repl.js
=== release test-fs-largefile ===
Path: simple/test-fs-largefile
[TypeError: Not an integer]
Command: out/Release/node /Users/trentm/tmp/n/node-v0.6.18/test/simple/test-fs-largefile.js
--- TIMEOUT ---
[04:21|% 100|+ 347|- 3]: Done
make: *** [test] Error 1
$ uname -a
Darwin banana.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
[root@9f00ca1a-8810-11e1-a543-a38b7568cb57:~/tmp]$ wget http://nodejs.org/dist/v0.6.18/node-v0.6.18-RC1.tar.gz
--2012-05-15 16:39:59-- http://nodejs.org/dist/v0.6.18/node-v0.6.18-RC1.tar.gz
Resolving nodejs.org... 8.12.44.238
Connecting to nodejs.org|8.12.44.238|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 10261465 (9.8M) [application/octet-stream]
Saving to: `node-v0.6.18-RC1.tar.gz'
100%[======================================================================>] 10,261,465 3.21M/s in 3.0s
2012-05-15 16:40:02 (3.21 MB/s) - `node-v0.6.18-RC1.tar.gz' saved [10261465/10261465]
[root@9f00ca1a-8810-11e1-a543-a38b7568cb57:~/tmp]$ gtar xf node-v0.6.18-RC1.tar.gz
[root@9f00ca1a-8810-11e1-a543-a38b7568cb57:~/tmp]$ cd no
node-v0.6.18/ ...-RC1.tar.gz
[root@9f00ca1a-8810-11e1-a543-a38b7568cb57:~/tmp]$ cd node-v0.6.18
[root@9f00ca1a-8810-11e1-a543-a38b7568cb57:~/tmp/node-v0.6.18]$ ./configure --prefix=`pwd`/../local --with-dtrace && make && make install && make test
Checking for program g++ or c++ : /opt/local/bin/g++
Checking for program cpp : /opt/local/bin/cpp
Checking for program ar : /opt/local/bin/ar
Checking for program ranlib : /opt/local/bin/ranlib
Checking for g++ : ok
Checking for program gcc or cc : /opt/local/bin/gcc
Checking for program ar : /opt/local/bin/ar
Checking for program ranlib : /opt/local/bin/ranlib
Checking for gcc : ok
Checking for library dl : yes
Checking for program dtrace : /usr/sbin/dtrace
Checking for openssl : not found
Checking for function SSL_library_init : yes
Checking for header openssl/crypto.h : yes
Checking for library util : not found
Checking for library rt : yes
Checking for ifaddrs on solaris : yes
Checking for library socket : yes
Checking for library nsl : yes
Checking for library kstat : yes
Checking for fdatasync(2) with c++ : yes
'configure' finished successfully (2.914s)
Waf: Entering directory `/root/tmp/node-v0.6.18/out'
DEST_OS: sunos
DEST_CPU: ia32
Parallel Jobs: 1
Product type: program
[ 1/39] copy: src/node_config.h.in -> out/Release/src/node_config.h
[ 2/39] cc: deps/http_parser/http_parser.c -> out/Release/deps/http_parser/http_parser_3.o
/opt/local/bin/gcc -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/deps/http_parser -I../deps/http_parser ../deps/http_parser/http_parser.c -c -o Release/deps/http_parser/http_parser_3.o
[ 3/39] src/node_natives.h: src/node.js lib/dgram.js lib/console.js lib/buffer.js lib/querystring.js lib/punycode.js lib/http.js lib/net.js lib/freelist.js lib/vm.js lib/util.js lib/module.js lib/_debugger.js lib/assert.js lib/fs.js lib/child_process.js lib/os.js lib/readline.js lib/events.js lib/url.js lib/tls.js lib/crypto.js lib/sys.js lib/https.js lib/stream.js lib/dns.js lib/_linklist.js lib/buffer_ieee754.js lib/tty.js lib/cluster.js lib/repl.js lib/path.js lib/string_decoder.js lib/timers.js lib/zlib.js lib/constants.js -> out/Release/src/node_natives.h
[ 4/39] uv: deps/uv/include/uv.h -> out/Release/deps/uv/uv.a
make[1]: Entering directory `/root/tmp/node-v0.6.18/out/Release/deps/uv'
rm -f src/ares/*.o
rm -f src/unix/ev/*.o
rm -f src/unix/eio/*.o
rm -f src/unix/*.o
rm -rf test/run-tests.dSYM run-benchmarks.dSYM
rm -f -f src/*.o *.a test/run-tests test/run-benchmarks
make[1]: Leaving directory `/root/tmp/node-v0.6.18/out/Release/deps/uv'
make[1]: Entering directory `/root/tmp/node-v0.6.18/out/Release/deps/uv'
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/core.c -o src/unix/core.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/dl.c -o src/unix/dl.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/fs.c -o src/unix/fs.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/cares.c -o src/unix/cares.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/udp.c -o src/unix/udp.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/error.c -o src/unix/error.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/process.c -o src/unix/process.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/tcp.c -o src/unix/tcp.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/pipe.c -o src/unix/pipe.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/tty.c -o src/unix/tty.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/stream.c -o src/unix/stream.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc -m32 -c src/unix/sunos.c -o src/unix/sunos.o
/opt/local/bin/gcc --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -m32 -c src/uv-common.c -o src/uv-common.o
/opt/local/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -m32 -c src/unix/ev/ev.c -o src/unix/ev/ev.o -DEV_CONFIG_H=\"config_sunos.h\"
/opt/local/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -Isrc/unix/eio/ --std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter -m32 -c src/unix/uv-eio.c -o src/unix/uv-eio.o
/opt/local/bin/gcc -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 -DEIO_CONFIG_H=\"config_sunos.h\" -DEIO_STACKSIZE=262144 -D_GNU_SOURCE -m32 -c src/unix/eio/eio.c -o src/unix/eio/eio.o
/opt/local/bin/gcc -o src/ares/ares__close_sockets.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares__close_sockets.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares__get_hostent.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares__get_hostent.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares__read_line.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares__read_line.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares__timeval.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares__timeval.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_cancel.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_cancel.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_data.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_data.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_destroy.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_destroy.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_expand_name.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_expand_name.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_expand_string.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_expand_string.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_fds.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_fds.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_free_hostent.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_free_hostent.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_free_string.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_free_string.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_gethostbyaddr.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_gethostbyaddr.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_gethostbyname.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_gethostbyname.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_getnameinfo.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_getnameinfo.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_getopt.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_getopt.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_getsock.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_getsock.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_init.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_init.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_library_init.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_library_init.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_llist.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_llist.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_mkquery.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_mkquery.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_nowarn.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_nowarn.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_options.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_options.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_parse_a_reply.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_parse_a_reply.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_parse_aaaa_reply.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_parse_aaaa_reply.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_parse_mx_reply.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_parse_mx_reply.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_parse_ns_reply.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_parse_ns_reply.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_parse_ptr_reply.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_parse_ptr_reply.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_parse_srv_reply.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_parse_srv_reply.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_parse_txt_reply.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_parse_txt_reply.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_process.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_process.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_query.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_query.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_search.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_search.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_send.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_send.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_strcasecmp.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_strcasecmp.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_strdup.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_strdup.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_strerror.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_strerror.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_timeout.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_timeout.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_version.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_version.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/ares_writev.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/ares_writev.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/bitncmp.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/bitncmp.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/inet_net_pton.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/inet_net_pton.c -DHAVE_CONFIG_H
/opt/local/bin/gcc -o src/ares/inet_ntop.o -c -m32 -Iinclude -Iinclude/uv-private -Isrc/unix/ev -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Isrc/ares/config_sunos -D__EXTENSIONS__ -D_XOPEN_SOURCE=500 src/ares/inet_ntop.c -DHAVE_CONFIG_H
ar rcs uv.a src/unix/core.o src/unix/dl.o src/unix/fs.o src/unix/cares.o src/unix/udp.o src/unix/error.o src/unix/process.o src/unix/tcp.o src/unix/pipe.o src/unix/tty.o src/unix/stream.o src/unix/sunos.o src/uv-common.o src/unix/uv-eio.o src/unix/ev/ev.o src/unix/eio/eio.o src/ares/ares__close_sockets.o src/ares/ares__get_hostent.o src/ares/ares__read_line.o src/ares/ares__timeval.o src/ares/ares_cancel.o src/ares/ares_data.o src/ares/ares_destroy.o src/ares/ares_expand_name.o src/ares/ares_expand_string.o src/ares/ares_fds.o src/ares/ares_free_hostent.o src/ares/ares_free_string.o src/ares/ares_gethostbyaddr.o src/ares/ares_gethostbyname.o src/ares/ares_getnameinfo.o src/ares/ares_getopt.o src/ares/ares_getsock.o src/ares/ares_init.o src/ares/ares_library_init.o src/ares/ares_llist.o src/ares/ares_mkquery.o src/ares/ares_nowarn.o src/ares/ares_options.o src/ares/ares_parse_a_reply.o src/ares/ares_parse_aaaa_reply.o src/ares/ares_parse_mx_reply.o src/ares/ares_parse_ns_reply.o src/ares/ares_parse_ptr_reply.o src/ares/ares_parse_srv_reply.o src/ares/ares_parse_txt_reply.o src/ares/ares_process.o src/ares/ares_query.o src/ares/ares_search.o src/ares/ares_send.o src/ares/ares_strcasecmp.o src/ares/ares_strdup.o src/ares/ares_strerror.o src/ares/ares_timeout.o src/ares/ares_version.o src/ares/ares_writev.o src/ares/bitncmp.o src/ares/inet_net_pton.o src/ares/inet_ntop.o
make[1]: Leaving directory `/root/tmp/node-v0.6.18/out/Release/deps/uv'
[ 5/39] libv8.a: deps/v8/SConstruct -> out/Release/libv8.a
/usr/bin/python "/root/tmp/node-v0.6.18/tools/scons/scons.py" -j 1 -C "/root/tmp/node-v0.6.18/out/Release/" -Y "/root/tmp/node-v0.6.18/deps/v8" visibility=default mode=release arch=ia32 toolchain=gcc library=static toolchain=gcc strictaliasing=off
scons: Reading SConscript files ...
scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript'
File "/root/tmp/node-v0.6.18/deps/v8/SConstruct", line 1475, in BuildSpecific
scons: done reading SConscript files.
scons: Building targets ...
/opt/local/bin/g++ -o obj/release/accessors.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/accessors.cc
/opt/local/bin/g++ -o obj/release/allocation.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/allocation.cc
/opt/local/bin/g++ -o obj/release/api.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/api.cc
/opt/local/bin/g++ -o obj/release/assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/assembler.cc
/opt/local/bin/g++ -o obj/release/ast.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ast.cc
/opt/local/bin/g++ -o obj/release/atomicops_internals_x86_gcc.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/atomicops_internals_x86_gcc.cc
/opt/local/bin/g++ -o obj/release/bignum-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/bignum-dtoa.cc
/opt/local/bin/g++ -o obj/release/bignum.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/bignum.cc
/opt/local/bin/g++ -o obj/release/bootstrapper.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/bootstrapper.cc
/opt/local/bin/g++ -o obj/release/builtins.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/builtins.cc
/opt/local/bin/g++ -o obj/release/cached-powers.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/cached-powers.cc
/opt/local/bin/g++ -o obj/release/checks.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/checks.cc
/opt/local/bin/g++ -o obj/release/circular-queue.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/circular-queue.cc
/opt/local/bin/g++ -o obj/release/code-stubs.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/code-stubs.cc
/opt/local/bin/g++ -o obj/release/codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/codegen.cc
/opt/local/bin/g++ -o obj/release/compilation-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/compilation-cache.cc
/opt/local/bin/g++ -o obj/release/compiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/compiler.cc
/opt/local/bin/g++ -o obj/release/contexts.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/contexts.cc
/opt/local/bin/g++ -o obj/release/conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/conversions.cc
/opt/local/bin/g++ -o obj/release/counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/counters.cc
/opt/local/bin/g++ -o obj/release/cpu-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/cpu-profiler.cc
/opt/local/bin/g++ -o obj/release/data-flow.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/data-flow.cc
/opt/local/bin/g++ -o obj/release/dateparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/dateparser.cc
/opt/local/bin/g++ -o obj/release/debug-agent.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/debug-agent.cc
/opt/local/bin/g++ -o obj/release/debug.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/debug.cc
/opt/local/bin/g++ -o obj/release/deoptimizer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/deoptimizer.cc
/opt/local/bin/g++ -o obj/release/disassembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/disassembler.cc
/opt/local/bin/g++ -o obj/release/diy-fp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/diy-fp.cc
/opt/local/bin/g++ -o obj/release/dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/dtoa.cc
/opt/local/bin/g++ -o obj/release/elements.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/elements.cc
/opt/local/bin/g++ -o obj/release/execution.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/execution.cc
/opt/local/bin/g++ -o obj/release/extensions/externalize-string-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/extensions/externalize-string-extension.cc
/opt/local/bin/g++ -o obj/release/extensions/gc-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/extensions/gc-extension.cc
/opt/local/bin/g++ -o obj/release/factory.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/factory.cc
/opt/local/bin/g++ -o obj/release/fast-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/fast-dtoa.cc
/opt/local/bin/g++ -o obj/release/fixed-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/fixed-dtoa.cc
/opt/local/bin/g++ -o obj/release/flags.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/flags.cc
/opt/local/bin/g++ -o obj/release/frames.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/frames.cc
/opt/local/bin/g++ -o obj/release/full-codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/full-codegen.cc
/opt/local/bin/g++ -o obj/release/func-name-inferrer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/func-name-inferrer.cc
/opt/local/bin/g++ -o obj/release/gdb-jit.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/gdb-jit.cc
/opt/local/bin/g++ -o obj/release/global-handles.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/global-handles.cc
/opt/local/bin/g++ -o obj/release/handles.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/handles.cc
/opt/local/bin/g++ -o obj/release/hashmap.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/hashmap.cc
/opt/local/bin/g++ -o obj/release/heap-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/heap-profiler.cc
/opt/local/bin/g++ -o obj/release/heap.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/heap.cc
/opt/local/bin/g++ -o obj/release/hydrogen-instructions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/hydrogen-instructions.cc
/opt/local/bin/g++ -o obj/release/hydrogen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/hydrogen.cc
/opt/local/bin/g++ -o obj/release/ia32/assembler-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/assembler-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/builtins-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/builtins-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/code-stubs-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/code-stubs-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/codegen-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/codegen-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/cpu-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/cpu-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/debug-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/debug-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/deoptimizer-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/deoptimizer-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/disasm-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/disasm-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/frames-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/frames-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/full-codegen-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/full-codegen-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/ic-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/ic-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/lithium-codegen-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/lithium-codegen-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/lithium-gap-resolver-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/lithium-gap-resolver-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/lithium-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/lithium-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/macro-assembler-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/macro-assembler-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/regexp-macro-assembler-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/regexp-macro-assembler-ia32.cc
/opt/local/bin/g++ -o obj/release/ia32/stub-cache-ia32.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ia32/stub-cache-ia32.cc
/opt/local/bin/g++ -o obj/release/ic.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/ic.cc
/opt/local/bin/g++ -o obj/release/inspector.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/inspector.cc
/opt/local/bin/g++ -o obj/release/interpreter-irregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/interpreter-irregexp.cc
/opt/local/bin/g++ -o obj/release/isolate.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/isolate.cc
/opt/local/bin/g++ -o obj/release/jsregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/jsregexp.cc
/opt/local/bin/g++ -o obj/release/lithium-allocator.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/lithium-allocator.cc
/opt/local/bin/g++ -o obj/release/lithium.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/lithium.cc
/opt/local/bin/g++ -o obj/release/liveedit.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/liveedit.cc
/opt/local/bin/g++ -o obj/release/liveobjectlist.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/liveobjectlist.cc
/opt/local/bin/g++ -o obj/release/log-utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/log-utils.cc
/opt/local/bin/g++ -o obj/release/log.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/log.cc
/opt/local/bin/g++ -o obj/release/mark-compact.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/mark-compact.cc
/opt/local/bin/g++ -o obj/release/messages.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/messages.cc
/opt/local/bin/g++ -o obj/release/objects-printer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/objects-printer.cc
/opt/local/bin/g++ -o obj/release/objects-visiting.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/objects-visiting.cc
/opt/local/bin/g++ -o obj/release/objects.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/objects.cc
/opt/local/bin/g++ -o obj/release/parser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/parser.cc
/opt/local/bin/g++ -o obj/release/platform-posix.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/platform-posix.cc
/opt/local/bin/g++ -o obj/release/platform-solaris.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/platform-solaris.cc
/opt/local/bin/g++ -o obj/release/preparse-data.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/preparse-data.cc
/opt/local/bin/g++ -o obj/release/preparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/preparser.cc
/opt/local/bin/g++ -o obj/release/profile-generator.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/profile-generator.cc
/opt/local/bin/g++ -o obj/release/property.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/property.cc
/opt/local/bin/g++ -o obj/release/regexp-macro-assembler-irregexp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/regexp-macro-assembler-irregexp.cc
/opt/local/bin/g++ -o obj/release/regexp-macro-assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/regexp-macro-assembler.cc
/opt/local/bin/g++ -o obj/release/regexp-stack.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/regexp-stack.cc
/opt/local/bin/g++ -o obj/release/rewriter.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/rewriter.cc
/opt/local/bin/g++ -o obj/release/runtime-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/runtime-profiler.cc
/opt/local/bin/g++ -o obj/release/runtime.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/runtime.cc
/opt/local/bin/g++ -o obj/release/safepoint-table.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/safepoint-table.cc
/opt/local/bin/g++ -o obj/release/scanner-character-streams.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/scanner-character-streams.cc
/opt/local/bin/g++ -o obj/release/scanner.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/scanner.cc
/opt/local/bin/g++ -o obj/release/scopeinfo.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/scopeinfo.cc
/opt/local/bin/g++ -o obj/release/scopes.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/scopes.cc
/opt/local/bin/g++ -o obj/release/serialize.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/serialize.cc
/opt/local/bin/g++ -o obj/release/snapshot-common.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/snapshot-common.cc
/opt/local/bin/g++ -o obj/release/spaces.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/spaces.cc
/opt/local/bin/g++ -o obj/release/string-search.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/string-search.cc
/opt/local/bin/g++ -o obj/release/string-stream.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/string-stream.cc
/opt/local/bin/g++ -o obj/release/strtod.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/strtod.cc
/opt/local/bin/g++ -o obj/release/stub-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/stub-cache.cc
/opt/local/bin/g++ -o obj/release/token.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/token.cc
/opt/local/bin/g++ -o obj/release/type-info.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/type-info.cc
/opt/local/bin/g++ -o obj/release/unicode.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/unicode.cc
/opt/local/bin/g++ -o obj/release/utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/utils.cc
/opt/local/bin/g++ -o obj/release/v8-counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/v8-counters.cc
/opt/local/bin/g++ -o obj/release/v8.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/v8.cc
/opt/local/bin/g++ -o obj/release/v8conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/v8conversions.cc
/opt/local/bin/g++ -o obj/release/v8threads.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/v8threads.cc
/opt/local/bin/g++ -o obj/release/v8utils.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/v8utils.cc
/opt/local/bin/g++ -o obj/release/variables.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/variables.cc
/opt/local/bin/g++ -o obj/release/version.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/version.cc
/opt/local/bin/g++ -o obj/release/zone.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/zone.cc
JS2C(["obj/release/libraries.cc"], ["src/runtime.js", "src/v8natives.js", "src/array.js", "src/string.js", "src/uri.js", "src/math.js", "src/messages.js", "src/apinatives.js", "src/date.js", "src/regexp.js", "src/json.js", "src/liveedit-debugger.js", "src/mirror-debugger.js", "src/debug-debugger.js", "src/macros.py"])
/opt/local/bin/g++ -o obj/release/libraries.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/root/tmp/node-v0.6.18/deps/v8/src -I/root/tmp/node-v0.6.18/deps/v8/obj/release -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src obj/release/libraries.cc
JS2C(["obj/release/experimental-libraries.cc"], ["src/proxy.js", "src/weakmap.js", "src/macros.py"])
/opt/local/bin/g++ -o obj/release/experimental-libraries.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -Iobj/release -Isrc -I/root/tmp/node-v0.6.18/deps/v8/src -I/root/tmp/node-v0.6.18/deps/v8/obj/release -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src obj/release/experimental-libraries.cc
/opt/local/bin/g++ -o obj/release/snapshot-empty.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/snapshot-empty.cc
ar r libv8.a obj/release/accessors.o obj/release/allocation.o obj/release/api.o obj/release/assembler.o obj/release/ast.o obj/release/atomicops_internals_x86_gcc.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/bootstrapper.o obj/release/builtins.o obj/release/cached-powers.o obj/release/checks.o obj/release/circular-queue.o obj/release/code-stubs.o obj/release/codegen.o obj/release/compilation-cache.o obj/release/compiler.o obj/release/contexts.o obj/release/conversions.o obj/release/counters.o obj/release/cpu-profiler.o obj/release/data-flow.o obj/release/dateparser.o obj/release/debug-agent.o obj/release/debug.o obj/release/deoptimizer.o obj/release/disassembler.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/elements.o obj/release/execution.o obj/release/extensions/externalize-string-extension.o obj/release/extensions/gc-extension.o obj/release/factory.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/flags.o obj/release/frames.o obj/release/full-codegen.o obj/release/func-name-inferrer.o obj/release/gdb-jit.o obj/release/global-handles.o obj/release/handles.o obj/release/hashmap.o obj/release/heap-profiler.o obj/release/heap.o obj/release/hydrogen-instructions.o obj/release/hydrogen.o obj/release/ia32/assembler-ia32.o obj/release/ia32/builtins-ia32.o obj/release/ia32/code-stubs-ia32.o obj/release/ia32/codegen-ia32.o obj/release/ia32/cpu-ia32.o obj/release/ia32/debug-ia32.o obj/release/ia32/deoptimizer-ia32.o obj/release/ia32/disasm-ia32.o obj/release/ia32/frames-ia32.o obj/release/ia32/full-codegen-ia32.o obj/release/ia32/ic-ia32.o obj/release/ia32/lithium-codegen-ia32.o obj/release/ia32/lithium-gap-resolver-ia32.o obj/release/ia32/lithium-ia32.o obj/release/ia32/macro-assembler-ia32.o obj/release/ia32/regexp-macro-assembler-ia32.o obj/release/ia32/stub-cache-ia32.o obj/release/ic.o obj/release/inspector.o obj/release/interpreter-irregexp.o obj/release/isolate.o obj/release/jsregexp.o obj/release/lithium-allocator.o obj/release/lithium.o obj/release/liveedit.o obj/release/liveobjectlist.o obj/release/log-utils.o obj/release/log.o obj/release/mark-compact.o obj/release/messages.o obj/release/objects-printer.o obj/release/objects-visiting.o obj/release/objects.o obj/release/parser.o obj/release/platform-posix.o obj/release/platform-solaris.o obj/release/preparse-data.o obj/release/preparser.o obj/release/profile-generator.o obj/release/property.o obj/release/regexp-macro-assembler-irregexp.o obj/release/regexp-macro-assembler.o obj/release/regexp-stack.o obj/release/rewriter.o obj/release/runtime-profiler.o obj/release/runtime.o obj/release/safepoint-table.o obj/release/scanner-character-streams.o obj/release/scanner.o obj/release/scopeinfo.o obj/release/scopes.o obj/release/serialize.o obj/release/snapshot-common.o obj/release/spaces.o obj/release/string-search.o obj/release/string-stream.o obj/release/strtod.o obj/release/stub-cache.o obj/release/token.o obj/release/type-info.o obj/release/unicode.o obj/release/utils.o obj/release/v8-counters.o obj/release/v8.o obj/release/v8conversions.o obj/release/v8threads.o obj/release/v8utils.o obj/release/variables.o obj/release/version.o obj/release/zone.o obj/release/libraries.o obj/release/experimental-libraries.o obj/release/snapshot-empty.o
ar: creating libv8.a
/opt/local/bin/g++ -o obj/release/preparser-api.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-omit-frame-pointer -fno-strict-aliasing -DV8_TARGET_ARCH_IA32 -D__C99FEATURES__ -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/tmp/node-v0.6.18/deps/v8/src /root/tmp/node-v0.6.18/deps/v8/src/preparser-api.cc
ar r libv8preparser.a obj/release/allocation.o obj/release/bignum-dtoa.o obj/release/bignum.o obj/release/cached-powers.o obj/release/conversions.o obj/release/diy-fp.o obj/release/dtoa.o obj/release/fast-dtoa.o obj/release/fixed-dtoa.o obj/release/hashmap.o obj/release/preparse-data.o obj/release/preparser-api.o obj/release/preparser.o obj/release/scanner.o obj/release/strtod.o obj/release/token.o obj/release/unicode.o obj/release/utils.o
ar: creating libv8preparser.a
scons: done building targets.
[ 6/39] dtrace_usdt: src/node_provider.d -> out/Release/src/node_provider.h
[ 7/39] cxx: src/node_main.cc -> out/Release/src/node_main_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_main.cc -c -o Release/src/node_main_8.o
[ 8/39] cxx: src/node.cc -> out/Release/src/node_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node.cc -c -o Release/src/node_8.o
[ 9/39] cxx: src/node_buffer.cc -> out/Release/src/node_buffer_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_buffer.cc -c -o Release/src/node_buffer_8.o
[10/39] cxx: src/node_javascript.cc -> out/Release/src/node_javascript_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_javascript.cc -c -o Release/src/node_javascript_8.o
[11/39] cxx: src/node_extensions.cc -> out/Release/src/node_extensions_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_extensions.cc -c -o Release/src/node_extensions_8.o
[12/39] cxx: src/node_http_parser.cc -> out/Release/src/node_http_parser_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_http_parser.cc -c -o Release/src/node_http_parser_8.o
[13/39] cxx: src/node_constants.cc -> out/Release/src/node_constants_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_constants.cc -c -o Release/src/node_constants_8.o
[14/39] cxx: src/node_file.cc -> out/Release/src/node_file_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_file.cc -c -o Release/src/node_file_8.o
[15/39] cxx: src/node_script.cc -> out/Release/src/node_script_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_script.cc -c -o Release/src/node_script_8.o
[16/39] cxx: src/node_os.cc -> out/Release/src/node_os_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_os.cc -c -o Release/src/node_os_8.o
[17/39] cxx: src/node_dtrace.cc -> out/Release/src/node_dtrace_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_dtrace.cc -c -o Release/src/node_dtrace_8.o
[18/39] cxx: src/node_string.cc -> out/Release/src/node_string_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_string.cc -c -o Release/src/node_string_8.o
[19/39] cxx: src/node_zlib.cc -> out/Release/src/node_zlib_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_zlib.cc -c -o Release/src/node_zlib_8.o
[20/39] cxx: src/timer_wrap.cc -> out/Release/src/timer_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/timer_wrap.cc -c -o Release/src/timer_wrap_8.o
[21/39] cxx: src/handle_wrap.cc -> out/Release/src/handle_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/handle_wrap.cc -c -o Release/src/handle_wrap_8.o
[22/39] cxx: src/stream_wrap.cc -> out/Release/src/stream_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/stream_wrap.cc -c -o Release/src/stream_wrap_8.o
[23/39] cxx: src/tcp_wrap.cc -> out/Release/src/tcp_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/tcp_wrap.cc -c -o Release/src/tcp_wrap_8.o
[24/39] cxx: src/udp_wrap.cc -> out/Release/src/udp_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/udp_wrap.cc -c -o Release/src/udp_wrap_8.o
[25/39] cxx: src/pipe_wrap.cc -> out/Release/src/pipe_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/pipe_wrap.cc -c -o Release/src/pipe_wrap_8.o
[26/39] cxx: src/cares_wrap.cc -> out/Release/src/cares_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/cares_wrap.cc -c -o Release/src/cares_wrap_8.o
[27/39] cxx: src/tty_wrap.cc -> out/Release/src/tty_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/tty_wrap.cc -c -o Release/src/tty_wrap_8.o
[28/39] cxx: src/fs_event_wrap.cc -> out/Release/src/fs_event_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/fs_event_wrap.cc -c -o Release/src/fs_event_wrap_8.o
[29/39] cxx: src/process_wrap.cc -> out/Release/src/process_wrap_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/process_wrap.cc -c -o Release/src/process_wrap_8.o
[30/39] cxx: src/v8_typed_array.cc -> out/Release/src/v8_typed_array_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/v8_typed_array.cc -c -o Release/src/v8_typed_array_8.o
[31/39] cxx: src/node_dtrace.cc -> out/Release/src/node_dtrace_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_dtrace.cc -c -o Release/src/node_dtrace_8.o
[32/39] cxx: src/node_signal_watcher.cc -> out/Release/src/node_signal_watcher_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_signal_watcher.cc -c -o Release/src/node_signal_watcher_8.o
[33/39] cxx: src/node_stat_watcher.cc -> out/Release/src/node_stat_watcher_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_stat_watcher.cc -c -o Release/src/node_stat_watcher_8.o
[34/39] cxx: src/node_io_watcher.cc -> out/Release/src/node_io_watcher_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_io_watcher.cc -c -o Release/src/node_io_watcher_8.o
[35/39] cxx: src/platform_sunos.cc -> out/Release/src/platform_sunos_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/platform_sunos.cc -c -o Release/src/platform_sunos_8.o
[36/39] cxx: src/node_crypto.cc -> out/Release/src/node_crypto_8.o
/opt/local/bin/g++ -DHAVE_DTRACE=1 -threads -m32 -g -O3 -DHAVE_OPENSSL=1 -DSUNOS_HAVE_IFADDRS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_FDATASYNC=1 -DARCH="ia32" -DPLATFORM="sunos" -D__POSIX__=1 -Wno-unused-parameter -D_FORTIFY_SOURCE=2 -IRelease/src -I../src -IRelease/deps/http_parser -I../deps/http_parser -IRelease/deps/uv/include -I../deps/uv/include -IRelease/deps/uv/src/ares -I../deps/uv/src/ares -IRelease/deps/v8/include -I../deps/v8/include -Ideps/v8/include ../src/node_crypto.cc -c -o Release/src/node_crypto_8.o
[37/39] dtrace_usdt-postprocess: src/node_provider.d -> out/Release/node_provider.o
[38/39] dtrace_ustack-postprocess: src/v8ustack.d -> out/Release/v8ustack.o
[39/39] cxx_link: out/Release/src/node_main_8.o out/Release/src/node_8.o out/Release/src/node_buffer_8.o out/Release/src/node_javascript_8.o out/Release/src/node_extensions_8.o out/Release/src/node_http_parser_8.o out/Release/src/node_constants_8.o out/Release/src/node_file_8.o out/Release/src/node_script_8.o out/Release/src/node_os_8.o out/Release/src/node_dtrace_8.o out/Release/src/node_string_8.o out/Release/src/node_zlib_8.o out/Release/src/timer_wrap_8.o out/Release/src/handle_wrap_8.o out/Release/src/stream_wrap_8.o out/Release/src/tcp_wrap_8.o out/Release/src/udp_wrap_8.o out/Release/src/pipe_wrap_8.o out/Release/src/cares_wrap_8.o out/Release/src/tty_wrap_8.o out/Release/src/fs_event_wrap_8.o out/Release/src/process_wrap_8.o out/Release/src/v8_typed_array_8.o out/Release/src/node_dtrace_8.o out/Release/src/node_signal_watcher_8.o out/Release/src/node_stat_watcher_8.o out/Release/src/node_io_watcher_8.o out/Release/src/platform_sunos_8.o out/Release/src/node_crypto_8.o out/Release/deps/http_parser/http_parser_3.o -> out/Release/node
/opt/local/bin/g++ Release/src/node_main_8.o Release/src/node_8.o Release/src/node_buffer_8.o Release/src/node_javascript_8.o Release/src/node_extensions_8.o Release/src/node_http_parser_8.o Release/src/node_constants_8.o Release/src/node_file_8.o Release/src/node_script_8.o Release/src/node_os_8.o Release/src/node_dtrace_8.o Release/src/node_string_8.o Release/src/node_zlib_8.o Release/src/timer_wrap_8.o Release/src/handle_wrap_8.o Release/src/stream_wrap_8.o Release/src/tcp_wrap_8.o Release/src/udp_wrap_8.o Release/src/pipe_wrap_8.o Release/src/cares_wrap_8.o Release/src/tty_wrap_8.o Release/src/fs_event_wrap_8.o Release/src/process_wrap_8.o Release/src/v8_typed_array_8.o Release/src/node_dtrace_8.o Release/src/node_signal_watcher_8.o Release/src/node_stat_watcher_8.o Release/src/node_io_watcher_8.o Release/src/platform_sunos_8.o Release/src/node_crypto_8.o Release/deps/http_parser/http_parser_3.o -o /root/tmp/node-v0.6.18/out/Release/node -lz -m32 /root/tmp/node-v0.6.18/out/Release/node_provider.o /root/tmp/node-v0.6.18/out/Release/v8ustack.o /root/tmp/node-v0.6.18/out/Release/libv8.a /root/tmp/node-v0.6.18/out/Release/deps/uv/uv.a -L/usr/lib -L/usr/local/lib -L/opt/local/lib -L/usr/sfw/lib -Wl,-Bdynamic -lrt -lssl -lcrypto -ldl -lsocket -lnsl -lkstat
ld: warning: file Release/src/node_dtrace_8.o: attempted multiple inclusion of file
Waf: Leaving directory `/root/tmp/node-v0.6.18/out'
'build' finished successfully (5m28.983s)
-rwxr-xr-x 1 root root 9.7M 2012-05-15 16:48 out/Release/node
Waf: Entering directory `/root/tmp/node-v0.6.18/out'
DEST_OS: sunos
DEST_CPU: ia32
Parallel Jobs: 1
Product type: program
[37/39] dtrace_usdt-postprocess: src/node_provider.d -> out/Release/node_provider.o
[38/39] dtrace_ustack-postprocess: src/v8ustack.d -> out/Release/v8ustack.o
* installing deps/uv/include/uv.h as /root/tmp/local/include/node/uv.h
* installing deps/uv/include/ares_version.h as /root/tmp/local/include/node/ares_version.h
* installing deps/uv/include/ares.h as /root/tmp/local/include/node/ares.h
* installing deps/uv/include/uv-private/tree.h as /root/tmp/local/include/node/uv-private/tree.h
* installing deps/uv/include/uv-private/uv-win.h as /root/tmp/local/include/node/uv-private/uv-win.h
* installing deps/uv/include/uv-private/ev.h as /root/tmp/local/include/node/uv-private/ev.h
* installing deps/uv/include/uv-private/uv-unix.h as /root/tmp/local/include/node/uv-private/uv-unix.h
* installing deps/uv/include/uv-private/ngx-queue.h as /root/tmp/local/include/node/uv-private/ngx-queue.h
* installing deps/uv/include/uv-private/eio.h as /root/tmp/local/include/node/uv-private/eio.h
* installing deps/uv/include/ares.h as /root/tmp/local/include/node/c-ares/ares.h
* installing deps/uv/include/ares_version.h as /root/tmp/local/include/node/c-ares/ares_version.h
* installing deps/v8/include/v8-profiler.h as /root/tmp/local/include/node/v8-profiler.h
* installing deps/v8/include/v8-preparser.h as /root/tmp/local/include/node/v8-preparser.h
* installing deps/v8/include/v8-testing.h as /root/tmp/local/include/node/v8-testing.h
* installing deps/v8/include/v8stdint.h as /root/tmp/local/include/node/v8stdint.h
* installing deps/v8/include/v8.h as /root/tmp/local/include/node/v8.h
* installing deps/v8/include/v8-debug.h as /root/tmp/local/include/node/v8-debug.h
* installing src/node.d as /root/tmp/local/lib/dtrace/node.d
* installing out/Release/config.h as /root/tmp/local/include/node/config.h
* installing src/node.h as /root/tmp/local/include/node/node.h
* installing src/node_object_wrap.h as /root/tmp/local/include/node/node_object_wrap.h
* installing src/node_buffer.h as /root/tmp/local/include/node/node_buffer.h
* installing src/node_version.h as /root/tmp/local/include/node/node_version.h
* installing doc/node.1 as /root/tmp/local/share/man/man1/node.1
* installing tools/node-waf as /root/tmp/local/bin/node-waf
* installing tools/wafadmin/Scripting.py as /root/tmp/local/lib/node/wafadmin/Scripting.py
* installing tools/wafadmin/pproc.py as /root/tmp/local/lib/node/wafadmin/pproc.py
* installing tools/wafadmin/Logs.py as /root/tmp/local/lib/node/wafadmin/Logs.py
* installing tools/wafadmin/Task.py as /root/tmp/local/lib/node/wafadmin/Task.py
* installing tools/wafadmin/Constants.py as /root/tmp/local/lib/node/wafadmin/Constants.py
* installing tools/wafadmin/Options.py as /root/tmp/local/lib/node/wafadmin/Options.py
* installing tools/wafadmin/Runner.py as /root/tmp/local/lib/node/wafadmin/Runner.py
* installing tools/wafadmin/__init__.py as /root/tmp/local/lib/node/wafadmin/__init__.py
* installing tools/wafadmin/Utils.py as /root/tmp/local/lib/node/wafadmin/Utils.py
* installing tools/wafadmin/Environment.py as /root/tmp/local/lib/node/wafadmin/Environment.py
* installing tools/wafadmin/py3kfixes.py as /root/tmp/local/lib/node/wafadmin/py3kfixes.py
* installing tools/wafadmin/TaskGen.py as /root/tmp/local/lib/node/wafadmin/TaskGen.py
* installing tools/wafadmin/Build.py as /root/tmp/local/lib/node/wafadmin/Build.py
* installing tools/wafadmin/ansiterm.py as /root/tmp/local/lib/node/wafadmin/ansiterm.py
* installing tools/wafadmin/Configure.py as /root/tmp/local/lib/node/wafadmin/Configure.py
* installing tools/wafadmin/Node.py as /root/tmp/local/lib/node/wafadmin/Node.py
* installing tools/wafadmin/Tools/gob2.py as /root/tmp/local/lib/node/wafadmin/Tools/gob2.py
* installing tools/wafadmin/Tools/gxx.py as /root/tmp/local/lib/node/wafadmin/Tools/gxx.py
* installing tools/wafadmin/Tools/xlc.py as /root/tmp/local/lib/node/wafadmin/Tools/xlc.py
* installing tools/wafadmin/Tools/misc.py as /root/tmp/local/lib/node/wafadmin/Tools/misc.py
* installing tools/wafadmin/Tools/winres.py as /root/tmp/local/lib/node/wafadmin/Tools/winres.py
* installing tools/wafadmin/Tools/compiler_cxx.py as /root/tmp/local/lib/node/wafadmin/Tools/compiler_cxx.py
* installing tools/wafadmin/Tools/cxx.py as /root/tmp/local/lib/node/wafadmin/Tools/cxx.py
* installing tools/wafadmin/Tools/gnu_dirs.py as /root/tmp/local/lib/node/wafadmin/Tools/gnu_dirs.py
* installing tools/wafadmin/Tools/ar.py as /root/tmp/local/lib/node/wafadmin/Tools/ar.py
* installing tools/wafadmin/Tools/preproc.py as /root/tmp/local/lib/node/wafadmin/Tools/preproc.py
* installing tools/wafadmin/Tools/__init__.py as /root/tmp/local/lib/node/wafadmin/Tools/__init__.py
* installing tools/wafadmin/Tools/xlcxx.py as /root/tmp/local/lib/node/wafadmin/Tools/xlcxx.py
* installing tools/wafadmin/Tools/intltool.py as /root/tmp/local/lib/node/wafadmin/Tools/intltool.py
* installing tools/wafadmin/Tools/gas.py as /root/tmp/local/lib/node/wafadmin/Tools/gas.py
* installing tools/wafadmin/Tools/config_c.py as /root/tmp/local/lib/node/wafadmin/Tools/config_c.py
* installing tools/wafadmin/Tools/dmd.py as /root/tmp/local/lib/node/wafadmin/Tools/dmd.py
* installing tools/wafadmin/Tools/icc.py as /root/tmp/local/lib/node/wafadmin/Tools/icc.py
* installing tools/wafadmin/Tools/compiler_cc.py as /root/tmp/local/lib/node/wafadmin/Tools/compiler_cc.py
* installing tools/wafadmin/Tools/ccroot.py as /root/tmp/local/lib/node/wafadmin/Tools/ccroot.py
* installing tools/wafadmin/Tools/compiler_d.py as /root/tmp/local/lib/node/wafadmin/Tools/compiler_d.py
* installing tools/wafadmin/Tools/osx.py as /root/tmp/local/lib/node/wafadmin/Tools/osx.py
* installing tools/wafadmin/Tools/gcc.py as /root/tmp/local/lib/node/wafadmin/Tools/gcc.py
* installing tools/wafadmin/Tools/icpc.py as /root/tmp/local/lib/node/wafadmin/Tools/icpc.py
* installing tools/wafadmin/Tools/gdc.py as /root/tmp/local/lib/node/wafadmin/Tools/gdc.py
* installing tools/wafadmin/Tools/unittestw.py as /root/tmp/local/lib/node/wafadmin/Tools/unittestw.py
* installing tools/wafadmin/Tools/d.py as /root/tmp/local/lib/node/wafadmin/Tools/d.py
* installing tools/wafadmin/Tools/libtool.py as /root/tmp/local/lib/node/wafadmin/Tools/libtool.py
* installing tools/wafadmin/Tools/suncc.py as /root/tmp/local/lib/node/wafadmin/Tools/suncc.py
* installing tools/wafadmin/Tools/python.py as /root/tmp/local/lib/node/wafadmin/Tools/python.py
* installing tools/wafadmin/Tools/suncxx.py as /root/tmp/local/lib/node/wafadmin/Tools/suncxx.py
* installing tools/wafadmin/Tools/cc.py as /root/tmp/local/lib/node/wafadmin/Tools/cc.py
* installing tools/wafadmin/Tools/node_addon.py as /root/tmp/local/lib/node/wafadmin/Tools/node_addon.py
* installing tools/wafadmin/Tools/nasm.py as /root/tmp/local/lib/node/wafadmin/Tools/nasm.py
* installing deps/npm/bin/npm as /root/tmp/local/lib/node_modules/npm/bin/npm
* installing deps/npm/bin/read-package-json.js as /root/tmp/local/lib/node_modules/npm/bin/read-package-json.js
* installing deps/npm/bin/npm-cli.js as /root/tmp/local/lib/node_modules/npm/bin/npm-cli.js
* installing deps/npm/bin/npm.cmd as /root/tmp/local/lib/node_modules/npm/bin/npm.cmd
* installing deps/npm/bin/node-gyp-bin/node-gyp.cmd as /root/tmp/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
* installing deps/npm/bin/node-gyp-bin/node-gyp as /root/tmp/local/lib/node_modules/npm/bin/node-gyp-bin/node-gyp
* installing deps/npm/package.json as /root/tmp/local/lib/node_modules/npm/package.json
* installing deps/npm/configure as /root/tmp/local/lib/node_modules/npm/configure
* installing deps/npm/LICENSE as /root/tmp/local/lib/node_modules/npm/LICENSE
* installing deps/npm/doc/api/help-search.md as /root/tmp/local/lib/node_modules/npm/doc/api/help-search.md
* installing deps/npm/doc/api/load.md as /root/tmp/local/lib/node_modules/npm/doc/api/load.md
* installing deps/npm/doc/api/ls.md as /root/tmp/local/lib/node_modules/npm/doc/api/ls.md
* installing deps/npm/doc/api/tag.md as /root/tmp/local/lib/node_modules/npm/doc/api/tag.md
* installing deps/npm/doc/api/npm.md as /root/tmp/local/lib/node_modules/npm/doc/api/npm.md
* installing deps/npm/doc/api/stop.md as /root/tmp/local/lib/node_modules/npm/doc/api/stop.md
* installing deps/npm/doc/api/bugs.md as /root/tmp/local/lib/node_modules/npm/doc/api/bugs.md
* installing deps/npm/doc/api/root.md as /root/tmp/local/lib/node_modules/npm/doc/api/root.md
* installing deps/npm/doc/api/install.md as /root/tmp/local/lib/node_modules/npm/doc/api/install.md
* installing deps/npm/doc/api/rebuild.md as /root/tmp/local/lib/node_modules/npm/doc/api/rebuild.md
* installing deps/npm/doc/api/uninstall.md as /root/tmp/local/lib/node_modules/npm/doc/api/uninstall.md
* installing deps/npm/doc/api/pack.md as /root/tmp/local/lib/node_modules/npm/doc/api/pack.md
* installing deps/npm/doc/api/explore.md as /root/tmp/local/lib/node_modules/npm/doc/api/explore.md
* installing deps/npm/doc/api/commands.md as /root/tmp/local/lib/node_modules/npm/doc/api/commands.md
* installing deps/npm/doc/api/prefix.md as /root/tmp/local/lib/node_modules/npm/doc/api/prefix.md
* installing deps/npm/doc/api/whoami.md as /root/tmp/local/lib/node_modules/npm/doc/api/whoami.md
* installing deps/npm/doc/api/docs.md as /root/tmp/local/lib/node_modules/npm/doc/api/docs.md
* installing deps/npm/doc/api/config.md as /root/tmp/local/lib/node_modules/npm/doc/api/config.md
* installing deps/npm/doc/api/link.md as /root/tmp/local/lib/node_modules/npm/doc/api/link.md
* installing deps/npm/doc/api/view.md as /root/tmp/local/lib/node_modules/npm/doc/api/view.md
* installing deps/npm/doc/api/test.md as /root/tmp/local/lib/node_modules/npm/doc/api/test.md
* installing deps/npm/doc/api/publish.md as /root/tmp/local/lib/node_modules/npm/doc/api/publish.md
* installing deps/npm/doc/api/edit.md as /root/tmp/local/lib/node_modules/npm/doc/api/edit.md
* installing deps/npm/doc/api/start.md as /root/tmp/local/lib/node_modules/npm/doc/api/start.md
* installing deps/npm/doc/api/version.md as /root/tmp/local/lib/node_modules/npm/doc/api/version.md
* installing deps/npm/doc/api/unpublish.md as /root/tmp/local/lib/node_modules/npm/doc/api/unpublish.md
* installing deps/npm/doc/api/restart.md as /root/tmp/local/lib/node_modules/npm/doc/api/restart.md
* installing deps/npm/doc/api/bin.md as /root/tmp/local/lib/node_modules/npm/doc/api/bin.md
* installing deps/npm/doc/api/search.md as /root/tmp/local/lib/node_modules/npm/doc/api/search.md
* installing deps/npm/doc/api/update.md as /root/tmp/local/lib/node_modules/npm/doc/api/update.md
* installing deps/npm/doc/api/shrinkwrap.md as /root/tmp/local/lib/node_modules/npm/doc/api/shrinkwrap.md
* installing deps/npm/doc/api/owner.md as /root/tmp/local/lib/node_modules/npm/doc/api/owner.md
* installing deps/npm/doc/api/init.md as /root/tmp/local/lib/node_modules/npm/doc/api/init.md
* installing deps/npm/doc/api/prune.md as /root/tmp/local/lib/node_modules/npm/doc/api/prune.md
* installing deps/npm/doc/api/submodule.md as /root/tmp/local/lib/node_modules/npm/doc/api/submodule.md
* installing deps/npm/doc/api/deprecate.md as /root/tmp/local/lib/node_modules/npm/doc/api/deprecate.md
* installing deps/npm/doc/api/outdated.md as /root/tmp/local/lib/node_modules/npm/doc/api/outdated.md
* installing deps/npm/doc/api/run-script.md as /root/tmp/local/lib/node_modules/npm/doc/api/run-script.md
* installing deps/npm/doc/cli/bundle.md as /root/tmp/local/lib/node_modules/npm/doc/cli/bundle.md
* installing deps/npm/doc/cli/help-search.md as /root/tmp/local/lib/node_modules/npm/doc/cli/help-search.md
* installing deps/npm/doc/cli/tag.md as /root/tmp/local/lib/node_modules/npm/doc/cli/tag.md
* installing deps/npm/doc/cli/semver.md as /root/tmp/local/lib/node_modules/npm/doc/cli/semver.md
* installing deps/npm/doc/cli/npm.md as /root/tmp/local/lib/node_modules/npm/doc/cli/npm.md
* installing deps/npm/doc/cli/stop.md as /root/tmp/local/lib/node_modules/npm/doc/cli/stop.md
* installing deps/npm/doc/cli/update.md as /root/tmp/local/lib/node_modules/npm/doc/cli/update.md
* installing deps/npm/doc/cli/bugs.md as /root/tmp/local/lib/node_modules/npm/doc/cli/bugs.md
* installing deps/npm/doc/cli/adduser.md as /root/tmp/local/lib/node_modules/npm/doc/cli/adduser.md
* installing deps/npm/doc/cli/root.md as /root/tmp/local/lib/node_modules/npm/doc/cli/root.md
* installing deps/npm/doc/cli/disputes.md as /root/tmp/local/lib/node_modules/npm/doc/cli/disputes.md
* installing deps/npm/doc/cli/install.md as /root/tmp/local/lib/node_modules/npm/doc/cli/install.md
* installing deps/npm/doc/cli/restart.md as /root/tmp/local/lib/node_modules/npm/doc/cli/restart.md
* installing deps/npm/doc/cli/build.md as /root/tmp/local/lib/node_modules/npm/doc/cli/build.md
* installing deps/npm/doc/cli/rebuild.md as /root/tmp/local/lib/node_modules/npm/doc/cli/rebuild.md
* installing deps/npm/doc/cli/uninstall.md as /root/tmp/local/lib/node_modules/npm/doc/cli/uninstall.md
* installing deps/npm/doc/cli/list.md as /root/tmp/local/lib/node_modules/npm/doc/cli/list.md
* installing deps/npm/doc/cli/cache.md as /root/tmp/local/lib/node_modules/npm/doc/cli/cache.md
* installing deps/npm/doc/cli/pack.md as /root/tmp/local/lib/node_modules/npm/doc/cli/pack.md
* installing deps/npm/doc/cli/explore.md as /root/tmp/local/lib/node_modules/npm/doc/cli/explore.md
* installing deps/npm/doc/cli/folders.md as /root/tmp/local/lib/node_modules/npm/doc/cli/folders.md
* installing deps/npm/doc/cli/prefix.md as /root/tmp/local/lib/node_modules/npm/doc/cli/prefix.md
* installing deps/npm/doc/cli/registry.md as /root/tmp/local/lib/node_modules/npm/doc/cli/registry.md
* installing deps/npm/doc/cli/docs.md as /root/tmp/local/lib/node_modules/npm/doc/cli/docs.md
* installing deps/npm/doc/cli/config.md as /root/tmp/local/lib/node_modules/npm/doc/cli/config.md
* installing deps/npm/doc/cli/link.md as /root/tmp/local/lib/node_modules/npm/doc/cli/link.md
* installing deps/npm/doc/cli/view.md as /root/tmp/local/lib/node_modules/npm/doc/cli/view.md
* installing deps/npm/doc/cli/test.md as /root/tmp/local/lib/node_modules/npm/doc/cli/test.md
* installing deps/npm/doc/cli/scripts.md as /root/tmp/local/lib/node_modules/npm/doc/cli/scripts.md
* installing deps/npm/doc/cli/init.md as /root/tmp/local/lib/node_modules/npm/doc/cli/init.md
* installing deps/npm/doc/cli/star.md as /root/tmp/local/lib/node_modules/npm/doc/cli/star.md
* installing deps/npm/doc/cli/prune.md as /root/tmp/local/lib/node_modules/npm/doc/cli/prune.md
* installing deps/npm/doc/cli/publish.md as /root/tmp/local/lib/node_modules/npm/doc/cli/publish.md
* installing deps/npm/doc/cli/edit.md as /root/tmp/local/lib/node_modules/npm/doc/cli/edit.md
* installing deps/npm/doc/cli/faq.md as /root/tmp/local/lib/node_modules/npm/doc/cli/faq.md
* installing deps/npm/doc/cli/help.md as /root/tmp/local/lib/node_modules/npm/doc/cli/help.md
* installing deps/npm/doc/cli/version.md as /root/tmp/local/lib/node_modules/npm/doc/cli/version.md
* installing deps/npm/doc/cli/index.md as /root/tmp/local/lib/node_modules/npm/doc/cli/index.md
* installing deps/npm/doc/cli/unpublish.md as /root/tmp/local/lib/node_modules/npm/doc/cli/unpublish.md
* installing deps/npm/doc/cli/developers.md as /root/tmp/local/lib/node_modules/npm/doc/cli/developers.md
* installing deps/npm/doc/cli/coding-style.md as /root/tmp/local/lib/node_modules/npm/doc/cli/coding-style.md
* installing deps/npm/doc/cli/bin.md as /root/tmp/local/lib/node_modules/npm/doc/cli/bin.md
* installing deps/npm/doc/cli/changelog.md as /root/tmp/local/lib/node_modules/npm/doc/cli/changelog.md
* installing deps/npm/doc/cli/search.md as /root/tmp/local/lib/node_modules/npm/doc/cli/search.md
* installing deps/npm/doc/cli/removing-npm.md as /root/tmp/local/lib/node_modules/npm/doc/cli/removing-npm.md
* installing deps/npm/doc/cli/whoami.md as /root/tmp/local/lib/node_modules/npm/doc/cli/whoami.md
* installing deps/npm/doc/cli/shrinkwrap.md as /root/tmp/local/lib/node_modules/npm/doc/cli/shrinkwrap.md
* installing deps/npm/doc/cli/start.md as /root/tmp/local/lib/node_modules/npm/doc/cli/start.md
* installing deps/npm/doc/cli/outdated.md as /root/tmp/local/lib/node_modules/npm/doc/cli/outdated.md
* installing deps/npm/doc/cli/json.md as /root/tmp/local/lib/node_modules/npm/doc/cli/json.md
* installing deps/npm/doc/cli/owner.md as /root/tmp/local/lib/node_modules/npm/doc/cli/owner.md
* installing deps/npm/doc/cli/run-script.md as /root/tmp/local/lib/node_modules/npm/doc/cli/run-script.md
* installing deps/npm/doc/cli/deprecate.md as /root/tmp/local/lib/node_modules/npm/doc/cli/deprecate.md
* installing deps/npm/doc/cli/completion.md as /root/tmp/local/lib/node_modules/npm/doc/cli/completion.md
* installing deps/npm/doc/cli/submodule.md as /root/tmp/local/lib/node_modules/npm/doc/cli/submodule.md
* installing deps/npm/scripts/index-build.js as /root/tmp/local/lib/node_modules/npm/scripts/index-build.js
* installing deps/npm/scripts/doc-build.sh as /root/tmp/local/lib/node_modules/npm/scripts/doc-build.sh
* installing deps/npm/scripts/release.sh as /root/tmp/local/lib/node_modules/npm/scripts/release.sh
* installing deps/npm/scripts/clean-old.sh as /root/tmp/local/lib/node_modules/npm/scripts/clean-old.sh
* installing deps/npm/scripts/install.sh as /root/tmp/local/lib/node_modules/npm/scripts/install.sh
* installing deps/npm/Makefile as /root/tmp/local/lib/node_modules/npm/Makefile
* installing deps/npm/node_modules/inherits/inherits.js as /root/tmp/local/lib/node_modules/npm/node_modules/inherits/inherits.js
* installing deps/npm/node_modules/inherits/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/inherits/package.json
* installing deps/npm/node_modules/inherits/inherits-old.js as /root/tmp/local/lib/node_modules/npm/node_modules/inherits/inherits-old.js
* installing deps/npm/node_modules/inherits/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/inherits/LICENSE
* installing deps/npm/node_modules/inherits/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/inherits/README.md
* installing deps/npm/node_modules/abbrev/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/abbrev/package.json
* installing deps/npm/node_modules/abbrev/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/abbrev/LICENSE
* installing deps/npm/node_modules/abbrev/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/abbrev/README.md
* installing deps/npm/node_modules/abbrev/lib/abbrev.js as /root/tmp/local/lib/node_modules/npm/node_modules/abbrev/lib/abbrev.js
* installing deps/npm/node_modules/semver/bin/semver as /root/tmp/local/lib/node_modules/npm/node_modules/semver/bin/semver
* installing deps/npm/node_modules/semver/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/semver/package.json
* installing deps/npm/node_modules/semver/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/semver/LICENSE
* installing deps/npm/node_modules/semver/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/semver/README.md
* installing deps/npm/node_modules/semver/semver.js as /root/tmp/local/lib/node_modules/npm/node_modules/semver/semver.js
* installing deps/npm/node_modules/tar/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/tar/package.json
* installing deps/npm/node_modules/tar/lib/entry-writer.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/entry-writer.js
* installing deps/npm/node_modules/tar/lib/extended-header.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/extended-header.js
* installing deps/npm/node_modules/tar/lib/global-header-writer.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/global-header-writer.js
* installing deps/npm/node_modules/tar/lib/buffer-entry.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/buffer-entry.js
* installing deps/npm/node_modules/tar/lib/extended-header-writer.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js
* installing deps/npm/node_modules/tar/lib/parse.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/parse.js
* installing deps/npm/node_modules/tar/lib/pack.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/pack.js
* installing deps/npm/node_modules/tar/lib/entry.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/entry.js
* installing deps/npm/node_modules/tar/lib/header.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/header.js
* installing deps/npm/node_modules/tar/lib/extract.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/lib/extract.js
* installing deps/npm/node_modules/tar/tar.js as /root/tmp/local/lib/node_modules/npm/node_modules/tar/tar.js
* installing deps/npm/node_modules/tar/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/tar/.npmignore
* installing deps/npm/node_modules/tar/.travis.yml as /root/tmp/local/lib/node_modules/npm/node_modules/tar/.travis.yml
* installing deps/npm/node_modules/tar/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/tar/README.md
* installing deps/npm/node_modules/graceful-fs/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/graceful-fs/package.json
* installing deps/npm/node_modules/graceful-fs/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/graceful-fs/.npmignore
* installing deps/npm/node_modules/graceful-fs/graceful-fs.js as /root/tmp/local/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js
* installing deps/npm/node_modules/graceful-fs/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/graceful-fs/LICENSE
* installing deps/npm/node_modules/graceful-fs/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/graceful-fs/README.md
* installing deps/npm/node_modules/uid-number/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/uid-number/package.json
* installing deps/npm/node_modules/uid-number/get-uid-gid.js as /root/tmp/local/lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js
* installing deps/npm/node_modules/uid-number/uid-number.js as /root/tmp/local/lib/node_modules/npm/node_modules/uid-number/uid-number.js
* installing deps/npm/node_modules/uid-number/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/uid-number/README.md
* installing deps/npm/node_modules/ini/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/ini/package.json
* installing deps/npm/node_modules/ini/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/ini/README.md
* installing deps/npm/node_modules/ini/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/ini/LICENSE
* installing deps/npm/node_modules/ini/ini.js as /root/tmp/local/lib/node_modules/npm/node_modules/ini/ini.js
* installing deps/npm/node_modules/minimatch/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/minimatch/package.json
* installing deps/npm/node_modules/minimatch/.travis.yml as /root/tmp/local/lib/node_modules/npm/node_modules/minimatch/.travis.yml
* installing deps/npm/node_modules/minimatch/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/minimatch/README.md
* installing deps/npm/node_modules/minimatch/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/minimatch/LICENSE
* installing deps/npm/node_modules/minimatch/minimatch.js as /root/tmp/local/lib/node_modules/npm/node_modules/minimatch/minimatch.js
* installing deps/npm/node_modules/block-stream/block-stream.js as /root/tmp/local/lib/node_modules/npm/node_modules/block-stream/block-stream.js
* installing deps/npm/node_modules/block-stream/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/block-stream/package.json
* installing deps/npm/node_modules/block-stream/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/block-stream/README.md
* installing deps/npm/node_modules/fstream/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/package.json
* installing deps/npm/node_modules/fstream/lib/file-writer.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/file-writer.js
* installing deps/npm/node_modules/fstream/lib/dir-writer.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js
* installing deps/npm/node_modules/fstream/lib/proxy-writer.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/proxy-writer.js
* installing deps/npm/node_modules/fstream/lib/link-writer.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/link-writer.js
* installing deps/npm/node_modules/fstream/lib/get-type.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/get-type.js
* installing deps/npm/node_modules/fstream/lib/writer.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/writer.js
* installing deps/npm/node_modules/fstream/lib/dir-reader.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/dir-reader.js
* installing deps/npm/node_modules/fstream/lib/reader.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/reader.js
* installing deps/npm/node_modules/fstream/lib/abstract.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/abstract.js
* installing deps/npm/node_modules/fstream/lib/socket-reader.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/socket-reader.js
* installing deps/npm/node_modules/fstream/lib/collect.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/collect.js
* installing deps/npm/node_modules/fstream/lib/proxy-reader.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/proxy-reader.js
* installing deps/npm/node_modules/fstream/lib/link-reader.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/link-reader.js
* installing deps/npm/node_modules/fstream/lib/file-reader.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/lib/file-reader.js
* installing deps/npm/node_modules/fstream/fstream.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/fstream.js
* installing deps/npm/node_modules/fstream/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/.npmignore
* installing deps/npm/node_modules/fstream/LICENCE as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/LICENCE
* installing deps/npm/node_modules/fstream/.travis.yml as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/.travis.yml
* installing deps/npm/node_modules/fstream/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/fstream/README.md
* installing deps/npm/node_modules/nopt/bin/nopt.js as /root/tmp/local/lib/node_modules/npm/node_modules/nopt/bin/nopt.js
* installing deps/npm/node_modules/nopt/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/nopt/package.json
* installing deps/npm/node_modules/nopt/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/nopt/LICENSE
* installing deps/npm/node_modules/nopt/lib/nopt.js as /root/tmp/local/lib/node_modules/npm/node_modules/nopt/lib/nopt.js
* installing deps/npm/node_modules/nopt/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/nopt/.npmignore
* installing deps/npm/node_modules/nopt/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/nopt/README.md
* installing deps/npm/node_modules/which/bin/which as /root/tmp/local/lib/node_modules/npm/node_modules/which/bin/which
* installing deps/npm/node_modules/which/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/which/package.json
* installing deps/npm/node_modules/which/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/which/README.md
* installing deps/npm/node_modules/which/which.js as /root/tmp/local/lib/node_modules/npm/node_modules/which/which.js
* installing deps/npm/node_modules/which/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/which/LICENSE
* installing deps/npm/node_modules/fstream-npm/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/fstream-npm/package.json
* installing deps/npm/node_modules/fstream-npm/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/fstream-npm/.npmignore
* installing deps/npm/node_modules/fstream-npm/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/fstream-npm/README.md
* installing deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js
* installing deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json
* installing deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md
* installing deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore
* installing deps/npm/node_modules/fstream-npm/fstream-npm.js as /root/tmp/local/lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js
* installing deps/npm/node_modules/read/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/read/package.json
* installing deps/npm/node_modules/read/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/read/README.md
* installing deps/npm/node_modules/read/LICENCE as /root/tmp/local/lib/node_modules/npm/node_modules/read/LICENCE
* installing deps/npm/node_modules/read/lib/read.js as /root/tmp/local/lib/node_modules/npm/node_modules/read/lib/read.js
* installing deps/npm/node_modules/node-uuid/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/node-uuid/package.json
* installing deps/npm/node_modules/node-uuid/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/node-uuid/.npmignore
* installing deps/npm/node_modules/node-uuid/uuid.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-uuid/uuid.js
* installing deps/npm/node_modules/node-uuid/LICENSE.md as /root/tmp/local/lib/node_modules/npm/node_modules/node-uuid/LICENSE.md
* installing deps/npm/node_modules/node-uuid/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/node-uuid/README.md
* installing deps/npm/node_modules/mkdirp/README.markdown as /root/tmp/local/lib/node_modules/npm/node_modules/mkdirp/README.markdown
* installing deps/npm/node_modules/mkdirp/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/mkdirp/package.json
* installing deps/npm/node_modules/mkdirp/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/mkdirp/LICENSE
* installing deps/npm/node_modules/mkdirp/index.js as /root/tmp/local/lib/node_modules/npm/node_modules/mkdirp/index.js
* installing deps/npm/node_modules/chownr/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/chownr/package.json
* installing deps/npm/node_modules/chownr/chownr.js as /root/tmp/local/lib/node_modules/npm/node_modules/chownr/chownr.js
* installing deps/npm/node_modules/chownr/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/chownr/README.md
* installing deps/npm/node_modules/rimraf/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/rimraf/package.json
* installing deps/npm/node_modules/rimraf/rimraf.js as /root/tmp/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js
* installing deps/npm/node_modules/rimraf/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/rimraf/README.md
* installing deps/npm/node_modules/rimraf/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/rimraf/LICENSE
* installing deps/npm/node_modules/rimraf/AUTHORS as /root/tmp/local/lib/node_modules/npm/node_modules/rimraf/AUTHORS
* installing deps/npm/node_modules/node-gyp/bin/node-gyp.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
* installing deps/npm/node_modules/node-gyp/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/package.json
* installing deps/npm/node_modules/node-gyp/updateLegacy.sh as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/updateLegacy.sh
* installing deps/npm/node_modules/node-gyp/lib/remove.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
* installing deps/npm/node_modules/node-gyp/lib/configure.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js
* installing deps/npm/node_modules/node-gyp/lib/rebuild.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
* installing deps/npm/node_modules/node-gyp/lib/build.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js
* installing deps/npm/node_modules/node-gyp/lib/list.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/list.js
* installing deps/npm/node_modules/node-gyp/lib/install.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js
* installing deps/npm/node_modules/node-gyp/lib/util/mkdirp.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/util/mkdirp.js
* installing deps/npm/node_modules/node-gyp/lib/node-gyp.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
* installing deps/npm/node_modules/node-gyp/lib/clean.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js
* installing deps/npm/node_modules/node-gyp/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/LICENSE
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/package.json
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/server.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/server.js
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/lib/ansi.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/lib/ansi.js
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/nodejs.png as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/nodejs.png
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/.npmignore
* installing deps/npm/node_modules/node-gyp/node_modules/ansi/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/README.md
* installing deps/npm/node_modules/node-gyp/node_modules/glob/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json
* installing deps/npm/node_modules/node-gyp/node_modules/glob/glob.js as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
* installing deps/npm/node_modules/node-gyp/node_modules/glob/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.npmignore
* installing deps/npm/node_modules/node-gyp/node_modules/glob/LICENCE as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENCE
* installing deps/npm/node_modules/node-gyp/node_modules/glob/.travis.yml as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.travis.yml
* installing deps/npm/node_modules/node-gyp/node_modules/glob/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/README.md
* installing deps/npm/node_modules/node-gyp/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/.npmignore
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp_addon as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp_addon
* installing deps/npm/node_modules/node-gyp/legacy/tools/addon.gypi as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/addon.gypi
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/OWNERS as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/OWNERS
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/codereview.settings as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/codereview.settings
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyp.bat as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp.bat
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/DEPS as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/DEPS
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/LICENSE
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyp_dummy.c as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp_dummy.c
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/AUTHORS as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/AUTHORS
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/PRESUBMIT.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/PRESUBMIT.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylintrc as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylintrc
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/.npmignore
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyp as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xml_fix.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xml_fix.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml_test.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/SCons.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/SCons.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/system_test.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/system_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/ninja_syntax.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/ninja_syntax.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/scons.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/scons.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs_test.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypsh.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypsh.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/dump_dependency_json.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/dump_dependency_json.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/make.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/make.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/__init__.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/__init__.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypd.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypd.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/xcode.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/xcode.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja_test.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/sun_tool.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/sun_tool.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/input.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/input.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/mac_tool.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/mac_tool.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/__init__.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/__init__.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/common.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/common.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings_test.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings_test.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSNew.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSNew.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcodeproj_file.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcodeproj_file.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSToolFile.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSToolFile.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSVersion.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSVersion.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSUserFile.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSUserFile.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSProject.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSProject.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcode_emulation.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcode_emulation.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/gyptest.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyptest.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples.bat as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples.bat
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/buildbot/buildbot_run.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/buildbot/buildbot_run.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/setup.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/setup.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/MANIFEST as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/MANIFEST
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/README as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/README
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_gyp.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_gyp.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/graphviz.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/graphviz.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/README as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/README
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_vcproj.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_vcproj.py
* installing deps/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_sln.py as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_sln.py
* installing deps/npm/node_modules/node-gyp/legacy/common.gypi as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/legacy/common.gypi
* installing deps/npm/node_modules/node-gyp/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/node-gyp/README.md
* installing deps/npm/node_modules/request/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/request/package.json
* installing deps/npm/node_modules/request/forever.js as /root/tmp/local/lib/node_modules/npm/node_modules/request/forever.js
* installing deps/npm/node_modules/request/vendor/cookie/jar.js as /root/tmp/local/lib/node_modules/npm/node_modules/request/vendor/cookie/jar.js
* installing deps/npm/node_modules/request/vendor/cookie/index.js as /root/tmp/local/lib/node_modules/npm/node_modules/request/vendor/cookie/index.js
* installing deps/npm/node_modules/request/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/request/LICENSE
* installing deps/npm/node_modules/request/tunnel.js as /root/tmp/local/lib/node_modules/npm/node_modules/request/tunnel.js
* installing deps/npm/node_modules/request/mimetypes.js as /root/tmp/local/lib/node_modules/npm/node_modules/request/mimetypes.js
* installing deps/npm/node_modules/request/main.js as /root/tmp/local/lib/node_modules/npm/node_modules/request/main.js
* installing deps/npm/node_modules/request/uuid.js as /root/tmp/local/lib/node_modules/npm/node_modules/request/uuid.js
* installing deps/npm/node_modules/request/oauth.js as /root/tmp/local/lib/node_modules/npm/node_modules/request/oauth.js
* installing deps/npm/node_modules/request/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/request/README.md
* installing deps/npm/node_modules/slide/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/slide/package.json
* installing deps/npm/node_modules/slide/lib/async-map.js as /root/tmp/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js
* installing deps/npm/node_modules/slide/lib/async-map-ordered.js as /root/tmp/local/lib/node_modules/npm/node_modules/slide/lib/async-map-ordered.js
* installing deps/npm/node_modules/slide/lib/slide.js as /root/tmp/local/lib/node_modules/npm/node_modules/slide/lib/slide.js
* installing deps/npm/node_modules/slide/lib/bind-actor.js as /root/tmp/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js
* installing deps/npm/node_modules/slide/lib/chain.js as /root/tmp/local/lib/node_modules/npm/node_modules/slide/lib/chain.js
* installing deps/npm/node_modules/slide/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/slide/LICENSE
* installing deps/npm/node_modules/slide/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/slide/.npmignore
* installing deps/npm/node_modules/slide/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/slide/README.md
* installing deps/npm/node_modules/slide/index.js as /root/tmp/local/lib/node_modules/npm/node_modules/slide/index.js
* installing deps/npm/node_modules/archy/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/archy/package.json
* installing deps/npm/node_modules/archy/README.markdown as /root/tmp/local/lib/node_modules/npm/node_modules/archy/README.markdown
* installing deps/npm/node_modules/archy/index.js as /root/tmp/local/lib/node_modules/npm/node_modules/archy/index.js
* installing deps/npm/node_modules/proto-list/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/proto-list/package.json
* installing deps/npm/node_modules/proto-list/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/proto-list/LICENSE
* installing deps/npm/node_modules/proto-list/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/proto-list/README.md
* installing deps/npm/node_modules/proto-list/proto-list.js as /root/tmp/local/lib/node_modules/npm/node_modules/proto-list/proto-list.js
* installing deps/npm/node_modules/lru-cache/package.json as /root/tmp/local/lib/node_modules/npm/node_modules/lru-cache/package.json
* installing deps/npm/node_modules/lru-cache/.npmignore as /root/tmp/local/lib/node_modules/npm/node_modules/lru-cache/.npmignore
* installing deps/npm/node_modules/lru-cache/README.md as /root/tmp/local/lib/node_modules/npm/node_modules/lru-cache/README.md
* installing deps/npm/node_modules/lru-cache/LICENSE as /root/tmp/local/lib/node_modules/npm/node_modules/lru-cache/LICENSE
* installing deps/npm/node_modules/lru-cache/lib/lru-cache.js as /root/tmp/local/lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js
* installing deps/npm/cli.js as /root/tmp/local/lib/node_modules/npm/cli.js
* installing deps/npm/.npmignore as /root/tmp/local/lib/node_modules/npm/.npmignore
* installing deps/npm/html/favicon.ico as /root/tmp/local/lib/node_modules/npm/html/favicon.ico
* installing deps/npm/html/index.html as /root/tmp/local/lib/node_modules/npm/html/index.html
* installing deps/npm/html/dochead.html as /root/tmp/local/lib/node_modules/npm/html/dochead.html
* installing deps/npm/html/api/get.html as /root/tmp/local/lib/node_modules/npm/html/api/get.html
* installing deps/npm/html/api/owner.html as /root/tmp/local/lib/node_modules/npm/html/api/owner.html
* installing deps/npm/html/api/link.html as /root/tmp/local/lib/node_modules/npm/html/api/link.html
* installing deps/npm/html/api/unpublish.html as /root/tmp/local/lib/node_modules/npm/html/api/unpublish.html
* installing deps/npm/html/api/edit.html as /root/tmp/local/lib/node_modules/npm/html/api/edit.html
* installing deps/npm/html/api/restart.html as /root/tmp/local/lib/node_modules/npm/html/api/restart.html
* installing deps/npm/html/api/root.html as /root/tmp/local/lib/node_modules/npm/html/api/root.html
* installing deps/npm/html/api/outdated.html as /root/tmp/local/lib/node_modules/npm/html/api/outdated.html
* installing deps/npm/html/api/publish.html as /root/tmp/local/lib/node_modules/npm/html/api/publish.html
* installing deps/npm/html/api/docs.html as /root/tmp/local/lib/node_modules/npm/html/api/docs.html
* installing deps/npm/html/api/ln.html as /root/tmp/local/lib/node_modules/npm/html/api/ln.html
* installing deps/npm/html/api/view.html as /root/tmp/local/lib/node_modules/npm/html/api/view.html
* installing deps/npm/html/api/search.html as /root/tmp/local/lib/node_modules/npm/html/api/search.html
* installing deps/npm/html/api/whoami.html as /root/tmp/local/lib/node_modules/npm/html/api/whoami.html
* installing deps/npm/html/api/GubbleBum-Blocky.ttf as /root/tmp/local/lib/node_modules/npm/html/api/GubbleBum-Blocky.ttf
* installing deps/npm/html/api/npm.html as /root/tmp/local/lib/node_modules/npm/html/api/npm.html
* installing deps/npm/html/api/submodule.html as /root/tmp/local/lib/node_modules/npm/html/api/submodule.html
* installing deps/npm/html/api/home.html as /root/tmp/local/lib/node_modules/npm/html/api/home.html
* installing deps/npm/html/api/init.html as /root/tmp/local/lib/node_modules/npm/html/api/init.html
* installing deps/npm/html/api/update.html as /root/tmp/local/lib/node_modules/npm/html/api/update.html
* installing deps/npm/html/api/run-script.html as /root/tmp/local/lib/node_modules/npm/html/api/run-script.html
* installing deps/npm/html/api/shrinkwrap.html as /root/tmp/local/lib/node_modules/npm/html/api/shrinkwrap.html
* installing deps/npm/html/api/config.html as /root/tmp/local/lib/node_modules/npm/html/api/config.html
* installing deps/npm/html/api/version.html as /root/tmp/local/lib/node_modules/npm/html/api/version.html
* installing deps/npm/html/api/load.html as /root/tmp/local/lib/node_modules/npm/html/api/load.html
* installing deps/npm/html/api/tag.html as /root/tmp/local/lib/node_modules/npm/html/api/tag.html
* installing deps/npm/html/api/pack.html as /root/tmp/local/lib/node_modules/npm/html/api/pack.html
* installing deps/npm/html/api/ls.html as /root/tmp/local/lib/node_modules/npm/html/api/ls.html
* installing deps/npm/html/api/install.html as /root/tmp/local/lib/node_modules/npm/html/api/install.html
* installing deps/npm/html/api/find.html as /root/tmp/local/lib/node_modules/npm/html/api/find.html
* installing deps/npm/html/api/prefix.html as /root/tmp/local/lib/node_modules/npm/html/api/prefix.html
* installing deps/npm/html/api/author.html as /root/tmp/local/lib/node_modules/npm/html/api/author.html
* installing deps/npm/html/api/prune.html as /root/tmp/local/lib/node_modules/npm/html/api/prune.html
* installing deps/npm/html/api/test.html as /root/tmp/local/lib/node_modules/npm/html/api/test.html
* installing deps/npm/html/api/stop.html as /root/tmp/local/lib/node_modules/npm/html/api/stop.html
* installing deps/npm/html/api/bugs.html as /root/tmp/local/lib/node_modules/npm/html/api/bugs.html
* installing deps/npm/html/api/help-search.html as /root/tmp/local/lib/node_modules/npm/html/api/help-search.html
* installing deps/npm/html/api/explore.html as /root/tmp/local/lib/node_modules/npm/html/api/explore.html
* installing deps/npm/html/api/deprecate.html as /root/tmp/local/lib/node_modules/npm/html/api/deprecate.html
* installing deps/npm/html/api/commands.html as /root/tmp/local/lib/node_modules/npm/html/api/commands.html
* installing deps/npm/html/api/rm.html as /root/tmp/local/lib/node_modules/npm/html/api/rm.html
* installing deps/npm/html/api/bin.html as /root/tmp/local/lib/node_modules/npm/html/api/bin.html
* installing deps/npm/html/api/start.html as /root/tmp/local/lib/node_modules/npm/html/api/start.html
* installing deps/npm/html/api/set.html as /root/tmp/local/lib/node_modules/npm/html/api/set.html
* installing deps/npm/html/api/uninstall.html as /root/tmp/local/lib/node_modules/npm/html/api/uninstall.html
* installing deps/npm/html/api/list.html as /root/tmp/local/lib/node_modules/npm/html/api/list.html
* installing deps/npm/html/api/rebuild.html as /root/tmp/local/lib/node_modules/npm/html/api/rebuild.html
* installing deps/npm/html/api/style.css as /root/tmp/local/lib/node_modules/npm/html/api/style.css
* installing deps/npm/html/doc/scripts.html as /root/tmp/local/lib/node_modules/npm/html/doc/scripts.html
* installing deps/npm/html/doc/owner.html as /root/tmp/local/lib/node_modules/npm/html/doc/owner.html
* installing deps/npm/html/doc/link.html as /root/tmp/local/lib/node_modules/npm/html/doc/link.html
* installing deps/npm/html/doc/disputes.html as /root/tmp/local/lib/node_modules/npm/html/doc/disputes.html
* installing deps/npm/html/doc/get.html as /root/tmp/local/lib/node_modules/npm/html/doc/get.html
* installing deps/npm/html/doc/edit.html as /root/tmp/local/lib/node_modules/npm/html/doc/edit.html
* installing deps/npm/html/doc/restart.html as /root/tmp/local/lib/node_modules/npm/html/doc/restart.html
* installing deps/npm/html/doc/root.html as /root/tmp/local/lib/node_modules/npm/html/doc/root.html
* installing deps/npm/html/doc/folders.html as /root/tmp/local/lib/node_modules/npm/html/doc/folders.html
* installing deps/npm/html/doc/outdated.html as /root/tmp/local/lib/node_modules/npm/html/doc/outdated.html
* installing deps/npm/html/doc/removing-npm.html as /root/tmp/local/lib/node_modules/npm/html/doc/removing-npm.html
* installing deps/npm/html/doc/publish.html as /root/tmp/local/lib/node_modules/npm/html/doc/publish.html
* installing deps/npm/html/doc/docs.html as /root/tmp/local/lib/node_modules/npm/html/doc/docs.html
* installing deps/npm/html/doc/unpublish.html as /root/tmp/local/lib/node_modules/npm/html/doc/unpublish.html
* installing deps/npm/html/doc/ln.html as /root/tmp/local/lib/node_modules/npm/html/doc/ln.html
* installing deps/npm/html/doc/view.html as /root/tmp/local/lib/node_modules/npm/html/doc/view.html
* installing deps/npm/html/doc/install.html as /root/tmp/local/lib/node_modules/npm/html/doc/install.html
* installing deps/npm/html/doc/whoami.html as /root/tmp/local/lib/node_modules/npm/html/doc/whoami.html
* installing deps/npm/html/doc/GubbleBum-Blocky.ttf as /root/tmp/local/lib/node_modules/npm/html/doc/GubbleBum-Blocky.ttf
* installing deps/npm/html/doc/completion.html as /root/tmp/local/lib/node_modules/npm/html/doc/completion.html
* installing deps/npm/html/doc/submodule.html as /root/tmp/local/lib/node_modules/npm/html/doc/submodule.html
* installing deps/npm/html/doc/home.html as /root/tmp/local/lib/node_modules/npm/html/doc/home.html
* installing deps/npm/html/doc/uninstall.html as /root/tmp/local/lib/node_modules/npm/html/doc/uninstall.html
* installing deps/npm/html/doc/init.html as /root/tmp/local/lib/node_modules/npm/html/doc/init.html
* installing deps/npm/html/doc/update.html as /root/tmp/local/lib/node_modules/npm/html/doc/update.html
* installing deps/npm/html/doc/star.html as /root/tmp/local/lib/node_modules/npm/html/doc/star.html
* installing deps/npm/html/doc/help.html as /root/tmp/local/lib/node_modules/npm/html/doc/help.html
* installing deps/npm/html/doc/run-script.html as /root/tmp/local/lib/node_modules/npm/html/doc/run-script.html
* installing deps/npm/html/doc/help-search.html as /root/tmp/local/lib/node_modules/npm/html/doc/help-search.html
* installing deps/npm/html/doc/config.html as /root/tmp/local/lib/node_modules/npm/html/doc/config.html
* installing deps/npm/html/doc/version.html as /root/tmp/local/lib/node_modules/npm/html/doc/version.html
* installing deps/npm/html/doc/json.html as /root/tmp/local/lib/node_modules/npm/html/doc/json.html
* installing deps/npm/html/doc/semver.html as /root/tmp/local/lib/node_modules/npm/html/doc/semver.html
* installing deps/npm/html/doc/tag.html as /root/tmp/local/lib/node_modules/npm/html/doc/tag.html
* installing deps/npm/html/doc/bin.html as /root/tmp/local/lib/node_modules/npm/html/doc/bin.html
* installing deps/npm/html/doc/ls.html as /root/tmp/local/lib/node_modules/npm/html/doc/ls.html
* installing deps/npm/html/doc/search.html as /root/tmp/local/lib/node_modules/npm/html/doc/search.html
* installing deps/npm/html/doc/find.html as /root/tmp/local/lib/node_modules/npm/html/doc/find.html
* installing deps/npm/html/doc/pack.html as /root/tmp/local/lib/node_modules/npm/html/doc/pack.html
* installing deps/npm/html/doc/prefix.html as /root/tmp/local/lib/node_modules/npm/html/doc/prefix.html
* installing deps/npm/html/doc/style.css as /root/tmp/local/lib/node_modules/npm/html/doc/style.css
* installing deps/npm/html/doc/prune.html as /root/tmp/local/lib/node_modules/npm/html/doc/prune.html
* installing deps/npm/html/doc/test.html as /root/tmp/local/lib/node_modules/npm/html/doc/test.html
* installing deps/npm/html/doc/global.html as /root/tmp/local/lib/node_modules/npm/html/doc/global.html
* installing deps/npm/html/doc/npm.html as /root/tmp/local/lib/node_modules/npm/html/doc/npm.html
* installing deps/npm/html/doc/stop.html as /root/tmp/local/lib/node_modules/npm/html/doc/stop.html
* installing deps/npm/html/doc/faq.html as /root/tmp/local/lib/node_modules/npm/html/doc/faq.html
* installing deps/npm/html/doc/bundle.html as /root/tmp/local/lib/node_modules/npm/html/doc/bundle.html
* installing deps/npm/html/doc/shrinkwrap.html as /root/tmp/local/lib/node_modules/npm/html/doc/shrinkwrap.html
* installing deps/npm/html/doc/developers.html as /root/tmp/local/lib/node_modules/npm/html/doc/developers.html
* installing deps/npm/html/doc/index.html as /root/tmp/local/lib/node_modules/npm/html/doc/index.html
* installing deps/npm/html/doc/explore.html as /root/tmp/local/lib/node_modules/npm/html/doc/explore.html
* installing deps/npm/html/doc/build.html as /root/tmp/local/lib/node_modules/npm/html/doc/build.html
* installing deps/npm/html/doc/deprecate.html as /root/tmp/local/lib/node_modules/npm/html/doc/deprecate.html
* installing deps/npm/html/doc/changelog.html as /root/tmp/local/lib/node_modules/npm/html/doc/changelog.html
* installing deps/npm/html/doc/registry.html as /root/tmp/local/lib/node_modules/npm/html/doc/registry.html
* installing deps/npm/html/doc/adduser.html as /root/tmp/local/lib/node_modules/npm/html/doc/adduser.html
* installing deps/npm/html/doc/coding-style.html as /root/tmp/local/lib/node_modules/npm/html/doc/coding-style.html
* installing deps/npm/html/doc/start.html as /root/tmp/local/lib/node_modules/npm/html/doc/start.html
* installing deps/npm/html/doc/set.html as /root/tmp/local/lib/node_modules/npm/html/doc/set.html
* installing deps/npm/html/doc/bugs.html as /root/tmp/local/lib/node_modules/npm/html/doc/bugs.html
* installing deps/npm/html/doc/cache.html as /root/tmp/local/lib/node_modules/npm/html/doc/cache.html
* installing deps/npm/html/doc/README.html as /root/tmp/local/lib/node_modules/npm/html/doc/README.html
* installing deps/npm/html/doc/rm.html as /root/tmp/local/lib/node_modules/npm/html/doc/rm.html
* installing deps/npm/html/doc/list.html as /root/tmp/local/lib/node_modules/npm/html/doc/list.html
* installing deps/npm/html/doc/rebuild.html as /root/tmp/local/lib/node_modules/npm/html/doc/rebuild.html
* installing deps/npm/html/doc/author.html as /root/tmp/local/lib/node_modules/npm/html/doc/author.html
* installing deps/npm/html/docfoot.html as /root/tmp/local/lib/node_modules/npm/html/docfoot.html
* installing deps/npm/lib/publish.js as /root/tmp/local/lib/node_modules/npm/lib/publish.js
* installing deps/npm/lib/edit.js as /root/tmp/local/lib/node_modules/npm/lib/edit.js
* installing deps/npm/lib/utils/output.js as /root/tmp/local/lib/node_modules/npm/lib/utils/output.js
* installing deps/npm/lib/utils/npm-registry-client/tag.js as /root/tmp/local/lib/node_modules/npm/lib/utils/npm-registry-client/tag.js
* installing deps/npm/lib/utils/npm-registry-client/publish.js as /root/tmp/local/lib/node_modules/npm/lib/utils/npm-registry-client/publish.js
* installing deps/npm/lib/utils/npm-registry-client/request.js as /root/tmp/local/lib/node_modules/npm/lib/utils/npm-registry-client/request.js
* installing deps/npm/lib/utils/npm-registry-client/get.js as /root/tmp/local/lib/node_modules/npm/lib/utils/npm-registry-client/get.js
* installing deps/npm/lib/utils/npm-registry-client/star.js as /root/tmp/local/lib/node_modules/npm/lib/utils/npm-registry-client/star.js
* installing deps/npm/lib/utils/npm-registry-client/adduser.js as /root/tmp/local/lib/node_modules/npm/lib/utils/npm-registry-client/adduser.js
* installing deps/npm/lib/utils/npm-registry-client/index.js as /root/tmp/local/lib/node_modules/npm/lib/utils/npm-registry-client/index.js
* installing deps/npm/lib/utils/npm-registry-client/unpublish.js as /root/tmp/local/lib/node_modules/npm/lib/utils/npm-registry-client/unpublish.js
* installing deps/npm/lib/utils/log.js as /root/tmp/local/lib/node_modules/npm/lib/utils/log.js
* installing deps/npm/lib/utils/config-defs.js as /root/tmp/local/lib/node_modules/npm/lib/utils/config-defs.js
* installing deps/npm/lib/utils/load-package-defaults.js as /root/tmp/local/lib/node_modules/npm/lib/utils/load-package-defaults.js
* installing deps/npm/lib/utils/cmd-shim.js as /root/tmp/local/lib/node_modules/npm/lib/utils/cmd-shim.js
* installing deps/npm/lib/utils/completion/installed-shallow.js as /root/tmp/local/lib/node_modules/npm/lib/utils/completion/installed-shallow.js
* installing deps/npm/lib/utils/completion/installed-deep.js as /root/tmp/local/lib/node_modules/npm/lib/utils/completion/installed-deep.js
* installing deps/npm/lib/utils/completion/users.js as /root/tmp/local/lib/node_modules/npm/lib/utils/completion/users.js
* installing deps/npm/lib/utils/completion/remote-packages.js as /root/tmp/local/lib/node_modules/npm/lib/utils/completion/remote-packages.js
* installing deps/npm/lib/utils/completion/file-completion.js as /root/tmp/local/lib/node_modules/npm/lib/utils/completion/file-completion.js
* installing deps/npm/lib/utils/read-json.js as /root/tmp/local/lib/node_modules/npm/lib/utils/read-json.js
* installing deps/npm/lib/utils/link.js as /root/tmp/local/lib/node_modules/npm/lib/utils/link.js
* installing deps/npm/lib/utils/exec.js as /root/tmp/local/lib/node_modules/npm/lib/utils/exec.js
* installing deps/npm/lib/utils/lifecycle.js as /root/tmp/local/lib/node_modules/npm/lib/utils/lifecycle.js
* installing deps/npm/lib/utils/completion.sh as /root/tmp/local/lib/node_modules/npm/lib/utils/completion.sh
* installing deps/npm/lib/utils/tar.js as /root/tmp/local/lib/node_modules/npm/lib/utils/tar.js
* installing deps/npm/lib/utils/error-handler.js as /root/tmp/local/lib/node_modules/npm/lib/utils/error-handler.js
* installing deps/npm/lib/utils/gently-rm.js as /root/tmp/local/lib/node_modules/npm/lib/utils/gently-rm.js
* installing deps/npm/lib/utils/promise-chain.js as /root/tmp/local/lib/node_modules/npm/lib/utils/promise-chain.js
* installing deps/npm/lib/utils/read-installed.js as /root/tmp/local/lib/node_modules/npm/lib/utils/read-installed.js
* installing deps/npm/lib/utils/fetch.js as /root/tmp/local/lib/node_modules/npm/lib/utils/fetch.js
* installing deps/npm/lib/utils/find-prefix.js as /root/tmp/local/lib/node_modules/npm/lib/utils/find-prefix.js
* installing deps/npm/lib/utils/relativize.js as /root/tmp/local/lib/node_modules/npm/lib/utils/relativize.js
* installing deps/npm/lib/utils/sha.js as /root/tmp/local/lib/node_modules/npm/lib/utils/sha.js
* installing deps/npm/lib/utils/find.js as /root/tmp/local/lib/node_modules/npm/lib/utils/find.js
* installing deps/npm/lib/utils/ini.js as /root/tmp/local/lib/node_modules/npm/lib/utils/ini.js
* installing deps/npm/lib/build.js as /root/tmp/local/lib/node_modules/npm/lib/build.js
* installing deps/npm/lib/version.js as /root/tmp/local/lib/node_modules/npm/lib/version.js
* installing deps/npm/lib/start.js as /root/tmp/local/lib/node_modules/npm/lib/start.js
* installing deps/npm/lib/get.js as /root/tmp/local/lib/node_modules/npm/lib/get.js
* installing deps/npm/lib/shrinkwrap.js as /root/tmp/local/lib/node_modules/npm/lib/shrinkwrap.js
* installing deps/npm/lib/star.js as /root/tmp/local/lib/node_modules/npm/lib/star.js
* installing deps/npm/lib/prefix.js as /root/tmp/local/lib/node_modules/npm/lib/prefix.js
* installing deps/npm/lib/test.js as /root/tmp/local/lib/node_modules/npm/lib/test.js
* installing deps/npm/lib/init.js as /root/tmp/local/lib/node_modules/npm/lib/init.js
* installing deps/npm/lib/run-script.js as /root/tmp/local/lib/node_modules/npm/lib/run-script.js
* installing deps/npm/lib/link.js as /root/tmp/local/lib/node_modules/npm/lib/link.js
* installing deps/npm/lib/unpublish.js as /root/tmp/local/lib/node_modules/npm/lib/unpublish.js
* installing deps/npm/lib/docs.js as /root/tmp/local/lib/node_modules/npm/lib/docs.js
* installing deps/npm/lib/bin.js as /root/tmp/local/lib/node_modules/npm/lib/bin.js
* installing deps/npm/lib/outdated.js as /root/tmp/local/lib/node_modules/npm/lib/outdated.js
* installing deps/npm/lib/update.js as /root/tmp/local/lib/node_modules/npm/lib/update.js
* installing deps/npm/lib/completion.js as /root/tmp/local/lib/node_modules/npm/lib/completion.js
* installing deps/npm/lib/submodule.js as /root/tmp/local/lib/node_modules/npm/lib/submodule.js
* installing deps/npm/lib/unbuild.js as /root/tmp/local/lib/node_modules/npm/lib/unbuild.js
* installing deps/npm/lib/restart.js as /root/tmp/local/lib/node_modules/npm/lib/restart.js
* installing deps/npm/lib/owner.js as /root/tmp/local/lib/node_modules/npm/lib/owner.js
* installing deps/npm/lib/prune.js as /root/tmp/local/lib/node_modules/npm/lib/prune.js
* installing deps/npm/lib/rebuild.js as /root/tmp/local/lib/node_modules/npm/lib/rebuild.js
* installing deps/npm/lib/search.js as /root/tmp/local/lib/node_modules/npm/lib/search.js
* installing deps/npm/lib/substack.js as /root/tmp/local/lib/node_modules/npm/lib/substack.js
* installing deps/npm/lib/config.js as /root/tmp/local/lib/node_modules/npm/lib/config.js
* installing deps/npm/lib/help-search.js as /root/tmp/local/lib/node_modules/npm/lib/help-search.js
* installing deps/npm/lib/bugs.js as /root/tmp/local/lib/node_modules/npm/lib/bugs.js
* installing deps/npm/lib/deprecate.js as /root/tmp/local/lib/node_modules/npm/lib/deprecate.js
* installing deps/npm/lib/view.js as /root/tmp/local/lib/node_modules/npm/lib/view.js
* installing deps/npm/lib/set.js as /root/tmp/local/lib/node_modules/npm/lib/set.js
* installing deps/npm/lib/ls.js as /root/tmp/local/lib/node_modules/npm/lib/ls.js
* installing deps/npm/lib/adduser.js as /root/tmp/local/lib/node_modules/npm/lib/adduser.js
* installing deps/npm/lib/xmas.js as /root/tmp/local/lib/node_modules/npm/lib/xmas.js
* installing deps/npm/lib/root.js as /root/tmp/local/lib/node_modules/npm/lib/root.js
* installing deps/npm/lib/whoami.js as /root/tmp/local/lib/node_modules/npm/lib/whoami.js
* installing deps/npm/lib/tag.js as /root/tmp/local/lib/node_modules/npm/lib/tag.js
* installing deps/npm/lib/pack.js as /root/tmp/local/lib/node_modules/npm/lib/pack.js
* installing deps/npm/lib/cache.js as /root/tmp/local/lib/node_modules/npm/lib/cache.js
* installing deps/npm/lib/stop.js as /root/tmp/local/lib/node_modules/npm/lib/stop.js
* installing deps/npm/lib/faq.js as /root/tmp/local/lib/node_modules/npm/lib/faq.js
* installing deps/npm/lib/install.js as /root/tmp/local/lib/node_modules/npm/lib/install.js
* installing deps/npm/lib/npm.js as /root/tmp/local/lib/node_modules/npm/lib/npm.js
* installing deps/npm/lib/explore.js as /root/tmp/local/lib/node_modules/npm/lib/explore.js
* installing deps/npm/lib/help.js as /root/tmp/local/lib/node_modules/npm/lib/help.js
* installing deps/npm/lib/uninstall.js as /root/tmp/local/lib/node_modules/npm/lib/uninstall.js
* installing deps/npm/AUTHORS as /root/tmp/local/lib/node_modules/npm/AUTHORS
* installing deps/npm/test/packages/npm-test-shrinkwrap/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-shrinkwrap/package.json
* installing deps/npm/test/packages/npm-test-shrinkwrap/test.sh as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-shrinkwrap/test.sh
* installing deps/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json
* installing deps/npm/test/packages/npm-test-platform-all/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-platform-all/package.json
* installing deps/npm/test/packages/npm-test-optional-deps/test.js as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-optional-deps/test.js
* installing deps/npm/test/packages/npm-test-optional-deps/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-optional-deps/package.json
* installing deps/npm/test/packages/npm-test-ignore/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-ignore/package.json
* installing deps/npm/test/packages/npm-test-ignore/include4 as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-ignore/include4
* installing deps/npm/test/packages/npm-test-ignore/sub/include4 as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-ignore/sub/include4
* installing deps/npm/test/packages/npm-test-ignore/sub/include as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-ignore/sub/include
* installing deps/npm/test/packages/npm-test-ignore/sub/include2 as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-ignore/sub/include2
* installing deps/npm/test/packages/npm-test-ignore/test.sh as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-ignore/test.sh
* installing deps/npm/test/packages/npm-test-ignore/.npmignore as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-ignore/.npmignore
* installing deps/npm/test/packages/npm-test-env-reader/test.js as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-env-reader/test.js
* installing deps/npm/test/packages/npm-test-env-reader/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-env-reader/package.json
* installing deps/npm/test/packages/npm-test-files/test.sh as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-files/test.sh
* installing deps/npm/test/packages/npm-test-files/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-files/package.json
* installing deps/npm/test/packages/npm-test-files/include4 as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-files/include4
* installing deps/npm/test/packages/npm-test-files/sub/include4 as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-files/sub/include4
* installing deps/npm/test/packages/npm-test-files/sub/include as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-files/sub/include
* installing deps/npm/test/packages/npm-test-files/sub/include2 as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-files/sub/include2
* installing deps/npm/test/packages/npm-test-files/.npmignore as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-files/.npmignore
* installing deps/npm/test/packages/npm-test-private/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-private/package.json
* installing deps/npm/test/packages/npm-test-platform/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-platform/package.json
* installing deps/npm/test/packages/npm-test-blerg/test.js as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-blerg/test.js
* installing deps/npm/test/packages/npm-test-blerg/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-blerg/package.json
* installing deps/npm/test/packages/npm-test-bundled-git/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-bundled-git/package.json
* installing deps/npm/test/packages/npm-test-bundled-git/test.js as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-bundled-git/test.js
* installing deps/npm/test/packages/npm-test-bundled-git/minimatch-expected.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-bundled-git/minimatch-expected.json
* installing deps/npm/test/packages/npm-test-test-package/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-test-package/package.json
* installing deps/npm/test/packages/npm-test-url-dep/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-url-dep/package.json
* installing deps/npm/test/packages/npm-test-missing-bindir/test.js as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-missing-bindir/test.js
* installing deps/npm/test/packages/npm-test-missing-bindir/package.json as /root/tmp/local/lib/node_modules/npm/test/packages/npm-test-missing-bindir/package.json
* installing deps/npm/test/run.js as /root/tmp/local/lib/node_modules/npm/test/run.js
* installing deps/npm/test/update-test.sh as /root/tmp/local/lib/node_modules/npm/test/update-test.sh
* installing deps/npm/test/common.js as /root/tmp/local/lib/node_modules/npm/test/common.js
* installing deps/npm/.travis.yml as /root/tmp/local/lib/node_modules/npm/.travis.yml
* installing deps/npm/README.md as /root/tmp/local/lib/node_modules/npm/README.md
* installing deps/npm/man/man1/npm.1 as /root/tmp/local/lib/node_modules/npm/man/man1/npm.1
* installing deps/npm/man/man1/deprecate.1 as /root/tmp/local/lib/node_modules/npm/man/man1/deprecate.1
* installing deps/npm/man/man1/README.1 as /root/tmp/local/lib/node_modules/npm/man/man1/README.1
* installing deps/npm/man/man1/disputes.1 as /root/tmp/local/lib/node_modules/npm/man/man1/disputes.1
* installing deps/npm/man/man1/bin.1 as /root/tmp/local/lib/node_modules/npm/man/man1/bin.1
* installing deps/npm/man/man1/bugs.1 as /root/tmp/local/lib/node_modules/npm/man/man1/bugs.1
* installing deps/npm/man/man1/edit.1 as /root/tmp/local/lib/node_modules/npm/man/man1/edit.1
* installing deps/npm/man/man1/developers.1 as /root/tmp/local/lib/node_modules/npm/man/man1/developers.1
* installing deps/npm/man/man1/build.1 as /root/tmp/local/lib/node_modules/npm/man/man1/build.1
* installing deps/npm/man/man1/prefix.1 as /root/tmp/local/lib/node_modules/npm/man/man1/prefix.1
* installing deps/npm/man/man1/scripts.1 as /root/tmp/local/lib/node_modules/npm/man/man1/scripts.1
* installing deps/npm/man/man1/get.1 as /root/tmp/local/lib/node_modules/npm/man/man1/get.1
* installing deps/npm/man/man1/init.1 as /root/tmp/local/lib/node_modules/npm/man/man1/init.1
* installing deps/npm/man/man1/ls.1 as /root/tmp/local/lib/node_modules/npm/man/man1/ls.1
* installing deps/npm/man/man1/coding-style.1 as /root/tmp/local/lib/node_modules/npm/man/man1/coding-style.1
* installing deps/npm/man/man1/changelog.1 as /root/tmp/local/lib/node_modules/npm/man/man1/changelog.1
* installing deps/npm/man/man1/find.1 as /root/tmp/local/lib/node_modules/npm/man/man1/find.1
* installing deps/npm/man/man1/pack.1 as /root/tmp/local/lib/node_modules/npm/man/man1/pack.1
* installing deps/npm/man/man1/prune.1 as /root/tmp/local/lib/node_modules/npm/man/man1/prune.1
* installing deps/npm/man/man1/start.1 as /root/tmp/local/lib/node_modules/npm/man/man1/start.1
* installing deps/npm/man/man1/global.1 as /root/tmp/local/lib/node_modules/npm/man/man1/global.1
* installing deps/npm/man/man1/whoami.1 as /root/tmp/local/lib/node_modules/npm/man/man1/whoami.1
* installing deps/npm/man/man1/view.1 as /root/tmp/local/lib/node_modules/npm/man/man1/view.1
* installing deps/npm/man/man1/link.1 as /root/tmp/local/lib/node_modules/npm/man/man1/link.1
* installing deps/npm/man/man1/version.1 as /root/tmp/local/lib/node_modules/npm/man/man1/version.1
* installing deps/npm/man/man1/help.1 as /root/tmp/local/lib/node_modules/npm/man/man1/help.1
* installing deps/npm/man/man1/adduser.1 as /root/tmp/local/lib/node_modules/npm/man/man1/adduser.1
* installing deps/npm/man/man1/uninstall.1 as /root/tmp/local/lib/node_modules/npm/man/man1/uninstall.1
* installing deps/npm/man/man1/config.1 as /root/tmp/local/lib/node_modules/npm/man/man1/config.1
* installing deps/npm/man/man1/set.1 as /root/tmp/local/lib/node_modules/npm/man/man1/set.1
* installing deps/npm/man/man1/search.1 as /root/tmp/local/lib/node_modules/npm/man/man1/search.1
* installing deps/npm/man/man1/rebuild.1 as /root/tmp/local/lib/node_modules/npm/man/man1/rebuild.1
* installing deps/npm/man/man1/ln.1 as /root/tmp/local/lib/node_modules/npm/man/man1/ln.1
* installing deps/npm/man/man1/publish.1 as /root/tmp/local/lib/node_modules/npm/man/man1/publish.1
* installing deps/npm/man/man1/folders.1 as /root/tmp/local/lib/node_modules/npm/man/man1/folders.1
* installing deps/npm/man/man1/submodule.1 as /root/tmp/local/lib/node_modules/npm/man/man1/submodule.1
* installing deps/npm/man/man1/explore.1 as /root/tmp/local/lib/node_modules/npm/man/man1/explore.1
* installing deps/npm/man/man1/outdated.1 as /root/tmp/local/lib/node_modules/npm/man/man1/outdated.1
* installing deps/npm/man/man1/unpublish.1 as /root/tmp/local/lib/node_modules/npm/man/man1/unpublish.1
* installing deps/npm/man/man1/completion.1 as /root/tmp/local/lib/node_modules/npm/man/man1/completion.1
* installing deps/npm/man/man1/removing-npm.1 as /root/tmp/local/lib/node_modules/npm/man/man1/removing-npm.1
* installing deps/npm/man/man1/install.1 as /root/tmp/local/lib/node_modules/npm/man/man1/install.1
* installing deps/npm/man/man1/update.1 as /root/tmp/local/lib/node_modules/npm/man/man1/update.1
* installing deps/npm/man/man1/stop.1 as /root/tmp/local/lib/node_modules/npm/man/man1/stop.1
* installing deps/npm/man/man1/faq.1 as /root/tmp/local/lib/node_modules/npm/man/man1/faq.1
* installing deps/npm/man/man1/restart.1 as /root/tmp/local/lib/node_modules/npm/man/man1/restart.1
* installing deps/npm/man/man1/shrinkwrap.1 as /root/tmp/local/lib/node_modules/npm/man/man1/shrinkwrap.1
* installing deps/npm/man/man1/cache.1 as /root/tmp/local/lib/node_modules/npm/man/man1/cache.1
* installing deps/npm/man/man1/bundle.1 as /root/tmp/local/lib/node_modules/npm/man/man1/bundle.1
* installing deps/npm/man/man1/home.1 as /root/tmp/local/lib/node_modules/npm/man/man1/home.1
* installing deps/npm/man/man1/owner.1 as /root/tmp/local/lib/node_modules/npm/man/man1/owner.1
* installing deps/npm/man/man1/author.1 as /root/tmp/local/lib/node_modules/npm/man/man1/author.1
* installing deps/npm/man/man1/semver.1 as /root/tmp/local/lib/node_modules/npm/man/man1/semver.1
* installing deps/npm/man/man1/registry.1 as /root/tmp/local/lib/node_modules/npm/man/man1/registry.1
* installing deps/npm/man/man1/run-script.1 as /root/tmp/local/lib/node_modules/npm/man/man1/run-script.1
* installing deps/npm/man/man1/root.1 as /root/tmp/local/lib/node_modules/npm/man/man1/root.1
* installing deps/npm/man/man1/help-search.1 as /root/tmp/local/lib/node_modules/npm/man/man1/help-search.1
* installing deps/npm/man/man1/docs.1 as /root/tmp/local/lib/node_modules/npm/man/man1/docs.1
* installing deps/npm/man/man1/tag.1 as /root/tmp/local/lib/node_modules/npm/man/man1/tag.1
* installing deps/npm/man/man1/index.1 as /root/tmp/local/lib/node_modules/npm/man/man1/index.1
* installing deps/npm/man/man1/rm.1 as /root/tmp/local/lib/node_modules/npm/man/man1/rm.1
* installing deps/npm/man/man1/json.1 as /root/tmp/local/lib/node_modules/npm/man/man1/json.1
* installing deps/npm/man/man1/list.1 as /root/tmp/local/lib/node_modules/npm/man/man1/list.1
* installing deps/npm/man/man1/test.1 as /root/tmp/local/lib/node_modules/npm/man/man1/test.1
* installing deps/npm/man/man1/star.1 as /root/tmp/local/lib/node_modules/npm/man/man1/star.1
* installing deps/npm/man/man3/deprecate.3 as /root/tmp/local/lib/node_modules/npm/man/man3/deprecate.3
* installing deps/npm/man/man3/bin.3 as /root/tmp/local/lib/node_modules/npm/man/man3/bin.3
* installing deps/npm/man/man3/commands.3 as /root/tmp/local/lib/node_modules/npm/man/man3/commands.3
* installing deps/npm/man/man3/bugs.3 as /root/tmp/local/lib/node_modules/npm/man/man3/bugs.3
* installing deps/npm/man/man3/edit.3 as /root/tmp/local/lib/node_modules/npm/man/man3/edit.3
* installing deps/npm/man/man3/prefix.3 as /root/tmp/local/lib/node_modules/npm/man/man3/prefix.3
* installing deps/npm/man/man3/get.3 as /root/tmp/local/lib/node_modules/npm/man/man3/get.3
* installing deps/npm/man/man3/init.3 as /root/tmp/local/lib/node_modules/npm/man/man3/init.3
* installing deps/npm/man/man3/npm.3 as /root/tmp/local/lib/node_modules/npm/man/man3/npm.3
* installing deps/npm/man/man3/ls.3 as /root/tmp/local/lib/node_modules/npm/man/man3/ls.3
* installing deps/npm/man/man3/find.3 as /root/tmp/local/lib/node_modules/npm/man/man3/find.3
* installing deps/npm/man/man3/prune.3 as /root/tmp/local/lib/node_modules/npm/man/man3/prune.3
* installing deps/npm/man/man3/start.3 as /root/tmp/local/lib/node_modules/npm/man/man3/start.3
* installing deps/npm/man/man3/whoami.3 as /root/tmp/local/lib/node_modules/npm/man/man3/whoami.3
* installing deps/npm/man/man3/view.3 as /root/tmp/local/lib/node_modules/npm/man/man3/view.3
* installing deps/npm/man/man3/author.3 as /root/tmp/local/lib/node_modules/npm/man/man3/author.3
* installing deps/npm/man/man3/version.3 as /root/tmp/local/lib/node_modules/npm/man/man3/version.3
* installing deps/npm/man/man3/link.3 as /root/tmp/local/lib/node_modules/npm/man/man3/link.3
* installing deps/npm/man/man3/config.3 as /root/tmp/local/lib/node_modules/npm/man/man3/config.3
* installing deps/npm/man/man3/set.3 as /root/tmp/local/lib/node_modules/npm/man/man3/set.3
* installing deps/npm/man/man3/search.3 as /root/tmp/local/lib/node_modules/npm/man/man3/search.3
* installing deps/npm/man/man3/rebuild.3 as /root/tmp/local/lib/node_modules/npm/man/man3/rebuild.3
* installing deps/npm/man/man3/publish.3 as /root/tmp/local/lib/node_modules/npm/man/man3/publish.3
* installing deps/npm/man/man3/ln.3 as /root/tmp/local/lib/node_modules/npm/man/man3/ln.3
* installing deps/npm/man/man3/submodule.3 as /root/tmp/local/lib/node_modules/npm/man/man3/submodule.3
* installing deps/npm/man/man3/explore.3 as /root/tmp/local/lib/node_modules/npm/man/man3/explore.3
* installing deps/npm/man/man3/unpublish.3 as /root/tmp/local/lib/node_modules/npm/man/man3/unpublish.3
* installing deps/npm/man/man3/install.3 as /root/tmp/local/lib/node_modules/npm/man/man3/install.3
* installing deps/npm/man/man3/outdated.3 as /root/tmp/local/lib/node_modules/npm/man/man3/outdated.3
* installing deps/npm/man/man3/load.3 as /root/tmp/local/lib/node_modules/npm/man/man3/load.3
* installing deps/npm/man/man3/restart.3 as /root/tmp/local/lib/node_modules/npm/man/man3/restart.3
* installing deps/npm/man/man3/update.3 as /root/tmp/local/lib/node_modules/npm/man/man3/update.3
* installing deps/npm/man/man3/stop.3 as /root/tmp/local/lib/node_modules/npm/man/man3/stop.3
* installing deps/npm/man/man3/shrinkwrap.3 as /root/tmp/local/lib/node_modules/npm/man/man3/shrinkwrap.3
* installing deps/npm/man/man3/uninstall.3 as /root/tmp/local/lib/node_modules/npm/man/man3/uninstall.3
* installing deps/npm/man/man3/home.3 as /root/tmp/local/lib/node_modules/npm/man/man3/home.3
* installing deps/npm/man/man3/owner.3 as /root/tmp/local/lib/node_modules/npm/man/man3/owner.3
* installing deps/npm/man/man3/run-script.3 as /root/tmp/local/lib/node_modules/npm/man/man3/run-script.3
* installing deps/npm/man/man3/root.3 as /root/tmp/local/lib/node_modules/npm/man/man3/root.3
* installing deps/npm/man/man3/rm.3 as /root/tmp/local/lib/node_modules/npm/man/man3/rm.3
* installing deps/npm/man/man3/tag.3 as /root/tmp/local/lib/node_modules/npm/man/man3/tag.3
* installing deps/npm/man/man3/docs.3 as /root/tmp/local/lib/node_modules/npm/man/man3/docs.3
* installing deps/npm/man/man3/pack.3 as /root/tmp/local/lib/node_modules/npm/man/man3/pack.3
* installing deps/npm/man/man3/list.3 as /root/tmp/local/lib/node_modules/npm/man/man3/list.3
* installing deps/npm/man/man3/test.3 as /root/tmp/local/lib/node_modules/npm/man/man3/test.3
* installing deps/npm/man/man3/help-search.3 as /root/tmp/local/lib/node_modules/npm/man/man3/help-search.3
* symlink /root/tmp/local/bin/npm (-> ../lib/node_modules/npm/bin/npm-cli.js)
* installing out/Release/node as /root/tmp/local/bin/node
* installing out/Release/src/node_config.h as /root/tmp/local/include/node/node_config.h
Waf: Leaving directory `/root/tmp/node-v0.6.18/out'
'install' finished successfully (1.995s)
Waf: Entering directory `/root/tmp/node-v0.6.18/out'
DEST_OS: sunos
DEST_CPU: ia32
Parallel Jobs: 1
Product type: program
[37/39] dtrace_usdt-postprocess: src/node_provider.d -> out/Release/node_provider.o
[38/39] dtrace_ustack-postprocess: src/v8ustack.d -> out/Release/v8ustack.o
Waf: Leaving directory `/root/tmp/node-v0.6.18/out'
'build' finished successfully (0.792s)
-rwxr-xr-x 1 root root 9.7M 2012-05-15 16:48 out/Release/node
python tools/test.py --mode=release simple message
=== release test-debugger-repl-utf8 ===
Path: simple/test-debugger-repl-utf8
Error: Timeout. Expected: /break in .*:1/
Command: out/Release/node /root/tmp/node-v0.6.18/test/simple/test-debugger-repl-utf8.js
=== release test-debugger-client ===
Path: simple/test-debugger-client
>>> new node process: 53252
>>> starting debugger session
>>> connecting...ready!
version: 3.6.6.25
>>> new node process: 53287
>>> starting debugger session
>>> connecting...
requesting version
>>> killing node process 53252
Command: out/Release/node /root/tmp/node-v0.6.18/test/simple/test-debugger-client.js
--- TIMEOUT ---
=== release test-fs-watch ===
Path: simple/test-fs-watch
assert.js:104
throw new assert.AssertionError({
^
AssertionError: "rename" == "change"
at FSWatcher.<anonymous> (/root/tmp/node-v0.6.18/test/simple/test-fs-watch.js:128:16)
at FSWatcher.emit (events.js:70:17)
at FSEvent.onchange (fs.js:665:12)
Command: out/Release/node /root/tmp/node-v0.6.18/test/simple/test-fs-watch.js
=== release test-net-pipe-connect-errors ===
Path: simple/test-net-pipe-connect-errors
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false == true
at Socket.<anonymous> (/root/tmp/node-v0.6.18/test/simple/test-net-pipe-connect-errors.js:64:12)
at Socket.emit (events.js:64:17)
at Object.afterConnect [as oncomplete] (net.js:652:10)
Command: out/Release/node /root/tmp/node-v0.6.18/test/simple/test-net-pipe-connect-errors.js
=== release test-next-tick-starvation ===
Path: simple/test-next-tick-starvation
/root/tmp/node-v0.6.18/test/simple/test-next-tick-starvation.js:33
throw new Error('The timer is starving');
^
Error: The timer is starving
at Array.spin [as 0] (/root/tmp/node-v0.6.18/test/simple/test-next-tick-starvation.js:33:11)
at EventEmitter._tickCallback (node.js:190:38)
Command: out/Release/node /root/tmp/node-v0.6.18/test/simple/test-next-tick-starvation.js
=== release test-debugger-repl ===
Path: simple/test-debugger-repl
Error: Timeout. Expected: /break in .*:1/
Command: out/Release/node /root/tmp/node-v0.6.18/test/simple/test-debugger-repl.js
[03:26|% 100|+ 344|- 6]: Done
make: *** [test] Error 1
[root@9f00ca1a-8810-11e1-a543-a38b7568cb57:~/tmp/node-v0.6.18]$ uname -a
SunOS 9f00ca1a-8810-11e1-a543-a38b7568cb57.joyent.us 5.11 joyent_20120504T040233Z i86pc i386 i86pc Solaris
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment