Skip to content

Instantly share code, notes, and snippets.

@EhevuTov
Created February 3, 2012 00:19
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 EhevuTov/1726689 to your computer and use it in GitHub Desktop.
Save EhevuTov/1726689 to your computer and use it in GitHub Desktop.
0.6.10-RC0 Error on fBSD 9.0 amd64
gmake[1]: Leaving directory `/root/node-v0.6.10/out/Release/deps/uv'
[ 5/35] libv8.a: deps/v8/SConstruct -> out/Release/libv8.a
/usr/local/bin/python "/root/node-v0.6.10/tools/scons/scons.py" -j 1 -C "/root/node-v0.6.10/out/Release/" -Y "/root/node-v0.6.10/deps/v8" visibility=default mode=release arch=x64 toolchain=gcc library=static snapshot=on
scons: Reading SConscript files ...
scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript'
File "/root/node-v0.6.10/deps/v8/SConstruct", line 1475, in BuildSpecific
scons: done reading SConscript files.
scons: Building targets ...
/usr/bin/g++ -o obj/release/accessors.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/accessors.cc
/usr/bin/g++ -o obj/release/allocation.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/allocation.cc
/usr/bin/g++ -o obj/release/api.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/api.cc
/usr/bin/g++ -o obj/release/assembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/assembler.cc
/usr/bin/g++ -o obj/release/ast.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/ast.cc
/usr/bin/g++ -o obj/release/atomicops_internals_x86_gcc.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/atomicops_internals_x86_gcc.cc
/usr/bin/g++ -o obj/release/bignum-dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/bignum-dtoa.cc
/usr/bin/g++ -o obj/release/bignum.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/bignum.cc
/usr/bin/g++ -o obj/release/bootstrapper.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/bootstrapper.cc
/usr/bin/g++ -o obj/release/builtins.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/builtins.cc
/usr/bin/g++ -o obj/release/cached-powers.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/cached-powers.cc
/usr/bin/g++ -o obj/release/checks.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/checks.cc
/usr/bin/g++ -o obj/release/circular-queue.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/circular-queue.cc
/usr/bin/g++ -o obj/release/code-stubs.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/code-stubs.cc
/usr/bin/g++ -o obj/release/codegen.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/codegen.cc
/usr/bin/g++ -o obj/release/compilation-cache.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/compilation-cache.cc
/usr/bin/g++ -o obj/release/compiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/compiler.cc
/usr/bin/g++ -o obj/release/contexts.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/contexts.cc
/usr/bin/g++ -o obj/release/conversions.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/conversions.cc
/usr/bin/g++ -o obj/release/counters.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/counters.cc
/usr/bin/g++ -o obj/release/cpu-profiler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/cpu-profiler.cc
/usr/bin/g++ -o obj/release/data-flow.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/data-flow.cc
/usr/bin/g++ -o obj/release/dateparser.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/dateparser.cc
/usr/bin/g++ -o obj/release/debug-agent.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/debug-agent.cc
/usr/bin/g++ -o obj/release/debug.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/debug.cc
/usr/bin/g++ -o obj/release/deoptimizer.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/deoptimizer.cc
/usr/bin/g++ -o obj/release/disassembler.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/disassembler.cc
/usr/bin/g++ -o obj/release/diy-fp.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/diy-fp.cc
/usr/bin/g++ -o obj/release/dtoa.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/dtoa.cc
/usr/bin/g++ -o obj/release/elements.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/elements.cc
/usr/bin/g++ -o obj/release/execution.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/execution.cc
/usr/bin/g++ -o obj/release/extensions/externalize-string-extension.o -c -fno-rtti -fno-exceptions -Wall -W -Wno-unused-parameter -Wnon-virtual-dtor -m64 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_X64 -DENABLE_DEBUGGER_SUPPORT -I/usr/local/include -I/root/node-v0.6.10/deps/v8/src /root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:55: error: 'uc16' was not declared in this scope
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:55: error: template argument 1 is invalid
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:56: error: invalid type in declaration before ';' token
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc: In member function 'virtual v8::Handle<v8::FunctionTemplate> v8::internal::ExternalizeStringExtension::GetNativeFunction(v8::Handle<v8::String>)':
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:66: error: 'strcmp' was not declared in this scope
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:69: error: 'ASSERT' was not declared in this scope
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc: In static member function 'static v8::Handle<v8::Value> v8::internal::ExternalizeStringExtension::Externalize(const v8::Arguments&)':
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:91: error: incomplete type 'v8::Utils' used in nested name specifier
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:92: error: 'class v8::String' has no member named 'IsExternalString'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:96: error: 'class v8::String' has no member named 'IsAsciiRepresentation'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:97: error: 'class v8::String' has no member named 'length'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:98: error: 'WriteToFlat' is not a member of 'v8::String'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:98: error: 'class v8::String' has no member named 'length'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:100: error: 'class v8::String' has no member named 'length'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:102: error: 'class v8::String' has no member named 'IsSymbol'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:103: error: 'HEAP' was not declared in this scope
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:107: error: 'uc16' was not declared in this scope
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:107: error: 'data' was not declared in this scope
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:107: error: expected type-specifier before 'uc16'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:107: error: expected `;' before 'uc16'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:108: error: 'WriteToFlat' is not a member of 'v8::String'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:108: error: 'class v8::String' has no member named 'length'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:110: error: 'class v8::String' has no member named 'length'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:110: error: new initializer expression list treated as compound expression
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:111: error: no matching function for call to 'v8::String::MakeExternal(v8::internal::SimpleTwoByteStringResource*&)'
/usr/local/include/v8.h:1222: note: candidates are: bool v8::String::MakeExternal(v8::String::ExternalStringResource*)
/usr/local/include/v8.h:1244: note: bool v8::String::MakeExternal(v8::String::ExternalAsciiStringResource*)
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:112: error: 'class v8::String' has no member named 'IsSymbol'
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:113: error: 'HEAP' was not declared in this scope
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc: In static member function 'static v8::Handle<v8::Value> v8::internal::ExternalizeStringExtension::IsAscii(const v8::Arguments&)':
/root/node-v0.6.10/deps/v8/src/extensions/externalize-string-extension.cc:130: error: incomplete type 'v8::Utils' used in nested name specifier
scons: *** [obj/release/extensions/externalize-string-extension.o] Error 1
scons: building terminated because of errors.
Waf: Leaving directory `/root/node-v0.6.10/out'
Build failed: -> task failed (err #2):
{task: libv8.a SConstruct -> libv8.a}
gmake: *** [program] Error 1
[root@aliyah ~/node-v0.6.10]# uname -a
FreeBSD aliyah.homeunix.org 9.0-RELEASE FreeBSD 9.0-RELEASE #24: Wed Jan 4 11:08:21 CST 2012 root@aliyah.homeunix.org:/usr/obj/usr/src/sys/ALIYAH amd64
[root@aliyah ~/node-v0.6.10]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment