Guest User

Untitled

a guest
Jan 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. [51/75] libv8.a: deps/v8/SConstruct -> build/default/libv8.a
  2. /usr/local/bin/python "/home/scott/node-v0.4.4/tools/scons/scons.py" -j 1 -C "/home/scott/node-v0.4.4/build/default/" -Y "/home/scott/node-v0.4.4/deps/v8" visibility=default mode=release arch=ia32 toolchain=gcc library=static snapshot=on
  3. scons: Reading SConscript files ...
  4.  
  5. scons: warning: Ignoring missing SConscript 'obj/test/release/SConscript'
  6. File "/home/scott/node-v0.4.4/deps/v8/SConstruct", line 1202, in BuildSpecific
  7. scons: done reading SConscript files.
  8. scons: Building targets ...
  9. g++ -o obj/release/api.o -c -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fno-rtti -fno-exceptions -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -m32 -O3 -fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -DV8_TARGET_ARCH_IA32 -DENABLE_VMSTATE_TRACKING -DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -I/home/scott/node-v0.4.4/deps/v8/src /home/scott/node-v0.4.4/deps/v8/src/api.cc
  10. cc1plus: warnings being treated as errors
  11. /home/scott/node-v0.4.4/deps/v8/src/handles-inl.h: In static member function 'static void v8::V8::RemoveMessageListeners(void (*)(v8::Handle<v8::Message>, v8::Handle<v8::Value>))':
  12. /home/scott/node-v0.4.4/deps/v8/src/handles-inl.h:50: error: dereferencing pointer '<anonymous>' does break strict-aliasing rules
  13. /home/scott/node-v0.4.4/deps/v8/src/utils.h:788: note: initialized from here
  14. /home/scott/node-v0.4.4/deps/v8/src/handles-inl.h:50: error: dereferencing pointer '<anonymous>' does break strict-aliasing rules
  15. /home/scott/node-v0.4.4/deps/v8/src/utils.h:788: note: initialized from here
  16. /home/scott/node-v0.4.4/deps/v8/src/handles-inl.h:50: error: dereferencing pointer '<anonymous>' does break strict-aliasing rules
  17. /home/scott/node-v0.4.4/deps/v8/src/utils.h:788: note: initialized from here
  18. /home/scott/node-v0.4.4/deps/v8/src/handles-inl.h:50: error: dereferencing pointer '<anonymous>' does break strict-aliasing rules
  19. /home/scott/node-v0.4.4/deps/v8/src/utils.h:788: note: initialized from here
  20. cc1plus: error: dereferencing pointer 'listeners.v8::NeanderArray::obj_.v8::NeanderObject::value_.v8::internal::Handle<v8::internal::JSObject>::location_' does break strict-aliasing rules
  21. cc1plus: error: dereferencing pointer 'listeners.v8::NeanderArray::obj_.v8::NeanderObject::value_.v8::internal::Handle<v8::internal::JSObject>::location_' does break strict-aliasing rules
  22. cc1plus: error: dereferencing pointer 'listeners.v8::NeanderArray::obj_.v8::NeanderObject::value_.v8::internal::Handle<v8::internal::JSObject>::location_' does break strict-aliasing rules
  23. cc1plus: error: dereferencing pointer 'listeners.v8::NeanderArray::obj_.v8::NeanderObject::value_.v8::internal::Handle<v8::internal::JSObject>::location_' does break strict-aliasing rules
  24. /home/scott/node-v0.4.4/deps/v8/src/handles.h:81: note: initialized from here
  25. scons: *** [obj/release/api.o] Error 1
  26. scons: building terminated because of errors.
  27. Waf: Leaving directory `/home/scott/node-v0.4.4/build'
  28. Build failed: -> task failed (err #2):
  29. {task: libv8.a SConstruct -> libv8.a}
  30. make: *** [program] Error 1
Add Comment
Please, Sign In to add comment