Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created February 21, 2013 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TooTallNate/898bc576135e82cdaa53 to your computer and use it in GitHub Desktop.
Save TooTallNate/898bc576135e82cdaa53 to your computer and use it in GitHub Desktop.
☮ ~/node (add/async-hello-world) ∴ git checkout bbcb8b3
Note: checking out 'bbcb8b3'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at bbcb8b3... path: Do not coerce paths to strings on Windows
☮ ~/node (master~1) ∴ make
make -C out BUILDTYPE=Release V=1
LD_LIBRARY_PATH=/Users/nrajlich/node/out/Release/lib.host:/Users/nrajlich/node/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../.; mkdir -p /Users/nrajlich/node/out/Release/obj/gen; /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python tools/js2c.py "/Users/nrajlich/node/out/Release/obj/gen/node_natives.h" src/node.js lib/_debugger.js lib/_linklist.js lib/assert.js lib/buffer.js lib/child_process.js lib/console.js lib/constants.js lib/crypto.js lib/cluster.js lib/dgram.js lib/dns.js lib/domain.js lib/events.js lib/freelist.js lib/fs.js lib/http.js lib/https.js lib/module.js lib/net.js lib/os.js lib/path.js lib/punycode.js lib/querystring.js lib/readline.js lib/repl.js lib/stream.js lib/_stream_readable.js lib/_stream_writable.js lib/_stream_duplex.js lib/_stream_transform.js lib/_stream_passthrough.js lib/string_decoder.js lib/sys.js lib/timers.js lib/tls.js lib/tty.js lib/url.js lib/util.js lib/vm.js lib/zlib.js ./config.gypi src/macros.py src/perfctr_macros.py
c++ '-D_DARWIN_USE_64_BIT_INODE=1' '-DNODE_WANT_INTERNALS=1' '-DARCH="x64"' '-DNODE_TAG=""' '-DHAVE_OPENSSL=1' '-D__POSIX__' '-DPLATFORM="darwin"' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' -I../src -I../tools/msvs/genfiles -I../deps/uv/src/ares -I/Users/nrajlich/node/out/Release/obj/gen -I../deps/openssl/openssl/include -I../deps/v8/include -I../deps/zlib -I../deps/http_parser -I../deps/cares/include -I../deps/uv/include -Os -gdwarf-2 -mmacosx-version-min=10.5 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-rtti -fno-exceptions -fno-threadsafe-statics -fno-strict-aliasing -MMD -MF /Users/nrajlich/node/out/Release/.deps//Users/nrajlich/node/out/Release/obj.target/node/src/node_javascript.o.d.raw -c -o /Users/nrajlich/node/out/Release/obj.target/node/src/node_javascript.o ../src/node_javascript.cc
./gyp-mac-tool flock /Users/nrajlich/node/out/Release/linker.lock c++ -Wl,-search_paths_first -mmacosx-version-min=10.5 -arch x86_64 -L/Users/nrajlich/node/out/Release -o "/Users/nrajlich/node/out/Release/node" /Users/nrajlich/node/out/Release/obj.target/node/src/fs_event_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/cares_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/handle_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/node.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_buffer.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_constants.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_extensions.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_file.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_http_parser.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_javascript.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_main.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_os.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_script.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_stat_watcher.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_string.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_zlib.o /Users/nrajlich/node/out/Release/obj.target/node/src/pipe_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/signal_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/stream_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/slab_allocator.o /Users/nrajlich/node/out/Release/obj.target/node/src/tcp_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/timer_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/tty_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/process_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/v8_typed_array.o /Users/nrajlich/node/out/Release/obj.target/node/src/udp_wrap.o /Users/nrajlich/node/out/Release/obj.target/node/src/node_crypto.o /Users/nrajlich/node/out/Release/libopenssl.a /Users/nrajlich/node/out/Release/libchrome_zlib.a /Users/nrajlich/node/out/Release/libhttp_parser.a /Users/nrajlich/node/out/Release/libcares.a /Users/nrajlich/node/out/Release/libuv.a /Users/nrajlich/node/out/Release/libv8_base.a /Users/nrajlich/node/out/Release/libv8_snapshot.a -framework Carbon -lm -framework CoreServices
LINK(target) /Users/nrajlich/node/out/Release/node: Finished
ln -fs out/Release/node node
☮ ~/node (master~1) ∴ git checkout add/async-hello-world
Previous HEAD position was bbcb8b3... path: Do not coerce paths to strings on Windows
Switched to branch 'add/async-hello-world'
☮ ~/node (add/async-hello-world) ∴ ./node test/addons/async-hello-world/test.js
assert.js:102
throw new assert.AssertionError({
^
AssertionError: false == true
at process.nextTick.called (/Users/nrajlich/node/test/addons/async-hello-world/test.js:6:3)
at process.EventEmitter.emit (events.js:94:17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment