Skip to content

Instantly share code, notes, and snippets.

@trentm
Created April 9, 2012 16:47
Show Gist options
  • Save trentm/2344669 to your computer and use it in GitHub Desktop.
Save trentm/2344669 to your computer and use it in GitHub Desktop.
test failures with node 0.6.15 RC1 on Mac 10.6.8
$ wget http://nodejs.org/dist/v0.6.15/node-v0.6.15-RC1.tar.gz
--2012-04-09 09:35:23-- http://nodejs.org/dist/v0.6.15/node-v0.6.15-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: 10742443 (10M) [application/octet-stream]
Saving to: `node-v0.6.15-RC1.tar.gz'
100%[===========================================================================>] 10,742,443 326K/s in 23s
2012-04-09 09:35:51 (452 KB/s) - `node-v0.6.15-RC1.tar.gz' saved [10742443/10742443]
[09:35:51 trentm@banana:~/tmp/n]
$ ls
node-v0.6.15-RC1.tar.gz node-v0.7.7 node-v0.7.7-RC0.tar.gz
[09:38:30 trentm@banana:~/tmp/n]
$ tar xf no
node-v0.6.15-RC1.tar.gz node-v0.7.7/ node-v0.7.7-RC0.tar.gz
[09:38:30 trentm@banana:~/tmp/n]
$ tar xf node-v0.6.15-RC1.tar.gz
[09:38:36 trentm@banana:~/tmp/n]
$ cd no
node-v0.6.15/ node-v0.7.7/
[09:38:36 trentm@banana:~/tmp/n]
$ cd node-v0.6.15/
[09:38:46 trentm@banana:~/tmp/n/node-v0.6.15]
$ ./configure && make && 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 program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
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 (1.775s)
Waf: Entering directory `/Users/trentm/tmp/n/node-v0.6.15/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 -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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 -g -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.15/tools/scons/scons.py" -j 1 -C "/Users/trentm/tmp/n/node-v0.6.15/out/Release/" -Y "/Users/trentm/tmp/n/node-v0.6.15/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.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src -I/Users/trentm/tmp/n/node-v0.6.15/deps/v8/obj/release -I/Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src -I/Users/trentm/tmp/n/node-v0.6.15/deps/v8/obj/release -I/Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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.15/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.15/deps/v8/src -I/Users/trentm/tmp/n/node-v0.6.15/deps/v8/obj/release -I/Users/trentm/tmp/n/node-v0.6.15/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.15/deps/v8/src /Users/trentm/tmp/n/node-v0.6.15/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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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.15/out/Release/node -lz -pthread -framework Carbon -arch x86_64 -rdynamic /Users/trentm/tmp/n/node-v0.6.15/out/Release/libv8.a /Users/trentm/tmp/n/node-v0.6.15/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.15/out'
'build' finished successfully (4m27.171s)
-rwxr-xr-x 1 trentm staff 7.3M Apr 9 09:43 out/Release/node
Waf: Entering directory `/Users/trentm/tmp/n/node-v0.6.15/out'
DEST_OS: darwin
DEST_CPU: x64
Parallel Jobs: 1
Product type: program
Waf: Leaving directory `/Users/trentm/tmp/n/node-v0.6.15/out'
'build' finished successfully (0.139s)
-rwxr-xr-x 1 trentm staff 7.3M Apr 9 09:43 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.15/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.15/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.15/test/simple/test-fs-largefile.js
--- TIMEOUT ---
[02:46|% 100|+ 339|- 3]: Done
make: *** [test] Error 1
[09:46:18 trentm@banana:~/tmp/n/node-v0.6.15]
$ echo $?
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment