Skip to content

Instantly share code, notes, and snippets.

@Svenito
Last active August 29, 2015 13:58
Show Gist options
  • Save Svenito/10428790 to your computer and use it in GitHub Desktop.
Save Svenito/10428790 to your computer and use it in GitHub Desktop.
$> brew install -v field3d 2>&1
==> Downloading https://github.com/imageworks/Field3D/archive/v1.3.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/field3d-1.3.2.tar.gz
==> Verifying field3d-1.3.2.tar.gz checksum
tar xf /Library/Caches/Homebrew/field3d-1.3.2.tar.gz
==> Patching
patching file CMakeLists.txt
==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/field3d/1.3.2 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DDOXYGEN_EXECUTABLE=NOTFOUND ..
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found HDF5: /usr/local/lib/libhdf5.dylib;/usr/local/lib/libsz.dylib;/usr/lib/libz.dylib;/usr/lib/libdl.dylib;/usr/lib/libm.dylib
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- thread
-- program_options
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild
==> make install
/usr/local/Cellar/cmake/2.8.12.2/bin/cmake -H/tmp/field3d-cFfe/Field3D-1.3.2 -B/tmp/field3d-cFfe/Field3D-1.3.2/brewbuild --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/2.8.12.2/bin/cmake -E cmake_progress_start /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild/CMakeFiles /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Field3D.dir/build.make CMakeFiles/Field3D.dir/depend
cd /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild && /usr/local/Cellar/cmake/2.8.12.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/field3d-cFfe/Field3D-1.3.2 /tmp/field3d-cFfe/Field3D-1.3.2 /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild/CMakeFiles/Field3D.dir/DependInfo.cmake --color=
Scanning dependencies of target Field3D
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Field3D.dir/build.make CMakeFiles/Field3D.dir/build
/usr/local/Cellar/cmake/2.8.12.2/bin/cmake -E cmake_progress_report /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild/CMakeFiles 1
/usr/local/Cellar/cmake/2.8.12.2/bin/cmake -E cmake_progress_report /tmp/field3d-cFfe/Field3D-1.3.2/brewbuild/CMakeFiles 2
[ 5%] [ 10%] Building CXX object CMakeFiles/Field3D.dir/src/DenseFieldIO.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/field3d-cFfe/Field3D-1.3.2/. -I/tmp/field3d-cFfe/Field3D-1.3.2/src -I/tmp/field3d-cFfe/Field3D-1.3.2/export -I/usr/local/include -I/usr/local/include/OpenEXR -o CMakeFiles/Field3D.dir/src/DenseFieldIO.cpp.o -c /tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp
Building CXX object CMakeFiles/Field3D.dir/src/ClassFactory.cpp.o
/usr/local/Library/ENV/4.3/clang++ -I/tmp/field3d-cFfe/Field3D-1.3.2/. -I/tmp/field3d-cFfe/Field3D-1.3.2/src -I/tmp/field3d-cFfe/Field3D-1.3.2/export -I/usr/local/include -I/usr/local/include/OpenEXR -o CMakeFiles/Field3D.dir/src/ClassFactory.cpp.o -c /tmp/field3d-cFfe/Field3D-1.3.2/src/ClassFactory.cpp
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:44:
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/export/DenseFieldIO.h:49:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:2056:90: error: no type named 'iterator_category' in 'std::__1::iterator_traits<Field3D::v1_3::WritableField<half>::iterator>'
_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_category());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:653:10: note: in instantiation of function template specialization 'std::__1::fill<Field3D::v1_3::WritableField<half>::iterator, half>' requested here
{ std::fill(begin(), end(), value); }
^
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:798:7: note: in instantiation of member function 'Field3D::v1_3::WritableField<half>::clear' requested here
class ResizableField
^
/tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:143:14: note: in instantiation of function template specialization 'Field3D::v1_3::DenseFieldIO::readData<half>' requested here
result = readData<half>(dataSet.id(), extents, dataW);
^
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:44:
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/export/DenseFieldIO.h:49:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:2056:90: error: no type named 'iterator_category' in 'std::__1::iterator_traits<Field3D::v1_3::WritableField<float>::iterator>'
_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_category());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:653:10: note: in instantiation of function template specialization 'std::__1::fill<Field3D::v1_3::WritableField<float>::iterator, float>' requested here
{ std::fill(begin(), end(), value); }
^
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:798:7: note: in instantiation of member function 'Field3D::v1_3::WritableField<float>::clear' requested here
class ResizableField
^
/tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:145:14: note: in instantiation of function template specialization 'Field3D::v1_3::DenseFieldIO::readData<float>' requested here
result = readData<float>(dataSet.id(), extents, dataW);
^
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:44:
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/export/DenseFieldIO.h:49:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:2056:90: error: no type named 'iterator_category' in 'std::__1::iterator_traits<Field3D::v1_3::WritableField<double>::iterator>'
_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_category());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:653:10: note: in instantiation of function template specialization 'std::__1::fill<Field3D::v1_3::WritableField<double>::iterator, double>' requested here
{ std::fill(begin(), end(), value); }
^
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:798:7: note: in instantiation of member function 'Field3D::v1_3::WritableField<double>::clear' requested here
class ResizableField
^
/tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:147:14: note: in instantiation of function template specialization 'Field3D::v1_3::DenseFieldIO::readData<double>' requested here
result = readData<double>(dataSet.id(), extents, dataW);
^
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:44:
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/export/DenseFieldIO.h:49:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:2056:90: error: no type named 'iterator_category' in 'std::__1::iterator_traits<Field3D::v1_3::WritableField<Imath_2_0::Vec3<half> >::iterator>'
_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_category());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:653:10: note: in instantiation of function template specialization 'std::__1::fill<Field3D::v1_3::WritableField<Imath_2_0::Vec3<half> >::iterator, Imath_2_0::Vec3<half> >' requested here
{ std::fill(begin(), end(), value); }
^
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:798:7: note: in instantiation of member function 'Field3D::v1_3::WritableField<Imath_2_0::Vec3<half> >::clear' requested here
class ResizableField
^
/tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:149:14: note: in instantiation of function template specialization 'Field3D::v1_3::DenseFieldIO::readData<Imath_2_0::Vec3<half> >' requested here
result = readData<V3h>(dataSet.id(), extents, dataW);
^
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:44:
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/export/DenseFieldIO.h:49:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:2056:90: error: no type named 'iterator_category' in 'std::__1::iterator_traits<Field3D::v1_3::WritableField<Imath_2_0::Vec3<float> >::iterator>'
_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_category());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:653:10: note: in instantiation of function template specialization 'std::__1::fill<Field3D::v1_3::WritableField<Imath_2_0::Vec3<float> >::iterator, Imath_2_0::Vec3<float> >' requested here
{ std::fill(begin(), end(), value); }
^
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:798:7: note: in instantiation of member function 'Field3D::v1_3::WritableField<Imath_2_0::Vec3<float> >::clear' requested here
class ResizableField
^
/tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:151:14: note: in instantiation of function template specialization 'Field3D::v1_3::DenseFieldIO::readData<Imath_2_0::Vec3<float> >' requested here
result = readData<V3f>(dataSet.id(), extents, dataW);
^
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:44:
In file included from /tmp/field3d-cFfe/Field3D-1.3.2/export/DenseFieldIO.h:49:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:2056:90: error: no type named 'iterator_category' in 'std::__1::iterator_traits<Field3D::v1_3::WritableField<Imath_2_0::Vec3<double> >::iterator>'
_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_category());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:653:10: note: in instantiation of function template specialization 'std::__1::fill<Field3D::v1_3::WritableField<Imath_2_0::Vec3<double> >::iterator, Imath_2_0::Vec3<double> >' requested here
{ std::fill(begin(), end(), value); }
^
/tmp/field3d-cFfe/Field3D-1.3.2/export/Field.h:798:7: note: in instantiation of member function 'Field3D::v1_3::WritableField<Imath_2_0::Vec3<double> >::clear' requested here
class ResizableField
^
/tmp/field3d-cFfe/Field3D-1.3.2/src/DenseFieldIO.cpp:153:14: note: in instantiation of function template specialization 'Field3D::v1_3::DenseFieldIO::readData<Imath_2_0::Vec3<double> >' requested here
result = readData<V3d>(dataSet.id(), extents, dataW);
^
6 errors generated.
make[2]: *** [CMakeFiles/Field3D.dir/src/DenseFieldIO.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Field3D.dir/all] Error 2
make: *** [all] Error 2
==> Formula
Tap: homebrew/science
Path: /usr/local/Library/Taps/homebrew-science/field3d.rb
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: 46fd31e5d9173e541a904150588719a84423ac26
CPU: dual-core 64-bit penryn
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
X11: 2.7.5 => /opt/X11
==> ENV
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j2
CMAKE_PREFIX_PATH: /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
PKG_CONFIG_PATH: /usr/local/opt/ilmbase/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS:/usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/hdf5/bin:/usr/local/opt/python/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: field3d 1.3.2 did not build
Logs:
/Users/svenito/Library/Logs/Homebrew/field3d/01.cmake
/Users/svenito/Library/Logs/Homebrew/field3d/01.cmake.cc
/Users/svenito/Library/Logs/Homebrew/field3d/02.make
/Users/svenito/Library/Logs/Homebrew/field3d/02.make.cc
======= Contents of: /Users/svenito/Library/Logs/Homebrew/field3d/02.make ========
th_2_0::Vec3<float> >::clear' requested here
class ResizableField
^
/tmp/field3d-7m6r/Field3D-1.3.2/src/DenseFieldIO.cpp:151:14: note: in instantiation of function template specialization 'Field3D::v1_3::DenseFieldIO::readData<Imath_2_0::Vec3<float> >' requested here
result = readData<V3f>(dataSet.id(), extents, dataW);
^
In file included from /tmp/field3d-7m6r/Field3D-1.3.2/src/DenseFieldIO.cpp:44:
In file included from /tmp/field3d-7m6r/Field3D-1.3.2/export/DenseFieldIO.h:49:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/string:439:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/algorithm:2056:90: error: no type named 'iterator_category' in 'std::__1::iterator_traits<Field3D::v1_3::WritableField<Imath_2_0::Vec3<double> >::iterator>'
_VSTD::__fill(__first, __last, __value_, typename iterator_traits<_ForwardIterator>::iterator_category());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/tmp/field3d-7m6r/Field3D-1.3.2/export/Field.h:653:10: note: in instantiation of function template specialization 'std::__1::fill<Field3D::v1_3::WritableField<Imath_2_0::Vec3<double> >::iterator, Imath_2_0::Vec3<double> >' requested here
{ std::fill(begin(), end(), value); }
^
/tmp/field3d-7m6r/Field3D-1.3.2/export/Field.h:798:7: note: in instantiation of member function 'Field3D::v1_3::WritableField<Imath_2_0::Vec3<double> >::clear' requested here
class ResizableField
^
/tmp/field3d-7m6r/Field3D-1.3.2/src/DenseFieldIO.cpp:153:14: note: in instantiation of function template specialization 'Field3D::v1_3::DenseFieldIO::readData<Imath_2_0::Vec3<double> >' requested here
result = readData<V3d>(dataSet.id(), extents, dataW);
^
6 errors generated.
make[2]: *** [CMakeFiles/Field3D.dir/src/DenseFieldIO.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Field3D.dir/all] Error 2
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
HEAD: 46fd31e5d9173e541a904150588719a84423ac26
CPU: dual-core 64-bit penryn
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.13935614
=========== brew --config =============
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 46fd31e5d9173e541a904150588719a84423ac26
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: dual-core 64-bit penryn
OS X: 10.9.2-x86_64
Xcode: 5.1
CLT: 5.1.0.0.1.1393561416
Clang: 5.1 build 503
X11: 2.7.5 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /Library/Frameworks/Python.framework/Versions/2.7/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /Users/svenito/.rvm/rubies/ruby-1.9.3-p194/bin/ruby
======== brew doctor ============
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config
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: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libmacfuse_i32.2.dylib
/usr/local/lib/libmacfuse_i64.2.dylib
/usr/local/lib/libosxfuse_i32.2.dylib
/usr/local/lib/libosxfuse_i64.2.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libosxfuse_i32.la
/usr/local/lib/libosxfuse_i64.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/osxfuse.pc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment