Skip to content

Instantly share code, notes, and snippets.

@cesarjorgemartinez
Created October 20, 2015 11:38
Show Gist options
  • Save cesarjorgemartinez/770a41bb918898adb898 to your computer and use it in GitHub Desktop.
Save cesarjorgemartinez/770a41bb918898adb898 to your computer and use it in GitHub Desktop.
2015-10-20 13:24:54 +0200
./configure
--prefix=/home/develenv/.linuxbrew/Cellar/node/4.1.2
--without-npm
--with-intl=small-icu
WARNING: C++ compiler too old, need g++ 4.8 or clang++ 3.4 (CXX=/home/develenv/.linuxbrew/bin/g++-4.4)
creating ./icu_config.gypi
* Using ICU in ./deps/icu
Using version-specific floating patch tools/icu/patches/55/source/io/ufile.c
creating ./icu_config.gypi
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
'variables': { 'asan': 0,
'gas_version': '2.20',
'host_arch': 'x64',
'icu_data_file': 'icudt55l.dat',
'icu_data_in': '../../deps/icu/source/data/in/icudt55l.dat',
'icu_endianness': 'l',
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
'icu_locales': 'en,root',
'icu_path': './deps/icu',
'icu_small': 'true',
'icu_ver_major': '55',
'node_byteorder': 'little',
'node_install_npm': 'false',
'node_prefix': '/home/develenv/.linuxbrew/Cellar/node/4.1.2',
'node_release_urlbase': '',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_openssl': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_use_dtrace': 'false',
'node_use_etw': 'false',
'node_use_lttng': 'false',
'node_use_openssl': 'true',
'node_use_perfctr': 'false',
'openssl_fips': '',
'openssl_no_asm': 0,
'python': '/home/develenv/.linuxbrew/bin/python',
'target_arch': 'x64',
'uv_parent_path': '/deps/uv/',
'uv_use_dtrace': 'false',
'v8_enable_gdbjit': 0,
'v8_enable_i18n_support': 1,
'v8_no_strict_aliasing': 1,
'v8_optimized_debug': 0,
'v8_random_seed': 0,
'v8_use_snapshot': 1,
'want_separate_host_toolset': 0}}
creating ./config.gypi
creating ./config.mk
WARNING: warnings were emitted in the configure phase
2015-10-20 13:24:59 +0200
make
install
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory `/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out'
/home/develenv/.linuxbrew/bin/g++-4.4 -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-missing-field-initializers -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-death-test.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-death-test.o ../deps/gtest/src/gtest-death-test.cc
/home/develenv/.linuxbrew/bin/g++-4.4 -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-missing-field-initializers -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-filepath.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-filepath.o ../deps/gtest/src/gtest-filepath.cc
/home/develenv/.linuxbrew/bin/g++-4.4 -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-missing-field-initializers -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-printers.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-printers.o ../deps/gtest/src/gtest-printers.cc
/home/develenv/.linuxbrew/bin/g++-4.4 -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-missing-field-initializers -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-typed-test.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-typed-test.o ../deps/gtest/src/gtest-typed-test.cc
/home/develenv/.linuxbrew/bin/g++-4.4 -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-missing-field-initializers -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-port.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-port.o ../deps/gtest/src/gtest-port.cc
/home/develenv/.linuxbrew/bin/g++-4.4 -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-missing-field-initializers -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-test-part.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest-test-part.o ../deps/gtest/src/gtest-test-part.cc
/home/develenv/.linuxbrew/bin/g++-4.4 -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-missing-field-initializers -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest.o ../deps/gtest/src/gtest.cc
/home/develenv/.linuxbrew/bin/g++-4.4 -I../deps/gtest -I../deps/gtest/include -pthread -Wall -Wextra -Wno-unused-parameter -m64 -Wno-missing-field-initializers -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest_main.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/gtest/deps/gtest/src/gtest_main.o ../deps/gtest/src/gtest_main.cc
touch /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/tools/icu/icu_implementation.stamp
touch /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/tools/icu/icu_uconfig.stamp
touch /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/tools/icu/icu_uconfig_target.stamp
touch /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.host/tools/icu/icu_implementation.stamp
touch /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.host/tools/icu/icu_uconfig.stamp
LD_LIBRARY_PATH=/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/lib.host:/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/tools/gyp; mkdir -p /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj/gen; python ../../tools/gen-postmortem-metadata.py "/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj/gen/debug-support.cc" ../../src/objects.h ../../src/objects-inl.h
LD_LIBRARY_PATH=/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/lib.host:/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/tools/gyp; mkdir -p /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj/gen; python ../../tools/js2c.py "/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj/gen/libraries.cc" CORE ../../src/macros.py ../../src/messages.h ../../src/runtime.js ../../src/prologue.js ../../src/v8natives.js ../../src/symbol.js ../../src/array.js ../../src/string.js ../../src/uri.js ../../src/math.js ../../src/third_party/fdlibm/fdlibm.js ../../src/date.js ../../src/regexp.js ../../src/arraybuffer.js ../../src/typedarray.js ../../src/iterator-prototype.js ../../src/generator.js ../../src/object-observe.js ../../src/collection.js ../../src/weak-collection.js ../../src/collection-iterator.js ../../src/promise.js ../../src/messages.js ../../src/json.js ../../src/array-iterator.js ../../src/string-iterator.js ../../src/debug-debugger.js ../../src/mirror-debugger.js ../../src/liveedit-debugger.js ../../src/templates.js ../../src/harmony-array.js ../../src/harmony-typedarray.js ../../src/i18n.js
LD_LIBRARY_PATH=/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/lib.host:/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/tools/gyp; mkdir -p /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj/gen; python ../../tools/js2c.py "/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj/gen/experimental-libraries.cc" EXPERIMENTAL ../../src/macros.py ../../src/messages.h ../../src/proxy.js ../../src/generator.js ../../src/harmony-atomics.js ../../src/harmony-array-includes.js ../../src/harmony-concat-spreadable.js ../../src/harmony-tostring.js ../../src/harmony-regexp.js ../../src/harmony-reflect.js ../../src/harmony-spread.js ../../src/harmony-object.js ../../src/harmony-sharedarraybuffer.js
LD_LIBRARY_PATH=/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/lib.host:/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../deps/v8/tools/gyp; mkdir -p /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj/gen; python ../../tools/js2c.py "/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj/gen/extras-libraries.cc" EXTRAS
/home/develenv/.linuxbrew/bin/g++-4.4 '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DV8_I18N_SUPPORT' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -m64 -B/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/third_party/binutils/Linux_x64/Release/bin -fno-strict-aliasing -m64 -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o ../deps/v8/src/libplatform/default-platform.cc
/home/develenv/.linuxbrew/bin/g++-4.4 '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DV8_I18N_SUPPORT' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -m64 -B/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/third_party/binutils/Linux_x64/Release/bin -fno-strict-aliasing -m64 -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o ../deps/v8/src/libplatform/task-queue.cc
/home/develenv/.linuxbrew/bin/g++-4.4 '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DV8_I18N_SUPPORT' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -m64 -B/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/third_party/binutils/Linux_x64/Release/bin -fno-strict-aliasing -m64 -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o ../deps/v8/src/libplatform/worker-thread.cc
/home/develenv/.linuxbrew/bin/g++-4.4 '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DV8_I18N_SUPPORT' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -m64 -B/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/third_party/binutils/Linux_x64/Release/bin -fno-strict-aliasing -m64 -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libbase/deps/v8/src/base/atomicops_internals_x86_gcc.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libbase/deps/v8/src/base/atomicops_internals_x86_gcc.o ../deps/v8/src/base/atomicops_internals_x86_gcc.cc
/home/develenv/.linuxbrew/bin/g++-4.4 '-DV8_TARGET_ARCH_X64' '-DENABLE_DISASSEMBLER' '-DV8_I18N_SUPPORT' -I../deps/v8 -pthread -Wall -Wextra -Wno-unused-parameter -m64 -B/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/third_party/binutils/Linux_x64/Release/bin -fno-strict-aliasing -m64 -O3 -ffunction-sections -fdata-sections -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -std=gnu++0x -MMD -MF /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/.deps//home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o.d.raw -Os -w -pipe -march=core2 -c -o /home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o ../deps/v8/src/base/bits.cc
In file included from ../deps/v8/src/base/macros.h:15,
from ../deps/v8/src/libplatform/task-queue.h:10,
from ../deps/v8/src/libplatform/task-queue.cc:5:
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckEQImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:123: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckEQImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:123: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckNEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:124: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckNEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:124: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:125: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:125: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLTImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:126: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLTImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:126: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:127: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:127: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGTImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:128: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGTImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:128: error: ‘nullptr’ was not declared in this scope
In file included from ../deps/v8/src/libplatform/task-queue.h:11,
from ../deps/v8/src/libplatform/task-queue.cc:5:
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:36: error: variable ‘v8::base::Mutex v8::base::final’ has initializer but incomplete type
../deps/v8/src/base/platform/mutex.h:37: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:37: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:37: error: expected ‘,’ or ‘;’ before ‘public’
../deps/v8/src/base/platform/mutex.h:39: error: expected constructor, destructor, or type conversion before ‘;’ token
../deps/v8/src/base/platform/mutex.h: In function ‘v8::base::NativeHandle& v8::base::native_handle()’:
../deps/v8/src/base/platform/mutex.h:63: error: ‘native_handle_’ was not declared in this scope
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:65: error: non-member function ‘const v8::base::NativeHandle& v8::base::native_handle()’ cannot have cv-qualifier
../deps/v8/src/base/platform/mutex.h: In function ‘const v8::base::NativeHandle& v8::base::native_handle()’:
../deps/v8/src/base/platform/mutex.h:65: error: new declaration ‘const v8::base::NativeHandle& v8::base::native_handle()’
../deps/v8/src/base/platform/mutex.h:62: error: ambiguates old declaration ‘v8::base::NativeHandle& v8::base::native_handle()’
../deps/v8/src/base/platform/mutex.h:66: error: ‘native_handle_’ was not declared in this scope
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:69: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:89: error: ‘friend’ used outside of class
../deps/v8/src/base/platform/mutex.h:91: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:91: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:91: error: ‘void v8::base::operator=(const v8::base::Mutex&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:104: error: expected initializer before ‘<’ token
../deps/v8/src/base/platform/mutex.h:130: error: variable ‘v8::RecursiveMutex v8::final’ has initializer but incomplete type
../deps/v8/src/base/platform/mutex.h:131: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:131: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:131: error: expected ‘,’ or ‘;’ before ‘public’
../deps/v8/src/base/platform/mutex.h:133: error: expected constructor, destructor, or type conversion before ‘;’ token
../deps/v8/src/base/platform/mutex.h:155: error: ‘Mutex’ has not been declared
../deps/v8/src/base/platform/mutex.h:155: error: expected initializer before ‘NativeHandle’
../deps/v8/src/base/platform/mutex.h:157: error: expected constructor, destructor, or type conversion before ‘&’ token
../deps/v8/src/base/platform/mutex.h:160: error: expected initializer before ‘&’ token
../deps/v8/src/base/platform/mutex.h:164: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:170: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:170: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:170: error: ‘void v8::operator=(const v8::RecursiveMutex&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:184: error: expected initializer before ‘<’ token
../deps/v8/src/base/platform/mutex.h:202: error: template declaration of ‘LockGuard final’
../deps/v8/src/base/platform/mutex.h:203: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:203: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:205: error: declaration of ‘~LockGuard’ as non-member
../deps/v8/src/base/platform/mutex.h:207: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:210: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:210: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:210: error: ‘void operator=(const LockGuard&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:211: error: expected declaration before ‘}’ token
make[1]: *** [/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/task-queue.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from ../deps/v8/src/base/macros.h:15,
from ../deps/v8/src/libplatform/worker-thread.h:10,
from ../deps/v8/src/libplatform/worker-thread.cc:5:
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckEQImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:123: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckEQImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:123: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckNEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:124: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckNEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:124: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:125: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:125: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLTImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:126: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLTImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:126: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:127: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:127: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGTImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:128: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGTImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:128: error: ‘nullptr’ was not declared in this scope
In file included from ../deps/v8/src/base/macros.h:15,
from ../deps/v8/src/libplatform/default-platform.h:14,
from ../deps/v8/src/libplatform/default-platform.cc:5:
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckEQImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:123: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckEQImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:123: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckNEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:124: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckNEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:124: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:125: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:125: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLTImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:126: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLTImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:126: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:127: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:127: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGTImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:128: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGTImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:128: error: ‘nullptr’ was not declared in this scope
In file included from ../deps/v8/src/base/platform/platform.h:29,
from ../deps/v8/src/libplatform/worker-thread.h:11,
from ../deps/v8/src/libplatform/worker-thread.cc:5:
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:36: error: variable ‘v8::base::Mutex v8::base::final’ has initializer but incomplete type
../deps/v8/src/base/platform/mutex.h:37: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:37: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:37: error: expected ‘,’ or ‘;’ before ‘public’
../deps/v8/src/base/platform/mutex.h:39: error: expected constructor, destructor, or type conversion before ‘;’ token
../deps/v8/src/base/platform/mutex.h: In function ‘v8::base::NativeHandle& v8::base::native_handle()’:
../deps/v8/src/base/platform/mutex.h:63: error: ‘native_handle_’ was not declared in this scope
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:65: error: non-member function ‘const v8::base::NativeHandle& v8::base::native_handle()’ cannot have cv-qualifier
../deps/v8/src/base/platform/mutex.h: In function ‘const v8::base::NativeHandle& v8::base::native_handle()’:
../deps/v8/src/base/platform/mutex.h:65: error: new declaration ‘const v8::base::NativeHandle& v8::base::native_handle()’
../deps/v8/src/base/platform/mutex.h:62: error: ambiguates old declaration ‘v8::base::NativeHandle& v8::base::native_handle()’
../deps/v8/src/base/platform/mutex.h:66: error: ‘native_handle_’ was not declared in this scope
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:69: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:89: error: ‘friend’ used outside of class
../deps/v8/src/base/platform/mutex.h:91: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:91: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:91: error: ‘void v8::base::operator=(const v8::base::Mutex&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:104: error: expected initializer before ‘<’ token
../deps/v8/src/base/platform/mutex.h:130: error: variable ‘v8::RecursiveMutex v8::final’ has initializer but incomplete type
../deps/v8/src/base/platform/mutex.h:131: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:131: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:131: error: expected ‘,’ or ‘;’ before ‘public’
../deps/v8/src/base/platform/mutex.h:133: error: expected constructor, destructor, or type conversion before ‘;’ token
../deps/v8/src/base/platform/mutex.h:155: error: ‘Mutex’ has not been declared
../deps/v8/src/base/platform/mutex.h:155: error: expected initializer before ‘NativeHandle’
../deps/v8/src/base/platform/mutex.h:157: error: expected constructor, destructor, or type conversion before ‘&’ token
../deps/v8/src/base/platform/mutex.h:160: error: expected initializer before ‘&’ token
../deps/v8/src/base/platform/mutex.h:164: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:170: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:170: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:170: error: ‘void v8::operator=(const v8::RecursiveMutex&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:184: error: expected initializer before ‘<’ token
../deps/v8/src/base/platform/mutex.h:202: error: template declaration of ‘LockGuard final’
../deps/v8/src/base/platform/mutex.h:203: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:203: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:205: error: declaration of ‘~LockGuard’ as non-member
../deps/v8/src/base/platform/mutex.h:207: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:210: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:210: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:210: error: ‘void operator=(const LockGuard&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:211: error: expected declaration before ‘}’ token
In file included from ../deps/v8/src/libplatform/default-platform.h:15,
from ../deps/v8/src/libplatform/default-platform.cc:5:
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:36: error: variable ‘v8::base::Mutex v8::base::final’ has initializer but incomplete type
../deps/v8/src/base/platform/mutex.h:37: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:37: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:37: error: expected ‘,’ or ‘;’ before ‘public’
../deps/v8/src/base/platform/mutex.h:39: error: expected constructor, destructor, or type conversion before ‘;’ token
../deps/v8/src/base/platform/mutex.h: In function ‘v8::base::NativeHandle& v8::base::native_handle()’:
../deps/v8/src/base/platform/mutex.h:63: error: ‘native_handle_’ was not declared in this scope
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:65: error: non-member function ‘const v8::base::NativeHandle& v8::base::native_handle()’ cannot have cv-qualifier
../deps/v8/src/base/platform/mutex.h: In function ‘const v8::base::NativeHandle& v8::base::native_handle()’:
../deps/v8/src/base/platform/mutex.h:65: error: new declaration ‘const v8::base::NativeHandle& v8::base::native_handle()’
../deps/v8/src/base/platform/mutex.h:62: error: ambiguates old declaration ‘v8::base::NativeHandle& v8::base::native_handle()’
../deps/v8/src/base/platform/mutex.h:66: error: ‘native_handle_’ was not declared in this scope
../deps/v8/src/base/platform/mutex.h: At global scope:
../deps/v8/src/base/platform/mutex.h:69: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:89: error: ‘friend’ used outside of class
../deps/v8/src/base/platform/mutex.h:91: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:91: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:91: error: ‘void v8::base::operator=(const v8::base::Mutex&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:104: error: expected initializer before ‘<’ token
../deps/v8/src/base/platform/mutex.h:130: error: variable ‘v8::RecursiveMutex v8::final’ has initializer but incomplete type
../deps/v8/src/base/platform/mutex.h:131: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:131: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:131: error: expected ‘,’ or ‘;’ before ‘public’
../deps/v8/src/base/platform/mutex.h:133: error: expected constructor, destructor, or type conversion before ‘;’ token
../deps/v8/src/base/platform/mutex.h:155: error: ‘Mutex’ has not been declared
../deps/v8/src/base/platform/mutex.h:155: error: expected initializer before ‘NativeHandle’
../deps/v8/src/base/platform/mutex.h:157: error: expected constructor, destructor, or type conversion before ‘&’ token
../deps/v8/src/base/platform/mutex.h:160: error: expected initializer before ‘&’ token
../deps/v8/src/base/platform/mutex.h:164: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:170: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:170: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:170: error: ‘void v8::operator=(const v8::RecursiveMutex&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:184: error: expected initializer before ‘<’ token
../deps/v8/src/base/platform/mutex.h:202: error: template declaration of ‘LockGuard final’
../deps/v8/src/base/platform/mutex.h:203: error: expected primary-expression before ‘public’
../deps/v8/src/base/platform/mutex.h:203: error: expected ‘}’ before ‘public’
../deps/v8/src/base/platform/mutex.h:205: error: declaration of ‘~LockGuard’ as non-member
../deps/v8/src/base/platform/mutex.h:207: error: expected unqualified-id before ‘private’
../deps/v8/src/base/platform/mutex.h:210: error: expected unqualified-id before ‘const’
../deps/v8/src/base/platform/mutex.h:210: error: expected ‘)’ before ‘const’
../deps/v8/src/base/platform/mutex.h:210: error: ‘void operator=(const LockGuard&)’ must be a nonstatic member function
../deps/v8/src/base/platform/mutex.h:211: error: expected declaration before ‘}’ token
make[1]: *** [/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/worker-thread.o] Error 1
In file included from ../deps/v8/src/base/macros.h:15,
from ../deps/v8/src/base/bits.h:9,
from ../deps/v8/src/base/bits.cc:5:
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckEQImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:123: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckEQImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:123: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckNEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:124: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckNEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:124: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:125: error: ‘nullptr’ was not declared in this scope
make[1]: *** [/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libplatform/deps/v8/src/libplatform/default-platform.o] Error 1
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:125: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLTImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:126: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckLTImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:126: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGEImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:127: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGEImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:127: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGTImpl(const Lhs&, const Rhs&, const char*)’:
../deps/v8/src/base/logging.h:128: error: ‘nullptr’ was not declared in this scope
../deps/v8/src/base/logging.h: In function ‘std::string* v8::base::CheckGTImpl(int, int, const char*)’:
../deps/v8/src/base/logging.h:128: error: ‘nullptr’ was not declared in this scope
make[1]: *** [/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out/Release/obj.target/v8_libbase/deps/v8/src/base/bits.o] Error 1
make[1]: Leaving directory `/home/develenv/.linuxbrew/tmp/node20151020-3621-cia3fo/node-v4.1.2/out'
make: *** [node] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/linuxbrew.git
HEAD: 12955b6b4d9c28f29b3d0d832b788850d3d5edcf
Last commit: 7 days ago
HOMEBREW_PREFIX: /home/develenv/.linuxbrew
HOMEBREW_REPOSITORY: /home/develenv/.linuxbrew
HOMEBREW_CELLAR: /home/develenv/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: 8-core 64-bit 6
OS X: 0-x86_64
Xcode: N/A
CLT: N/A
Clang: N/A
X11: N/A
System Ruby: 2.2.3 => /home/develenv/.linuxbrew/Cellar/ruby/2.2.3/bin/ruby
Perl: /usr/bin/perl
Python: /home/develenv/.linuxbrew/bin/python => /home/develenv/.linuxbrew/Cellar/python/2.7.10_2/bin/python2.7
Ruby: /home/develenv/.linuxbrew/bin/ruby => /home/develenv/.linuxbrew/Cellar/ruby/2.2.3/bin/ruby
Java: 1.7.0_71
CC: /home/develenv/.linuxbrew/bin/gcc-4.4 => /usr/bin/gcc
CXX: /home/develenv/.linuxbrew/bin/g++-4.4 => /usr/bin/g++
OBJC: /home/develenv/.linuxbrew/bin/gcc-4.4
OBJCXX: /home/develenv/.linuxbrew/bin/g++-4.4
CFLAGS: -Os -w -pipe -march=core2
CXXFLAGS: -Os -w -pipe -march=core2
CPPFLAGS: -isystem/home/develenv/.linuxbrew/include
LDFLAGS: -L/home/develenv/.linuxbrew/lib -Wl,-rpath,/home/develenv/.linuxbrew/lib
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /home/develenv/.linuxbrew
PKG_CONFIG_LIBDIR: /home/develenv/.linuxbrew/lib/pkgconfig
PATH: /home/develenv/.linuxbrew/bin:/home/develenv/.linuxbrew/bin:/home/develenv/bin:/home/develenv/platform/ant/bin:/home/develenv/platform/jmeter/bin:/home/develenv/platform/soapui/bin:/home/develenv/platform/maven/bin:/usr/java/default/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/var/opt/google/android-sdk-linux/tools:/var/opt/google/android-sdk-linux/platform-tools:/sbin:/usr/sbin:/bin:/usr/bin:/home/develenv/.rvm/bin:/home/develenv/.linuxbrew/Library/ENV/scm
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/linuxbrew.git
HEAD: 12955b6b4d9c28f29b3d0d832b788850d3d5edcf
Last commit: 7 days ago
HOMEBREW_PREFIX: /home/develenv/.linuxbrew
HOMEBREW_REPOSITORY: /home/develenv/.linuxbrew
HOMEBREW_CELLAR: /home/develenv/.linuxbrew/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://linuxbrew.bintray.com
CPU: 8-core 64-bit 6
OS X: 0-x86_64
Xcode: N/A
CLT: N/A
Clang: N/A
X11: N/A
System Ruby: 2.2.3 => /home/develenv/.linuxbrew/Cellar/ruby/2.2.3/bin/ruby
Perl: /usr/bin/perl
Python: /home/develenv/.linuxbrew/bin/python => /home/develenv/.linuxbrew/Cellar/python/2.7.10_2/bin/python2.7
Ruby: /home/develenv/.linuxbrew/bin/ruby => /home/develenv/.linuxbrew/Cellar/ruby/2.2.3/bin/ruby
Java: 1.7.0_71
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/ruby-2.1.0/ruby/io.h
/usr/local/include/ruby-2.1.0/ruby/missing.h
/usr/local/include/ruby-2.1.0/ruby/subst.h
/usr/local/include/ruby-2.1.0/ruby/debug.h
/usr/local/include/ruby-2.1.0/ruby/oniguruma.h
/usr/local/include/ruby-2.1.0/ruby/version.h
/usr/local/include/ruby-2.1.0/ruby/intern.h
/usr/local/include/ruby-2.1.0/ruby/defines.h
/usr/local/include/ruby-2.1.0/ruby/encoding.h
/usr/local/include/ruby-2.1.0/ruby/backward/rubysig.h
/usr/local/include/ruby-2.1.0/ruby/backward/classext.h
/usr/local/include/ruby-2.1.0/ruby/backward/rubyio.h
/usr/local/include/ruby-2.1.0/ruby/backward/util.h
/usr/local/include/ruby-2.1.0/ruby/backward/st.h
/usr/local/include/ruby-2.1.0/ruby/util.h
/usr/local/include/ruby-2.1.0/ruby/dl.h
/usr/local/include/ruby-2.1.0/ruby/re.h
/usr/local/include/ruby-2.1.0/ruby/st.h
/usr/local/include/ruby-2.1.0/ruby/regex.h
/usr/local/include/ruby-2.1.0/ruby/thread.h
/usr/local/include/ruby-2.1.0/ruby/ruby.h
/usr/local/include/ruby-2.1.0/ruby/vm.h
/usr/local/include/ruby-2.1.0/ruby/digest.h
/usr/local/include/ruby-2.1.0/ruby.h
/usr/local/include/ruby-2.1.0/x86_64-linux/ruby/config.h
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/ruby-2.1.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libruby-static.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment