Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. Attempt 1:
  2. these derivations will be built:
  3. /nix/store/p9ppvqkpa4wn4v05p9b1w8sxr6545zym-grin-0.1.drv
  4. building '/nix/store/p9ppvqkpa4wn4v05p9b1w8sxr6545zym-grin-0.1.drv'...
  5. unpacking sources
  6. unpacking source archive /nix/store/awafsmp7vywnfrh16qafsn186x2q4mh7-grin
  7. source root is grin
  8. unpacking source archive /nix/store/wiyq1x1r8pvvy5grhp060c0bnwqm74d1-grin-0.1-vendor
  9. patching sources
  10. configuring
  11. building
  12. Running cargo build --release
  13. error: failed to load source for a dependency on `secp256k1zkp`
  14.  
  15. Caused by:
  16. Unable to update https://github.com/mimblewimble/rust-secp256k1-zkp?tag=grin_integration_15#eff11ead
  17.  
  18. Caused by:
  19. failed to open: /homeless-shelter/.cargo/git/.cargo-lock-git
  20.  
  21. Caused by:
  22. Permission denied (os error 13)
  23. builder for '/nix/store/p9ppvqkpa4wn4v05p9b1w8sxr6545zym-grin-0.1.drv' failed with exit code 101
  24. error: build of '/nix/store/p9ppvqkpa4wn4v05p9b1w8sxr6545zym-grin-0.1.drv'
  25.  
  26. Attempt 2 after adding "export HOME=$PWD" in postUnpack:
  27.  
  28. these derivations will be built:
  29. /nix/store/aaz8aksqwkxx2d4y5ns78kv9c8vr9l05-grin-0.1.drv
  30. building '/nix/store/aaz8aksqwkxx2d4y5ns78kv9c8vr9l05-grin-0.1.drv'...
  31. unpacking sources
  32. unpacking source archive /nix/store/awafsmp7vywnfrh16qafsn186x2q4mh7-grin
  33. source root is grin
  34. unpacking source archive /nix/store/wiyq1x1r8pvvy5grhp060c0bnwqm74d1-grin-0.1-vendor
  35. patching sources
  36. configuring
  37. building
  38. Running cargo build --release
  39. Updating git repository `https://github.com/mimblewimble/rust-secp256k1-zkp`
  40. error: failed to load source for a dependency on `secp256k1zkp`
  41.  
  42. Caused by:
  43. Unable to update https://github.com/mimblewimble/rust-secp256k1-zkp?tag=grin_integration_15#eff11ead
  44.  
  45. Caused by:
  46. failed to clone into: /build/.cargo/git/db/rust-secp256k1-zkp-2d57249f422a426c
  47.  
  48. Caused by:
  49. attempting to update a git repository, but --frozen was specified
  50. builder for '/nix/store/aaz8aksqwkxx2d4y5ns78kv9c8vr9l05-grin-0.1.drv' failed with exit code 101
  51. error: build of '/nix/store/aaz8aksqwkxx2d4y5ns78kv9c8vr9l05-grin-0.1.drv' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement