Closed lally closed 8 years ago
Ok, I sorted this out partially.
The problem is that I ran update
, and it overwrote the various .json files with non-json.
nix-prefetch-git
doesn't put out json, it puts out:
if test -n "$hash"; then echo "{" echo " url = \"$url\";" echo " rev = \"$fullRev\";" echo " $hashType = \"$hash\";" echo "}" fi
(quoting from
/nix/store/hlm20i19xij48v7yqxh1by731xvgxf3i-nix-prefetch-git/bin/.nix-prefetch-git-wrapped
).
Which breaks.
Separately:
-> % ./work-on ghcjs ../triage-tree ~/src/reflex-platform If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues these derivations will be built: /nix/store/jdd149gsjl5iy5hzmrrfc736cxjksa07-ghcjs-0.2.0.drv building path(s) ‘/nix/store/mrap2l4bhrzmjkvkihxx9y2pvy7jy323-ghcjs-0.2.0’ created 62 symlinks in user environment ghcjs-pkg-0.2.0-7.10.3: /nix/store/mrap2l4bhrzmjkvkihxx9y2pvy7jy323-ghcjs-0.2.0/lib/ghcjs-0.2.0/package.conf.d/package.cache: you don't have permission to modify this file builder for ‘/nix/store/jdd149gsjl5iy5hzmrrfc736cxjksa07-ghcjs-0.2.0.drv’ failed with exit code 1 error: build of ‘/nix/store/jdd149gsjl5iy5hzmrrfc736cxjksa07-ghcjs-0.2.0.drv’ failed /run/current-system/sw/bin/nix-shell: failed to build all dependencies It looks like a problem occurred. Please submit an issue at https://github.com/reflex-frp/reflex-platform/issues - include ./work-on.log to provide more information
Separately:
-> % ./work-on ghcjs ../triage-tree ~/src/reflex-platform If you have any trouble with this script, please submit an issue at https://github.com/reflex-frp/reflex-platform/issues these derivations will be built: /nix/store/jdd149gsjl5iy5hzmrrfc736cxjksa07-ghcjs-0.2.0.drv building path(s) ‘/nix/store/mrap2l4bhrzmjkvkihxx9y2pvy7jy323-ghcjs-0.2.0’ created 62 symlinks in user environment ghcjs-pkg-0.2.0-7.10.3: /nix/store/mrap2l4bhrzmjkvkihxx9y2pvy7jy323-ghcjs-0.2.0/lib/ghcjs-0.2.0/package.conf.d/package.cache: you don't have permission to modify this file builder for ‘/nix/store/jdd149gsjl5iy5hzmrrfc736cxjksa07-ghcjs-0.2.0.drv’ failed with exit code 1 error: build of ‘/nix/store/jdd149gsjl5iy5hzmrrfc736cxjksa07-ghcjs-0.2.0.drv’ failed /run/current-system/sw/bin/nix-shell: failed to build all dependencies It looks like a problem occurred. Please submit an issue at https://github.com/reflex-frp/reflex-platform/issues - include ./work-on.log to provide more information
Closing, looks like a bunch of weird heisenissues that cleared up after talking on #reflex-frp
Hi, I'm trying to get a basic cabal package together as a starting point for reflex. I get this, but don't know what JSON string it's looking for.
The work-on.log: