-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ghc-7.0.4-binary build failure: ghc-cabal unsupported operation #286
Comments
What version of the Linux kernel are you running? |
code:$ cat /proc/version 2012On Wed, Jan 30, 2013 at 1:17 AM, Peter Simons [email protected]:
|
Nix cannot compile GHC, because the system call
This means that your kernel is recent enough to have that system call. So the error can only be caused by a version of glibc that is too old -- i.e. older than version 2.3.2. The binary version of GHC that's used to compile the real GHC should use the glibc from Nix -- which is far more recent than 2.3.x -- so this error is pretty strange. Could you please run the command
and let me know the output? I would like to see which version of glibc your binary compiler refers to. |
Actually it uses epoll_create1(), which was only introduced in Linux 2.6.27. See http://hackage.haskell.org/trac/ghc/ticket/5005. |
The aforementioned file does not exist, but I think this is what you wanted: $ ldd /import/c/w/cmhoward2/theta/nixstore/np430490l3fq8l50rc668vidd6r12agq-glibc-2.13/lib/ld-linux-x86-64.so.2 |
So, sounds like my kernel is just way too old. 2.6.18 is around seven years For what it is worth, I successfully built ghc-7.4.2, and I'm satisfied On Mon, Feb 4, 2013 at 5:43 AM, Eelco Dolstra [email protected]:
|
One option (based on the thread @edolstra linked) would be to add a package for linux kernel headers from your version and set the kernelHeaders in nixpkgs to that. It will require rebuilding everything, but it will guarantee that your packages don't use syscalls they don't have. |
@shlevy, unless I'm mistaken, the error appears to occur with the binary version of GHC that Nix downloads for bootstrapping purposes. I don't think there's any way around this issue other than updating the kernel. Apparently, the issue has been fixed in GHC 7.2.1. So what we could is to use that compiler (or maybe 7.4.1?) for bootstrapping instead of 7.0.4. @kosmikus, what do you think about that? |
@peti It looks like we're still using |
I don't perceive this issue as particularly urgent. I'll probably Anyway, I wouldn't object to closing this issue. Not sure how others |
@johnnyangle Is this still causing you issues, or can we close this? |
Please re-open if this issue is still causing trouble. |
I'm building on a 64-bit Red Hat system, with Nix 1.3 installed to a local user account. (No root privileges.) Using packages from nixpkgs unstable, synced this morning (1/28/2013). Am attempting to build latest version of GHC, and this is one of the dependencies. Scroll down to the end for error message.
$ bzcat /center/w/cmhoward2/theta/nixstate/log/nix/drvs/xb3006b2whikch2b17p717aw45iih9pm-ghc-7.0.4-binary.drv.bz2
�[pbuilding /import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary
�[punpacking sources
�[3punpacking source archive /import/c/w/cmhoward2/theta/nixstore/c467y5g8lksimdk7v5dwxsmbxy97nbl0-ghc-7.0.4-x86_64-unknown-linux.tar.bz2
�[qsource root is ghc-7.0.4
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
not an ELF executable
cannot find section .interp
not an ELF executable
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
cannot find section .interp
missing ELF header
missing ELF header
�[q�[ppatching sources
�[q�[pconfiguring
checking for path to top of build tree... /tmp/nix-build-ghc-7.0.4-binary.drv-0/ghc-7.0.4
Build platform inferred as: x86_64-unknown-linux
Host platform inferred as: x86_64-unknown-linux
Target platform inferred as: x86_64-unknown-linuxScroll down to the end.
checking for perl... /import/c/w/cmhoward2/theta/nixstore/nsw1yrr7rzzg3j4i3avnghsrq4pgksp5-perl-5.14.2/bin/perl
checking if your perl works in shell scripts... yes
checking for a BSD-compatible install... /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c
checking whether ln -s works... yes
checking for gsed... sed
checking for gcc... /import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc
checking for gcc... /import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc
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 /import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc accepts -g... yes
checking for /import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc option to accept ISO C89... none needed
checking version of gcc... 4.6.3
checking how to run the C preprocessor... /import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc -E
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 ar... /import/c/w/cmhoward2/theta/nixstore/5m48g0pp4ndcxhi6s8dmy0wv6vsakq1r-binutils-2.21.1a/bin/ar
checking whether /import/c/w/cmhoward2/theta/nixstore/5m48g0pp4ndcxhi6s8dmy0wv6vsakq1r-binutils-2.21.1a/bin/ar is GNU ar... yes
checking for ar arguments... q
checking whether ranlib is needed... no
configure: creating ./config.status
config.status: creating extra-gcc-opts
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.)
�[q�[pbuilding${1+"$ @"}' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghci-7.0.4"
�[q�[pinstalling
install flags: install
�[pbuilding install
�[3s�[amake -r --no-print-directory -f ghc.mk install BINDIST=YES NO_INCLUDE_DEPS=YES
�[pbuilding install_man
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share/man"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share/man/man1"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 docs/man/ghc.1 "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share/man/man1"
�[q�[pbuilding driver/mangler/dist/ghc-asm
�[3s�[a"rm" -f driver/mangler/dist/ghc-asm
�[3s�[aecho '#!/import/c/w/cmhoward2/theta/nixstore/nsw1yrr7rzzg3j4i3avnghsrq4pgksp5-perl-5.14.2/bin/perl' >> driver/mangler/dist/ghc-asm
�[3s�[aecho '$TARGETPLATFORM = "x86_64-unknown-linux";' >> driver/mangler/dist/ghc-asm
�[3s�[aecho '$TABLES_NEXT_TO_CODE = "YES";' >> driver/mangler/dist/ghc-asm
�[3s�[acat driver/mangler/dist/ghc-asm.prl >> driver/mangler/dist/ghc-asm
�[q�[pbuilding install_driver/mangler_dist
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 driver/mangler/dist/ghc-asm "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"
�[q�[pbuilding driver/split/dist/ghc-split
�[3s�[a"rm" -f driver/split/dist/ghc-split
�[3s�[aecho '#!/import/c/w/cmhoward2/theta/nixstore/nsw1yrr7rzzg3j4i3avnghsrq4pgksp5-perl-5.14.2/bin/perl' >> driver/split/dist/ghc-split
�[3s�[aecho '$TARGETPLATFORM = "x86_64-unknown-linux";' >> driver/split/dist/ghc-split
�[3s�[aecho '$TABLES_NEXT_TO_CODE = "YES";' >> driver/split/dist/ghc-split
�[3s�[acat driver/split/dist/ghc-split.prl >> driver/split/dist/ghc-split
�[q�[pbuilding install_driver/split_dist
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 driver/split/dist/ghc-split "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"
�[q�[pbuilding install_driver_ghci
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghci-7.0.4"
�[3s�[acreate () { touch "$1" && chmod 755 "$1" ; } && create "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghci-7.0.4"
�[3s�[aecho '#!/bin/sh' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghci-7.0.4"
�[3s�[aecho 'exec "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4" --interactive
�[3s�[achmod +x "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghci-7.0.4"
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghci"
�[3s�[aln -s ghci-7.0.4 "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghci"
�[q�[pbuilding install_includes
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/." && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 includes/./.h "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/./" && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/rts" && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 includes/rts/.h "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/rts/" && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/rts/prof" && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 includes/rts/prof/.h "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/rts/prof/" && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/rts/storage" && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 includes/rts/storage/.h "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/rts/storage/" && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/stg" && /import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 includes/stg/.h "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/stg/" && true
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 includes/ghcautoconf.h includes/ghcplatform.h "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include/"
�[q�[pbuilding install_utils/haddock_dist_wrapper
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[acreate () { touch "$1" && chmod 755 "$1" ; } && create "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[aecho '#!/bin/sh' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[aecho 'exedir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[aecho 'exeprog="haddock"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[aecho 'executablename="$exedir/$exeprog"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[aecho 'datadir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[aecho 'bindir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[aecho 'topdir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[aecho 'pgmgcc="/import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[acat utils/haddock/haddock.wrapper >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[3s�[achmod +x "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock-ghc-7.0.4"
�[q�[pbuilding install_utils/haddock_html
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share/doc/ghc/html"
�[3s�[a"cp" -R utils/haddock/html "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share/doc/ghc/html"
�[q�[pbuilding install_utils/haddock_data
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Classic.theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Ocean.std-theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/latex/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/frames.html "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/haddock-util.js "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Classic.theme/haskell_icon.gif "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Classic.theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Classic.theme/minus.gif "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Classic.theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Classic.theme/plus.gif "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Classic.theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Classic.theme/xhaddock.css "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Classic.theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/hslogo-16.png "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Ocean.std-theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/minus.gif "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Ocean.std-theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/ocean.css "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Ocean.std-theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/plus.gif "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Ocean.std-theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/html/Ocean.std-theme/synopsis.png "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/html/Ocean.std-theme/"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/haddock/latex/haddock.sty "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/latex/"
�[q�[pbuilding install_utils/haddock_link
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock"
�[3s�[aln -s haddock-ghc-7.0.4 "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/haddock"
�[q�[pbuilding install_utils/hsc2hs_dist-install_wrapper
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[acreate () { touch "$1" && chmod 755 "$1" ; } && create "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho '#!/bin/sh' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho 'exedir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho 'exeprog="hsc2hs"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho 'executablename="$exedir/$exeprog"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho 'datadir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho 'bindir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho 'topdir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho 'pgmgcc="/import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[aecho 'HSC2HS_EXTRA="--cflag=-fno-stack-protector "' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[acat utils/hsc2hs/hsc2hs.wrapper >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[3s�[achmod +x "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/hsc2hs"
�[q�[pbuilding install_utils/hsc2hs_dist_install
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 644 utils/hsc2hs/template-hsc.h "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"
�[q�[pbuilding install_utils/ghc-pkg_dist-install_wrapper
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[acreate () { touch "$1" && chmod 755 "$1" ; } && create "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[aecho '#!/bin/sh' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[aecho 'exedir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[aecho 'exeprog="ghc-pkg"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[aecho 'executablename="$exedir/$exeprog"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[aecho 'datadir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[aecho 'bindir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[aecho 'topdir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[aecho 'pgmgcc="/import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[acat utils/ghc-pkg/ghc-pkg.wrapper >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[3s�[achmod +x "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg-7.0.4"
�[q�[pbuilding install_utils/ghc-pkg_link
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg"
�[3s�[aln -s ghc-pkg-7.0.4 "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-pkg"
�[q�[pbuilding install_utils/runghc_dist_wrapper
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[acreate () { touch "$1" && chmod 755 "$1" ; } && create "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[aecho '#!/bin/sh' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[aecho 'exedir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[aecho 'exeprog="runghc"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[aecho 'executablename="$exedir/$exeprog"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[aecho 'datadir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[aecho 'bindir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[aecho 'topdir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[aecho 'pgmgcc="/import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[acat utils/runghc/runghc.wrapper >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[3s�[achmod +x "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runghc"
�[q�[pbuilding install_runhaskell
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runhaskell"
�[3s�[aln -s runghc "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/runhaskell"
�[q�[pbuilding install_ghc_stage2_wrapper
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[acreate () { touch "$1" && chmod 755 "$1" ; } && create "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho '#!/bin/sh' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho 'exedir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho 'exeprog="ghc-stage2"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho 'executablename="$exedir/$exeprog"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho 'datadir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho 'bindir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho 'topdir="/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho 'pgmgcc="/import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[aecho 'executablename="$exedir/ghc"' >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[acat ghc/ghc.wrapper >> "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[3s�[achmod +x "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc-7.0.4"
�[q�[pbuilding install_ghc_link
�[3s�[a"rm" -f "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc"
�[3s�[aln -s ghc-7.0.4 "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/bin/ghc"
�[q�[pbuilding libffi/package.conf.install
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc -E -undef -traditional -P -DINSTALLING -DLIB_DIR='"/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' -DINCLUDE_DIR='"/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include"' -x c -Iincludes libffi/package.conf.in -o libffi/package.conf.install.raw
�[3s�[agrep -v '^#pragma GCC' libffi/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ ],/: /g' >libffi/package.conf.install
�[q�[pbuilding rts/package.conf.install
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/h0md5g8zablz08hc5a9kzahxlklnh3f2-gcc-wrapper-4.6.3/bin/gcc -E -undef -traditional -P -DINSTALLING -DLIB_DIR='"/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"' -DINCLUDE_DIR='"/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/include"' -DPAPI_INCLUDE_DIR="" -DPAPI_LIB_DIR="" -x c -Iincludes rts/package.conf.in -o rts/package.conf.install.raw
�[3s�[agrep -v '^#pragma GCC' rts/package.conf.install.raw | sed -e 's/""//g' -e 's/:[ ],/: /g' >rts/package.conf.install
�[q�[pbuilding install_libexecs
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"
�[3s�[afor 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/build/tmp/runghc ghc/stage2/build/tmp/ghc-stage2; do
/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 $i "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4";
done
�[3s�[a"mv" "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/ghc-stage2" "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/ghc"
�[q�[pbuilding install_packages
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4"
�[3s�[a"rm" -rf "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/package.conf.d"
�[3s�[a/import/c/w/cmhoward2/theta/nixstore/8124iwdpy6lrwkdavjzz2r67mzc7yvz2-coreutils-8.15/bin/install -c -m 755 -d "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/package.conf.d"
�[3s�[a"/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/ghc-pkg" --force --global-conf "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/package.conf.d" update libffi/package.conf.install
Reading package info from "libffi/package.conf.install" ... done.
ffi-1.0: cannot find libHSffi.a on library path (ignoring)
�[3s�[a"/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/ghc-pkg" --force --global-conf "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/package.conf.d" update rts/package.conf.install
Reading package info from "rts/package.conf.install" ... done.
rts-1.0: cannot find libHSrts.a on library path (ignoring)
�[3s�[a"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal" install "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/ghc" "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/ghc-pkg" "strip" "/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4" libraries/ghc-prim dist-install '' '/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary' '/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4' '/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/share/doc/ghc/html/libraries' NO
Installing library in
/import/c/w/cmhoward2/theta/nixstore/27c1qbk44dcqzazh21h3clmbj6i4mjld-ghc-7.0.4-binary/lib/ghc-7.0.4/ghc-prim-0.2.0.0
ghc-cabal: epollCreate: unsupported operation (Function not implemented)
make[1]: ** [install_packages] Error 1
�[qmake: *** [install] Error 2
The text was updated successfully, but these errors were encountered: