metacollin / homebrew-kicad

Homebrew tap for KiCad, the electronic design automation suite.
MIT License
19 stars 5 forks source link

Compiling of --HEAD fails at qa_geometry #16

Open kaysersoze opened 7 years ago

kaysersoze commented 7 years ago
Scanning dependencies of target qa_geometry
[100%] Building CXX object qa/geometry/CMakeFiles/qa_geometry.dir/test_module.cpp.o
[100%] Building CXX object qa/geometry/CMakeFiles/qa_geometry.dir/test_chamfer_fillet.cpp.o
[100%] Building CXX object qa/geometry/CMakeFiles/qa_geometry.dir/test_collision.cpp.o
[100%] Building CXX object qa/geometry/CMakeFiles/qa_geometry.dir/test_segment.cpp.o
[100%] Building CXX object qa/geometry/CMakeFiles/qa_geometry.dir/test_iterator.cpp.o
[100%] Linking CXX executable qa_geometry
Undefined symbols for architecture x86_64:
  "boost::unit_test::unit_test_main(bool (*)(), int, char**)", referenced from:
      _main in test_module.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [qa/geometry/qa_geometry] Error 1
make[1]: *** [qa/geometry/CMakeFiles/qa_geometry.dir/all] Error 2
make: *** [all] Error 2

==> Formula
Tap: metacollin/kicad
Path: /usr/local/Homebrew/Library/Taps/metacollin/homebrew-kicad/kicad.rb
==> Configuration
HOMEBREW_VERSION: 1.2.0
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 8cba0352e0be94263e2ed96c98bf93d8f2fce8ef
Last commit: 3 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 2c964bdc3d68e1a903d2e3af1ffe7b52369cf1f4
Core tap last commit: 22 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: octa-core 64-bit haswell
Homebrew Ruby: 2.0.0-p648
Clang: 8.1 build 802
Git: 2.12.2 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /Users/carlos/.rvm/rubies/ruby-2.0.0-p247/bin/ruby
Java: 1.8.0_92, 1.8.0_31
macOS: 10.12.4-x86_64
Xcode: 8.3.2
CLT: 8.3.2.0.1.1492020469
X11: 2.7.11 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
LDFLAGS: -headerpad_max_install_names
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/icu4c:/usr/local/opt/openssl:/usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/wxkicad:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.12
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/glew/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/python/lib/pkgconfig:/usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/glm/lib/pkgconfig:/usr/local/opt/ftgl/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.12
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/opt/wxkicad/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/gettext/bin:/usr/local/opt/pcre/bin:/usr/local/opt/glib/bin:/usr/local/opt/cairo/bin:/usr/local/opt/cmake/bin:/usr/local/opt/doxygen/bin:/usr/local/opt/glew/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/makedepend/bin:/usr/local/opt/openssl/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/gdbm/bin:/usr/local/opt/python/bin:/usr/local/opt/swig/bin:/usr/local/opt/xz/bin:/usr/local/opt/oce/bin:/usr/local/opt/libngspice/bin:/usr/local/opt/wxkicad/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin
kaysersoze commented 7 years ago

This was the result of trying to build KiCAD using: brew install kicad --HEAD --with-oce --with-ngspice --with-brewed-library --verbose