Created
October 27, 2015 13:09
-
-
Save bwagner/0f98fb63d0c7f23a489e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tue Oct 27 14:07:07 +0100 2015 | |
sh | |
bootstrap.sh | |
--sandbox | |
Using gcc for C compiler. If this is not what you want, set CC. | |
Using /usr/llvm-gcc-4.2/bin/../libexec/gcc/i686-apple-darwin11/4.2.1/collect2 instead. | |
Bootstrapping in sandbox at '/private/tmp/cabal-install20151027-86053-jbnacc/cabal-install-1.22.6.0/.cabal-sandbox'. | |
Checking installed packages for ghc-7.10.2... | |
WARNING: cache is out of date: /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/package.conf.d/package.cache | |
ghc will see an old view of this package db. Use 'ghc-pkg recache' to fix. | |
deepseq is already installed and the version is ok. | |
binary is already installed and the version is ok. | |
time is already installed and the version is ok. | |
Cabal is already installed and the version is ok. | |
transformers is already installed and the version is ok. | |
mtl-2.2.1 will be downloaded and installed. | |
text-1.2.0.3 will be downloaded and installed. | |
parsec-3.1.7 will be downloaded and installed. | |
network-2.6.0.2 will be downloaded and installed. | |
old-locale-1.0.0.7 will be downloaded and installed. | |
old-time-1.1.0.3 will be downloaded and installed. | |
HTTP-4000.2.19 will be downloaded and installed. | |
zlib-0.5.4.2 will be downloaded and installed. | |
random-1.1 will be downloaded and installed. | |
stm-2.4.4 will be downloaded and installed. | |
Downloading mtl-2.2.1... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15391 100 15391 0 0 25344 0 --:--:-- --:--:-- --:--:-- 69328 | |
[1 of 1] Compiling Main ( Setup.hs, Setup.o ) | |
Linking Setup ... | |
Configuring mtl-2.2.1... | |
i686-apple-darwin11-llvm-gcc-4.2: -headerpad_max_install_names: linker input file unused because linking not done | |
Building mtl-2.2.1... | |
Preprocessing library mtl-2.2.1... | |
cc1: error: unrecognized command line option "-Wno-invalid-pp-token" | |
cc1: error: unrecognized command line option "-Wno-unicode" | |
Error during cabal-install bootstrap: | |
Building the mtl package failed. | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 185815a5378c5ba75c13b748849337e566071793 | |
Last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
LLVM-GCC: build 2336 | |
Clang: 5.1 build 503 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 1.8.7-p358 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Java: 1.8.0_05, 1.7.0_25, 1.6.0_65-b14-462 | |
HOMEBREW_CC: llvm-gcc | |
HOMEBREW_CXX: llvm-g++ | |
MAKEFLAGS: -j8 | |
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 | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/ghc/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc called with: --version | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: llvm-gcc --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc called with: -v -x c - -o /dev/null -### | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: llvm-gcc -v -x c - -o /dev/null -### -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc called with: -v -x c - -o /dev/null -### | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: llvm-gcc -v -x c - -o /dev/null -### -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: llvm-gcc -v | |
clang called with: -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -I. -fno-common -U__PIC__ -D__PIC__ -x assembler -c /tmp/cabal-b22a7e70/ghc86137_0/ghc_2.s -o Setup.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: llvm-gcc -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -I. -fno-common -U__PIC__ -D__PIC__ -x assembler -c /tmp/cabal-b22a7e70/ghc86137_0/ghc_2.s -o Setup.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -c /tmp/cabal-b22a7e70/ghc86137_0/ghc_4.c -o /tmp/cabal-b22a7e70/ghc86137_0/ghc_5.o -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include -fno-common -U__PIC__ -D__PIC__ | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: llvm-gcc -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -c /tmp/cabal-b22a7e70/ghc86137_0/ghc_4.c -o /tmp/cabal-b22a7e70/ghc86137_0/ghc_5.o -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include -fno-common -U__PIC__ -D__PIC__ -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -m64 -o Setup -Wl,-no_compact_unwind Setup.o -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/Cabal_96aI7pZyaxU3dsgngOxbdK -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/proce_FLTz0SLwyG6LJUpZ52HjkU -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/prett_7UQTOB05U7lIYPkFOVraeR -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/direc_KowvXytSqazBcvN7MGpFtg -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/unix_A3WgcI5QiHK4PDo4jSYdwQ -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/time_AXTdBF9VRQoBOqJT6qtmVH -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/filep_KsGE6pHE5eZHSN90ZVax6A -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/binar_IvYoLp9H6Xy3zEH13MmZwd -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/conta_LKCPrTJwOTOLk4OU37YmeN -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/bytes_6elQVSg5cWdFrvRnfxTUrH -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/deeps_LbCWUlehDDeLxurARKDH5o -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/array_E0sTtauuKsGDLZoT7lTbgZ -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS -L/usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/lib -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/ghcpr_8TmvWUcS1U1IKHT0levwg3 -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/rts /tmp/cabal-b22a7e70/ghc86137_0/ghc_5.o -Wl,-u,_ghczmprim_GHCziTypes_Izh_static_info -Wl,-u,_ghczmprim_GHCziTypes_Czh_static_info -Wl,-u,_ghczmprim_GHCziTypes_Fzh_static_info -Wl,-u,_ghczmprim_GHCziTypes_Dzh_static_info -Wl,-u,_base_GHCziPtr_Ptr_static_info -Wl,-u,_ghczmprim_GHCziTypes_Wzh_static_info -Wl,-u,_base_GHCziInt_I8zh_static_info -Wl,-u,_base_GHCziInt_I16zh_static_info -Wl,-u,_base_GHCziInt_I32zh_static_info -Wl,-u,_base_GHCziInt_I64zh_static_info -Wl,-u,_base_GHCziWord_W8zh_static_info -Wl,-u,_base_GHCziWord_W16zh_static_info -Wl,-u,_base_GHCziWord_W32zh_static_info -Wl,-u,_base_GHCziWord_W64zh_static_info -Wl,-u,_base_GHCziStable_StablePtr_static_info -Wl,-u,_ghczmprim_GHCziTypes_Izh_con_info -Wl,-u,_ghczmprim_GHCziTypes_Czh_con_info -Wl,-u,_ghczmprim_GHCziTypes_Fzh_con_info -Wl,-u,_ghczmprim_GHCziTypes_Dzh_con_info -Wl,-u,_base_GHCziPtr_Ptr_con_info -Wl,-u,_base_GHCziPtr_FunPtr_con_info -Wl,-u,_base_GHCziStable_StablePtr_con_info -Wl,-u,_ghczmprim_GHCziTypes_False_closure -Wl,-u,_ghczmprim_GHCziTypes_True_closure -Wl,-u,_base_GHCziPack_unpackCString_closure -Wl,-u,_base_GHCziIOziException_stackOverflow_closure -Wl,-u,_base_GHCziIOziException_heapOverflow_closure -Wl,-u,_base_ControlziExceptionziBase_nonTermination_closure -Wl,-u,_base_GHCziIOziException_blockedIndefinitelyOnMVar_closure -Wl,-u,_base_GHCziIOziException_blockedIndefinitelyOnSTM_closure -Wl,-u,_base_GHCziIOziException_allocationLimitExceeded_closure -Wl,-u,_base_ControlziExceptionziBase_nestedAtomically_closure -Wl,-u,_base_GHCziEventziThread_blockedOnBadFD_closure -Wl,-u,_base_GHCziWeak_runFinalizzerBatch_closure -Wl,-u,_base_GHCziTopHandler_flushStdHandles_closure -Wl,-u,_base_GHCziTopHandler_runIO_closure -Wl,-u,_base_GHCziTopHandler_runNonIO_closure -Wl,-u,_base_GHCziConcziIO_ensureIOManagerIsRunning_closure -Wl,-u,_base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure -Wl,-u,_base_GHCziConcziSync_runSparks_closure -Wl,-u,_base_GHCziConcziSignal_runHandlersPtr_closure -Wl,-search_paths_first -lHSCabal-1.22.4.0-96aI7pZyaxU3dsgngOxbdK -lHSprocess-1.2.3.0-FLTz0SLwyG6LJUpZ52HjkU -lHSpretty-1.1.2.0-7UQTOB05U7lIYPkFOVraeR -lHSdirectory-1.2.2.0-KowvXytSqazBcvN7MGpFtg -lHSunix-2.7.1.0-A3WgcI5QiHK4PDo4jSYdwQ -lHStime-1.5.0.1-AXTdBF9VRQoBOqJT6qtmVH -lHSfilepath-1.4.0.0-KsGE6pHE5eZHSN90ZVax6A -lHSbinary-0.7.5.0-IvYoLp9H6Xy3zEH13MmZwd -lHScontainers-0.5.6.2-LKCPrTJwOTOLk4OU37YmeN -lHSbytestring-0.10.6.0-6elQVSg5cWdFrvRnfxTUrH -lHSdeepseq-1.4.1.1-LbCWUlehDDeLxurARKDH5o -lHSarray-0.5.1.0-E0sTtauuKsGDLZoT7lTbgZ -lHSbase-4.8.1.0-GDytRqRVSUX7zckgKqJjgw -lHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS -lHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3 -lHSrts -lCffi -liconv -lgmp -lm -ldl | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: llvm-gcc -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -m64 -o Setup -Wl,-no_compact_unwind Setup.o -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/Cabal_96aI7pZyaxU3dsgngOxbdK -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/proce_FLTz0SLwyG6LJUpZ52HjkU -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/prett_7UQTOB05U7lIYPkFOVraeR -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/direc_KowvXytSqazBcvN7MGpFtg -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/unix_A3WgcI5QiHK4PDo4jSYdwQ -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/time_AXTdBF9VRQoBOqJT6qtmVH -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/filep_KsGE6pHE5eZHSN90ZVax6A -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/binar_IvYoLp9H6Xy3zEH13MmZwd -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/conta_LKCPrTJwOTOLk4OU37YmeN -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/bytes_6elQVSg5cWdFrvRnfxTUrH -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/deeps_LbCWUlehDDeLxurARKDH5o -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/array_E0sTtauuKsGDLZoT7lTbgZ -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS -L/usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/lib -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/ghcpr_8TmvWUcS1U1IKHT0levwg3 -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/rts /tmp/cabal-b22a7e70/ghc86137_0/ghc_5.o -Wl,-u,_ghczmprim_GHCziTypes_Izh_static_info -Wl,-u,_ghczmprim_GHCziTypes_Czh_static_info -Wl,-u,_ghczmprim_GHCziTypes_Fzh_static_info -Wl,-u,_ghczmprim_GHCziTypes_Dzh_static_info -Wl,-u,_base_GHCziPtr_Ptr_static_info -Wl,-u,_ghczmprim_GHCziTypes_Wzh_static_info -Wl,-u,_base_GHCziInt_I8zh_static_info -Wl,-u,_base_GHCziInt_I16zh_static_info -Wl,-u,_base_GHCziInt_I32zh_static_info -Wl,-u,_base_GHCziInt_I64zh_static_info -Wl,-u,_base_GHCziWord_W8zh_static_info -Wl,-u,_base_GHCziWord_W16zh_static_info -Wl,-u,_base_GHCziWord_W32zh_static_info -Wl,-u,_base_GHCziWord_W64zh_static_info -Wl,-u,_base_GHCziStable_StablePtr_static_info -Wl,-u,_ghczmprim_GHCziTypes_Izh_con_info -Wl,-u,_ghczmprim_GHCziTypes_Czh_con_info -Wl,-u,_ghczmprim_GHCziTypes_Fzh_con_info -Wl,-u,_ghczmprim_GHCziTypes_Dzh_con_info -Wl,-u,_base_GHCziPtr_Ptr_con_info -Wl,-u,_base_GHCziPtr_FunPtr_con_info -Wl,-u,_base_GHCziStable_StablePtr_con_info -Wl,-u,_ghczmprim_GHCziTypes_False_closure -Wl,-u,_ghczmprim_GHCziTypes_True_closure -Wl,-u,_base_GHCziPack_unpackCString_closure -Wl,-u,_base_GHCziIOziException_stackOverflow_closure -Wl,-u,_base_GHCziIOziException_heapOverflow_closure -Wl,-u,_base_ControlziExceptionziBase_nonTermination_closure -Wl,-u,_base_GHCziIOziException_blockedIndefinitelyOnMVar_closure -Wl,-u,_base_GHCziIOziException_blockedIndefinitelyOnSTM_closure -Wl,-u,_base_GHCziIOziException_allocationLimitExceeded_closure -Wl,-u,_base_ControlziExceptionziBase_nestedAtomically_closure -Wl,-u,_base_GHCziEventziThread_blockedOnBadFD_closure -Wl,-u,_base_GHCziWeak_runFinalizzerBatch_closure -Wl,-u,_base_GHCziTopHandler_flushStdHandles_closure -Wl,-u,_base_GHCziTopHandler_runIO_closure -Wl,-u,_base_GHCziTopHandler_runNonIO_closure -Wl,-u,_base_GHCziConcziIO_ensureIOManagerIsRunning_closure -Wl,-u,_base_GHCziConcziIO_ioManagerCapabilitiesChanged_closure -Wl,-u,_base_GHCziConcziSync_runSparks_closure -Wl,-u,_base_GHCziConcziSignal_runHandlersPtr_closure -Wl,-search_paths_first -lHSCabal-1.22.4.0-96aI7pZyaxU3dsgngOxbdK -lHSprocess-1.2.3.0-FLTz0SLwyG6LJUpZ52HjkU -lHSpretty-1.1.2.0-7UQTOB05U7lIYPkFOVraeR -lHSdirectory-1.2.2.0-KowvXytSqazBcvN7MGpFtg -lHSunix-2.7.1.0-A3WgcI5QiHK4PDo4jSYdwQ -lHStime-1.5.0.1-AXTdBF9VRQoBOqJT6qtmVH -lHSfilepath-1.4.0.0-KsGE6pHE5eZHSN90ZVax6A -lHSbinary-0.7.5.0-IvYoLp9H6Xy3zEH13MmZwd -lHScontainers-0.5.6.2-LKCPrTJwOTOLk4OU37YmeN -lHSbytestring-0.10.6.0-6elQVSg5cWdFrvRnfxTUrH -lHSdeepseq-1.4.1.1-LbCWUlehDDeLxurARKDH5o -lHSarray-0.5.1.0-E0sTtauuKsGDLZoT7lTbgZ -lHSbase-4.8.1.0-GDytRqRVSUX7zckgKqJjgw -lHSinteger-gmp-1.0.0.0-2aU3IZNMF9a7mQ0OzsZ0dS -lHSghc-prim-0.4.0.0-8TmvWUcS1U1IKHT0levwg3 -lHSrts -lCffi -liconv -lgmp -lm -ldl -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc called with: -dumpversion | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: llvm-gcc -dumpversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -x c /tmp/cabal-b22a7e70/16807282475249.c -o /tmp/cabal-b22a7e70/ghc86166_0/ghc_1.s -fno-common -U__PIC__ -D__PIC__ -Wimplicit -S -D__GLASGOW_HASKELL__=710 -include /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include/ghcversion.h -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw/include -I/usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/include -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: llvm-gcc -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -x c /tmp/cabal-b22a7e70/16807282475249.c -o /tmp/cabal-b22a7e70/ghc86166_0/ghc_1.s -fno-common -U__PIC__ -D__PIC__ -Wimplicit -S -D__GLASGOW_HASKELL__=710 -include /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include/ghcversion.h -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw/include -I/usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/include -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: llvm-gcc -v | |
clang called with: -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -fno-common -U__PIC__ -D__PIC__ -x assembler -c /tmp/cabal-b22a7e70/ghc86166_0/ghc_1.s -o /tmp/cabal-b22a7e70/1622650073984943658.o | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: llvm-gcc -m64 -fno-stack-protector -DTABLES_NEXT_TO_CODE -fno-common -U__PIC__ -D__PIC__ -x assembler -c /tmp/cabal-b22a7e70/ghc86166_0/ghc_1.s -o /tmp/cabal-b22a7e70/1622650073984943658.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
ld called with: -x -r /tmp/cabal-b22a7e70/1622650073984943658.o -o /tmp/cabal-b22a7e70/1144108930470211272.o | |
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -x -r /tmp/cabal-b22a7e70/1622650073984943658.o -o /tmp/cabal-b22a7e70/1144108930470211272.o | |
gcc called with: /tmp/cabal-b22a7e70/14587779232007237709.c -o /tmp/cabal-b22a7e70/8235644401115438165 -D__GLASGOW_HASKELL__=710 -Ddarwin_BUILD_OS=1 -Dx86_64_BUILD_ARCH=1 -Ddarwin_HOST_OS=1 -Dx86_64_HOST_ARCH=1 -Idist/build/autogen -I. -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw/include -I/usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/include -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/trans_3eG64VdP2vzGjP6wJiCp5X -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS -L/usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/lib -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/ghcpr_8TmvWUcS1U1IKHT0levwg3 -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/rts | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: llvm-gcc /tmp/cabal-b22a7e70/14587779232007237709.c -o /tmp/cabal-b22a7e70/8235644401115438165 -D__GLASGOW_HASKELL__=710 -Ddarwin_BUILD_OS=1 -Dx86_64_BUILD_ARCH=1 -Ddarwin_HOST_OS=1 -Dx86_64_HOST_ARCH=1 -Idist/build/autogen -I. -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw/include -I/usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/include -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include -I/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/trans_3eG64VdP2vzGjP6wJiCp5X -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS -L/usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/lib -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/ghcpr_8TmvWUcS1U1IKHT0levwg3 -L/usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/rts -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -E -undef -traditional -Wno-invalid-pp-token -Wno-unicode -Wno-trigraphs -include dist/build/autogen/cabal_macros.h -I dist/build -I dist/build -I dist/build/autogen -I dist/build -I /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw/include -I /usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/include -I /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include -I /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include -D__GLASGOW_HASKELL__=710 -include /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include/ghcversion.h -Ddarwin_BUILD_OS=1 -Dx86_64_BUILD_ARCH=1 -Ddarwin_HOST_OS=1 -Dx86_64_HOST_ARCH=1 -D__GLASGOW_HASKELL_TH__=YES -U__PIC__ -D__PIC__ -D__SSE__=1 -D__SSE2__=1 -x assembler-with-cpp ./Control/Monad/Error.hs -o /tmp/cabal-b22a7e70/ghc86189_0/ghc_1.hscpp | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: llvm-gcc -E -undef -traditional -Wno-invalid-pp-token -Wno-unicode -Wno-trigraphs -include dist/build/autogen/cabal_macros.h -I dist/build -I dist/build -I dist/build/autogen -I dist/build -I /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/base_GDytRqRVSUX7zckgKqJjgw/include -I /usr/local/Cellar/ghc/7.10.2/libexec/integer-gmp/include -I /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/integ_2aU3IZNMF9a7mQ0OzsZ0dS/include -I /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include -D__GLASGOW_HASKELL__=710 -include /usr/local/Cellar/ghc/7.10.2/lib/ghc-7.10.2/include/ghcversion.h -Ddarwin_BUILD_OS=1 -Dx86_64_BUILD_ARCH=1 -Ddarwin_HOST_OS=1 -Dx86_64_HOST_ARCH=1 -D__GLASGOW_HASKELL_TH__=YES -U__PIC__ -D__PIC__ -D__SSE__=1 -D__SSE2__=1 -x assembler-with-cpp ./Control/Monad/Error.hs -o /tmp/cabal-b22a7e70/ghc86189_0/ghc_1.hscpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 185815a5378c5ba75c13b748849337e566071793 | |
Last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.1.1 | |
CLT: 5.1.0.0.1.1396320587 | |
LLVM-GCC: build 2336 | |
Clang: 5.1 build 503 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 1.8.7-p358 | |
Perl: /Users/bwagner/perl5/perlbrew/perls/perl-5.19.0/bin/perl => /Users/bwagner/perl5/perlbrew/perls/perl-5.19.0/bin/perl5.19.0 | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.3/bin/ruby | |
Java: 1.8.0_05, 1.7.0_25, 1.6.0_65-b14-462 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/node/android-ifaddrs.h | |
/usr/local/include/node/ares.h | |
/usr/local/include/node/ares_version.h | |
/usr/local/include/node/libplatform/libplatform.h | |
/usr/local/include/node/nameser.h | |
/usr/local/include/node/node.h | |
/usr/local/include/node/node_buffer.h | |
/usr/local/include/node/node_internals.h | |
/usr/local/include/node/node_object_wrap.h | |
/usr/local/include/node/node_version.h | |
/usr/local/include/node/openssl/aes.h | |
/usr/local/include/node/openssl/asn1.h | |
/usr/local/include/node/openssl/asn1_mac.h | |
/usr/local/include/node/openssl/asn1t.h | |
/usr/local/include/node/openssl/bio.h | |
/usr/local/include/node/openssl/blowfish.h | |
/usr/local/include/node/openssl/bn.h | |
/usr/local/include/node/openssl/buffer.h | |
/usr/local/include/node/openssl/camellia.h | |
/usr/local/include/node/openssl/cast.h | |
/usr/local/include/node/openssl/cmac.h | |
/usr/local/include/node/openssl/cms.h | |
/usr/local/include/node/openssl/comp.h | |
/usr/local/include/node/openssl/conf.h | |
/usr/local/include/node/openssl/conf_api.h | |
/usr/local/include/node/openssl/crypto.h | |
/usr/local/include/node/openssl/des.h | |
/usr/local/include/node/openssl/des_old.h | |
/usr/local/include/node/openssl/dh.h | |
/usr/local/include/node/openssl/dsa.h | |
/usr/local/include/node/openssl/dso.h | |
/usr/local/include/node/openssl/dtls1.h | |
/usr/local/include/node/openssl/e_os2.h | |
/usr/local/include/node/openssl/ebcdic.h | |
/usr/local/include/node/openssl/ec.h | |
/usr/local/include/node/openssl/ecdh.h | |
/usr/local/include/node/openssl/ecdsa.h | |
/usr/local/include/node/openssl/engine.h | |
/usr/local/include/node/openssl/err.h | |
/usr/local/include/node/openssl/evp.h | |
/usr/local/include/node/openssl/hmac.h | |
/usr/local/include/node/openssl/idea.h | |
/usr/local/include/node/openssl/krb5_asn.h | |
/usr/local/include/node/openssl/kssl.h | |
/usr/local/include/node/openssl/lhash.h | |
/usr/local/include/node/openssl/md4.h | |
/usr/local/include/node/openssl/md5.h | |
/usr/local/include/node/openssl/mdc2.h | |
/usr/local/include/node/openssl/modes.h | |
/usr/local/include/node/openssl/obj_mac.h | |
/usr/local/include/node/openssl/objects.h | |
/usr/local/include/node/openssl/ocsp.h | |
/usr/local/include/node/openssl/opensslconf.h | |
/usr/local/include/node/openssl/opensslv.h | |
/usr/local/include/node/openssl/ossl_typ.h | |
/usr/local/include/node/openssl/pem.h | |
/usr/local/include/node/openssl/pem2.h | |
/usr/local/include/node/openssl/pkcs12.h | |
/usr/local/include/node/openssl/pkcs7.h | |
/usr/local/include/node/openssl/pqueue.h | |
/usr/local/include/node/openssl/rand.h | |
/usr/local/include/node/openssl/rc2.h | |
/usr/local/include/node/openssl/rc4.h | |
/usr/local/include/node/openssl/ripemd.h | |
/usr/local/include/node/openssl/rsa.h | |
/usr/local/include/node/openssl/safestack.h | |
/usr/local/include/node/openssl/seed.h | |
/usr/local/include/node/openssl/sha.h | |
/usr/local/include/node/openssl/srp.h | |
/usr/local/include/node/openssl/srtp.h | |
/usr/local/include/node/openssl/ssl.h | |
/usr/local/include/node/openssl/ssl2.h | |
/usr/local/include/node/openssl/ssl23.h | |
/usr/local/include/node/openssl/ssl3.h | |
/usr/local/include/node/openssl/stack.h | |
/usr/local/include/node/openssl/symhacks.h | |
/usr/local/include/node/openssl/tls1.h | |
/usr/local/include/node/openssl/ts.h | |
/usr/local/include/node/openssl/txt_db.h | |
/usr/local/include/node/openssl/ui.h | |
/usr/local/include/node/openssl/ui_compat.h | |
/usr/local/include/node/openssl/whrlpool.h | |
/usr/local/include/node/openssl/x509.h | |
/usr/local/include/node/openssl/x509_vfy.h | |
/usr/local/include/node/openssl/x509v3.h | |
/usr/local/include/node/pthread-fixes.h | |
/usr/local/include/node/smalloc.h | |
/usr/local/include/node/stdint-msvc2008.h | |
/usr/local/include/node/tree.h | |
/usr/local/include/node/uv-aix.h | |
/usr/local/include/node/uv-bsd.h | |
/usr/local/include/node/uv-darwin.h | |
/usr/local/include/node/uv-errno.h | |
/usr/local/include/node/uv-linux.h | |
/usr/local/include/node/uv-sunos.h | |
/usr/local/include/node/uv-threadpool.h | |
/usr/local/include/node/uv-unix.h | |
/usr/local/include/node/uv-version.h | |
/usr/local/include/node/uv-win.h | |
/usr/local/include/node/uv.h | |
/usr/local/include/node/v8-debug.h | |
/usr/local/include/node/v8-platform.h | |
/usr/local/include/node/v8-profiler.h | |
/usr/local/include/node/v8-testing.h | |
/usr/local/include/node/v8-util.h | |
/usr/local/include/node/v8.h | |
/usr/local/include/node/v8config.h | |
/usr/local/include/node/v8stdint.h | |
/usr/local/include/node/zconf.h | |
/usr/local/include/node/zlib.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment