Skip to content

Instantly share code, notes, and snippets.

Created August 15, 2015 07:27
Show Gist options
  • Save anonymous/1b809c96ad31fb95bd16 to your computer and use it in GitHub Desktop.
Save anonymous/1b809c96ad31fb95bd16 to your computer and use it in GitHub Desktop.
2015-08-14 18:46:46 -0700
/usr/local/bin/scons
install
prefix=/usr/local/Cellar/cppdom/1.2.0
build_test=no
var_type=optimized
BoostBaseDir=/usr/local/
var_arch=x64
scons: Reading SConscript files ...
Building CppDom Version: 1.2.0
Checking for arch [ppc] ...no
Checking for arch [ppc64] ...no
Checking for arch [ia32] ...yes
Checking for arch [universal] ...no
Valid archs: ['x64', 'ia32']
Checking for cppunit...searching...
could not find cppunit-config. Use CppUnitBaseDir to specify it: Ex: CppUnitBaseDir=/usr/local
CppUnit not available. Skipping it...
cppunit base dir not found
CppUnit not available. Skipping it...
Updating boost
Loading initial settings for boost
BoostBaseDir specified or cached. [/usr/local/].
Boost, autofinding toolset... toolset: [darwin]
Searching for correct boost include dir... found: /usr/local/include
boost include path: /usr/local/include
boost version: 1.59.0
using prefix: /usr/local/Cellar/cppdom/1.2.0
types: [['optimized'], True]
libtypes: [['shared', 'static'], False]
archs: [['x64'], True]
Processing combo: type:optimized, libtype:['shared', 'static'], arch:x64
scons: done reading SConscript files.
scons: Building targets ...
Install file: "cppdom-config" as "/usr/local/Cellar/cppdom/1.2.0/bin/cppdom-config"
Install file: "cppdom/SpiritParser.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/SpiritParser.h"
Install file: "cppdom/config.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/config.h"
Install file: "cppdom/cppdom.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/cppdom.h"
Install file: "cppdom/ext/OptionRepository.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/ext/OptionRepository.h"
Install file: "cppdom/predicates.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/predicates.h"
Install file: "cppdom/shared_ptr.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/shared_ptr.h"
Install file: "cppdom/version.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/version.h"
Install file: "cppdom/xmlparser.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/xmlparser.h"
Install file: "cppdom/xmltokenizer.h" as "/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/xmltokenizer.h"
generating: ['/usr/local/Cellar/cppdom/1.2.0/lib/flagpoll/cppdom-1.2.0-x86_64.fpc']
Chmod("/usr/local/Cellar/cppdom/1.2.0/lib/flagpoll/cppdom-1.2.0-x86_64.fpc", 0644)
g++ -o build.darwin/type-optimized--arch-x64/cppdom/cppdom.o -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -DBOOST_ALL_DYN_LINK -DNDEBUG -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/cppdom.cpp
cppdom/cppdom.cpp:557:20: warning: inequality comparison result unused [-Wunused-comparison]
my_child != mNodeList.end(), other_child != other_children.end();
~~~~~~~~~^~~~~~~~~~~~~~~~~~
cppdom/cppdom.cpp:557:20: note: use '|=' to turn this inequality comparison into an or-assignment
my_child != mNodeList.end(), other_child != other_children.end();
^~
|=
1 warning generated.
g++ -o build.darwin/type-optimized--arch-x64/cppdom/xmlparser.o -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -DBOOST_ALL_DYN_LINK -DNDEBUG -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/xmlparser.cpp
g++ -o build.darwin/type-optimized--arch-x64/cppdom/xmltokenizer.o -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -DBOOST_ALL_DYN_LINK -DNDEBUG -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/xmltokenizer.cpp
g++ -o build.darwin/type-optimized--arch-x64/cppdom/ext/OptionRepository.o -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -DBOOST_ALL_DYN_LINK -DNDEBUG -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/ext/OptionRepository.cpp
g++ -o build.darwin/type-optimized--arch-x64/cppdom/SpiritParser.o -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -DBOOST_ALL_DYN_LINK -DNDEBUG -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/SpiritParser.cpp
In file included from cppdom/SpiritParser.cpp:42:
In file included from /usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/SpiritParser.h:58:
/usr/local/include/boost/spirit.hpp:18:4: warning: "This header is deprecated. Please use: boost/spirit/include/classic.hpp" [-W#warnings]
# warning "This header is deprecated. Please use: boost/spirit/include/classic.hpp"
^
1 warning generated.
libtool -static -o build.darwin/type-optimized--arch-x64/cppdom/libcppdom-1_2_0.a build.darwin/type-optimized--arch-x64/cppdom/cppdom.o build.darwin/type-optimized--arch-x64/cppdom/xmlparser.o build.darwin/type-optimized--arch-x64/cppdom/xmltokenizer.o build.darwin/type-optimized--arch-x64/cppdom/ext/OptionRepository.o build.darwin/type-optimized--arch-x64/cppdom/SpiritParser.o
ranlib build.darwin/type-optimized--arch-x64/cppdom/libcppdom-1_2_0.a
Install file: "build.darwin/type-optimized--arch-x64/cppdom/libcppdom-1_2_0.a" as "/usr/local/Cellar/cppdom/1.2.0/lib/libcppdom-1_2_0.a"
g++ -o build.darwin/type-optimized--arch-x64/cppdom/cppdom.os -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -fPIC -DBOOST_ALL_DYN_LINK -DNDEBUG -DCPPDOM_EXPORTS -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/cppdom.cpp
cppdom/cppdom.cpp:557:20: warning: inequality comparison result unused [-Wunused-comparison]
my_child != mNodeList.end(), other_child != other_children.end();
~~~~~~~~~^~~~~~~~~~~~~~~~~~
cppdom/cppdom.cpp:557:20: note: use '|=' to turn this inequality comparison into an or-assignment
my_child != mNodeList.end(), other_child != other_children.end();
^~
|=
1 warning generated.
g++ -o build.darwin/type-optimized--arch-x64/cppdom/xmlparser.os -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -fPIC -DBOOST_ALL_DYN_LINK -DNDEBUG -DCPPDOM_EXPORTS -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/xmlparser.cpp
g++ -o build.darwin/type-optimized--arch-x64/cppdom/xmltokenizer.os -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -fPIC -DBOOST_ALL_DYN_LINK -DNDEBUG -DCPPDOM_EXPORTS -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/xmltokenizer.cpp
g++ -o build.darwin/type-optimized--arch-x64/cppdom/ext/OptionRepository.os -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -fPIC -DBOOST_ALL_DYN_LINK -DNDEBUG -DCPPDOM_EXPORTS -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/ext/OptionRepository.cpp
g++ -o build.darwin/type-optimized--arch-x64/cppdom/SpiritParser.os -c -I/usr/local/include -pipe -O2 -Wall -arch x86_64 -fPIC -DBOOST_ALL_DYN_LINK -DNDEBUG -DCPPDOM_EXPORTS -I/usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0 cppdom/SpiritParser.cpp
In file included from cppdom/SpiritParser.cpp:42:
In file included from /usr/local/Cellar/cppdom/1.2.0/include/cppdom-1.2.0/cppdom/SpiritParser.h:58:
/usr/local/include/boost/spirit.hpp:18:4: warning: "This header is deprecated. Please use: boost/spirit/include/classic.hpp" [-W#warnings]
# warning "This header is deprecated. Please use: boost/spirit/include/classic.hpp"
^
1 warning generated.
g++ -o build.darwin/type-optimized--arch-x64/cppdom/libcppdom-1_2_0.dylib -arch x86_64 -install_name libcppdom-1_2_0.dylib -Wl,-compatibility_version,1.2 -Wl,-current_version,1.2.0 -dynamiclib build.darwin/type-optimized--arch-x64/cppdom/cppdom.os build.darwin/type-optimized--arch-x64/cppdom/xmlparser.os build.darwin/type-optimized--arch-x64/cppdom/xmltokenizer.os build.darwin/type-optimized--arch-x64/cppdom/ext/OptionRepository.os build.darwin/type-optimized--arch-x64/cppdom/SpiritParser.os -L/usr/local/lib
Undefined symbols for architecture x86_64:
"boost::system::system_category()", referenced from:
__GLOBAL__sub_I_SpiritParser.cpp in SpiritParser.os
"boost::system::generic_category()", referenced from:
__GLOBAL__sub_I_SpiritParser.cpp in SpiritParser.os
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [build.darwin/type-optimized--arch-x64/cppdom/libcppdom-1_2_0.dylib] Error 1
scons: building terminated because of errors.
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: f5981c808f77964a1011d2da33aa7e7677041ae6
Last commit: 57 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit sandybridge
OS X: 10.10.4-x86_64
Xcode: 6.4
CLT: 6.4.0.0.1.1435007323
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Java: 1.8.0_40
CC: /usr/bin/clang
CXX: /usr/bin/clang++
OBJC: /usr/bin/clang
OBJCXX: /usr/bin/clang++
CFLAGS: -Os -w -pipe -march=native -mmacosx-version-min=10.10
CXXFLAGS: -Os -w -pipe -march=native -mmacosx-version-min=10.10
CPPFLAGS: -F/usr/local/Frameworks
LDFLAGS: -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names
MAKEFLAGS: -j4
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.10
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10:/usr/lib/pkgconfig
PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin:/usr/local/Library/Taps/homebrew/homebrew-brewdler/cmd:/usr/local/Library/Taps/homebrew/homebrew-bundle/cmd:/usr/local/Library/ENV/scm
CPATH: /usr/local/include
file deps/scons-addons/src/SConsAddons/EnvironmentBuilder.py,line 633:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for arch [ppc] ...
.sconf_temp/conftest_0.c <-
|int main() { return 0; }
gcc -o .sconf_temp/conftest_0.o -c -pipe -arch ppc .sconf_temp/conftest_0.c
error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
1 error generated.
scons: Configure: no
file deps/scons-addons/src/SConsAddons/EnvironmentBuilder.py,line 633:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for arch [ppc64] ...
.sconf_temp/conftest_1.c <-
|int main() { return 0; }
gcc -o .sconf_temp/conftest_1.o -c -pipe -arch ppc64 .sconf_temp/conftest_1.c
error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.'
1 error generated.
scons: Configure: no
file deps/scons-addons/src/SConsAddons/EnvironmentBuilder.py,line 633:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for arch [ia32] ...
.sconf_temp/conftest_2.c <-
|int main() { return 0; }
gcc -o .sconf_temp/conftest_2.o -c -pipe -arch i386 .sconf_temp/conftest_2.c
scons: Configure: yes
file deps/scons-addons/src/SConsAddons/EnvironmentBuilder.py,line 633:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for arch [universal] ...
.sconf_temp/conftest_3.c <-
|int main() { return 0; }
gcc -o .sconf_temp/conftest_3.o -c -pipe -arch ppc i386 ppc64 .sconf_temp/conftest_3.c
clang: error: no such file or directory: 'i386'
clang: error: no such file or directory: 'ppc64'
scons: Configure: no
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: f5981c808f77964a1011d2da33aa7e7677041ae6
Last commit: 7 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit sandybridge
OS X: 10.10.4-x86_64
Xcode: 6.4
CLT: 6.4.0.0.1.1435007323
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Java: 1.8.0_40
Warning: Broken symlinks were found. Remove them with `brew prune`:
/usr/local/lib/pypy/site-packages/site-packages
Warning: You have external commands with conflicting names.
Found command `brew-brewdle` in following places:
/usr/local/Library/Taps/homebrew/homebrew-brewdler/cmd/brew-brewdle
/usr/local/Library/Taps/homebrew/homebrew-bundle/cmd/brew-brewdle
Found command `brew-brewdler` in following places:
/usr/local/Library/Taps/homebrew/homebrew-brewdler/cmd/brew-brewdler
/usr/local/Library/Taps/homebrew/homebrew-bundle/cmd/brew-brewdler
Found command `brew-bundle` in following places:
/usr/local/Library/Taps/homebrew/homebrew-brewdler/cmd/brew-bundle
/usr/local/Library/Taps/homebrew/homebrew-bundle/cmd/brew-bundle
Found command `brew-bundler` in following places:
/usr/local/Library/Taps/homebrew/homebrew-brewdler/cmd/brew-bundler
/usr/local/Library/Taps/homebrew/homebrew-bundle/cmd/brew-bundler
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: Python is installed at /Library/Frameworks/Python.framework
Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
exiv2
yaml-cpp
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment