Skip to content

Instantly share code, notes, and snippets.

@sanemat
Created September 14, 2011 20:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sanemat/1217696 to your computer and use it in GitHub Desktop.
==> Downloading http://downloads.sourceforge.net/project/boost/boost/1.47.0/boost_1_47_0.tar.bz2
File already downloaded in /Users/sane/Library/Caches/Homebrew
/usr/bin/tar xf /Users/sane/Library/Caches/Homebrew/boost-1.47.0.tar.bz2
==> ./bootstrap.sh --prefix=/usr/local/Cellar/boost/1.47.0 --libdir=/usr/local/Cellar/boost/1.47.0/lib
./bootstrap.sh --prefix=/usr/local/Cellar/boost/1.47.0 --libdir=/usr/local/Cellar/boost/1.47.0/lib
-n Building Boost.Build engine with toolset darwin...
tools/build/v2/engine/bin.macosxx86_64/b2
-n Detecting Python version...
2.7
-n Detecting Python root...
/Users/sane/.pythonbrew/pythons/Python-2.7.1
-n Unicode/ICU support for Boost.Regex?...
not found.
Generating Boost.Build configuration in project-config.jam...
Bootstrapping is done. To build, run:
./b2
To adjust configuration, edit 'project-config.jam'.
Further information:
- Command line help:
./b2 --help
- Getting started guide:
http://www.boost.org/more/getting_started/unix-variants.html
- Boost.Build documentation:
http://www.boost.org/boost-build2/doc/html/index.html
==> ./bjam --prefix=/usr/local/Cellar/boost/1.47.0 --libdir=/usr/local/Cellar/boost/1.47.0/lib -d2 -q --disable-icu linkflag=-undefined dynamic_lookup -j2 --layout=tagged --user-config=user-config.jam threading=multi install
./bjam --prefix=/usr/local/Cellar/boost/1.47.0 --libdir=/usr/local/Cellar/boost/1.47.0/lib -d2 -q --disable-icu linkflag=-undefined dynamic_lookup -j2 --layout=tagged --user-config=user-config.jam threading=multi install
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/build/feature.jam:320: in validate-feature from module feature
error: unknown feature "<linkflag>"
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/build/feature.jam:354: in expand-subfeatures-aux from module feature
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/build/feature.jam:419: in feature.expand-subfeatures from module feature
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/build/build-request.jam:20: in apply-to-property-set from module build-request
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/kernel/modules.jam:103: in modules.call-in from module build-request
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/util/sequence.jam:48: in sequence.transform from module sequence
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/build/build-request.jam:32: in build-request.expand-no-defaults from module build-request
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/build-system.jam:624: in load from module build-system
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/kernel/modules.jam:283: in import from module modules
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/tools/build/v2/kernel/bootstrap.jam:142: in boost-build from module
/private/tmp/homebrew-boost-1.47.0-OXZx/boost_1_47_0/boost-build.jam:17: in module scope from module
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/boost.rb#L75
==> Environment
HOMEBREW_VERSION: 0.8
HEAD: d7cf3109c81ae98aa7aab23b52ff191d56c79c35
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.6.8
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.1
GCC-4.0: build 5494
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
==> Build Flags
CC: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CXX: /usr/bin/llvm-g++ => /usr/llvm-gcc-4.2/bin/llvm-g++-4.2
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
Error: Failed executing: ./bjam --prefix=/usr/local/Cellar/boost/1.47.0 --libdir=/usr/local/Cellar/boost/1.47.0/lib -d2 -q --disable-icu linkflag=-undefined\ dynamic_lookup -j2 --layout=tagged --user-config=user-config.jam threading=multi install
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/7509
https://github.com/mxcl/homebrew/issues/7593
Otherwise, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment