Skip to content

Instantly share code, notes, and snippets.

@rakkesh
Created June 8, 2016 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakkesh/02477d5bcbbbf2b4697991d18cd48add to your computer and use it in GitHub Desktop.
Save rakkesh/02477d5bcbbbf2b4697991d18cd48add to your computer and use it in GitHub Desktop.
blockhash on Mac OS X 10.11.5 - Homebrew build logs
Homebrew build logs for blockhash on Mac OS X 10.11.5
Build date: 2016-06-09 05:06:40
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 21ca138edf584daebf1795a52d6edd6ec34ce605
Last commit: 28 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: b2bdba8a605b13f96b1194747ee870ca28d76884
Core tap last commit: 17 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
Clang: 7.3 build 703
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.7.0_79, 1.6.0_65-b14-468
System Ruby: 2.0.0-p648
OS X: 10.11.5-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
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: Your Homebrew is outdated.
You haven't updated for at least 24 hours. This is a long time in brewland!
To update Homebrew, run `brew update`.
2016-06-09 05:06:39 +0530
./waf
configure
--prefix=/usr/local/Cellar/blockhash/0.1_1
Setting top to : /private/tmp/blockhash-20160609-57807-pkdibv/blockhash-0.1
Setting out to : /private/tmp/blockhash-20160609-57807-pkdibv/blockhash-0.1/build
Checking for 'gcc' (c compiler) : clang
Checking for library m : yes
Checking for program pkg-config : /usr/local/opt/pkg-config/bin/pkg-config
Checking for 'MagickWand' : yes
'configure' finished successfully (0.192s)
clang called with: -dM -E -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -dM -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: ../test.c -c -o test.c.1.o
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang ../test.c -c -o test.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
clang called with: test.c.1.o -o /private/tmp/blockhash-20160609-57807-pkdibv/blockhash-0.1/build/.conf_check_fe5fb2e31b57ba5f0ed25de6fc2a5683/testbuild/testprog -lm
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang test.c.1.o -o /private/tmp/blockhash-20160609-57807-pkdibv/blockhash-0.1/build/.conf_check_fe5fb2e31b57ba5f0ed25de6fc2a5683/testbuild/testprog -lm -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2016-06-09 05:06:40 +0530
./waf
Waf: Entering directory `/private/tmp/blockhash-20160609-57807-pkdibv/blockhash-0.1/build'
[1/2] c: blockhash.c -> build/blockhash.c.1.o
../blockhash.c:14:10: fatal error: 'wand/MagickWand.h' file not found
#include <wand/MagickWand.h>
^
1 error generated.
Waf: Leaving directory `/private/tmp/blockhash-20160609-57807-pkdibv/blockhash-0.1/build'
Build failed
-> task in 'blockhash' failed (exit status 1):
{task 4556983120: c blockhash.c -> blockhash.c.1.o}
['clang', '-O3', '-I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7', '-DHAVE_MAGICKWAND=1', '-DMAGICKCORE_HDRI_ENABLE=1', '-DMAGICKCORE_QUANTUM_DEPTH=16', '-DMAGICKCORE_HDRI_ENABLE=1', '-DMAGICKCORE_QUANTUM_DEPTH=16', '../blockhash.c', '-c', '-o', 'blockhash.c.1.o']
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 21ca138edf584daebf1795a52d6edd6ec34ce605
Last commit: 28 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: b2bdba8a605b13f96b1194747ee870ca28d76884
Core tap last commit: 17 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
GCC-4.2: build 0
Clang: 7.3 build 703
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.7.0_79, 1.6.0_65-b14-468
System Ruby: 2.0.0-p648
OS X: 10.11.5-x86_64
Xcode: 7.3.1
CLT: 7.3.1.0.1.1461711523
X11: 2.7.9 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/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
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_PATH: /usr/local/opt/xz/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/little-cms/lib/pkgconfig:/usr/local/opt/little-cms2/lib/pkgconfig:/usr/local/opt/webp/lib/pkgconfig:/usr/local/opt/gd/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/liblqr/lib/pkgconfig:/usr/local/opt/ilmbase/lib/pkgconfig:/usr/local/opt/openexr/lib/pkgconfig:/usr/local/opt/imagemagick/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/xz/bin:/usr/local/opt/libtool/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libpng/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/little-cms/bin:/usr/local/opt/little-cms2/bin:/usr/local/opt/webp/bin:/usr/local/opt/gd/bin:/usr/local/opt/libwmf/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/openexr/bin:/usr/local/opt/ghostscript/bin:/usr/local/opt/imagemagick/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang called with: -O3 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7 -DHAVE_MAGICKWAND=1 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 ../blockhash.c -c -o blockhash.c.1.o
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
superenv executed: clang -O3 -I/usr/local/Cellar/imagemagick/7.0.1-10/include/ImageMagick-7 -DHAVE_MAGICKWAND=1 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 ../blockhash.c -c -o blockhash.c.1.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/gettext/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment