Created
December 13, 2009 16:32
-
-
Save hboon/255480 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./configure | |
Checking for program g++,c++ : ok /usr/bin/g++ | |
Checking for program cpp : ok /usr/bin/cpp | |
Checking for program ar : ok /usr/bin/ar | |
Checking for program ranlib : ok /usr/bin/ranlib | |
Checking for g++ : ok | |
Checking for program gcc,cc : ok /usr/bin/gcc | |
Checking for gcc : ok | |
Checking for library dl : ok | |
Checking for library execinfo : not found | |
Checking for gnutls >= 2.5.0 : /bin/sh: pkg-config: command not found | |
fail | |
--- libeio --- | |
Checking for library pthread : ok | |
Checking for function pthread_create : ok | |
Checking for function pthread_atfork : ok | |
Checking for futimes(2) : ok | |
Checking for readahead(2) : ok | |
Checking for fdatasync(2) : ok | |
Checking for pread(2) and pwrite(2) : fail | |
Checking for sendfile(2) : ok | |
Checking for sync_file_range(2) : fail | |
--- libev --- | |
Checking for header sys/inotify.h : not found | |
Checking for header sys/epoll.h : ok | |
Checking for header sys/event.h : not found | |
Checking for header sys/queue.h : ok | |
Checking for header port.h : not found | |
Checking for header poll.h : ok | |
Checking for header sys/select.h : ok | |
Checking for header sys/eventfd.h : not found | |
Checking for function inotify_init : not found | |
Checking for epoll_ctl : fail | |
Checking for function kqueue : not found | |
Checking for function port_create : not found | |
Checking for function poll : ok | |
Checking for function select : ok | |
Checking for function eventfd : not found | |
Checking for SYS_clock_gettime : ok | |
Checking for library rt : ok | |
Checking for function clock_gettime : ok | |
Checking for function nanosleep : ok | |
Checking for function ceil : ok | |
---- deps/udns ---- | |
configure... udns package | |
checking for C compiler... gcc | |
checking whenever C compiler (gcc) is GNU CC... yes | |
checking whenever the C compiler (gcc -Wall -W -O2 -pipe) | |
can produce executables... yes | |
checking for ranlib... ranlib | |
checking for getopt()... yes | |
checking for inet_pton() && inet_ntop()... yes | |
checking for socklen_t... yes | |
checking for libraries needed for socket and connect... ok (none needed) | |
checking for IPv6... yes | |
checking for poll()... yes | |
creating config.h... ok | |
creating Makefile... ok | |
creating config.status... ok | |
all done. | |
'configure' finished successfully (8.312s) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scons: Reading SConscript files ... | |
scons: done reading SConscript files. | |
scons: Building targets ... | |
gcc -o obj/release/dtoa-config.o -c -Werror -Wno-uninitialized -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/dtoa-config.c | |
g++ -o obj/release/accessors.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/accessors.cc | |
g++ -o obj/release/allocation.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/allocation.cc | |
g++ -o obj/release/api.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/api.cc | |
g++ -o obj/release/assembler.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/assembler.cc | |
g++ -o obj/release/ast.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/ast.cc | |
g++ -o obj/release/bootstrapper.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/bootstrapper.cc | |
g++ -o obj/release/builtins.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/builtins.cc | |
g++ -o obj/release/checks.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/checks.cc | |
g++ -o obj/release/code-stubs.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/code-stubs.cc | |
g++ -o obj/release/codegen.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/codegen.cc | |
g++ -o obj/release/compilation-cache.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/compilation-cache.cc | |
g++ -o obj/release/compiler.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/compiler.cc | |
g++ -o obj/release/contexts.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/contexts.cc | |
g++ -o obj/release/conversions.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/conversions.cc | |
g++ -o obj/release/counters.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/counters.cc | |
g++ -o obj/release/dateparser.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/dateparser.cc | |
g++ -o obj/release/debug-agent.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/debug-agent.cc | |
g++ -o obj/release/debug.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/debug.cc | |
g++ -o obj/release/disassembler.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/disassembler.cc | |
g++ -o obj/release/execution.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/execution.cc | |
g++ -o obj/release/factory.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/factory.cc | |
g++ -o obj/release/fast-codegen.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/fast-codegen.cc | |
g++ -o obj/release/flags.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/flags.cc | |
g++ -o obj/release/frame-element.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/frame-element.cc | |
g++ -o obj/release/frames.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/frames.cc | |
g++ -o obj/release/func-name-inferrer.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/func-name-inferrer.cc | |
g++ -o obj/release/global-handles.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/global-handles.cc | |
g++ -o obj/release/handles.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/handles.cc | |
g++ -o obj/release/hashmap.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/hashmap.cc | |
g++ -o obj/release/heap-profiler.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/heap-profiler.cc | |
g++ -o obj/release/heap.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/heap.cc | |
g++ -o obj/release/ic.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/ic.cc | |
g++ -o obj/release/interpreter-irregexp.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/interpreter-irregexp.cc | |
g++ -o obj/release/jsregexp.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/jsregexp.cc | |
g++ -o obj/release/jump-target.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/jump-target.cc | |
g++ -o obj/release/log-utils.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/log-utils.cc | |
g++ -o obj/release/log.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/log.cc | |
g++ -o obj/release/mark-compact.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/mark-compact.cc | |
g++ -o obj/release/messages.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/messages.cc | |
g++ -o obj/release/objects.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/objects.cc | |
g++ -o obj/release/oprofile-agent.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/oprofile-agent.cc | |
g++ -o obj/release/parser.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/parser.cc | |
g++ -o obj/release/platform-linux.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/platform-linux.cc | |
g++ -o obj/release/platform-posix.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/platform-posix.cc | |
g++ -o obj/release/property.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/property.cc | |
g++ -o obj/release/regexp-macro-assembler-irregexp.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/regexp-macro-assembler-irregexp.cc | |
g++ -o obj/release/regexp-macro-assembler.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/regexp-macro-assembler.cc | |
g++ -o obj/release/regexp-stack.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/regexp-stack.cc | |
g++ -o obj/release/register-allocator.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/register-allocator.cc | |
g++ -o obj/release/rewriter.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/rewriter.cc | |
g++ -o obj/release/runtime.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/runtime.cc | |
g++ -o obj/release/scanner.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/scanner.cc | |
g++ -o obj/release/scopeinfo.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/scopeinfo.cc | |
g++ -o obj/release/scopes.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/scopes.cc | |
g++ -o obj/release/serialize.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/serialize.cc | |
g++ -o obj/release/snapshot-common.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/snapshot-common.cc | |
g++ -o obj/release/spaces.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/spaces.cc | |
g++ -o obj/release/string-stream.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/string-stream.cc | |
g++ -o obj/release/stub-cache.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/stub-cache.cc | |
g++ -o obj/release/token.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/token.cc | |
g++ -o obj/release/top.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/top.cc | |
g++ -o obj/release/unicode.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/unicode.cc | |
g++ -o obj/release/usage-analyzer.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/usage-analyzer.cc | |
g++ -o obj/release/utils.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/utils.cc | |
g++ -o obj/release/v8-counters.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/v8-counters.cc | |
g++ -o obj/release/v8.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/v8.cc | |
g++ -o obj/release/v8threads.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/v8threads.cc | |
g++ -o obj/release/variables.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/variables.cc | |
g++ -o obj/release/version.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/version.cc | |
g++ -o obj/release/virtual-frame.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/virtual-frame.cc | |
g++ -o obj/release/x64/assembler-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/assembler-x64.cc | |
g++ -o obj/release/x64/builtins-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/builtins-x64.cc | |
g++ -o obj/release/x64/codegen-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/codegen-x64.cc | |
g++ -o obj/release/x64/cpu-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/cpu-x64.cc | |
g++ -o obj/release/x64/debug-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/debug-x64.cc | |
g++ -o obj/release/x64/disasm-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/disasm-x64.cc | |
g++ -o obj/release/x64/fast-codegen-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/fast-codegen-x64.cc | |
g++ -o obj/release/x64/frames-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/frames-x64.cc | |
g++ -o obj/release/x64/ic-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/ic-x64.cc | |
g++ -o obj/release/x64/jump-target-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/jump-target-x64.cc | |
g++ -o obj/release/x64/macro-assembler-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/macro-assembler-x64.cc | |
g++ -o obj/release/x64/regexp-macro-assembler-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/regexp-macro-assembler-x64.cc | |
g++ -o obj/release/x64/register-allocator-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/register-allocator-x64.cc | |
g++ -o obj/release/x64/stub-cache-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/stub-cache-x64.cc | |
g++ -o obj/release/x64/virtual-frame-x64.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/x64/virtual-frame-x64.cc | |
g++ -o obj/release/zone.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/zone.cc | |
JS2C(["obj/release/libraries.cc", "obj/release/libraries-empty.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/debug-delay.js", "src/mirror-delay.js", "src/date-delay.js", "src/regexp-delay.js", "src/json-delay.js", "src/macros.py"]) | |
g++ -o obj/release/libraries.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -Iobj/release -Isrc -I/home/admin/node.js/node-v0.1.21/deps/v8/src -I/home/admin/node.js/node-v0.1.21/deps/v8/obj/release -I/home/admin/node.js/node-v0.1.21/deps/v8/src obj/release/libraries.cc | |
g++ -o obj/release/mksnapshot.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/mksnapshot.cc | |
g++ -o obj/release/snapshot-empty.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -I/home/admin/node.js/node-v0.1.21/deps/v8/src /home/admin/node.js/node-v0.1.21/deps/v8/src/snapshot-empty.cc | |
g++ -o obj/release/mksnapshot -m64 obj/release/mksnapshot.o obj/release/libraries.o obj/release/dtoa-config.o obj/release/accessors.o obj/release/allocation.o obj/release/api.o obj/release/assembler.o obj/release/ast.o obj/release/bootstrapper.o obj/release/builtins.o obj/release/checks.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/dateparser.o obj/release/debug-agent.o obj/release/debug.o obj/release/disassembler.o obj/release/execution.o obj/release/factory.o obj/release/fast-codegen.o obj/release/flags.o obj/release/frame-element.o obj/release/frames.o obj/release/func-name-inferrer.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/ic.o obj/release/interpreter-irregexp.o obj/release/jsregexp.o obj/release/jump-target.o obj/release/log-utils.o obj/release/log.o obj/release/mark-compact.o obj/release/messages.o obj/release/objects.o obj/release/oprofile-agent.o obj/release/parser.o obj/release/platform-linux.o obj/release/platform-posix.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/register-allocator.o obj/release/rewriter.o obj/release/runtime.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-stream.o obj/release/stub-cache.o obj/release/token.o obj/release/top.o obj/release/unicode.o obj/release/usage-analyzer.o obj/release/utils.o obj/release/v8-counters.o obj/release/v8.o obj/release/v8threads.o obj/release/variables.o obj/release/version.o obj/release/virtual-frame.o obj/release/x64/assembler-x64.o obj/release/x64/builtins-x64.o obj/release/x64/codegen-x64.o obj/release/x64/cpu-x64.o obj/release/x64/debug-x64.o obj/release/x64/disasm-x64.o obj/release/x64/fast-codegen-x64.o obj/release/x64/frames-x64.o obj/release/x64/ic-x64.o obj/release/x64/jump-target-x64.o obj/release/x64/macro-assembler-x64.o obj/release/x64/regexp-macro-assembler-x64.o obj/release/x64/register-allocator-x64.o obj/release/x64/stub-cache-x64.o obj/release/x64/virtual-frame-x64.o obj/release/zone.o obj/release/snapshot-empty.o -lpthread | |
obj/release/mksnapshot obj/release/snapshot.cc --logfile "/home/admin/node.js/node-v0.1.21/build/default/obj/release/snapshot.log" | |
g++ -o obj/release/snapshot.o -c -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -DV8_NATIVE_REGEXP -DENABLE_LOGGING_AND_PROFILING -Iobj/release -Isrc -I/home/admin/node.js/node-v0.1.21/deps/v8/src -I/home/admin/node.js/node-v0.1.21/deps/v8/obj/release -I/home/admin/node.js/node-v0.1.21/deps/v8/src obj/release/snapshot.cc | |
ar rc libv8.a obj/release/dtoa-config.o obj/release/accessors.o obj/release/allocation.o obj/release/api.o obj/release/assembler.o obj/release/ast.o obj/release/bootstrapper.o obj/release/builtins.o obj/release/checks.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/dateparser.o obj/release/debug-agent.o obj/release/debug.o obj/release/disassembler.o obj/release/execution.o obj/release/factory.o obj/release/fast-codegen.o obj/release/flags.o obj/release/frame-element.o obj/release/frames.o obj/release/func-name-inferrer.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/ic.o obj/release/interpreter-irregexp.o obj/release/jsregexp.o obj/release/jump-target.o obj/release/log-utils.o obj/release/log.o obj/release/mark-compact.o obj/release/messages.o obj/release/objects.o obj/release/oprofile-agent.o obj/release/parser.o obj/release/platform-linux.o obj/release/platform-posix.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/register-allocator.o obj/release/rewriter.o obj/release/runtime.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-stream.o obj/release/stub-cache.o obj/release/token.o obj/release/top.o obj/release/unicode.o obj/release/usage-analyzer.o obj/release/utils.o obj/release/v8-counters.o obj/release/v8.o obj/release/v8threads.o obj/release/variables.o obj/release/version.o obj/release/virtual-frame.o obj/release/x64/assembler-x64.o obj/release/x64/builtins-x64.o obj/release/x64/codegen-x64.o obj/release/x64/cpu-x64.o obj/release/x64/debug-x64.o obj/release/x64/disasm-x64.o obj/release/x64/fast-codegen-x64.o obj/release/x64/frames-x64.o obj/release/x64/ic-x64.o obj/release/x64/jump-target-x64.o obj/release/x64/macro-assembler-x64.o obj/release/x64/regexp-macro-assembler-x64.o obj/release/x64/register-allocator-x64.o obj/release/x64/stub-cache-x64.o obj/release/x64/virtual-frame-x64.o obj/release/zone.o obj/release/libraries.o obj/release/snapshot.o | |
ranlib libv8.a | |
scons: done building targets. | |
make[1]: Entering directory `/home/admin/node.js/node-v0.1.21/build/default/deps/udns' | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_dn.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_dntosp.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_parse.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_resolver.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_init.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_misc.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_XtoX.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_a.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_ptr.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_mx.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_txt.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_bl.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_srv.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_rr_naptr.c | |
Generating udns_codes.c | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c udns_codes.c | |
rm -f libudns.a | |
ar rv libudns.a udns_dn.o udns_dntosp.o udns_parse.o udns_resolver.o udns_init.o udns_misc.o udns_XtoX.o udns_rr_a.o udns_rr_ptr.o udns_rr_mx.o udns_rr_txt.o udns_bl.o udns_rr_srv.o udns_rr_naptr.o udns_codes.o | |
a - udns_dn.o | |
a - udns_dntosp.o | |
a - udns_parse.o | |
a - udns_resolver.o | |
a - udns_init.o | |
a - udns_misc.o | |
a - udns_XtoX.o | |
a - udns_rr_a.o | |
a - udns_rr_ptr.o | |
a - udns_rr_mx.o | |
a - udns_rr_txt.o | |
a - udns_bl.o | |
a - udns_rr_srv.o | |
a - udns_rr_naptr.o | |
a - udns_codes.o | |
ranlib libudns.a | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c dnsget.c | |
gcc -Wall -W -O2 -pipe -o dnsget dnsget.o -L. -ludns | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c rblcheck.c | |
gcc -Wall -W -O2 -pipe -o rblcheck rblcheck.o -L. -ludns | |
gcc -Wall -W -O2 -pipe -DHAVE_CONFIG_H -c ex-rdns.c | |
gcc -Wall -W -O2 -pipe -o ex-rdns ex-rdns.o -L. -ludns | |
make[1]: Leaving directory `/home/admin/node.js/node-v0.1.21/build/default/deps/udns' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python tools/test.py --mode=release | |
[00:00|% 0|+ 0|- 0]: release test-byte-length | |
=== release test-byte-length === | |
Path: mjsunit/test-byte-length | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-byte-length.js | |
[00:00|% 1|+ 0|- 1]: release test-tcp-pingpong | |
=== release test-tcp-pingpong === | |
Path: mjsunit/test-tcp-pingpong | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-pingpong.js | |
[00:00|% 3|+ 0|- 2]: release test-http-server | |
=== release test-http-server === | |
Path: mjsunit/test-http-server | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-server.js | |
[00:00|% 5|+ 0|- 3]: release test-http-client-upload | |
=== release test-http-client-upload === | |
Path: mjsunit/test-http-client-upload | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-client-upload.js | |
[00:00|% 7|+ 0|- 4]: release test-http-cat | |
=== release test-http-cat === | |
Path: mjsunit/test-http-cat | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-cat.js | |
[00:00|% 9|+ 0|- 5]: release test-http-1.0 | |
=== release test-http-1.0 === | |
Path: mjsunit/test-http-1.0 | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-1.0.js | |
[00:00|% 11|+ 0|- 6]: release test-fs-sendfile | |
=== release test-fs-sendfile === | |
Path: mjsunit/test-fs-sendfile | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-fs-sendfile.js | |
[00:00|% 13|+ 0|- 7]: release test-umask | |
=== release test-umask === | |
Path: mjsunit/test-umask | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-umask.js | |
[00:00|% 15|+ 0|- 8]: release test-tcp-binary | |
=== release test-tcp-binary === | |
Path: mjsunit/test-tcp-binary | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-binary.js | |
[00:00|% 17|+ 0|- 9]: release test-chdir | |
=== release test-chdir === | |
Path: mjsunit/test-chdir | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-chdir.js | |
[00:00|% 19|+ 0|- 10]: release test-sys | |
=== release test-sys === | |
Path: mjsunit/test-sys | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-sys.js | |
[00:00|% 21|+ 0|- 11]: release test-readdir | |
=== release test-readdir === | |
Path: mjsunit/test-readdir | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-readdir.js | |
[00:00|% 23|+ 0|- 12]: release test-exception-handler | |
=== release test-exception-handler === | |
Path: mjsunit/test-exception-handler | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-exception-handler.js | |
[00:00|% 25|+ 0|- 13]: release test-fs-write | |
=== release test-fs-write === | |
Path: mjsunit/test-fs-write | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-fs-write.js | |
[00:00|% 26|+ 0|- 14]: release test-tcp-timeout | |
=== release test-tcp-timeout === | |
Path: mjsunit/test-tcp-timeout | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-timeout.js | |
[00:01|% 28|+ 0|- 15]: release test-memory-usage | |
=== release test-memory-usage === | |
Path: mjsunit/test-memory-usage | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-memory-usage.js | |
[00:01|% 30|+ 0|- 16]: release test-mkdir-rmdir | |
=== release test-mkdir-rmdir === | |
Path: mjsunit/test-mkdir-rmdir | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-mkdir-rmdir.js | |
[00:01|% 32|+ 0|- 17]: release test-http-client-race | |
=== release test-http-client-race === | |
Path: mjsunit/test-http-client-race | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-client-race.js | |
[00:01|% 34|+ 0|- 18]: release test-tcp-many-clients | |
=== release test-tcp-many-clients === | |
Path: mjsunit/test-tcp-many-clients | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-many-clients.js | |
[00:01|% 36|+ 0|- 19]: release test-buffered-file | |
=== release test-buffered-file === | |
Path: mjsunit/test-buffered-file | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-buffered-file.js | |
[00:01|% 38|+ 0|- 20]: release test-process-simple | |
=== release test-process-simple === | |
Path: mjsunit/test-process-simple | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-process-simple.js | |
[00:01|% 40|+ 0|- 21]: release test-stat-handler | |
=== release test-stat-handler === | |
Path: mjsunit/test-stat-handler | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-stat-handler.js | |
[00:01|% 42|+ 0|- 22]: release test-timers | |
=== release test-timers === | |
Path: mjsunit/test-timers | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-timers.js | |
[00:01|% 44|+ 0|- 23]: release test-signal-handler | |
=== release test-signal-handler === | |
Path: mjsunit/test-signal-handler | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-signal-handler.js | |
[00:01|% 46|+ 0|- 24]: release test-http-chunked | |
=== release test-http-chunked === | |
Path: mjsunit/test-http-chunked | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-chunked.js | |
[00:01|% 48|+ 0|- 25]: release test-tcp-pingpong-delay | |
=== release test-tcp-pingpong-delay === | |
Path: mjsunit/test-tcp-pingpong-delay | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-pingpong-delay.js | |
[00:01|% 50|+ 0|- 26]: release test-delayed-require | |
=== release test-delayed-require === | |
Path: mjsunit/test-delayed-require | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-delayed-require.js | |
[00:01|% 51|+ 0|- 27]: release test-remote-module-loading | |
=== release test-remote-module-loading === | |
Path: mjsunit/test-remote-module-loading | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-remote-module-loading.js | |
[00:01|% 53|+ 0|- 28]: release test-http-tls | |
=== release test-http-tls === | |
Path: mjsunit/test-http-tls | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-tls.js | |
[00:01|% 55|+ 0|- 29]: release test-process-buffering | |
=== release test-process-buffering === | |
Path: mjsunit/test-process-buffering | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-process-buffering.js | |
[00:02|% 57|+ 0|- 30]: release test-event-emitter-add-listeners | |
=== release test-event-emitter-add-listeners === | |
Path: mjsunit/test-event-emitter-add-listeners | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-event-emitter-add-listeners.js | |
[00:02|% 59|+ 0|- 31]: release test-module-loading | |
=== release test-module-loading === | |
Path: mjsunit/test-module-loading | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-module-loading.js | |
[00:02|% 61|+ 0|- 32]: release test-tcp-throttle-kernel-buffer | |
=== release test-tcp-throttle-kernel-buffer === | |
Path: mjsunit/test-tcp-throttle-kernel-buffer | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-throttle-kernel-buffer.js | |
[00:02|% 63|+ 0|- 33]: release test-exec | |
=== release test-exec === | |
Path: mjsunit/test-exec | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-exec.js | |
[00:02|% 65|+ 0|- 34]: release test-process-spawn-loop | |
=== release test-process-spawn-loop === | |
Path: mjsunit/test-process-spawn-loop | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-process-spawn-loop.js | |
[00:02|% 67|+ 0|- 35]: release test-assert | |
=== release test-assert === | |
Path: mjsunit/test-assert | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-assert.js | |
[00:02|% 69|+ 0|- 36]: release test-promise-wait | |
=== release test-promise-wait === | |
Path: mjsunit/test-promise-wait | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-promise-wait.js | |
[00:02|% 71|+ 0|- 37]: release test-http-malformed-request | |
=== release test-http-malformed-request === | |
Path: mjsunit/test-http-malformed-request | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-malformed-request.js | |
[00:02|% 73|+ 0|- 38]: release test-file-cat-noexist | |
=== release test-file-cat-noexist === | |
Path: mjsunit/test-file-cat-noexist | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-file-cat-noexist.js | |
[00:02|% 75|+ 0|- 39]: release test-tcp-throttle | |
=== release test-tcp-throttle === | |
Path: mjsunit/test-tcp-throttle | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-throttle.js | |
[00:02|% 76|+ 0|- 40]: release test-promise-timeout | |
=== release test-promise-timeout === | |
Path: mjsunit/test-promise-timeout | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-promise-timeout.js | |
[00:02|% 78|+ 0|- 41]: release test-promise-cancel | |
=== release test-promise-cancel === | |
Path: mjsunit/test-promise-cancel | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-promise-cancel.js | |
[00:02|% 80|+ 0|- 42]: release test-fs-stat | |
=== release test-fs-stat === | |
Path: mjsunit/test-fs-stat | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-fs-stat.js | |
[00:02|% 82|+ 0|- 43]: release test-wait-ordering | |
=== release test-wait-ordering === | |
Path: mjsunit/test-wait-ordering | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-wait-ordering.js | |
[00:02|% 84|+ 0|- 44]: release test-tcp-tls | |
=== release test-tcp-tls === | |
Path: mjsunit/test-tcp-tls | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-tls.js | |
[00:03|% 86|+ 0|- 45]: release test-process-kill | |
=== release test-process-kill === | |
Path: mjsunit/test-process-kill | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-process-kill.js | |
[00:03|% 88|+ 0|- 46]: release test-http-proxy | |
=== release test-http-proxy === | |
Path: mjsunit/test-http-proxy | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http-proxy.js | |
[00:03|% 90|+ 0|- 47]: release test-keep-alive | |
=== release test-keep-alive === | |
Path: mjsunit/test-keep-alive | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-keep-alive.js | |
[00:03|% 92|+ 0|- 48]: release test-tcp-reconnect | |
=== release test-tcp-reconnect === | |
Path: mjsunit/test-tcp-reconnect | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-tcp-reconnect.js | |
[00:03|% 94|+ 0|- 49]: release test-multipart | |
=== release test-multipart === | |
Path: mjsunit/test-multipart | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-multipart.js | |
[00:03|% 96|+ 0|- 50]: release test-utf8-scripts | |
=== release test-utf8-scripts === | |
Path: mjsunit/test-utf8-scripts | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-utf8-scripts.js | |
[00:03|% 98|+ 0|- 51]: release test-http | |
=== release test-http === | |
Path: mjsunit/test-http | |
native runtime.js:392 | |
throw %MakeTypeError('called_non_callable',[typeof a]); | |
^ | |
TypeError: undefined is not a function | |
at Function.CALL_NON_FUNCTION (native) | |
at node.js:509:29 | |
at node.js:946:1 | |
at node.js:950:1 | |
Command: build/default/node /home/admin/node.js/node-v0.1.21/test/mjsunit/test-http.js | |
[00:03|% 100|+ 0|- 52]: Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment