ryantrinkle / nixpkgs

Nix Packages collection
Other
4 stars 2 forks source link

Build failure when updating GHCJS #7

Closed basvandijk closed 9 years ago

basvandijk commented 9 years ago

Hi @cstrahan, I'm trying to update GHCJS to the latest revision on my fork of nixpkgs but when installing ghcjs I get the following error:

...
/nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js --config-file /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/cabalBootConfig install ./boot/ghc-prim --solver=topdown --configure-option=--with-gmp-includes=/nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/include '--configure-option=--with-gmp-libraries=  /nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/lib' --global --ghcjs --one-shot --avoid-reinstalls --builddir dist --with-compiler /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs --with-hc-pkg /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg --prefix /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared --libdir $prefix/lib/$compiler --libsubdir $pkgid --enable-documentation --haddock-html --haddock-hoogle --haddock-hyperlink-source --enable-library-profiling --root-cmd /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/run.sh -v2 --dry-run
ghcjs-boot: error running: /nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js --config-file /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/cabalBootConfig install ./boot/ghc-prim --solver=topdown --configure-option=--with-gmp-includes=/nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/include '--configure-option=--with-gmp-libraries=  /nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/lib' --global --ghcjs --one-shot --avoid-reinstalls --builddir dist --with-compiler /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs --with-hc-pkg /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg --prefix /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared --libdir $prefix/lib/$compiler --libsubdir $pkgid --enable-documentation --haddock-html --haddock-hoogle --haddock-hyperlink-source --enable-library-profiling --root-cmd /nix/store/pvgcnjpazn37ivv7gv4hq4dwbrim26f7-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/run.sh -v2 --dry-run
exit status: 1
stderr: Warning: No remote package servers have been specified. Usually you would have
one specified in the config file.
cabal-js: Error reading local package.
Couldn't find .cabal file in: ./boot/ghc-prim

builder for `/nix/store/bjcbbab53yaav32iqb2nwcm62ad1k1kr-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv' failed with exit code 1

It seems that the ./boot/ghc-prim git submodule is not checked out. Could that be because you removed the git submodule update --init --recursive line in the postInstall of ghcjs?

It could also be that I'm doing something wrong in my update patch.

basvandijk commented 9 years ago

Oh it might have been a mistake on my side. I'm currently testing the following fix.

basvandijk commented 9 years ago

Ok the patch now succeeds but I'm getting the following error lateron:

...
===========================================================================

   Boot libraries installation for GHCJS

===========================================================================

   ghcjs-boot will install the libraries and runtime system for GHCJS

  boot program
  ------------

   ghcjs-boot program version   0.1.0                                                                                                                                     
                file location   /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-boot-0.1.0-7.8.3                                
                last modified   2014-12-17 09:54:07 UTC                                                                                                                   

     using configuration file   /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/boot.yaml
            current directory   /tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-0/git-export                                                                       

  boot configuration
  ------------------

     installation directory   /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs               
          global package DB   /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d
   user package DB location   /homeless-shelter/.ghcjs/x86_64-linux-0.1.0-7.8.3                                                                                        

              GHCJS version   0.1.0                                                                                                                                    
           program location   /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs                                                
               library path   /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs               
              last modified   2014-12-17 09:54:07 UTC                                                                                                                  

                GHC version   7.8.3                                                                                                                                    
                   location   /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc                                                                    
               library path   /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3                                                                      

      cabal-install version   1.21.1.0                                                                                                                                 
                   location   /nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js                          

          ghcjs-pkg version   0.1.0                                                                                                                                    
                   location   /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg                                            

                 quick boot   No                                                                                                                                       
           clean tree first   No                                                                                                                                       
           development boot   Yes                                                                                                                                      
                 native too   No                                                                                                                                       

  packages
  --------

   stage 1a

   - ./boot/array
   - ./boot/base
   - ./boot/binary
   - ./boot/bytestring
   - ./boot/containers
   - ./boot/deepseq
   - ./boot/integer-gmp
   - ./boot/pretty
   - ./boot/primitive
   - ./boot/template-haskell

   ghcjs-prim:  ./ghcjs/ghcjs-prim

   stage 1b

   - ./boot/directory
   - ./boot/filepath
   - ./boot/old-locale
   - ./boot/process
   - ./boot/time
   - ./boot/unix

   Cabal:  ./boot/cabal/Cabal

   stage 2

   - ./boot/async
   - ./boot/aeson
   - ./boot/attoparsec
   - ./boot/case-insensitive
   - ./boot/dlist
   - ./boot/extensible-exceptions
   - ./boot/hashable
   - ./boot/mtl
   - ./boot/old-time
   - ./boot/parallel
   - ./boot/scientific
   - ./boot/stm
   - ./boot/syb
   - ./boot/text
   - ./boot/transformers
   - ./boot/unordered-containers
   - ./boot/vector
   - ./ghcjs/ghcjs-base

===========================================================================

   Configured programs

===========================================================================

   program         version    location                                                                                                       

   ghcjs           0.1.0      /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs                      
   ghcjs-pkg       0.1.0      /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg                  
   ghcjs-run       -          /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-run                  
   ghc             7.8.3      /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc                                          
   ghc-pkg         -          /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc-pkg                                      
   cabal           1.21.1.0   /nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js
   node            v0.10.32   /nix/store/bm2r589vl22g2g0gik3cswz362v8dk0y-nodejs-0.10.32/bin/node                                            
   haddock-ghcjs   -          /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/haddock-ghcjs              
   git             -          /nix/store/4hdapp23lq7nfznqn7pwx2qwqwbr7ixm-git-2.1.3/bin/git                                                  
   alex            -          /nix/store/gfsksgxyjfm1icmma7655dwk9rsr314r-alex-3.1.3/bin/alex                                                
   happy           -          /nix/store/qa8kq4kxy655qk1ga01zsl3zgz38hni5-happy-1.19.4/bin/happy                                             
   patch           -          /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch                                              
   tar             -          /nix/store/x89x32jhkz9adp72w9cv61j8ic4xvbwx-gnutar-1.27.1/bin/tar                                              
   cpp             -          /nix/store/q547sj1apn6m7cqg6qlhlfw6v5viwwzi-gcc-wrapper-4.8.3/bin/cpp                                          
   bash            -          /nix/store/kly624h55gf91frdhn8fjzi6xricgkzk-bash-4.2-p53/bin/bash                                              
   autoreconf      -          /nix/store/jrpi2a3jcpkyl4xmx0mfps77vq67kr06-autoconf-2.69/bin/autoreconf                                       
   make            -          /nix/store/sxnnp0w04wnikb72khqi9hqy123d1ag8-gnumake-3.82/bin/make                                              

===========================================================================

   Installation sources

===========================================================================

       shims (runtime system)                                                                                                                                               
                                /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/shims          
                                /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/cache/shims.tar

               boot libraries                                                                                                                                               
                                /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/ghcjs-boot     
                                /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/cache/boot.tar 

                   test suite                                                                                                                                               
                                /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/test               
                                /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/cache/test.tar 

          configuration files                                                                                                                                               
                                /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc            

                documentation                                                                                                                                               
                                /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/doc                

   bootstrap GHC library path                                                                                                                                               
                                /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3                                                                         

  development source repositories
  -------------------------------

   shims (master)

   - https://github.com/ghcjs/shims

   ghcjs-boot (master)

   - https://github.com/ghcjs/ghcjs-boot

/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-0/git-export$ rm_f /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.completed
no checkpoint ghcjs-boot checkpoints file because of /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie: openBinaryFile: does not exist (No such file or directory)
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-0/git-export$ mkdir_p /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-0/git-export$ appending /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-0/git-export$ mkdir_p /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-0/git-export$ appending /nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
/nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs$ preparing development boot tree
ghcjs-boot repository already exists; initializing ghcjs-boot
no patch for package ghcjs-prim found
no patch for package Cabal found
applying patch: patches/ghc-prim.patch
/nix/store/q1521sv1jmpn7f9gaa7j4pg8ffw4xzwl-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/ghc-prim$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/Setup.hs b/Setup.hs
|index 5bb17e2..549aaad 100644
|--- a/Setup.hs
|+++ b/Setup.hs
--------------------------
File to patch: 
Skip this patch? [y] 
Skipping patch.
4 out of 4 hunks ignored
can't find file to patch at input line 91
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/ghc-prim.cabal b/ghc-prim.cabal
|index ffb32af..e87310b 100644
|--- a/ghc-prim.cabal
|+++ b/ghc-prim.cabal
--------------------------
File to patch: 
Skip this patch? [y] 
Skipping patch.
1 out of 1 hunk ignored
ghcjs-boot: error running: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
exit status: 1
stderr: 
builder for `/nix/store/26mf4ss08va9mzyi41zqqv408r11cgry-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv' failed with exit code 1
cstrahan commented 9 years ago

@basvandijk I tried applying your last two commits, but it complained about the hashes not matching - you might want to double check those, assuming I didn't screw something up on my end.

After touching up the SHAs, this is what I see (see https://github.com/cstrahan/nixpkgs/commit/e2b31f353db7a0ad4b40a024ac35534daacd46d9):

...
===========================================================================

   Boot libraries installation for GHCJS

===========================================================================

   ghcjs-boot will install the libraries and runtime system for GHCJS

  boot program
  ------------

   ghcjs-boot program version   0.1.0
                file location   /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-boot-0.1.0-7.8.3
                last modified   2014-12-22 06:24:55 UTC

     using configuration file   /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/boot.yaml
            current directory   /tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export

  boot configuration
  ------------------

     installation directory   /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
          global package DB   /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d
   user package DB location   /homeless-shelter/.ghcjs/x86_64-linux-0.1.0-7.8.3

              GHCJS version   0.1.0
           program location   /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs
               library path   /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
              last modified   2014-12-22 06:24:55 UTC

                GHC version   7.8.3
                   location   /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc
               library path   /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3

      cabal-install version   1.21.1.0
                   location   /nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js

          ghcjs-pkg version   0.1.0
                   location   /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg

                 quick boot   No
           clean tree first   No
           development boot   Yes
                 native too   No

  packages
  --------

   stage 1a

   - ./boot/array
   - ./boot/base
   - ./boot/binary
   - ./boot/bytestring
   - ./boot/containers
   - ./boot/deepseq
   - ./boot/integer-gmp
   - ./boot/pretty
   - ./boot/primitive
   - ./boot/template-haskell

   ghcjs-prim:  ./ghcjs/ghcjs-prim

   stage 1b

   - ./boot/directory
   - ./boot/filepath
   - ./boot/old-locale
   - ./boot/process
   - ./boot/time
   - ./boot/unix

   Cabal:  ./boot/cabal/Cabal

   stage 2

   - ./boot/async
   - ./boot/aeson
   - ./boot/attoparsec
   - ./boot/case-insensitive
   - ./boot/dlist
   - ./boot/extensible-exceptions
   - ./boot/hashable
   - ./boot/mtl
   - ./boot/old-time
   - ./boot/parallel
   - ./boot/scientific
   - ./boot/stm
   - ./boot/syb
   - ./boot/text
   - ./boot/transformers
   - ./boot/unordered-containers
   - ./boot/vector
   - ./ghcjs/ghcjs-base

===========================================================================

   Configured programs

===========================================================================

   program         version    location

   ghcjs           0.1.0      /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs
   ghcjs-pkg       0.1.0      /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg
   ghcjs-run       -          /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-run
   ghc             7.8.3      /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc
   ghc-pkg         -          /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc-pkg
   cabal           1.21.1.0   /nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js
   node            v0.10.32   /nix/store/bm2r589vl22g2g0gik3cswz362v8dk0y-nodejs-0.10.32/bin/node
   haddock-ghcjs   -          /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/haddock-ghcjs
   git             -          /nix/store/4hdapp23lq7nfznqn7pwx2qwqwbr7ixm-git-2.1.3/bin/git
   alex            -          /nix/store/gfsksgxyjfm1icmma7655dwk9rsr314r-alex-3.1.3/bin/alex
   happy           -          /nix/store/qa8kq4kxy655qk1ga01zsl3zgz38hni5-happy-1.19.4/bin/happy
   patch           -          /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch
   tar             -          /nix/store/x89x32jhkz9adp72w9cv61j8ic4xvbwx-gnutar-1.27.1/bin/tar
   cpp             -          /nix/store/q547sj1apn6m7cqg6qlhlfw6v5viwwzi-gcc-wrapper-4.8.3/bin/cpp
   bash            -          /nix/store/kly624h55gf91frdhn8fjzi6xricgkzk-bash-4.2-p53/bin/bash
   autoreconf      -          /nix/store/jrpi2a3jcpkyl4xmx0mfps77vq67kr06-autoconf-2.69/bin/autoreconf
   make            -          /nix/store/sxnnp0w04wnikb72khqi9hqy123d1ag8-gnumake-3.82/bin/make

===========================================================================

   Installation sources

===========================================================================

       shims (runtime system)
                                /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/shims
                                /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/cache/shims.tar

               boot libraries
                                /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/ghcjs-boot
                                /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/cache/boot.tar

                   test suite
                                /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/test
                                /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/cache/test.tar

          configuration files
                                /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc

                documentation
                                /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/doc

   bootstrap GHC library path
                                /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3

  development source repositories
  -------------------------------

   shims (master)

   - https://github.com/ghcjs/shims

   ghcjs-boot (master)

   - https://github.com/ghcjs/ghcjs-boot

/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ rm_f /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.completed
no checkpoint ghcjs-boot checkpoints file because of /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie: openBinaryFile: does not exist (No such file or directory)
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ appending /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ appending /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs$ preparing development boot tree
ghcjs-boot repository already exists; initializing ghcjs-boot
no patch for package ghcjs-prim found
no patch for package Cabal found
applying patch: patches/ghc-prim.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/ghc-prim$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file Setup.hs
patching file ghc-prim.cabal
no patch for package array found
applying patch: patches/base.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/base$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file GHC/Conc.lhs
patching file GHC/Conc/IO.hs
patching file GHC/Conc/Windows.hs
patching file GHC/Event.hs
patching file GHC/Event/Manager.hs
patching file GHC/Event/Thread.hs
patching file GHC/Event/TimerManager.hs
patching file GHC/IO/Encoding.hs
patching file GHC/IO/Encoding/CodePage/API.hs
patching file GHC/IO/FD.hs
patching file GHC/Stack.hsc
patching file GHC/Stats.hsc
patching file GHC/TopHandler.lhs
patching file GHC/Windows.hs
patching file System/CPUTime.hsc
patching file System/Environment/ExecutablePath.hsc
patching file System/Posix/Internals.hs
patching file System/Timeout.hs
patching file base.cabal
no patch for package binary found
no patch for package bytestring found
no patch for package containers found
no patch for package deepseq found
applying patch: patches/integer-gmp.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/integer-gmp$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file GHC/Integer/GMP/Internals.hs
patching file GHC/Integer/GMP/Prim.hs
patching file GHC/Integer/Logarithms/Internals.hs
patching file GHC/Integer/Type.lhs
patching file integer-gmp.cabal
no patch for package pretty found
no patch for package primitive found
no patch for package template-haskell found
applying patch: patches/directory.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/directory$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file System/Directory.hs
patching file directory.cabal
applying patch: patches/filepath.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/filepath$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file System/FilePath.hs
patching file System/FilePath/Current.hs
patching file System/FilePath/Internal.hs
patching file filepath.cabal
no patch for package old-locale found
applying patch: patches/process.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/process$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file System/Process.hs
patching file System/Process/Internals.hs
patching file process.cabal
no patch for package time found
applying patch: patches/unix.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/unix$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file System/Posix/Files/Common.hsc
patching file System/Posix/IO/Common.hsc
patching file System/Posix/Process/Internals.hs
patching file System/Posix/Signals.hsc
no patch for package async found
no patch for package aeson found
no patch for package attoparsec found
no patch for package case-insensitive found
no patch for package dlist found
no patch for package extensible-exceptions found
applying patch: patches/hashable.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/hashable$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file Data/Hashable/Class.hs
no patch for package mtl found
applying patch: patches/old-time.patch
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/old-time$ [patch]: /nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch "-p1" "-N"
/nix/store/y9xvl8d0i0clcvrbyg0fdc9pnmm23hr3-patch-2.7.1/bin/patch -p1 -N
patching file System/Time.hsc
no patch for package parallel found
no patch for package scientific found
no patch for package stm found
no patch for package syb found
no patch for package text found
no patch for package transformers found
no patch for package unordered-containers found
no patch for package vector found
no patch for package ghcjs-base found
preparing primops
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ mkdir_p native
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ cp /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3/include/MachDeps.h -> native
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ cp /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3/include/ghcautoconf.h -> native
/nix/store
ParserM.hs:26:10: Warning:
    ‘ParserM’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
ghcjs-pkg-0.1.0-7.8.3: cannot create: /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d already exists
/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ cp /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3/include/ghcplatform.h -> native/ghc_boot_platform.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ [cpp]: /nix/store/q547sj1apn6m7cqg6qlhlfw6v5viwwzi-gcc-wrapper-4.8.3/bin/cpp "-P" "-Ijs" "primops.txt.pp"
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ writing primops-js.txt
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ [cpp]: /nix/store/q547sj1apn6m7cqg6qlhlfw6v5viwwzi-gcc-wrapper-4.8.3/bin/cpp "-P" "-Inative" "primops.txt.pp"
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ writing primops-native.txt
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data$ appending /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/utils/genprimopcode$ [alex]: /nix/store/gfsksgxyjfm1icmma7655dwk9rsr314r-alex-3.1.3/bin/alex "Lexer.x"
/nix/store/gfsksgxyjfm1icmma7655dwk9rsr314r-alex-3.1.3/bin/alex Lexer.x
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/utils/genprimopcode$ [happy]: /nix/store/qa8kq4kxy655qk1ga01zsl3zgz38hni5-happy-1.19.4/bin/happy "Parser.y"
/nix/store/qa8kq4kxy655qk1ga01zsl3zgz38hni5-happy-1.19.4/bin/happy Parser.y
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/utils/genprimopcode$ [ghc]: /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc "-o" "genprimopcode" "-O" "Main.hs" "+RTS" "-K128M"
/nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc -o genprimopcode -O Main.hs +RTS -K128M
[1 of 5] Compiling ParserM          ( ParserM.hs, ParserM.o )
[2 of 5] Compiling Lexer            ( Lexer.hs, Lexer.o )
[3 of 5] Compiling Syntax           ( Syntax.hs, Syntax.o )
[4 of 5] Compiling Parser           ( Parser.hs, Parser.o )
[5 of 5] Compiling Main             ( Main.hs, Main.o )
Linking genprimopcode ...
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/integer-gmp$ rm_rf gmp/intree
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/integer-gmp$ rm_f mkGmpDerivedConstants/mkGmpDerivedConstants
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/integer-gmp$ rm_f GmpDerivedConstants.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs$ appending /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs$ shims repository already exists; moving on
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs$ appending /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
creating package databases
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ rm_rf /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ [ghcjs-pkg]: /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg "init" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d"
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg init /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ [ghcjs-pkg]: /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg "recache" "--global"
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg recache --global
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ rm_rf /homeless-shelter/.ghcjs/x86_64-linux-0.1.0-7.8.3/cache
installing RTS
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d/builtin_rts.conf
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ [ghcjs-pkg]: /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg "recache" "--global" "--no-user-package-db"
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg recache --global --no-user-package-db
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include_native
/nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3/include$ cp_r ./ -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include_native
/nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3/rts-1.0$ cp_r ./ -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/rts-1.0
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ cp_r ./ -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/RtsAPI.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/ffitarget.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/ghcconfig.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/MiscClosures.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/Prim.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/MachRegs.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/SMP.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/HaskellMachRegs.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/DLL.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/Types.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/Regs.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/RtsMachRegs.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/stg/Ticky.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/DerivedConstants.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/GetTime.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Config.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/prof/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/prof/LDV.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/prof/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/prof/CCS.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Stable.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Messages.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Threads.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Parallel.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Constants.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Globals.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/EventLogFormat.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Hpc.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Types.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/ClosureMacros.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/FunTypes.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/InfoTables.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/Closures.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/ClosureTypes.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/TSO.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/Block.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/MBlock.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/SMPClosureOps.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/storage/GC.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Timer.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/OSThreads.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Adjustor.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/BlockSignals.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Linker.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Hooks.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Signals.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Bytecodes.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Main.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/SpinLock.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Utils.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/PrimFloat.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Ticky.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/IOManager.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/TTY.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/FileLock.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/rts/Flags.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/ffi.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/Cmm.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/data/include$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/include/Rts.h
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ cp /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3/settings -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/settings
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ cp /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3/platformConstants -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/platformConstants
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ cp /nix/store/i2fy0mgyrnxcb224zwqaqz09wackmvii-ghc-7.8.3/lib/ghc-7.8.3/unlit -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/unlit
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ cp /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-run -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-run
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/node
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/run.sh
RTS prepared
installing additional configuration files, copying directory: /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/boot.yaml -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/boot.yaml
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/template.html -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/template.html
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/rtsdeps.yaml -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/rtsdeps.yaml
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/runmain.js -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/runmain.js
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/cabalBootConfig -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/cabalBootConfig
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/runner.c-tmpl -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/runner.c-tmpl
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/thrunner.js -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/thrunner.js
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/wiredinpkgs.yaml -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/wiredinpkgs.yaml
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/etc/thdeps.yaml -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/thdeps.yaml
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ appending /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
installing documentaWarning: No remote package servers have been specified. Usually you would have
one specified in the config file.
tion, copying directory: /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/doc -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/doc
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/doc
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/doc/ghci-usage.txt -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/doc/ghci-usage.txt
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ cp_r /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/doc/ghcjs-usage.txt -> /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/doc/ghcjs-usage.txt
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ mkdir_p /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ appending /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs_boot.charlie
installing test suite
source /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/x86_64-linux-ghc-7.8.3/ghcjs-0.1.0/lib/cache/test.tar for test suite is empty, trying next
test suite could not be installed, continuing without
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ [ghc-pkg]: /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc-pkg "list" "--simple-output"
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ [ghc-pkg]: /nix/store/qzjc6x3ng359h1zdyvgnyyl8c5d29kjd-ghc-7.8.3-wrapper/bin/ghc-pkg "dump"
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ writing /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/package.conf.d/Cabal-1.21.1.0-917c970728527644dc754909bf279b81.conf
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/git-export$ [ghcjs-pkg]: /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg "recache" "--global" "--no-user-package-db"
installing stage 0
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot/boot/ghc-prim$ rm_rf dist
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ [cabal]: /nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js "--config-file" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/cabalBootConfig" "install" "./boot/ghc-prim" "--solver=topdown" "--configure-option=--with-gmp-includes=/nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/include" "--configure-option=--with-gmp-libraries=  /nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/lib" "--global" "--ghcjs" "--one-shot" "--avoid-reinstalls" "--builddir" "dist" "--with-compiler" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs" "--with-hc-pkg" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg" "--prefix" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared" "--libdir" "$prefix/lib/$compiler" "--libsubdir" "$pkgid" "--enable-documentation" "--haddock-html" "--haddock-hoogle" "--haddock-hyperlink-source" "--enable-library-profiling" "--root-cmd" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/run.sh" "-v2" "--dry-run"
/nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js --config-file /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/cabalBootConfig install ./boot/ghc-prim --solver=topdown --configure-option=--with-gmp-includes=/nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/include '--configure-option=--with-gmp-libraries=  /nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/lib' --global --ghcjs --one-shot --avoid-reinstalls --builddir dist --with-compiler /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs --with-hc-pkg /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg --prefix /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared --libdir $prefix/lib/$compiler --libsubdir $pkgid --enable-documentation --haddock-html --haddock-hoogle --haddock-hyperlink-source --enable-library-profiling --root-cmd /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/run.sh -v2 --dry-run
Resolving dependencies...
In order, the following would be installed:
ghc-prim-0.3.1.0 (new package)
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/ghcjs-boot$ [cabal]: /nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js "--config-file" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/cabalBootConfig" "install" "./boot/ghc-prim" "--solver=topdown" "--configure-option=--with-gmp-includes=/nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/include" "--configure-option=--with-gmp-libraries=  /nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/lib" "--global" "--ghcjs" "--one-shot" "--avoid-reinstalls" "--builddir" "dist" "--with-compiler" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs" "--with-hc-pkg" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg" "--prefix" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared" "--libdir" "$prefix/lib/$compiler" "--libsubdir" "$pkgid" "--enable-documentation" "--haddock-html" "--haddock-hoogle" "--haddock-hyperlink-source" "--enable-library-profiling" "--root-cmd" "/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/run.sh"
/nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js --config-file /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/cabalBootConfig install ./boot/ghc-prim --solver=topdown --configure-option=--with-gmp-includes=/nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/include '--configure-option=--with-gmp-libraries=  /nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/lib' --global --ghcjs --one-shot --avoid-reinstalls --builddir dist --with-compiler /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs --with-hc-pkg /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg --prefix /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared --libdir $prefix/lib/$compiler --libsubdir $pkgid --enable-documentation --haddock-html --haddock-hoogle --haddock-hyperlink-source --enable-library-profiling --root-cmd /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_6Warning: No remote package servers have been specified. Usually you would have
one specified in the config file.

boot/ghc-prim/dist/setup/setup.hs:19:1: Warning:
    Module ‘System.Cmd’ is deprecated: Use "System.Process" instead
/nix/store/vi0wcqxwxqrrnmpm0mxbq84rgw7s16xw-binutils-2.23.1/bin/strip: 'dist/build/libHSghc-prim-0.3.1.0-ghcjs0.1.0.js_so': No such file
cabal-js: Error: some packages failed to install:
ghc-prim-0.3.1.0 failed during the final install step. The exception was:
ExitFailure 1
4-linux-0.1.0-7.8.3/ghcjs/run.sh
Resolving dependencies...
[1 of 1] Compiling Main             ( boot/ghc-prim/dist/setup/setup.hs, boot/ghc-prim/dist/setup/Main.o )
Linking ./boot/ghc-prim/dist/setup/setup ...
Configuring ghc-prim-0.3.1.0...
Building ghc-prim-0.3.1.0...
Preprocessing library ghc-prim-0.3.1.0...
[1 of 8] Compiling GHC.IntWord64    ( GHC/IntWord64.hs, dist/build/GHC/IntWord64.js_o )
[2 of 8] Compiling GHC.Tuple        ( GHC/Tuple.hs, dist/build/GHC/Tuple.js_o )
[3 of 8] Compiling GHC.PrimopWrappers ( GHC/PrimopWrappers.hs, dist/build/GHC/PrimopWrappers.js_o )
[4 of 8] Compiling GHC.Magic        ( GHC/Magic.hs, dist/build/GHC/Magic.js_o )
[5 of 8] Compiling GHC.Types        ( GHC/Types.hs, dist/build/GHC/Types.js_o )
[6 of 8] Compiling GHC.Classes      ( GHC/Classes.hs, dist/build/GHC/Classes.js_o )
[7 of 8] Compiling GHC.Debug        ( GHC/Debug.hs, dist/build/GHC/Debug.js_o )
[8 of 8] Compiling GHC.CString      ( GHC/CString.hs, dist/build/GHC/CString.js_o )
[1 of 8] Compiling GHC.IntWord64    ( GHC/IntWord64.hs, dist/build/GHC/IntWord64.js_p_o )
[2 of 8] Compiling GHC.Tuple        ( GHC/Tuple.hs, dist/build/GHC/Tuple.js_p_o )
[3 of 8] Compiling GHC.PrimopWrappers ( GHC/PrimopWrappers.hs, dist/build/GHC/PrimopWrappers.js_p_o )
[4 of 8] Compiling GHC.Magic        ( GHC/Magic.hs, dist/build/GHC/Magic.js_p_o )
[5 of 8] Compiling GHC.Types        ( GHC/Types.hs, dist/build/GHC/Types.js_p_o )
[6 of 8] Compiling GHC.Classes      ( GHC/Classes.hs, dist/build/GHC/Classes.js_p_o )
[7 of 8] Compiling GHC.Debug        ( GHC/Debug.hs, dist/build/GHC/Debug.js_p_o )
[8 of 8] Compiling GHC.CString      ( GHC/CString.hs, dist/build/GHC/CString.js_p_o )
In-place registering ghc-prim-0.3.1.0...
Running Haddock for ghc-prim-0.3.1.0...
Running hscolour for ghc-prim-0.3.1.0...
Preprocessing library ghc-prim-0.3.1.0...
Preprocessing library ghc-prim-0.3.1.0...
Haddock coverage:
Warning: Couldn't find .haddock for export GHC.Prim.Int64#
Warning: Couldn't find .haddock for export GHC.Prim.Word64#
   3% (  1 / 38) in 'GHC.IntWord64'
   3% (  2 / 63) in 'GHC.Tuple'
   0% (  0 /366) in 'GHC.PrimopWrappers'
 100% (  3 /  3) in 'GHC.Magic'
  72% (817 /1138) in 'GHC.Prim'
  82% (  9 / 11) in 'GHC.Types'
  23% (  6 / 26) in 'GHC.Classes'
   0% (  0 /  3) in 'GHC.Debug'
  17% (  1 /  6) in 'GHC.CString'
Documentation created: dist/doc/html/ghc-prim/index.html,
dist/doc/html/ghc-prim/ghc-prim.txt
Creating package registration file:
/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5/pkgConf-ghc-prim-0.3.117784.0
Installing library in
/nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/lib/ghcjs-0.1.0/ghc-prim-0.3.1.0
Failed to install ghc-prim-0.3.1.0
ghcjs-boot: error running: /nix/store/mis725rb9b0jn9vcik8vvffvkl918nyv-haskell-cabal-install-ghcjs-ghc7.8.3-7471c95f23-shared/bin/cabal-js --config-file /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/cabalBootConfig install ./boot/ghc-prim --solver=topdown --configure-option=--with-gmp-includes=/nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/include '--configure-option=--with-gmp-libraries=  /nix/store/gfzw7fyam3n9gw1h6hi0ks8ilwx7zn96-gmp-5.1.3/lib' --global --ghcjs --one-shot --avoid-reinstalls --builddir dist --with-compiler /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs --with-hc-pkg /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/bin/ghcjs-pkg --prefix /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared --libdir $prefix/lib/$compiler --libsubdir $pkgid --enable-documentation --haddock-html --haddock-hoogle --haddock-hyperlink-source --enable-library-profiling --root-cmd /nix/store/4iwjks6cc0glwzwg320glw0pzrs21bzb-haskell-ghcjs-ghc7.8.3-0.1.0-shared/share/ghcjs/x86_64-linux-0.1.0-7.8.3/ghcjs/run.sh
exit status: 1
stderr: Warning: No remote package servers have been specified. Usually you would have
one specified in the config file.

boot/ghc-prim/dist/setup/setup.hs:19:1: Warning:
    Module ‘System.Cmd’ is deprecated: Use "System.Process" instead
/nix/store/vi0wcqxwxqrrnmpm0mxbq84rgw7s16xw-binutils-2.23.1/bin/strip: 'dist/build/libHSghc-prim-0.3.1.0-ghcjs0.1.0.js_so': No such file
cabal-js: Error: some packages failed to install:
ghc-prim-0.3.1.0 failed during the final install step. The exception was:
ExitFailure 1

note: keeping build directory `/tmp/nix-build-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv-5'
builder for `/nix/store/9hqcjwjn94q62lq5wpxx1fjp8ran3pd2-haskell-ghcjs-ghc7.8.3-0.1.0-shared.drv' failed with exit code 1
cannot build derivation `/nix/store/3zixgf33s93wq25anxqz92pcpnn50slv-haskell-semigroups-ghcjs0.1.0-0.15.4.drv': 1 dependencies couldn't be built
error: build of `/nix/store/3zixgf33s93wq25anxqz92pcpnn50slv-haskell-semigroups-ghcjs0.1.0-0.15.4.drv' failed
9h7a764xdn9qy1b1

I don't yet know what is trying to strip libHSghc-prim-0.3.1.0-ghcjs0.1.0.js_so...

cstrahan commented 9 years ago

@basvandijk The error I mentioned above is a known problem - @luite is going to commit a fix for it. The relevant blurb from IRC:

11:38 AM <cstrahan_> luite: do you know why I might be running into this problem? https://github.com/ryantrinkle/nixpkgs/issues/7#issuecomment-67809712
11:38 AM <cstrahan_> strip: 'dist/build/libHSghc-prim-0.3.1.0-ghcjs0.1.0.js_so': No such file
11:39 AM <cstrahan_> ryantrinkle: ^ bas and i are trying to get the branch up to date with the latest ghcjs - not having much luck.
11:49 AM <ryantrinkle> cstrahan_: hmm, any idea what changed?
11:52 AM <luite> cstrahan_: ah i think i know what causes that
11:52 AM <luite> cstrahan_: are you linking ghcjs dynamically?
11:55 AM <cstrahan_> luite: I'm pretty sure that's correct: the default Haskell build infrastructure in Nixpkgs builds dynamic libraries, so the ghcjs package is almost certainly only compiled as a shared library.
11:55 AM <cstrahan_> IIUC, anyway.
11:57 AM <cstrahan_> luite: is there a fix to be made in ghcjs et al, or is there a hard requirement on statically linking ghcjs?
12:08 PM <luite> cstrahan_: i'll fix it
12:08 PM <cstrahan_> luite: Thanks!
12:09 PM <luite> it's some fallout from the recent cabal merge, before that i changed ghcjs to use library archives rather than having cabal instal separate js_o files for everything
luite commented 9 years ago

I've pushed the fix: https://github.com/ghcjs/ghcjs/commit/3f6366d8885b2dbe228a139f05c0740557a16e82

cstrahan commented 9 years ago

@basvandijk I've updated ghcjs here: https://github.com/ryantrinkle/nixpkgs/pull/10

basvandijk commented 9 years ago

Thanks @cstrahan.