Created
June 6, 2012 14:44
-
-
Save itaiferber/2882317 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
~ $ brew --config | |
HOMEBREW_VERSION: 0.9 | |
HEAD: 1419db330972c67e1be52c2bfe256b2d7ecb07e2 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit core2 | |
OS X: 10.8 | |
Kernel Architecture: x86_64 | |
Xcode: 4.4 | |
GCC-4.0: N/A | |
GCC-4.2: N/A | |
LLVM: build 2336 | |
Clang: 4.0 build 421 | |
MacPorts or Fink? false | |
X11: /usr/X11 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.3/bin/python2.7 | |
Which Ruby: /Users/itaiferber/.rvm/rubies/ruby-1.9.3-p125/bin/ruby |
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
~ $ brew doctor | |
Error: /usr/X11 is a symlink | |
Homebrew's X11 support has only be tested with Apple's X11. | |
In particular, "XQuartz" and "XDarwin" are not known to be compatible. | |
Error: 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 | |
Error: 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 | |
Error: 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 |
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
~ $ brew install -v haskell-platform | |
==> Installing haskell-platform dependency: ghc | |
==> Downloading http://www.haskell.org/ghc/dist/7.4.1/ghc-7.4.1-x86_64-apple-darwin.tar.bz2 | |
/usr/bin/curl -qf#LA Homebrew 0.9 (Ruby 1.8.7-358; Mac OS X 10.8) http://www.haskell.org/ghc/dist/7.4.1/ghc-7.4.1-x86_64-apple-darwin.tar.bz2 -o /Library/Caches/Homebrew/ghc-7.4.1.tar.bz2 | |
######################################################################## 100.0% | |
/usr/bin/tar xf /Library/Caches/Homebrew/ghc-7.4.1.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/ghc/7.4.1 | |
./configure --prefix=/usr/local/Cellar/ghc/7.4.1 | |
checking for path to top of build tree... /private/tmp/homebrew-ghc-7.4.1-JQdJ/ghc-7.4.1 | |
Build platform inferred as: x86_64-apple-darwin | |
Host platform inferred as: x86_64-apple-darwin | |
Target platform inferred as: x86_64-apple-darwin | |
GHC build : x86_64-apple-darwin | |
GHC host : x86_64-apple-darwin | |
GHC target : x86_64-apple-darwin | |
checking for perl... /usr/bin/perl | |
checking if your perl works in shell scripts... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln -s works... yes | |
checking for gsed... sed | |
checking XCode version... 4.4 | |
configure: XCode version component 1: 4 | |
configure: XCode version component 2: 4 | |
checking for gcc... /usr/bin/clang | |
checking for gcc... /usr/bin/clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking version of gcc... 4.0 | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking whether ld understands --hash-size=31... conftest.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
foo() {} | |
^~~ | |
conftest.c:1:8: warning: control reaches end of non-void function [-Wreturn-type] | |
foo() {} | |
^ | |
2 warnings generated. | |
checking whether ld understands --reduce-memory-overheads... conftest.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
foo() {} | |
^~~ | |
conftest.c:1:8: warning: control reaches end of non-void function [-Wreturn-type] | |
foo() {} | |
^ | |
2 warnings generated. | |
checking for extra options to pass gcc when compiling via C... -fwrapv | |
checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS... done | |
checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0... done | |
checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1... done | |
checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2... done | |
checking for .subsections_via_symbols... yes | |
checking for GNU non-executable stack support... no | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for void *... yes | |
checking size of void *... 8 | |
checking for ar... /Applications/Xcode.app/Contents/Developer/usr/bin/ar | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/ar is GNU ar... no | |
checking for ar arguments... clqs | |
checking whether ranlib is needed... yes | |
checking for ranlib... ranlib | |
configure: creating ./config.status | |
config.status: creating settings | |
config.status: creating mk/config.mk | |
config.status: creating mk/install.mk | |
**************************************************** | |
Configuration done, ready to 'make install' | |
(see README and INSTALL files for more info.) | |
**************************************************** | |
==> make install | |
make install | |
make -r --no-print-directory -f ghc.mk install BINDIST=YES NO_INCLUDE_DEPS=YES | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/share/man" | |
"rm" -f driver/split/dist/ghc-split | |
echo '#!/usr/bin/perl' >> driver/split/dist/ghc-split | |
echo '$TARGETPLATFORM = "x86_64-apple-darwin";' >> driver/split/dist/ghc-split | |
echo '$TABLES_NEXT_TO_CODE = "YES";' >> driver/split/dist/ghc-split | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/share/man/man1" | |
/usr/bin/install -c -m 644 docs/man/ghc.1 "/usr/local/Cellar/ghc/7.4.1/share/man/man1" | |
cat driver/split/dist/ghc-split.prl >> driver/split/dist/ghc-split | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/bin" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/ghci-7.4.1" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/." && /usr/bin/install -c -m 644 includes/./*.h "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/./" && /usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/rts" && /usr/bin/install -c -m 644 includes/rts/*.h "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/rts/" && /usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/rts/prof" && /usr/bin/install -c -m 644 includes/rts/prof/*.h "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/rts/prof/" && /usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/rts/storage" && /usr/bin/install -c -m 644 includes/rts/storage/*.h "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/rts/storage/" && /usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/stg" && /usr/bin/install -c -m 644 includes/stg/*.h "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/stg/" && true | |
create () { touch "$1" && chmod 755 "$1" ; } && create "/usr/local/Cellar/ghc/7.4.1/bin/ghci-7.4.1" | |
echo '#!/bin/sh' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghci-7.4.1" | |
echo 'exec "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" --interactive ${1+"$@"}' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghci-7.4.1" | |
chmod +x "/usr/local/Cellar/ghc/7.4.1/bin/ghci-7.4.1" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/ghci" | |
ln -s ghci-7.4.1 "/usr/local/Cellar/ghc/7.4.1/bin/ghci" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include" | |
/usr/bin/install -c -m 644 rts/dist/build/ffi.h rts/dist/build/ffitarget.h "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/" | |
/usr/bin/install -c -m 644 includes/ghcautoconf.h includes/ghcplatform.h includes/dist-ghcconstants/header/GHCConstants.h includes/dist-derivedconstants/header/DerivedConstants.h "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include/" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/bin" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
create () { touch "$1" && chmod 755 "$1" ; } && create "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Classic.theme/" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Ocean.std-theme/" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/latex/" | |
echo '#!/bin/sh' >> "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
echo 'exedir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
/usr/bin/install -c -m 644 utils/haddock/html/frames.html "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/" | |
echo 'exeprog="haddock"' >> "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
/usr/bin/install -c -m 644 utils/haddock/html/haddock-util.js "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/" | |
echo 'executablename="$exedir/$exeprog"' >> "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
/usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/haskell_icon.gif "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Classic.theme/" | |
echo 'datadir="/usr/local/Cellar/ghc/7.4.1/share"' >> "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
echo 'bindir="/usr/local/Cellar/ghc/7.4.1/bin"' >> "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
echo 'topdir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
/usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/minus.gif "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Classic.theme/" | |
cat utils/haddock/haddock.wrapper >> "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
/usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/plus.gif "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Classic.theme/" | |
chmod +x "/usr/local/Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1" | |
/usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/xhaddock.css "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Classic.theme/" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/haddock" | |
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/hslogo-16.png "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Ocean.std-theme/" | |
ln -s haddock-ghc-7.4.1 "/usr/local/Cellar/ghc/7.4.1/bin/haddock" | |
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/minus.gif "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Ocean.std-theme/" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/bin" | |
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/ocean.css "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Ocean.std-theme/" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/plus.gif "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Ocean.std-theme/" | |
create () { touch "$1" && chmod 755 "$1" ; } && create "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/synopsis.png "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/html/Ocean.std-theme/" | |
/usr/bin/install -c -m 644 utils/haddock/latex/haddock.sty "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/latex/" | |
echo '#!/bin/sh' >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
/usr/bin/install -c -m 644 utils/hsc2hs/template-hsc.h "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" | |
echo 'exedir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/bin" | |
echo 'exeprog="hsc2hs"' >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
echo 'executablename="$exedir/$exeprog"' >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
echo 'datadir="/usr/local/Cellar/ghc/7.4.1/share"' >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
create () { touch "$1" && chmod 755 "$1" ; } && create "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
echo 'bindir="/usr/local/Cellar/ghc/7.4.1/bin"' >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
echo 'topdir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
echo 'HSC2HS_EXTRA="--cflag=-m64 --cflag=-fno-stack-protector --lflag=-m64"' >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
echo '#!/bin/sh' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
cat utils/hsc2hs/hsc2hs.wrapper >> "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
echo 'exedir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
chmod +x "/usr/local/Cellar/ghc/7.4.1/bin/hsc2hs" | |
echo 'exeprog="ghc-pkg"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
echo 'executablename="$exedir/$exeprog"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/bin" | |
echo 'datadir="/usr/local/Cellar/ghc/7.4.1/share"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg" | |
echo 'bindir="/usr/local/Cellar/ghc/7.4.1/bin"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
echo 'topdir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
ln -s ghc-pkg-7.4.1 "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg" | |
cat utils/ghc-pkg/ghc-pkg.wrapper >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/bin" | |
chmod +x "/usr/local/Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/runhaskell" | |
create () { touch "$1" && chmod 755 "$1" ; } && create "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
ln -s runghc "/usr/local/Cellar/ghc/7.4.1/bin/runhaskell" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/bin" | |
echo '#!/bin/sh' >> "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
echo 'exedir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
echo 'exeprog="runghc"' >> "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
echo 'executablename="$exedir/$exeprog"' >> "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
create () { touch "$1" && chmod 755 "$1" ; } && create "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
echo 'datadir="/usr/local/Cellar/ghc/7.4.1/share"' >> "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
echo 'bindir="/usr/local/Cellar/ghc/7.4.1/bin"' >> "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
echo 'topdir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
echo '#!/bin/sh' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
cat utils/runghc/runghc.wrapper >> "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
echo 'exedir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
echo 'exeprog="ghc-stage2"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
chmod +x "/usr/local/Cellar/ghc/7.4.1/bin/runghc" | |
echo 'executablename="$exedir/$exeprog"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
"rm" -f "/usr/local/Cellar/ghc/7.4.1/bin/ghc" | |
echo 'datadir="/usr/local/Cellar/ghc/7.4.1/share"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
ln -s ghc-7.4.1 "/usr/local/Cellar/ghc/7.4.1/bin/ghc" | |
echo 'bindir="/usr/local/Cellar/ghc/7.4.1/bin"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
echo 'topdir="/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" | |
echo 'executablename="$exedir/ghc"' >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
cat ghc/ghc.wrapper >> "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
for i in driver/ghc-usage.txt driver/ghci-usage.txt rts/dist/build/libHSrts.a rts/dist/build/libHSrts_p.a rts/dist/build/libHSrts-ghc7.4.1.dylib rts/dist/build/libHSrts_l.a rts/dist/build/libHSrts_debug.a rts/dist/build/libHSrts_thr.a rts/dist/build/libHSrts_thr_debug.a rts/dist/build/libHSrts_thr_l.a rts/dist/build/libHSrts_thr_p.a rts/dist/build/libHSrts_debug-ghc7.4.1.dylib rts/dist/build/libHSrts_thr-ghc7.4.1.dylib rts/dist/build/libHSrts_thr_debug-ghc7.4.1.dylib rts/dist/build/libffi.dylib settings; do \ | |
case $i in \ | |
*.a) \ | |
/usr/bin/install -c -m 644 $i "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"; \ | |
ranlib /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/`basename $i` ;; \ | |
*.dll) \ | |
/usr/bin/install -c -m 644 -s $i "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" ;; \ | |
*.so) \ | |
/usr/bin/install -c -m 755 $i "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" ;; \ | |
*.dylib) \ | |
/usr/bin/install -c -m 755 $i "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1";; \ | |
*) \ | |
/usr/bin/install -c -m 644 $i "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"; \ | |
esac; \ | |
done | |
chmod +x "/usr/local/Cellar/ghc/7.4.1/bin/ghc-7.4.1" | |
/usr/bin/clang -E -m64 -undef -traditional -P -DINSTALLING -DLIB_DIR='"/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"' -DINCLUDE_DIR='"/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/include"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -x c -Iincludes rts/package.conf.in -o rts/package.conf.install.raw | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(darwin.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(ffi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(Disassembler.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(FrontPanel.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(LdvProfile.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(OldARMAtomic.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(Papi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(Profiling.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(RetainerProfile.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(RetainerSet.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(RtsDllMain.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(0Hash.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(0Unpack.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(Dist.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(Global.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(GranSim.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(HLComms.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(LLComms.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(Pack.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(ParInit.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(ParTicky.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(Parallel.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(ParallelDebug.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(RBH.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(Sanity.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts.a(EventLog.o) has no symbols | |
grep -v '^#pragma GCC' rts/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ ]*,/: /g' >rts/package.conf.install | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(darwin.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(ffi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(Disassembler.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(FrontPanel.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(OldARMAtomic.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(Papi.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(RtsDllMain.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(0Hash.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(0Unpack.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(Dist.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(Global.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(GranSim.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(HLComms.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(LLComms.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(Pack.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(ParInit.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(ParTicky.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(Parallel.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(ParallelDebug.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(RBH.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(Sanity.p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_p.a(EventLog.p_o) has no symbols | |
for i in utils/haddock/dist/build/tmp/haddock utils/hsc2hs/dist-install/build/tmp/hsc2hs utils/ghc-pkg/dist-install/build/tmp/ghc-pkg utils/runghc/dist-install/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2; do \ | |
/usr/bin/install -c -m 755 $i "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"; \ | |
done | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(darwin.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(ffi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(Disassembler.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(FrontPanel.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(LdvProfile.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(OldARMAtomic.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(Papi.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(Profiling.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(RetainerProfile.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(RetainerSet.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(RtsDllMain.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(0Hash.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(0Unpack.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(Dist.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(Global.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(GranSim.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(HLComms.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(LLComms.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(Pack.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(ParInit.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(ParTicky.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(Parallel.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(ParallelDebug.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(RBH.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_l.a(Sanity.l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(darwin.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(ffi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(FrontPanel.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(LdvProfile.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(OldARMAtomic.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(Papi.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(Profiling.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(RetainerProfile.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(RetainerSet.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(RtsDllMain.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(0Hash.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(0Unpack.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(Dist.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(Global.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(GranSim.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(HLComms.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(LLComms.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(Pack.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(ParInit.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(ParTicky.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(Parallel.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(ParallelDebug.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_debug.a(RBH.debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(darwin.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(ffi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Disassembler.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(FrontPanel.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(LdvProfile.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(OldARMAtomic.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Papi.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Profiling.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(RetainerProfile.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(RetainerSet.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(RtsDllMain.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(0Hash.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(0Unpack.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Dist.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Global.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(GranSim.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(HLComms.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(LLComms.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Pack.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(ParInit.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(ParTicky.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Parallel.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(ParallelDebug.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(RBH.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Sanity.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(EventLog.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr.a(Select.thr_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(darwin.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(ffi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(FrontPanel.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(LdvProfile.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(OldARMAtomic.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(Papi.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(Profiling.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(RetainerProfile.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(RetainerSet.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(RtsDllMain.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(0Hash.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(0Unpack.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(Dist.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(Global.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(GranSim.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(HLComms.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(LLComms.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(Pack.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(ParInit.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(ParTicky.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(Parallel.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(ParallelDebug.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(RBH.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_debug.a(Select.thr_debug_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(darwin.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(ffi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Disassembler.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(FrontPanel.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(LdvProfile.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(OldARMAtomic.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Papi.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Profiling.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(RetainerProfile.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(RetainerSet.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(RtsDllMain.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(0Hash.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(0Unpack.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Dist.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Global.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(GranSim.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(HLComms.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(LLComms.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Pack.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(ParInit.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(ParTicky.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Parallel.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(ParallelDebug.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(RBH.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Sanity.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_l.a(Select.thr_l_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(darwin.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(ffi.o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(Disassembler.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(FrontPanel.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(OldARMAtomic.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(Papi.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(RtsDllMain.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(0Hash.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(0Unpack.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(Dist.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(Global.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(GranSim.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(HLComms.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(LLComms.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(Pack.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(ParInit.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(ParTicky.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(Parallel.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(ParallelDebug.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(RBH.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(Sanity.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(EventLog.thr_p_o) has no symbols | |
ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/libHSrts_thr_p.a(Select.thr_p_o) has no symbols | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/bin" | |
for i in utils/hp2ps/dist/build/tmp/hp2ps utils/hpc/dist-install/build/tmp/hpc; do \ | |
/usr/bin/install -c -m 755 $i "/usr/local/Cellar/ghc/7.4.1/bin" ; \ | |
done | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" | |
for i in utils/unlit/dist/build/tmp/unlit; do \ | |
/usr/bin/install -c -m 755 $i "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1"; \ | |
done | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc" | |
for i in docs/users_guide/users_guide.ps docs/users_guide/users_guide.pdf utils/haddock/doc/haddock.ps utils/haddock/doc/haddock.pdf; do \ | |
/usr/bin/install -c -m 644 $i "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc"; \ | |
done | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html" | |
/usr/bin/install -c -m 644 docs/index.html "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries" | |
for i in libraries/*.html libraries/*.gif libraries/*.css libraries/*.js; do \ | |
/usr/bin/install -c -m 644 $i "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries/"; \ | |
done | |
/usr/bin/install -c -m 644 libraries/prologue.txt "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries/" | |
/usr/bin/install -c -m 755 libraries/gen_contents_index "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries/" | |
for i in docs/users_guide/users_guide utils/haddock/doc/haddock; do \ | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/`basename $i`"; \ | |
/usr/bin/install -c -m 644 $i/* "/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/`basename $i`"; \ | |
done | |
"mv" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-stage2" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" | |
/usr/bin/install -c -m 755 driver/split/dist/ghc-split "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" | |
"rm" -rf "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/package.conf.d" | |
/usr/bin/install -c -m 755 -d "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/package.conf.d" | |
"/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" --force --global-conf "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/package.conf.d" update rts/package.conf.install | |
Reading package info from "rts/package.conf.install" ... done. | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/ghc-prim dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-prim-0.2.0.0 | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0.a(longlong.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0_p.a(longlong.p_o) has no symbols | |
Registering ghc-prim-0.2.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/integer-gmp dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0 | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(mp_clz_tab.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(obprintf.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(obprntffuns.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(obvprintf.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(repl-vsnprintf.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0_p.a(mp_clz_tab.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0_p.a(obprintf.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0_p.a(obprntffuns.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0_p.a(obvprintf.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0_p.a(repl-vsnprintf.o) has no symbols | |
Registering integer-gmp-0.4.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/base dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0 | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0/libHSbase-4.5.0.0.a(Fingerprint__10.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0/libHSbase-4.5.0.0.a(Stack__33.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0/libHSbase-4.5.0.0.a(Win32Utils.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0/libHSbase-4.5.0.0.a(consUtils.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0/libHSbase-4.5.0.0_p.a(Fingerprint__10.p_o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0/libHSbase-4.5.0.0_p.a(Stack__33.p_o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0/libHSbase-4.5.0.0_p.a(Win32Utils.p_o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/base-4.5.0.0/libHSbase-4.5.0.0_p.a(consUtils.p_o) has no symbols | |
Registering base-4.5.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/filepath dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/filepath-1.3.0.0 | |
Registering filepath-1.3.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/array dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/array-0.4.0.0 | |
Registering array-0.4.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/bytestring dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/bytestring-0.9.2.1 | |
Registering bytestring-0.9.2.1... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/deepseq dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/deepseq-1.3.0.0 | |
Registering deepseq-1.3.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/containers dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/containers-0.4.2.1 | |
Registering containers-0.4.2.1... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/unix dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/unix-2.5.1.0 | |
Registering unix-2.5.1.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/old-locale dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/old-locale-1.0.0.4 | |
Registering old-locale-1.0.0.4... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/old-time dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/old-time-1.1.0.0 | |
Registering old-time-1.1.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/time dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/time-1.4 | |
Registering time-1.4... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/directory dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/directory-1.1.0.2 | |
Registering directory-1.1.0.2... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/process dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/process-1.1.0.1 | |
Registering process-1.1.0.1... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/extensible-exceptions dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/extensible-exceptions-0.1.1.4 | |
Registering extensible-exceptions-0.1.1.4... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/hpc dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/hpc-0.5.1.1 | |
Registering hpc-0.5.1.1... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/pretty dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/pretty-1.1.1.0 | |
Registering pretty-1.1.1.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/template-haskell dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/template-haskell-2.7.0.0 | |
Registering template-haskell-2.7.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/Cabal/Cabal dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/Cabal-1.14.0 | |
Registering Cabal-1.14.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/binary dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/binary-0.5.1.0 | |
Registering binary-0.5.1.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/bin-package-db dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/bin-package-db-0.0.0.0 | |
Registering bin-package-db-0.0.0.0... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/hoopl dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/hoopl-3.8.7.3 | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/hoopl-3.8.7.3/libHShoopl-3.8.7.3.a(Graph__64.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/hoopl-3.8.7.3/libHShoopl-3.8.7.3.a(Shape__25.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/hoopl-3.8.7.3/libHShoopl-3.8.7.3_p.a(Graph__64.p_o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/hoopl-3.8.7.3/libHShoopl-3.8.7.3_p.a(Shape__25.p_o) has no symbols | |
Registering hoopl-3.8.7.3... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" compiler stage2 '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-7.4.1 | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-7.4.1/libHSghc-7.4.1.a(keepCAFsForGHCi.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-7.4.1/libHSghc-7.4.1.a(md5.o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-7.4.1/libHSghc-7.4.1_p.a(keepCAFsForGHCi.p_o) has no symbols | |
/usr/bin/ranlib: file: /usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-7.4.1/libHSghc-7.4.1_p.a(md5.p_o) has no symbols | |
Registering ghc-7.4.1... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/haskell98 dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/haskell98-2.0.0.1 | |
Registering haskell98-2.0.0.1... | |
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/ghc-pkg" "strip" "/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1" libraries/haskell2010 dist-install '' '/usr/local/Cellar/ghc/7.4.1' '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1' '/usr/local/Cellar/ghc/7.4.1/share/doc/ghc/html/libraries' NO | |
Installing library in | |
/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/haskell2010-1.1.0.1 | |
Registering haskell2010-1.1.0.1... | |
for f in '/usr/local/Cellar/ghc/7.4.1/lib/ghc-7.4.1/package.conf.d'/*; do create () { touch "$1" && chmod 644 "$1" ; } && create "$f"; done | |
==> Caveats | |
This brew is for GHC only; you might also be interested in haskell-platform. | |
==> Finishing up | |
ln -s ../Cellar/ghc/7.4.1/bin/runhaskell runhaskell | |
ln -s ../Cellar/ghc/7.4.1/bin/runghc runghc | |
ln -s ../Cellar/ghc/7.4.1/bin/hsc2hs hsc2hs | |
ln -s ../Cellar/ghc/7.4.1/bin/hpc hpc | |
ln -s ../Cellar/ghc/7.4.1/bin/hp2ps hp2ps | |
ln -s ../Cellar/ghc/7.4.1/bin/haddock-ghc-7.4.1 haddock-ghc-7.4.1 | |
ln -s ../Cellar/ghc/7.4.1/bin/haddock haddock | |
ln -s ../Cellar/ghc/7.4.1/bin/ghci-7.4.1 ghci-7.4.1 | |
ln -s ../Cellar/ghc/7.4.1/bin/ghci ghci | |
ln -s ../Cellar/ghc/7.4.1/bin/ghc-pkg-7.4.1 ghc-pkg-7.4.1 | |
ln -s ../Cellar/ghc/7.4.1/bin/ghc-pkg ghc-pkg | |
ln -s ../Cellar/ghc/7.4.1/bin/ghc-7.4.1 ghc-7.4.1 | |
ln -s ../Cellar/ghc/7.4.1/bin/ghc ghc | |
ln -s ../../../Cellar/ghc/7.4.1/share/man/man1/ghc.1 ghc.1 | |
ln -s ../../Cellar/ghc/7.4.1/share/doc/ghc ghc | |
ln -s ../Cellar/ghc/7.4.1/lib/ghc-7.4.1 ghc-7.4.1 | |
ln -s ../../Cellar/ghc/7.4.1 ghc | |
==> Summary | |
/usr/local/Cellar/ghc/7.4.1: 6208 files, 846M, built in 10.1 minutes | |
==> Installing haskell-platform | |
==> Downloading http://lambda.haskell.org/platform/download/2012.2.0.0/haskell-platform-2012.2.0.0.tar.gz | |
/usr/bin/curl -qf#LA Homebrew 0.9 (Ruby 1.8.7-358; Mac OS X 10.8) http://lambda.haskell.org/platform/download/2012.2.0.0/haskell-platform-2012.2.0.0.tar.gz -o /Library/Caches/Homebrew/haskell-platform-2012.2.0.0.tar.gz | |
######################################################################## 100.0% | |
/usr/bin/tar xf /Library/Caches/Homebrew/haskell-platform-2012.2.0.0.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/haskell-platform/2012.2.0.0 --enable-unsupported-ghc-version | |
./configure --prefix=/usr/local/Cellar/haskell-platform/2012.2.0.0 --enable-unsupported-ghc-version | |
************************************************** | |
* | |
* Haskell Platform Source Installer | |
* | |
* For the Haskell Platform 2012.2.0.0 and GHC 7.4.1 | |
* | |
************************************************** | |
checking build system type... i386-apple-darwin12.0.0 | |
checking host system type... i386-apple-darwin12.0.0 | |
checking target system type... i386-apple-darwin12.0.0 | |
checking for ghc... /usr/local/bin/ghc | |
checking for ghc-pkg... /usr/local/bin/ghc-pkg | |
checking for hsc2hs... /usr/local/bin/hsc2hs | |
checking version of ghc... 7.4.1 | |
checking version of ghc-pkg matches... yes | |
checking ghc actually works... [1 of 1] Compiling Main ( conftest.hs, conftest.o ) | |
Linking conftest ... | |
yes | |
checking for perl... /usr/bin/perl | |
checking for gcc... /usr/bin/clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking for zlibVersion in -lz... yes | |
configure: creating ./config.status | |
config.status: creating scripts/config | |
************************************************** | |
* Configuration completed successfully. | |
* | |
* Install prefix: /usr/local/Cellar/haskell-platform/2012.2.0.0 | |
* Haskell packages will be registered into | |
* the global ghc package database | |
* | |
* If you wish to change these settings then | |
* use --prefix= and/or --enable-user-install | |
* | |
* Now do "make" followed by "sudo make install" | |
************************************************** | |
==> EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2012.2.0.0/lib/ghc" make install | |
EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2012.2.0.0/lib/ghc" make install | |
scripts/build.sh | |
************************************************** | |
Scanning system for any installed Haskell Platform components... | |
-n Found: | |
None. | |
-n New packages to install: | |
None! All done. | |
************************************************** | |
Building HUnit-1.2.4.2 | |
"/usr/local/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal" | |
[1 of 1] Compiling Main ( Setup.hs, Setup.o ) | |
Setup.hs:6:1: | |
Warning: In the use of `runTests' | |
(imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks): | |
Deprecated: "Please use the new testing interface instead!" | |
Linking Setup ... | |
"./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/usr/local/Cellar/haskell-platform/2012.2.0.0" "--with-compiler=/usr/local/bin/ghc" "--with-hc-pkg=/usr/local/bin/ghc-pkg" "--with-hsc2hs=/usr/local/bin/hsc2hs" "--enable-library-profiling" "--libdir=/usr/local/Cellar/haskell-platform/2012.2.0.0/lib/ghc" "--ghc-pkg-option=--package-conf=../../packages/package.conf.inplace" | |
Setup: internal error: evacuate(static): strange closure type 603975781 | |
(GHC version 7.4.1 for x86_64_apple_darwin) | |
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug | |
scripts/common.sh: line 4: 40842 Abort trap: 6 "$CMD" "$@" | |
Error: | |
Configuring the HUnit-1.2.4.2 package failed | |
make: *** [build.stamp] Error 2 | |
config.log was copied to /Users/itaiferber/Library/Logs/Homebrew | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/haskell-platform.rb#L13 | |
==> Build Environment | |
CPU: dual-core 64-bit core2 | |
MacOS: 10.8-x86_64 | |
Xcode: 4.4 | |
X11: /usr/X11 => /opt/X11 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
MAKEFLAGS: -j2 | |
Error: Failed executing: EXTRA_CONFIGURE_OPTS="--libdir=/usr/local/Cellar/haskell-platform/2012.2.0.0/lib/ghc" make install (haskell-platform.rb:13) | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/12225 | |
Otherwise, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment