Skip to content

Instantly share code, notes, and snippets.

@ygale
Created February 4, 2013 17:34
Show Gist options
  • Save ygale/4708204 to your computer and use it in GitHub Desktop.
Save ygale/4708204 to your computer and use it in GitHub Desktop.
haskell-platform 2012.4.0.0 FTB on 10.8.2
yitzg$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install haskell-platform
==> Installing haskell-platform dependency: ghc
==> Downloading http://www.haskell.org/ghc/dist/7.4.2/ghc-7.4.2-src.tar.bz2
Already downloaded: /Users/yitzg/Library/Caches/Homebrew/ghc-7.4.2.tar.bz2
/usr/bin/tar xf /Users/yitzg/Library/Caches/Homebrew/ghc-7.4.2.tar.bz2
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.2) http://hackage.haskell.org/trac/ghc/raw-attachment/ticket/7040/ghc7040.patch -o 000-homebrew.diff
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file rts/Linker.c
==> Downloading http://www.haskell.org/ghc/dist/7.4.2/ghc-7.4.2-x86_64-apple-darwin.tar.bz2
Already downloaded: /Users/yitzg/Library/Caches/Homebrew/ghc-7.4.2-x86_64-apple-darwin.tar.bz2
/usr/bin/tar xf /Users/yitzg/Library/Caches/Homebrew/ghc-7.4.2-x86_64-apple-darwin.tar.bz2
==> ./configure --prefix=/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo
./configure --prefix=/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo
checking for path to top of build tree... /Volumes/SuiteMac/temp/__UNKNOWN__-ki8M/ghc-7.4.2
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... xcode-select: Error: No Xcode is selected. Use xcode-select -switch <path-to-xcode>, or see the xcode-select manpage (man xcode-select) for further information.
not found (too old?)
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.2
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... /usr/bin/ar
checking whether /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 -j1 install
make -j1 install
make -r --no-print-directory -f ghc.mk install BINDIST=YES NO_INCLUDE_DEPS=YES
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/man"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/man/man1"
/usr/bin/install -c -m 644 docs/man/ghc.1 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/man/man1"
"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
cat driver/split/dist/ghc-split.prl >> driver/split/dist/ghc-split
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"
/usr/bin/install -c -m 755 driver/split/dist/ghc-split "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghci-7.4.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghci-7.4.2"
echo '#!/bin/sh' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghci-7.4.2"
echo 'exec "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2" --interactive ${1+"$@"}' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghci-7.4.2"
chmod +x "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghci-7.4.2"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghci"
ln -s ghci-7.4.2 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghci"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/." && /usr/bin/install -c -m 644 includes/./*.h "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/./" && /usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/rts" && /usr/bin/install -c -m 644 includes/rts/*.h "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/rts/" && /usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/rts/prof" && /usr/bin/install -c -m 644 includes/rts/prof/*.h "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/rts/prof/" && /usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/rts/storage" && /usr/bin/install -c -m 644 includes/rts/storage/*.h "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/rts/storage/" && /usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/stg" && /usr/bin/install -c -m 644 includes/stg/*.h "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/stg/" && true
/usr/bin/install -c -m 644 includes/ghcautoconf.h includes/ghcplatform.h includes/dist-ghcconstants/header/GHCConstants.h includes/dist-derivedconstants/header/DerivedConstants.h "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include"
/usr/bin/install -c -m 644 rts/dist/build/ffi.h rts/dist/build/ffitarget.h "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include/"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
echo '#!/bin/sh' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
echo 'exedir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
echo 'exeprog="haddock"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
echo 'executablename="$exedir/$exeprog"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
echo 'datadir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
echo 'bindir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
echo 'topdir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
cat utils/haddock/haddock.wrapper >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
chmod +x "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock-ghc-7.4.2"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Classic.theme/"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/latex/"
/usr/bin/install -c -m 644 utils/haddock/html/frames.html "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/"
/usr/bin/install -c -m 644 utils/haddock/html/haddock-util.js "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/"
/usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/haskell_icon.gif "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Classic.theme/"
/usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/minus.gif "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Classic.theme/"
/usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/plus.gif "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Classic.theme/"
/usr/bin/install -c -m 644 utils/haddock/html/Classic.theme/xhaddock.css "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Classic.theme/"
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/hslogo-16.png "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/minus.gif "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/ocean.css "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/plus.gif "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/synopsis.png "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/html/Ocean.std-theme/"
/usr/bin/install -c -m 644 utils/haddock/latex/haddock.sty "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/latex/"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock"
ln -s haddock-ghc-7.4.2 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/haddock"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
create () { touch "$1" && chmod 755 "$1" ; } && create "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
echo '#!/bin/sh' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
echo 'exedir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
echo 'exeprog="hsc2hs"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
echo 'executablename="$exedir/$exeprog"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
echo 'datadir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
echo 'bindir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
echo 'topdir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
echo 'HSC2HS_EXTRA="--cflag=-m64 --cflag=-fno-stack-protector --lflag=-m64"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
cat utils/hsc2hs/hsc2hs.wrapper >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
chmod +x "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/hsc2hs"
/usr/bin/install -c -m 644 utils/hsc2hs/template-hsc.h "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
echo '#!/bin/sh' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
echo 'exedir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
echo 'exeprog="ghc-pkg"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
echo 'executablename="$exedir/$exeprog"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
echo 'datadir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
echo 'bindir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
echo 'topdir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
cat utils/ghc-pkg/ghc-pkg.wrapper >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
chmod +x "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg-7.4.2"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg"
ln -s ghc-pkg-7.4.2 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
create () { touch "$1" && chmod 755 "$1" ; } && create "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
echo '#!/bin/sh' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
echo 'exedir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
echo 'exeprog="runghc"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
echo 'executablename="$exedir/$exeprog"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
echo 'datadir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
echo 'bindir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
echo 'topdir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
cat utils/runghc/runghc.wrapper >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
chmod +x "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runghc"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runhaskell"
ln -s runghc "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/runhaskell"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
create () { touch "$1" && chmod 755 "$1" ; } && create "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
echo '#!/bin/sh' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
echo 'exedir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
echo 'exeprog="ghc-stage2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
echo 'executablename="$exedir/$exeprog"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
echo 'datadir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
echo 'bindir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
echo 'topdir="/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
echo 'executablename="$exedir/ghc"' >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
cat ghc/ghc.wrapper >> "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
chmod +x "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-7.4.2"
"rm" -f "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc"
ln -s ghc-7.4.2 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"
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.2.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.2.dylib rts/dist/build/libHSrts_thr-ghc7.4.2.dylib rts/dist/build/libHSrts_thr_debug-ghc7.4.2.dylib rts/dist/build/libffi.dylib settings; do \
case $i in \
*.a) \
/usr/bin/install -c -m 644 $i "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"; \
ranlib /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/`basename $i` ;; \
*.dll) \
/usr/bin/install -c -m 644 -s $i "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" ;; \
*.so) \
/usr/bin/install -c -m 755 $i "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" ;; \
*.dylib) \
/usr/bin/install -c -m 755 $i "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2";; \
*) \
/usr/bin/install -c -m 644 $i "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"; \
esac; \
done
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(darwin.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(ffi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(Disassembler.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(FrontPanel.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(LdvProfile.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(OldARMAtomic.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(Papi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(Profiling.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(RetainerProfile.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(RetainerSet.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(RtsDllMain.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(0Hash.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(0Unpack.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(Dist.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(Global.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(GranSim.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(HLComms.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(LLComms.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(Pack.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(ParInit.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(ParTicky.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(Parallel.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(ParallelDebug.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(RBH.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(Sanity.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts.a(EventLog.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(darwin.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(ffi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(Disassembler.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(FrontPanel.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(OldARMAtomic.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(Papi.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(RtsDllMain.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(0Hash.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(0Unpack.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(Dist.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(Global.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(GranSim.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(HLComms.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(LLComms.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(Pack.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(ParInit.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(ParTicky.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(Parallel.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(ParallelDebug.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(RBH.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(Sanity.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_p.a(EventLog.p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(darwin.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(ffi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(Disassembler.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(FrontPanel.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(LdvProfile.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(OldARMAtomic.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(Papi.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(Profiling.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(RetainerProfile.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(RetainerSet.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(RtsDllMain.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(0Hash.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(0Unpack.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(Dist.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(Global.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(GranSim.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(HLComms.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(LLComms.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(Pack.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(ParInit.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(ParTicky.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(Parallel.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(ParallelDebug.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(RBH.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_l.a(Sanity.l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(darwin.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(ffi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(FrontPanel.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(LdvProfile.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(OldARMAtomic.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(Papi.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(Profiling.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(RetainerProfile.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(RetainerSet.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(RtsDllMain.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(0Hash.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(0Unpack.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(Dist.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(Global.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(GranSim.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(HLComms.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(LLComms.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(Pack.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(ParInit.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(ParTicky.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(Parallel.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(ParallelDebug.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_debug.a(RBH.debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(darwin.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(ffi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Disassembler.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(FrontPanel.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(LdvProfile.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(OldARMAtomic.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Papi.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Profiling.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(RetainerProfile.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(RetainerSet.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(RtsDllMain.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(0Hash.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(0Unpack.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Dist.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Global.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(GranSim.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(HLComms.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(LLComms.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Pack.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(ParInit.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(ParTicky.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Parallel.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(ParallelDebug.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(RBH.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Sanity.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(EventLog.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr.a(Select.thr_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(darwin.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(ffi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(FrontPanel.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(LdvProfile.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(OldARMAtomic.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(Papi.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(Profiling.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(RetainerProfile.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(RetainerSet.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(RtsDllMain.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(0Hash.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(0Unpack.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(Dist.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(Global.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(GranSim.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(HLComms.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(LLComms.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(Pack.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(ParInit.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(ParTicky.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(Parallel.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(ParallelDebug.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(RBH.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_debug.a(Select.thr_debug_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(darwin.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(ffi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Disassembler.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(FrontPanel.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(LdvProfile.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(OldARMAtomic.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Papi.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Profiling.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(RetainerProfile.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(RetainerSet.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(RtsDllMain.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(0Hash.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(0Unpack.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Dist.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Global.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(GranSim.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(HLComms.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(LLComms.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Pack.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(ParInit.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(ParTicky.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Parallel.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(ParallelDebug.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(RBH.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Sanity.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_l.a(Select.thr_l_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(darwin.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(ffi.o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(Disassembler.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(FrontPanel.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(OldARMAtomic.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(Papi.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(RtsDllMain.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(0Hash.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(0Unpack.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(Dist.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(Global.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(GranSim.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(HLComms.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(LLComms.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(Pack.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(ParInit.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(ParTicky.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(Parallel.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(ParallelDebug.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(RBH.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(Sanity.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(EventLog.thr_p_o) has no symbols
ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/libHSrts_thr_p.a(Select.thr_p_o) has no symbols
/usr/bin/clang -E -m64 -undef -traditional -P -DINSTALLING -DLIB_DIR='"/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"' -DINCLUDE_DIR='"/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/include"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -x c -Iincludes rts/package.conf.in -o rts/package.conf.install.raw
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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"
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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"; \
done
"mv" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-stage2" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"
"rm" -rf "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/package.conf.d"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/package.conf.d"
"/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" --force --global-conf "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/ghc-prim dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-prim-0.2.0.0
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-prim-0.2.0.0/libHSghc-prim-0.2.0.0.a(longlong.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/integer-gmp dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(mp_clz_tab.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(obprintf.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(obprntffuns.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(obvprintf.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0.a(repl-vsnprintf.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/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: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0_p.a(obprintf.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0_p.a(obprntffuns.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/integer-gmp-0.4.0.0/libHSinteger-gmp-0.4.0.0_p.a(obvprintf.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/base dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0/libHSbase-4.5.1.0.a(Fingerprint__10.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0/libHSbase-4.5.1.0.a(Stack__33.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0/libHSbase-4.5.1.0.a(Win32Utils.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0/libHSbase-4.5.1.0.a(consUtils.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0/libHSbase-4.5.1.0_p.a(Fingerprint__10.p_o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0/libHSbase-4.5.1.0_p.a(Stack__33.p_o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0/libHSbase-4.5.1.0_p.a(Win32Utils.p_o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/base-4.5.1.0/libHSbase-4.5.1.0_p.a(consUtils.p_o) has no symbols
Registering base-4.5.1.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/filepath dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/filepath-1.3.0.0
Registering filepath-1.3.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/array dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/array-0.4.0.0
Registering array-0.4.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/bytestring dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/bytestring-0.9.2.1
Registering bytestring-0.9.2.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/deepseq dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/deepseq-1.3.0.0
Registering deepseq-1.3.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/containers dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/containers-0.4.2.1
Registering containers-0.4.2.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/unix dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/unix-2.5.1.1
Registering unix-2.5.1.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/old-locale dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/old-locale-1.0.0.4
Registering old-locale-1.0.0.4...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/old-time dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/old-time-1.1.0.0
Registering old-time-1.1.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/time dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/time-1.4
Registering time-1.4...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/directory dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/directory-1.1.0.2
Registering directory-1.1.0.2...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/process dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/process-1.1.0.1
Registering process-1.1.0.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/extensible-exceptions dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/extensible-exceptions-0.1.1.4
Registering extensible-exceptions-0.1.1.4...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/hpc dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/hpc-0.5.1.1
Registering hpc-0.5.1.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/pretty dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/pretty-1.1.1.0
Registering pretty-1.1.1.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/template-haskell dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/template-haskell-2.7.0.0
Registering template-haskell-2.7.0.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/Cabal/Cabal dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/Cabal-1.14.0
Registering Cabal-1.14.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/binary dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/binary-0.5.1.0
Registering binary-0.5.1.0...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/bin-package-db dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/hoopl dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/hoopl-3.8.7.3
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/hoopl-3.8.7.3/libHShoopl-3.8.7.3.a(Graph__64.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/hoopl-3.8.7.3/libHShoopl-3.8.7.3.a(Shape__25.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/hoopl-3.8.7.3/libHShoopl-3.8.7.3_p.a(Graph__64.p_o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" compiler stage2 '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-7.4.2
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-7.4.2/libHSghc-7.4.2.a(keepCAFsForGHCi.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-7.4.2/libHSghc-7.4.2.a(md5.o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-7.4.2/libHSghc-7.4.2_p.a(keepCAFsForGHCi.p_o) has no symbols
/usr/bin/ranlib: file: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-7.4.2/libHSghc-7.4.2_p.a(md5.p_o) has no symbols
Registering ghc-7.4.2...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/haskell98 dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/haskell98-2.0.0.1
Registering haskell98-2.0.0.1...
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/ghc-pkg" "strip" "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2" libraries/haskell2010 dist-install '' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2' '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries' NO
Installing library in
/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/haskell2010-1.1.0.1
Registering haskell2010-1.1.0.1...
for f in '/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2/package.conf.d'/*; do create () { touch "$1" && chmod 644 "$1" ; } && create "$f"; done
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin" ; \
done
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"
for i in utils/unlit/dist/build/tmp/unlit; do \
/usr/bin/install -c -m 755 $i "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/lib/ghc-7.4.2"; \
done
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc"; \
done
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html"
/usr/bin/install -c -m 644 docs/index.html "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html"
/usr/bin/install -c -m 755 -d "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries"
for i in libraries/*.html libraries/*.gif libraries/*.css libraries/*.js; do \
/usr/bin/install -c -m 644 $i "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries/"; \
done
/usr/bin/install -c -m 644 libraries/prologue.txt "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/libraries/"
/usr/bin/install -c -m 755 libraries/gen_contents_index "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/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 "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/`basename $i`"; \
/usr/bin/install -c -m 644 $i/* "/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/share/doc/ghc/html/`basename $i`"; \
done
==> ./configure --prefix=/Volumes/SuiteMac/homebrew/Cellar/ghc/7.4.2 --build=x86_64-apple-darwin
./configure --prefix=/Volumes/SuiteMac/homebrew/Cellar/ghc/7.4.2 --build=x86_64-apple-darwin
checking for gfind... no
checking for find... /usr/bin/find
checking for sort... /usr/bin/sort
checking for ghc... /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc
checking version of ghc... 7.4.2
checking build system type... x86_64-apple-darwin
checking host system type... x86_64-apple-darwin
checking target system type... 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
configure: Building in-tree ghc-pwd
checking for path to top of build tree... /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/Ghcsource
checking XCode version... xcode-select: Error: No Xcode is selected. Use xcode-select -switch <path-to-xcode>, or see the xcode-select manpage (man xcode-select) for further information.
not found (too old?)
checking for gcc... /usr/bin/clang
checking for ld... /usr/bin/ld
checking for nm... /usr/bin/nm
checking Mac OS X deployment target... none
checking whether #! works in shell scripts... yes
checking for perl... /usr/bin/perl
checking if your perl works in shell scripts... yes
checking for python... /usr/bin/python
checking for gcc... /usr/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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.2
checking whether C compiler has an LLVM back end... yes
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 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 extra options to pass gcc when compiling via C... -fwrapv
checking how to run the C preprocessor... /usr/bin/clang -E
checking for .subsections_via_symbols... yes
checking for GNU non-executable stack support... no
checking for a working context diff... diff -U 1
checking for a BSD-compatible install... /usr/bin/install -c
checking for ar... /usr/bin/ar
checking whether /usr/bin/ar is GNU ar... no
checking for ar arguments... clqs
checking whether /usr/bin/ar supports @file... no
checking whether ranlib is needed... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for gsed... no
checking for sed... /usr/bin/sed
checking for time... /usr/bin/time
checking for gnutar... /usr/bin/gnutar
checking for gpatch... no
checking for patch... /usr/bin/patch
checking for dtrace... /usr/sbin/dtrace
checking for HsColour... no
checking for xmllint... /usr/bin/xmllint
checking for DocBook DTD... I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
conftest.xml:5: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
]>
^
conftest.xml:6: element book: validity error : No declaration for attribute id of element book
<book id="test">
^
conftest-book.xml:2: parser error : Entity 'ldquo' not defined
<title>A DocBook &ldquo;Test Document&rdquo;</title>
^
conftest-book.xml:2: parser error : Entity 'rdquo' not defined
<title>A DocBook &ldquo;Test Document&rdquo;</title>
^
conftest-book.xml:11: parser error : chunk is not well balanced
^
conftest.xml:7: parser error : Failure to process entity conftest-book
&conftest-book;
^
conftest.xml:7: parser error : Entity 'conftest-book' not defined
&conftest-book;
^
failed
configure: WARNING: cannot find a DTD for DocBook XML V4.5, you will not be able to validate your documentation
configure: WARNING: check your XML_CATALOG_FILES environment variable and/or /etc/xml/catalog
checking for xsltproc... /usr/bin/xsltproc
checking for DocBook XSL stylesheet... no
configure: WARNING: cannot find DocBook XSL stylesheets, you will not be able to build the documentation
checking for dblatex... no
configure: WARNING: cannot find dblatex in your PATH, you will not be able to build the PDF and PS documentation
checking for ghc-pkg matching /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc... /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc-pkg
checking for happy... no
checking for version of happy...
checking for alex... no
checking for version of alex...
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 special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
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 bfd.h usability... no
checking bfd.h presence... no
checking for bfd.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nlist.h usability... yes
checking nlist.h presence... yes
checking for nlist.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/cpuset.h usability... no
checking sys/cpuset.h presence... no
checking for sys/cpuset.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/timers.h usability... no
checking sys/timers.h presence... no
checking for sys/timers.h... no
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for long long... yes
checking size of char... 1
checking size of double... 8
checking size of float... 4
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of short... 2
checking size of unsigned char... 1
checking size of unsigned int... 4
checking size of unsigned long... 8
checking size of unsigned long long... 8
checking size of unsigned short... 2
checking size of void *... 8
checking for char... yes
checking alignment of char... 1
checking for double... yes
checking alignment of double... 8
checking for float... yes
checking alignment of float... 4
checking for int... yes
checking alignment of int... 4
checking for long... yes
checking alignment of long... 8
checking for long long... (cached) yes
checking alignment of long long... 8
checking for short... yes
checking alignment of short... 2
checking for unsigned char... yes
checking alignment of unsigned char... 1
checking for unsigned int... yes
checking alignment of unsigned int... 4
checking for unsigned long... yes
checking alignment of unsigned long... 8
checking for unsigned long long... yes
checking alignment of unsigned long long... 8
checking for unsigned short... yes
checking alignment of unsigned short... 2
checking for void *... yes
checking alignment of void *... 8
checking for WinExec... no
checking for GetModuleFileName... no
checking return type of signal handlers... void
checking for getclock... no
checking for getrusage... yes
checking for gettimeofday... yes
checking for setitimer... yes
checking for siginterrupt... yes
checking for sysconf... yes
checking for times... yes
checking for ctime_r... yes
checking for sched_setaffinity... no
checking for setlocale... yes
checking whether ctime_r is declared... yes
checking for closedir in -lmingwex... no
checking for atan in -lm... yes
checking for xmalloc in -liberty... no
checking for bfd_uncompress_section_contents in -lbfd... no
checking for dlopen in -ldl... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking whether float word order is big endian... no
checking for nlist in -lelf... no
checking leading underscore in symbol names... yes
checking whether ld understands -x... 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.
-x
checking whether ld is GNU ld... no
checking whether ld understands --build-id... 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.
no
checking whether ld understands -no_compact_unwind... 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.
yes
checking whether __attribute__((visibility("hidden"))) is supported... yes
checking for clock_gettime in -lrt... no
checking for clock_gettime... no
checking for timer_create... no
checking for timer_settime... no
checking for a working timer_create(CLOCK_REALTIME)... no
checking for printf$LDBLStub... no
checking sys/eventfd.h usability... no
checking sys/eventfd.h presence... no
checking for sys/eventfd.h... no
checking for eventfd... no
checking for pkg-config... no
checking for PAPI_library_init in -lpapi... no
checking papi.h usability... no
checking papi.h presence... no
checking for papi.h... no
checking for __mingw_vfprintf... no
configure: creating ./config.status
config.status: creating mk/config.mk
config.status: creating mk/install.mk
config.status: creating mk/project.mk
config.status: creating compiler/ghc.cabal
config.status: creating ghc/ghc-bin.cabal
config.status: creating utils/runghc/runghc.cabal
config.status: creating ghc.spec
config.status: creating settings
config.status: creating docs/users_guide/ug-book.xml
config.status: creating docs/users_guide/ug-ent.xml
config.status: creating docs/index.html
config.status: creating libraries/prologue.txt
config.status: creating distrib/ghc.iss
config.status: creating distrib/configure.ac
config.status: creating mk/config.h
config.status: executing mk/stamp-h commands
----------------------------------------------------------------------
Configure completed successfully.
Building GHC version : 7.4.2
Build platform : x86_64-apple-darwin
Host platform : x86_64-apple-darwin
Target platform : x86_64-apple-darwin
Bootstrapping using : /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc
which is version : 7.4.2
Using GCC : /usr/bin/clang
which is version : 4.2
ld : /usr/bin/ld
Happy : ()
Alex : ()
Python : /usr/bin/python
Perl : /usr/bin/perl
dblatex :
xsltproc : /usr/bin/xsltproc
HsColour was not found; documentation will not contain source links
Building DocBook HTML documentation : NO
Building DocBook PS documentation : NO
Building DocBook PDF documentation : NO
----------------------------------------------------------------------
For a standard build of GHC (fully optimised with profiling), type (g)make.
To make changes to the default build configuration, copy the file
mk/build.mk.sample to mk/build.mk, and edit the settings in there.
For more information on how to configure your GHC build, see
http://hackage.haskell.org/trac/ghc/wiki/Building
==> make
make
+ test -f mk/config.mk.old
+ cp -p mk/config.mk mk/config.mk.old
touch -r mk/config.mk.old mk/config.mk
+ test -f mk/project.mk.old
+ cp -p mk/project.mk mk/project.mk.old
touch -r mk/project.mk.old mk/project.mk
+ test -f compiler/ghc.cabal.old
+ cp -p compiler/ghc.cabal compiler/ghc.cabal.old
touch -r compiler/ghc.cabal.old compiler/ghc.cabal
===--- building phase 0
make -r --no-print-directory -f ghc.mk phase=0 phase_0_builds
libraries/extensible-exceptions/ghc.mk:3: libraries/extensible-exceptions/dist-boot/package-data.mk: No such file or directory
libraries/hpc/ghc.mk:3: libraries/hpc/dist-boot/package-data.mk: No such file or directory
libraries/Cabal/Cabal/ghc.mk:3: libraries/Cabal/Cabal/dist-boot/package-data.mk: No such file or directory
libraries/binary/ghc.mk:3: libraries/binary/dist-boot/package-data.mk: No such file or directory
libraries/bin-package-db/ghc.mk:3: libraries/bin-package-db/dist-boot/package-data.mk: No such file or directory
libraries/hoopl/ghc.mk:3: libraries/hoopl/dist-boot/package-data.mk: No such file or directory
compiler/ghc.mk:437: compiler/stage1/package-data.mk: No such file or directory
utils/hsc2hs/ghc.mk:14: utils/hsc2hs/dist/package-data.mk: No such file or directory
ghc/ghc.mk:93: ghc/stage1/package-data.mk: No such file or directory
mkdir inplace
mkdir inplace/bin
mkdir inplace/lib
"rm" -f inplace/bin/mkdirhier
echo '#!/bin/sh' >> inplace/bin/mkdirhier
cat utils/mkdirhier/mkdirhier.sh >> inplace/bin/mkdirhier
chmod +x inplace/bin/mkdirhier
"inplace/bin/mkdirhier" utils/ghc-cabal/dist/build/tmp//.
"inplace/bin/mkdirhier" bootstrapping/.
"/Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin/ghc" -H32m -O --make utils/ghc-cabal/Main.hs -o utils/ghc-cabal/dist/build/tmp/ghc-cabal \
-no-user-package-conf \
-Wall \
-DCABAL_VERSION=1,14,0 \
-odir bootstrapping \
-hidir bootstrapping \
-ilibraries/Cabal/Cabal \
-ilibraries/filepath \
-ilibraries/hpc \
In file included from libraries/filepath/System/FilePath/Posix.hs:25:0:
libraries/filepath/System/FilePath/Internal.hs:10:30:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- @'replaceExtension' file \"o\"@
^
libraries/filepath/System/FilePath/Internal.hs:14:38:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- @['replaceFileName' path_to_main \"Test\" '<.>' ext | ext <- [\"hs\",\"lhs\"] ]@
^
libraries/filepath/System/FilePath/Internal.hs:21:67:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- You want to compile a Haskell file, but put the hi file under \"interface\"
^
libraries/filepath/System/FilePath/Internal.hs:23:33:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- @'takeDirectory' file '</>' \"interface\" '</>' ('takeFileName' file \`replaceExtension\` \"hi\"@)
^
libraries/filepath/System/FilePath/Internal.hs:109:57:
warning: missing terminating ' character [-Winvalid-pp-token]
-- one character is possible, 'pathSeparator' is the \'ideal\' one.
^
libraries/filepath/System/FilePath/Internal.hs:212:45:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- | Get the extension of a file, returns @\"\"@ for no extension, @.ext@ otherwise.
^
libraries/filepath/System/FilePath/Internal.hs:234:38:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- | Remove last extension, and the \".\" preceding it.
^
libraries/filepath/System/FilePath/Internal.hs:241:26:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- E.g. @addExtension \"foo.txt\" \"bat\" -> \"foo.txt.bat\"@.
^
libraries/filepath/System/FilePath/Internal.hs:336:9:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- a is "\\?\"
^
libraries/filepath/System/FilePath/Internal.hs:362:33:
warning: missing terminating '"' character [-Winvalid-pp-token]
{- share\bob -> "share","\","bob" -}
^
libraries/filepath/System/FilePath/Internal.hs:512:15:
warning: missing terminating ' character [-Winvalid-pp-token]
then let x' = reverse $ dropWhile isPathSeparator $ reverse x
^
libraries/filepath/System/FilePath/Internal.hs:587:34:
warning: missing terminating ' character [-Winvalid-pp-token]
-- | Just as 'splitPath', but don't add the trailing slashes to each element.
^
libraries/filepath/System/FilePath/Internal.hs:626:26:
warning: missing terminating ' character [-Winvalid-pp-token]
-- Note that this doesn't follow symlinks or DOSNAM~1s.
^
libraries/filepath/System/FilePath/Internal.hs:690:14:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- * .\/ -> \"\"
^
libraries/filepath/System/FilePath/Internal.hs:707:27:
warning: missing terminating ' character [-Winvalid-pp-token]
normalise path = joinDrive' (normaliseDrive drv) (f pth)
^
libraries/filepath/System/FilePath/Internal.hs:712:18:
warning: missing terminating ' character [-Winvalid-pp-token]
joinDrive' "" "" = "."
^
libraries/filepath/System/FilePath/Internal.hs:713:18:
warning: missing terminating ' character [-Winvalid-pp-token]
joinDrive' d p = joinDrive d p
^
17 warnings generated.
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:94:30:
warning: missing terminating ' character [-Winvalid-pp-token]
findFileWithExtension',
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:212:46:
warning: missing terminating ' character [-Winvalid-pp-token]
-- We only get our own version number when we're building with ourselves
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:339:20:
warning: missing terminating ' character [-Winvalid-pp-token]
= let col' = col + length w + 1
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:340:25:
warning: missing terminating ' character [-Winvalid-pp-token]
in wrap col' (w:line) ws
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:512:43:
warning: missing terminating ' character [-Winvalid-pp-token]
-- | Look for a program and try to find it's version number. It can accept
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:535:53:
warning: missing terminating ' character [-Winvalid-pp-token]
-- | Like the unix xargs program. Useful for when we've got very long command
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:558:20:
warning: missing terminating ' character [-Winvalid-pp-token]
where len' = length s
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:595:22:
warning: missing terminating ' character [-Winvalid-pp-token]
findFileWithExtension' :: [String]
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:599:22:
warning: missing terminating ' character [-Winvalid-pp-token]
findFileWithExtension' extensions searchPath baseName =
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:626:46:
warning: missing terminating ' character [-Winvalid-pp-token]
-- This is similar to 'findFileWithExtension'' but specialised to a module
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:635:28:
warning: missing terminating ' character [-Winvalid-pp-token]
=<< findFileWithExtension' extensions searchPath
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:654:19:
warning: missing terminating ' character [-Winvalid-pp-token]
(files, dirs') <- collect [] [] =<< getDirectoryContents (topdir </> dir)
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:656:29:
warning: missing terminating ' character [-Winvalid-pp-token]
return (files ++ files')
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:660:27:
warning: missing terminating ' character [-Winvalid-pp-token]
collect files dirs' (entry:entries) | ignore entry
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:661:65:
warning: missing terminating ' character [-Winvalid-pp-token]
= collect files dirs' entries
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:662:27:
warning: missing terminating ' character [-Winvalid-pp-token]
collect files dirs' (entry:entries) = do
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:666:46:
warning: missing terminating ' character [-Winvalid-pp-token]
then collect files (dirEntry:dirs') entries
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:667:47:
warning: missing terminating ' character [-Winvalid-pp-token]
else collect (dirEntry:files) dirs' entries
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:680:42:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- | dir prefix and extension, like @\"foo\/bar\/\*.baz\"@ corresponds to
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:681:21:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- @FileGlob \"foo\/bar\" \".baz\"@
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:705:21:
warning: missing terminating ' character [-Winvalid-pp-token]
Just (FileGlob dir' ext) -> do
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:706:47:
warning: missing terminating ' character [-Winvalid-pp-token]
files <- getDirectoryContents (dir </> dir')
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:707:17:
warning: missing terminating ' character [-Winvalid-pp-token]
case [ dir' </> file
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:709:28:
warning: missing terminating ' character [-Winvalid-pp-token]
, let (name, ext') = splitExtensions file
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:710:36:
warning: missing terminating ' character [-Winvalid-pp-token]
, not (null name) && ext' == ext ] of
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:775:64:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- are set appropriately for an installed file. On Unix it is \"-rw-r--r--\"
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:784:64:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- are set appropriately for an installed file. On Unix it is \"-rwxr-xr-x\"
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:805:21:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- This would copy \"src\/Foo.hs\" to \"dist\/src\/src\/Foo.hs\" and
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:806:10:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- copy \"dist\/build\/src\/Bar.hs\" to \"dist\/src\/src\/Bar.hs\".
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:873:41:
warning: missing terminating ' character [-Winvalid-pp-token]
-- | Use a temporary filename that doesn't already exist.
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:939:19:
warning: missing terminating ' character [-Winvalid-pp-token]
-- update the file's modification time.
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:953:15:
warning: missing terminating ' character [-Winvalid-pp-token]
-- In Unix, it's @\".\"@, but this is system-specific.
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:954:42:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- (E.g. AmigaOS uses the empty string @\"\"@ for the current directory.)
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1037:23:
warning: missing terminating ' character [-Winvalid-pp-token]
twoBytes c0 (c1:cs')
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1042:51:
warning: missing terminating ' character [-Winvalid-pp-token]
then chr d : fromUTF8 cs'
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1043:51:
warning: missing terminating ' character [-Winvalid-pp-token]
else replacementChar : fromUTF8 cs'
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1047:28:
warning: missing terminating ' character [-Winvalid-pp-token]
moreBytes 1 overlong cs' acc
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1051:30:
warning: missing terminating ' character [-Winvalid-pp-token]
= chr acc : fromUTF8 cs'
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1054:38:
warning: missing terminating ' character [-Winvalid-pp-token]
= replacementChar : fromUTF8 cs'
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1056:40:
warning: missing terminating ' character [-Winvalid-pp-token]
moreBytes byteCount overlong (cn:cs') acc
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1058:44:
warning: missing terminating ' character [-Winvalid-pp-token]
= moreBytes (byteCount-1) overlong cs'
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1061:21:
warning: missing terminating ' character [-Winvalid-pp-token]
moreBytes _ _ cs' _
^
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:1062:38:
warning: missing terminating ' character [-Winvalid-pp-token]
= replacementChar : fromUTF8 cs'
^
43 warnings generated.
libraries/Cabal/Cabal/Distribution/Compat/TempFile.hs:113:67:
warning: missing terminating ' character [-Winvalid-pp-token]
-- for temporary files (hidden on Unix OSes). Unfortunately we're
^
libraries/Cabal/Cabal/Distribution/Compat/TempFile.hs:120:72:
warning: missing terminating ' character [-Winvalid-pp-token]
-- dot from the prefix and prepend it to the suffix (if we don't
^
2 warnings generated.
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:277:46:
warning: missing terminating ' character [-Winvalid-pp-token]
substituteInstallDirTemplates env dirs = dirs'
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:279:9:
warning: missing terminating ' character [-Winvalid-pp-token]
dirs' = InstallDirs {
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:299:55:
warning: missing terminating ' character [-Winvalid-pp-token]
prefixVar = (PrefixVar, prefix dirs')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:300:55:
warning: missing terminating ' character [-Winvalid-pp-token]
bindirVar = (BindirVar, bindir dirs')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:301:55:
warning: missing terminating ' character [-Winvalid-pp-token]
libdirVar = (LibdirVar, libdir dirs')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:302:55:
warning: missing terminating ' character [-Winvalid-pp-token]
libsubdirVar = (LibsubdirVar, libsubdir dirs')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:303:55:
warning: missing terminating ' character [-Winvalid-pp-token]
datadirVar = (DatadirVar, datadir dirs')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:304:55:
warning: missing terminating ' character [-Winvalid-pp-token]
datasubdirVar = (DatasubdirVar, datasubdir dirs')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:305:55:
warning: missing terminating ' character [-Winvalid-pp-token]
docdirVar = (DocdirVar, docdir dirs')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:306:55:
warning: missing terminating ' character [-Winvalid-pp-token]
htmldirVar = (HtmldirVar, htmldir dirs')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:336:68:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- prevents us from making a relocatable package (also known as a \"prefix
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:337:16:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- independent\" package).
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:346:36:
warning: missing terminating ' character [-Winvalid-pp-token]
-- \$prefix back to $prefix. We're trying to end up with templates that
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:354:41:
warning: missing terminating ' character [-Winvalid-pp-token]
-- If it starts with $prefix then it's relative and produce the relative
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:357:74:
warning: missing terminating ' character [-Winvalid-pp-token]
PathTemplate cs -> fmap (fromPathTemplate . PathTemplate) (relative' cs)
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:359:71:
warning: missing terminating ' character [-Winvalid-pp-token]
| isPathSeparator s = Just (Ordinary rest : rest')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:360:13:
warning: missing terminating ' character [-Winvalid-pp-token]
relative' (Variable PrefixVar : rest) = Just rest
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:361:13:
warning: missing terminating ' character [-Winvalid-pp-token]
relative' _ = Nothing
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:526:51:
warning: missing terminating ' character [-Winvalid-pp-token]
lex0 ('$':s') = case [ (Variable var, s'')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:527:41:
warning: empty character constant [-Winvalid-pp-token]
| (var, s'') <- reads s' ] of
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:527:55:
warning: missing terminating ' character [-Winvalid-pp-token]
| (var, s'') <- reads s' ] of
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:528:45:
warning: missing terminating ' character [-Winvalid-pp-token]
[] -> lex1 "$" s'
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:537:43:
warning: empty character constant [-Winvalid-pp-token]
readList s = [ (component:components, s'')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:538:32:
warning: missing terminating ' character [-Winvalid-pp-token]
| (component, s') <- reads s
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:539:33:
warning: empty character constant [-Winvalid-pp-token]
, (components, s'') <- readList s' ]
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:539:50:
warning: missing terminating ' character [-Winvalid-pp-token]
, (components, s'') <- readList s' ]
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:545:46:
warning: missing terminating ' character [-Winvalid-pp-token]
readsPrec p s = [ (PathTemplate template, s')
^
libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs:546:29:
warning: missing terminating ' character [-Winvalid-pp-token]
| (path, s') <- readsPrec p s
^
28 warnings generated.
libraries/Cabal/Cabal/Distribution/TestSuite.hs:239:77:
warning: missing terminating ' character [-Winvalid-pp-token]
-- better implementation would eliminate the console output from QuickCheck\'s
^
1 warning generated.
In file included from libraries/filepath/System/FilePath/Windows.hs:25:0:
libraries/filepath/System/FilePath/Internal.hs:10:30:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- @'replaceExtension' file \"o\"@
^
libraries/filepath/System/FilePath/Internal.hs:14:38:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- @['replaceFileName' path_to_main \"Test\" '<.>' ext | ext <- [\"hs\",\"lhs\"] ]@
^
libraries/filepath/System/FilePath/Internal.hs:21:67:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- You want to compile a Haskell file, but put the hi file under \"interface\"
^
libraries/filepath/System/FilePath/Internal.hs:23:33:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- @'takeDirectory' file '</>' \"interface\" '</>' ('takeFileName' file \`replaceExtension\` \"hi\"@)
^
libraries/filepath/System/FilePath/Internal.hs:109:57:
warning: missing terminating ' character [-Winvalid-pp-token]
-- one character is possible, 'pathSeparator' is the \'ideal\' one.
^
libraries/filepath/System/FilePath/Internal.hs:212:45:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- | Get the extension of a file, returns @\"\"@ for no extension, @.ext@ otherwise.
^
libraries/filepath/System/FilePath/Internal.hs:234:38:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- | Remove last extension, and the \".\" preceding it.
^
libraries/filepath/System/FilePath/Internal.hs:241:26:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- E.g. @addExtension \"foo.txt\" \"bat\" -> \"foo.txt.bat\"@.
^
libraries/filepath/System/FilePath/Internal.hs:336:9:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- a is "\\?\"
^
libraries/filepath/System/FilePath/Internal.hs:362:33:
warning: missing terminating '"' character [-Winvalid-pp-token]
{- share\bob -> "share","\","bob" -}
^
libraries/filepath/System/FilePath/Internal.hs:512:15:
warning: missing terminating ' character [-Winvalid-pp-token]
then let x' = reverse $ dropWhile isPathSeparator $ reverse x
^
libraries/filepath/System/FilePath/Internal.hs:587:34:
warning: missing terminating ' character [-Winvalid-pp-token]
-- | Just as 'splitPath', but don't add the trailing slashes to each element.
^
libraries/filepath/System/FilePath/Internal.hs:626:26:
warning: missing terminating ' character [-Winvalid-pp-token]
-- Note that this doesn't follow symlinks or DOSNAM~1s.
^
libraries/filepath/System/FilePath/Internal.hs:690:14:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- * .\/ -> \"\"
^
libraries/filepath/System/FilePath/Internal.hs:707:27:
warning: missing terminating ' character [-Winvalid-pp-token]
normalise path = joinDrive' (normaliseDrive drv) (f pth)
^
libraries/filepath/System/FilePath/Internal.hs:712:18:
warning: missing terminating ' character [-Winvalid-pp-token]
joinDrive' "" "" = "."
^
libraries/filepath/System/FilePath/Internal.hs:713:18:
warning: missing terminating ' character [-Winvalid-pp-token]
joinDrive' d p = joinDrive d p
^
17 warnings generated.
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:127:18:
warning: missing terminating ' character [-Winvalid-pp-token]
fv c = (c, fv' c)
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:128:7:
warning: missing terminating ' character [-Winvalid-pp-token]
fv' c = case c of
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:131:26:
warning: missing terminating ' character [-Winvalid-pp-token]
CNot c' -> fv' c'
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:139:69:
warning: missing terminating ' character [-Winvalid-pp-token]
simplifyWithSysParams os arch (CompilerId comp compVer) cond = (cond', flags)
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:141:10:
warning: missing terminating ' character [-Winvalid-pp-token]
(cond', flags) = simplifyCondition cond interp
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:150:48:
warning: missing terminating ' character [-Winvalid-pp-token]
-- prop_sC_idempotent cond a o = cond' == cond''
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:152:12:
warning: missing terminating ' character [-Winvalid-pp-token]
-- cond' = simplifyCondition cond a o
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:153:12:
warning: empty character constant [-Winvalid-pp-token]
-- cond'' = simplifyCondition cond' a o
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:153:39:
warning: missing terminating ' character [-Winvalid-pp-token]
-- cond'' = simplifyCondition cond' a o
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:240:64:
warning: missing terminating ' character [-Winvalid-pp-token]
-- This would require some sort of SAT solving, though, thus it's not
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:287:33:
warning: missing terminating ' character [-Winvalid-pp-token]
-- special version of `mplus' for our local purposes
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:292:14:
warning: missing terminating ' character [-Winvalid-pp-token]
-- `mzero'
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:374:39:
warning: missing terminating '"' character [-Winvalid-pp-token]
-- choices this may not result in a \"sane\" result.
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:381:38:
warning: missing terminating ' character [-Winvalid-pp-token]
freeVars t = [ f | Flag f <- freeVars' t ]
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:383:13:
warning: missing terminating ' character [-Winvalid-pp-token]
freeVars' (CondNode _ _ ifs) = concatMap compfv ifs
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:436:16:
warning: missing terminating ' character [-Winvalid-pp-token]
(Just l', exes, tests, bms)
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:438:10:
warning: missing terminating ' character [-Winvalid-pp-token]
l' = l {
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:445:44:
warning: missing terminating ' character [-Winvalid-pp-token]
| otherwise = (mlib, exes ++ [(n, e')], tests, bms)
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:447:10:
warning: missing terminating ' character [-Winvalid-pp-token]
e' = e {
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:454:51:
warning: missing terminating ' character [-Winvalid-pp-token]
| otherwise = (mlib, exes, tests ++ [(n, t')], bms)
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:456:10:
warning: missing terminating ' character [-Winvalid-pp-token]
t' = t {
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:464:56:
warning: missing terminating ' character [-Winvalid-pp-token]
| otherwise = (mlib, exes, tests, bms ++ [(n, b')])
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:466:10:
warning: missing terminating ' character [-Winvalid-pp-token]
b' = b {
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:470:73:
warning: missing terminating ' character [-Winvalid-pp-token]
untag (_, PDNull) x = x -- actually this should not happen, but let's be liberal
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:530:39:
warning: missing terminating ' character [-Winvalid-pp-token]
Right ((mlib, exes', tests', bms'), targetSet, flagVals) ->
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:532:41:
warning: missing terminating ' character [-Winvalid-pp-token]
, executables = exes'
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:533:41:
warning: missing terminating ' character [-Winvalid-pp-token]
, testSuites = tests'
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:534:39:
warning: missing terminating ' character [-Winvalid-pp-token]
, benchmarks = bms'
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:613:19:
warning: missing terminating ' character [-Winvalid-pp-token]
let (e, ds') = ignoreConditions t in
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:614:59:
warning: missing terminating ' character [-Winvalid-pp-token]
( (exeFillInDefaults $ e { exeName = n }) : es, ds' ++ ds )
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:616:19:
warning: missing terminating ' character [-Winvalid-pp-token]
let (e, ds') = ignoreConditions t in
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:617:61:
warning: missing terminating ' character [-Winvalid-pp-token]
( (testFillInDefaults $ e { testName = n }) : es, ds' ++ ds )
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:619:19:
warning: missing terminating ' character [-Winvalid-pp-token]
let (e, ds') = ignoreConditions t in
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:620:67:
warning: missing terminating ' character [-Winvalid-pp-token]
( (benchFillInDefaults $ e { benchmarkName = n }) : es, ds' ++ ds )
^
libraries/Cabal/Cabal/Distribution/PackageDescription/Configuration.hs:627:57:
warning: missing terminating ' character [-Winvalid-pp-token]
-- This is the cleanest way i could think of, that doesn't require
^
35 warnings generated.
[ 1 of 67] Compiling Distribution.Compat.Exception ( libraries/Cabal/Cabal/Distribution/Compat/Exception.hs, bootstrapping/Distribution/Compat/Exception.o )
[ 2 of 67] Compiling Distribution.GetOpt ( libraries/Cabal/Cabal/Distribution/GetOpt.hs, bootstrapping/Distribution/GetOpt.o )
[ 3 of 67] Compiling Distribution.Compat.ReadP ( libraries/Cabal/Cabal/Distribution/Compat/ReadP.hs, bootstrapping/Distribution/Compat/ReadP.o )
[ 4 of 67] Compiling Distribution.TestSuite ( libraries/Cabal/Cabal/Distribution/TestSuite.hs, bootstrapping/Distribution/TestSuite.o )
[ 5 of 67] Compiling Distribution.Simple.PreProcess.Unlit ( libraries/Cabal/Cabal/Distribution/Simple/PreProcess/Unlit.hs, bootstrapping/Distribution/Simple/PreProcess/Unlit.o )
[ 6 of 67] Compiling Distribution.ReadE ( libraries/Cabal/Cabal/Distribution/ReadE.hs, bootstrapping/Distribution/ReadE.o )
[ 7 of 67] Compiling System.FilePath.Windows ( libraries/filepath/System/FilePath/Windows.hs, bootstrapping/System/FilePath/Windows.o )
[ 8 of 67] Compiling System.FilePath.Posix ( libraries/filepath/System/FilePath/Posix.hs, bootstrapping/System/FilePath/Posix.o )
[ 9 of 67] Compiling System.FilePath ( libraries/filepath/System/FilePath.hs, bootstrapping/System/FilePath.o )
[10 of 67] Compiling Distribution.Compat.TempFile ( libraries/Cabal/Cabal/Distribution/Compat/TempFile.hs, bootstrapping/Distribution/Compat/TempFile.o )
[11 of 67] Compiling Distribution.Compat.CopyFile ( libraries/Cabal/Cabal/Distribution/Compat/CopyFile.hs, bootstrapping/Distribution/Compat/CopyFile.o )
[12 of 67] Compiling Distribution.Verbosity ( libraries/Cabal/Cabal/Distribution/Verbosity.hs, bootstrapping/Distribution/Verbosity.o )
[13 of 67] Compiling Distribution.Text ( libraries/Cabal/Cabal/Distribution/Text.hs, bootstrapping/Distribution/Text.o )
[14 of 67] Compiling Distribution.System ( libraries/Cabal/Cabal/Distribution/System.hs, bootstrapping/Distribution/System.o )
[15 of 67] Compiling Distribution.Version ( libraries/Cabal/Cabal/Distribution/Version.hs, bootstrapping/Distribution/Version.o )
[16 of 67] Compiling Distribution.Compiler ( libraries/Cabal/Cabal/Distribution/Compiler.hs, bootstrapping/Distribution/Compiler.o )
[17 of 67] Compiling Distribution.License ( libraries/Cabal/Cabal/Distribution/License.hs, bootstrapping/Distribution/License.o )
[18 of 67] Compiling Distribution.Package ( libraries/Cabal/Cabal/Distribution/Package.hs, bootstrapping/Distribution/Package.o )
[19 of 67] Compiling Distribution.Simple.InstallDirs ( libraries/Cabal/Cabal/Distribution/Simple/InstallDirs.hs, bootstrapping/Distribution/Simple/InstallDirs.o )
[20 of 67] Compiling Language.Haskell.Extension ( libraries/Cabal/Cabal/Language/Haskell/Extension.hs, bootstrapping/Language/Haskell/Extension.o )
[21 of 67] Compiling Distribution.Simple.Compiler ( libraries/Cabal/Cabal/Distribution/Simple/Compiler.hs, bootstrapping/Distribution/Simple/Compiler.o )
[22 of 67] Compiling Distribution.ModuleName ( libraries/Cabal/Cabal/Distribution/ModuleName.hs, bootstrapping/Distribution/ModuleName.o )
[23 of 67] Compiling Distribution.PackageDescription ( libraries/Cabal/Cabal/Distribution/PackageDescription.hs, bootstrapping/Distribution/PackageDescription.o )
[24 of 67] Compiling Distribution.Simple.Utils ( libraries/Cabal/Cabal/Distribution/Simple/Utils.hs, bootstrapping/Distribution/Simple/Utils.o )
libraries/Cabal/Cabal/Distribution/Simple/Utils.hs:924:6:
The function `hPutStr' is applied to 7 arguments,
but its type `Handle -> String -> IO ()' has only two
In a stmt of a 'do' block:
hPutStr
tmpHandle content hClose tmpHandle renameFile tmpFile targetFile
In the first argument of `onException', namely
`do { hPutStr
tmpHandle content hClose tmpHandle renameFile tmpFile targetFile }'
In a stmt of a 'do' block:
do { hPutStr
tmpHandle content hClose tmpHandle renameFile tmpFile targetFile }
`onException`
do { hClose tmpHandle;
removeFile tmpFile }
make[1]: *** [utils/ghc-cabal/dist/build/tmp/ghc-cabal] Error 1
make: *** [all] Error 2
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: bbd3d818d08f915359f61e9715b19d5ca21d1074
HOMEBREW_CELLAR: /Volumes/SuiteMac/homebrew/Cellar
CPU: quad-core 64-bit ivybridge
OS X: 10.8.2-x86_64
CLT: 4.6.0.0.1.1358221012
X11: N/A
==> ENV
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: ld
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
LDFLAGS: -L/usr/local/lib
MAKEFLAGS: -j1
MACOSX_DEPLOYMENT_TARGET: 10.8
HOMEBREW_MAKE_JOBS: 1
OBJC: /usr/bin/clang
PATH: /Volumes/SuiteMac/temp/ghc-UIpb/ghc-7.4.2/subfo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Volumes/SuiteMac/homebrew/Library/Contributions/cmds
Error: ghc did not build
yitzg$ ls ~/Library/Logs/Homebrew
ghc mercurial
yitzg$ ls ~/Library/Logs/Homebrew/ghc
yitzg$ # i.e., nothing there, no logs
yitzg$ brew doctor
Your system is raring to brew.
yitzg$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment