Skip to content

Instantly share code, notes, and snippets.

@mmalecki
Created August 3, 2014 21:15
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 mmalecki/fde36a19a74269e61110 to your computer and use it in GitHub Desktop.
Save mmalecki/fde36a19a74269e61110 to your computer and use it in GitHub Desktop.
➜ node-0.10 git:(v0.10) make -j2
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory '/tmp/node-0.10/out'
flock /tmp/node-0.10/out/Release/linker.lock g++ -pthread -rdynamic -Wl,--whole-archive /tmp/node-0.10/out/Release/libopenssl.a -Wl,--no-whole-archive -Wl,--whole-archive /tmp/node-0.10/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a -Wl,--no-whole-archive -pthread -o /tmp/node-0.10/out/Release/node -Wl,--start-group /tmp/node-0.10/out/Release/obj.target/node/src/fs_event_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/cares_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/handle_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/node.o /tmp/node-0.10/out/Release/obj.target/node/src/node_buffer.o /tmp/node-0.10/out/Release/obj.target/node/src/node_constants.o /tmp/node-0.10/out/Release/obj.target/node/src/node_extensions.o /tmp/node-0.10/out/Release/obj.target/node/src/node_file.o /tmp/node-0.10/out/Release/obj.target/node/src/node_http_parser.o /tmp/node-0.10/out/Release/obj.target/node/src/node_javascript.o /tmp/node-0.10/out/Release/obj.target/node/src/node_main.o /tmp/node-0.10/out/Release/obj.target/node/src/node_os.o /tmp/node-0.10/out/Release/obj.target/node/src/node_script.o /tmp/node-0.10/out/Release/obj.target/node/src/node_stat_watcher.o /tmp/node-0.10/out/Release/obj.target/node/src/node_string.o /tmp/node-0.10/out/Release/obj.target/node/src/node_zlib.o /tmp/node-0.10/out/Release/obj.target/node/src/pipe_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/signal_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/string_bytes.o /tmp/node-0.10/out/Release/obj.target/node/src/stream_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/slab_allocator.o /tmp/node-0.10/out/Release/obj.target/node/src/tcp_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/timer_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/tty_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/process_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/v8_typed_array.o /tmp/node-0.10/out/Release/obj.target/node/src/udp_wrap.o /tmp/node-0.10/out/Release/obj.target/node/src/node_crypto.o /tmp/node-0.10/out/Release/obj.target/deps/openssl/libopenssl.a /tmp/node-0.10/out/Release/obj.target/deps/zlib/libchrome_zlib.a /tmp/node-0.10/out/Release/obj.target/deps/http_parser/libhttp_parser.a /tmp/node-0.10/out/Release/obj.target/deps/cares/libcares.a /tmp/node-0.10/out/Release/obj.target/deps/uv/libuv.a /tmp/node-0.10/out/Release/obj.target/deps/v8/tools/gyp/libv8_base.a /tmp/node-0.10/out/Release/obj.target/deps/v8/tools/gyp/libv8_snapshot.a -Wl,--end-group -lm -ldl -lrt
/tmp/node-0.10/out/Release/libopenssl.a(armcap.o): In function `OPENSSL_cpuid_setup':
armcap.c:(.text.startup+0x0): multiple definition of `OPENSSL_cpuid_setup'
/tmp/node-0.10/out/Release/libopenssl.a(cryptlib.o):cryptlib.c:(.text+0x4b0): first defined here
/tmp/node-0.10/out/Release/libopenssl.a(armcap.o): In function `OPENSSL_rdtsc':
armcap.c:(.text+0x48): undefined reference to `_armv7_tick'
/tmp/node-0.10/out/Release/libopenssl.a(armcap.o): In function `OPENSSL_cpuid_setup':
armcap.c:(.text.startup+0x130): undefined reference to `_armv7_tick'
armcap.c:(.text.startup+0x16c): undefined reference to `_armv7_neon_probe'
collect2: error: ld returned 1 exit status
node.target.mk:170: recipe for target '/tmp/node-0.10/out/Release/node' failed
make[1]: *** [/tmp/node-0.10/out/Release/node] Error 1
make[1]: Leaving directory '/tmp/node-0.10/out'
Makefile:38: recipe for target 'node' failed
make: *** [node] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment