Skip to content

Instantly share code, notes, and snippets.

@chrmoritz
Created September 14, 2018 17:04
Show Gist options
  • Select an option

  • Save chrmoritz/edf4d335f59a3c09dca38522e752be5b to your computer and use it in GitHub Desktop.

Select an option

Save chrmoritz/edf4d335f59a3c09dca38522e752be5b to your computer and use it in GitHub Desktop.
llnode on macOS 10.14 - Homebrew build logs
Homebrew build logs for llnode on macOS 10.14
Build date: 2018-09-14 19:03:30
HOMEBREW_VERSION: 1.7.4-52-g04e3344
ORIGIN: https://github.com/Homebrew/brew
HEAD: 04e3344f8e5831a4c7efd9863d00be9e288f2203
Last commit: 86 minutes ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: d196e1615d1f5953daa2a7537ca9d960bd4f9a9e
Core tap last commit: 38 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_DEV_CMD_RUN: 1
HOMEBREW_GIT: git
CPU: quad-core 64-bit kabylake
Homebrew Ruby: 2.3.7 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 10.0 build 1000
Git: 2.19.0 => /usr/local/bin/git
Curl: 7.54.0 => /usr/bin/curl
Java: 1.8.0_181
macOS: 10.14-x86_64
CLT: 10.0.0.0.1.1535735448
CLT headers: N/A
Xcode: 10.0
XQuartz: N/A
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 or file an issue; just ignore this. Thanks!
Warning: The following directories do not exist:
/usr/local/sbin
You should create these directories and change their ownership to your account.
sudo mkdir -p /usr/local/sbin
sudo chown -R $(whoami) /usr/local/sbin
Warning: You are using macOS 10.14.
We do not provide support for this pre-release version.
You will encounter build failures and other breakages.
Please create pull-requests instead of asking for help on Homebrew's
GitHub, Discourse, Twitter or IRC. As you are running this pre-release version,
you are responsible for resolving any issues you experience.
2018-09-14 19:03:26 +0200
make
plugin
node scripts/configure.js
Build dir is: /private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1
Using lldb executable lldb
Looking for llvm-config...
No llvm-config found
Reading lldb version...
Deduced lldb version from Xcode version: Xcode 10.0 -> lldb 3.9
Installing llnode for lldb, lldb version 3.9
Looking for headers for lldb 3.9...
Could not find the headers, will download them later
Looking for shared libraries for lldb 3.9...
Could not find the shared libraries
llnode will be linked to the LLDB shared framework from the Xcode installation
Skip cloning lldb headers because /private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9 exists
Writing config.gypi:
{
"variables": {
"lldb_include_dir%": "/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include"
}
}
Writing llnode.sh shortcut to /private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/llnode.sh
node-gyp.js rebuild
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp http GET https://nodejs.org/download/release/v10.10.0/node-v10.10.0-headers.tar.gz
gyp http 200 https://nodejs.org/download/release/v10.10.0/node-v10.10.0-headers.tar.gz
gyp http GET https://nodejs.org/download/release/v10.10.0/SHASUMS256.txt
gyp http 200 https://nodejs.org/download/release/v10.10.0/SHASUMS256.txt
gyp info spawn /usr/local/opt/python@2/bin/python2
gyp info spawn args [ '/usr/local/Cellar/node/10.10.0/libexec/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/usr/local/Cellar/node/10.10.0/libexec/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0',
gyp info spawn args '-Dnode_gyp_dir=/usr/local/Cellar/node/10.10.0/libexec/lib/node_modules/npm/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/<(target_arch)/node.lib',
gyp info spawn args '-Dmodule_root_dir=/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1',
gyp info spawn args '-Dnode_engine=v8',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
CXX(target) Release/obj.target/plugin/src/llnode.o
CXX(target) Release/obj.target/plugin/src/llv8.o
CXX(target) Release/obj.target/plugin/src/llv8-constants.o
CXX(target) Release/obj.target/plugin/src/llscan.o
SOLINK(target) Release/plugin.dylib
gyp info ok
node scripts/cleanup.js
Moving /private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/build/Release/plugin.dylib to /private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/llnode.dylib
llnode plugin installed, load in lldb with:
(lldb) plugin load /private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/llnode.dylib
or copy plugin to lldb system plugin directory
see https://github.com/nodejs/llnode
clang++ called with: -DNODE_GYP_MODULE_NAME=plugin -DUSING_UV_SHARED=1 -DUSING_V8_SHARED=1 -DV8_DEPRECATION_WARNINGS=1 -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1 -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/src -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/config -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/openssl/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/uv/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/zlib -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/v8/include -Os -gdwarf-2 -Wnewline-eof -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -Wundeclared-selector -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -MMD -MF ./Release/.deps/Release/obj.target/plugin/src/llnode.o.d.raw -c -o Release/obj.target/plugin/src/llnode.o ../src/llnode.cc
superenv removed: -Wnewline-eof -arch x86_64 -Wall -Wendif-labels -W -Wundeclared-selector -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DNODE_GYP_MODULE_NAME=plugin -DUSING_UV_SHARED=1 -DUSING_V8_SHARED=1 -DV8_DEPRECATION_WARNINGS=1 -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1 -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/src -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/config -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/openssl/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/uv/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/zlib -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/v8/include -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -MMD -MF ./Release/.deps/Release/obj.target/plugin/src/llnode.o.d.raw -c -o Release/obj.target/plugin/src/llnode.o ../src/llnode.cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DNODE_GYP_MODULE_NAME=plugin -DUSING_UV_SHARED=1 -DUSING_V8_SHARED=1 -DV8_DEPRECATION_WARNINGS=1 -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1 -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/src -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/config -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/openssl/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/uv/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/zlib -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/v8/include -Os -gdwarf-2 -Wnewline-eof -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -Wundeclared-selector -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -MMD -MF ./Release/.deps/Release/obj.target/plugin/src/llv8.o.d.raw -c -o Release/obj.target/plugin/src/llv8.o ../src/llv8.cc
superenv removed: -Wnewline-eof -arch x86_64 -Wall -Wendif-labels -W -Wundeclared-selector -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DNODE_GYP_MODULE_NAME=plugin -DUSING_UV_SHARED=1 -DUSING_V8_SHARED=1 -DV8_DEPRECATION_WARNINGS=1 -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1 -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/src -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/config -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/openssl/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/uv/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/zlib -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/v8/include -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -MMD -MF ./Release/.deps/Release/obj.target/plugin/src/llv8.o.d.raw -c -o Release/obj.target/plugin/src/llv8.o ../src/llv8.cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DNODE_GYP_MODULE_NAME=plugin -DUSING_UV_SHARED=1 -DUSING_V8_SHARED=1 -DV8_DEPRECATION_WARNINGS=1 -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1 -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/src -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/config -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/openssl/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/uv/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/zlib -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/v8/include -Os -gdwarf-2 -Wnewline-eof -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -Wundeclared-selector -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -MMD -MF ./Release/.deps/Release/obj.target/plugin/src/llv8-constants.o.d.raw -c -o Release/obj.target/plugin/src/llv8-constants.o ../src/llv8-constants.cc
superenv removed: -Wnewline-eof -arch x86_64 -Wall -Wendif-labels -W -Wundeclared-selector -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DNODE_GYP_MODULE_NAME=plugin -DUSING_UV_SHARED=1 -DUSING_V8_SHARED=1 -DV8_DEPRECATION_WARNINGS=1 -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1 -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/src -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/config -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/openssl/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/uv/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/zlib -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/v8/include -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -MMD -MF ./Release/.deps/Release/obj.target/plugin/src/llv8-constants.o.d.raw -c -o Release/obj.target/plugin/src/llv8-constants.o ../src/llv8-constants.cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DNODE_GYP_MODULE_NAME=plugin -DUSING_UV_SHARED=1 -DUSING_V8_SHARED=1 -DV8_DEPRECATION_WARNINGS=1 -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1 -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/src -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/config -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/openssl/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/uv/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/zlib -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/v8/include -Os -gdwarf-2 -Wnewline-eof -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -Wundeclared-selector -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -MMD -MF ./Release/.deps/Release/obj.target/plugin/src/llscan.o.d.raw -c -o Release/obj.target/plugin/src/llscan.o ../src/llscan.cc
superenv removed: -Wnewline-eof -arch x86_64 -Wall -Wendif-labels -W -Wundeclared-selector -Wall -Wendif-labels -W
superenv added: -pipe -w -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DNODE_GYP_MODULE_NAME=plugin -DUSING_UV_SHARED=1 -DUSING_V8_SHARED=1 -DV8_DEPRECATION_WARNINGS=1 -D_DARWIN_USE_64_BIT_INODE=1 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1 -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/lldb-3.9/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/include/node -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/src -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/config -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/openssl/openssl/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/uv/include -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/zlib -I/private/tmp/llnode-20180914-12434-hpr8ec/llnode-1.7.1/.brew_home/.node-gyp/10.10.0/deps/v8/include -gdwarf-2 -mmacosx-version-min=10.7 -Wno-unused-parameter -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -stdlib=libc++ -MMD -MF ./Release/.deps/Release/obj.target/plugin/src/llscan.o.d.raw -c -o Release/obj.target/plugin/src/llscan.o ../src/llscan.cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -shared -stdlib=libc++ -F/Applications/Xcode.app/Contents/SharedFrameworks -Wl,-rpath,/Applications/Xcode.app/Contents/SharedFrameworks -framework LLDB -Wl,-no_pie -Wl,-search_paths_first -mmacosx-version-min=10.7 -arch x86_64 -L./Release -install_name @rpath/plugin.dylib -stdlib=libc++ -o Release/plugin.dylib ./Release/obj.target/plugin/src/llnode.o ./Release/obj.target/plugin/src/llv8.o ./Release/obj.target/plugin/src/llv8-constants.o ./Release/obj.target/plugin/src/llscan.o
superenv removed: -arch x86_64
superenv added: -pipe -w -Os -march=native -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -pipe -w -Os -march=native -shared -stdlib=libc++ -F/Applications/Xcode.app/Contents/SharedFrameworks -Wl,-rpath,/Applications/Xcode.app/Contents/SharedFrameworks -framework LLDB -Wl,-no_pie -Wl,-search_paths_first -mmacosx-version-min=10.7 -L./Release -install_name @rpath/plugin.dylib -stdlib=libc++ -o Release/plugin.dylib ./Release/obj.target/plugin/src/llnode.o ./Release/obj.target/plugin/src/llv8.o ./Release/obj.target/plugin/src/llv8-constants.o ./Release/obj.target/plugin/src/llscan.o -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment