casallas / homebrew

A fork of homebrew with 3d, VR, and CV related formulas. There is also a linux branch
http://mxcl.github.com/homebrew
Other
1 stars 0 forks source link

[linux] collada-dom install not working #21

Open casallas opened 12 years ago

casallas commented 12 years ago

There seems to be a problem with the local boost...

==> Downloading http://downloads.sourceforge.net/project/collada-dom/Collada%20DOM/Collada%20DOM%202.3/collada_dom-2.3.1
File already downloaded and cached to /home/users/casallas/.homebrew/cache
==> Downloading patches
==> Patching
patching file CMakeLists.txt
==> cmake -DCMAKE_INSTALL_PREFIX='/home/users/casallas/homebrew/Cellar/collada-dom/2.3.1' -DCMAKE_BUILD_TYPE=None -Wno-d
-- The C compiler identification is GNU 4.4.6
-- The CXX compiler identification is GNU 4.4.6
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Compiling Collada DOM Version 2.3.1
-- Using cmake version 2.8
-- installing to /home/users/casallas/homebrew/Cellar/collada-dom/2.3.1
-- Found PkgConfig: /home/users/casallas/homebrew/bin/pkg-config (found version "0.27.1") 
CMake Error at /usr/lib64/boost_old/BoostConfig.cmake:28 (include):
  include could not find load file:

    /usr/lib64/boost/Boost.cmake
Call Stack (most recent call first):
  /home/users/casallas/homebrew/Cellar/cmake/2.8.9/share/cmake/Modules/FindBoost.cmake:284 (find_package)
  CMakeLists.txt:127 (find_package)

Boost  found.
Found Boost components:
   filesystem;system
-- found boost version: 1.41.0
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.3") 
-- Found LibXml2: /usr/lib64/libxml2.so (found version "2.7.6") 
-- libxml2 found
-- checking for module 'minizip'
--   package 'minizip' not found
-- compiling minizip from sources and linking statically
-- checking for module 'libpcrecpp'
--   found libpcrecpp, version 8.31
-- Looking for C++ include pcrecpp.h
-- Looking for C++ include pcrecpp.h - found
-- Configuring incomplete, errors occurred!
Exit status: 1

http://github.com/mxcl/homebrew/blob/master/Library/Formula/.rb#L

==> Environment
HOMEBREW_VERSION: 0.7.1
HEAD: c5fbeb9bfd05407fc7220b2e79352427a8ce7d0a
HOMEBREW_PREFIX: /home/users/casallas/homebrew
HOMEBREW_CELLAR: /home/users/casallas/homebrew/Cellar
HOMEBREW_REPOSITORY: /home/users/casallas/homebrew
HOMEBREW_LIBRARY_PATH: /home/users/casallas/homebrew/Library/Homebrew
Hardware: 32-core 32-bit dunno
PLATFORM: x86_64-linux
Kernel Architecture: x86_64
Ruby: 1.9.3-194
/usr/bin/ruby => /home/users/casallas/homebrew/Cellar/ruby/1.9.3-p194/bin/ruby
Xcode: ?
GCC-4.0: build 5664 
GCC-4.2: build 5664 
LLVM: N/A 
MacPorts or Fink? false
X11 installed? true

==> Build Flags
CC: /usr/bin/cc => /usr/bin/gcc
CXX: /usr/bin/c++
CFLAGS: -O3 -mfpmath=sse -w -pipe
CXXFLAGS: -O3 -mfpmath=sse -w -pipe
CPPFLAGS: -isystem /home/users/casallas/homebrew/include
LDFLAGS: -L/home/users/casallas/homebrew/lib
MAKEFLAGS: -j32
Error: Failure while executing: cmake -DCMAKE_INSTALL_PREFIX='/home/users/casallas/homebrew/Cellar/collada-dom/2.3.1' -DCMAKE_BUILD_TYPE=None -Wno-dev . 
Please follow the instructions to report this bug at: 
https://github.com/jscasallas/homebrew/wiki/new-issue

Also try:
  `brew doctor` to check your setup for common problems.
  `brew missing` to check installed packages for missing deps.