Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.59 KB | None | 0 0
  1. configure: git: submodule sync
  2. configure: git: submodule init
  3. Submodule 'src/compiler-rt' (https://github.com/rust-lang/compiler-rt.git) registered for path 'src/compiler-rt'
  4. Submodule 'src/gyp' (https://github.com/rust-lang/gyp.git) registered for path 'src/gyp'
  5. Submodule 'src/jemalloc' (https://github.com/rust-lang/jemalloc.git) registered for path 'src/jemalloc'
  6. Submodule 'src/libuv' (https://github.com/rust-lang/libuv.git) registered for path 'src/libuv'
  7. Submodule 'src/llvm' (https://github.com/rust-lang/llvm.git) registered for path 'src/llvm'
  8. Submodule 'src/rt/hoedown' (https://github.com/rust-lang/hoedown.git) registered for path 'src/rt/hoedown'
  9. configure: git: submodule update
  10. Cloning into 'src/compiler-rt'...
  11. remote: Counting objects: 33845, done.
  12. remote: Compressing objects: 100% (10217/10217), done.
  13. remote: Total 33845 (delta 23426), reused 33845 (delta 23426)
  14. Receiving objects: 100% (33845/33845), 13.45 MiB | 3.16 MiB/s, done.
  15. Resolving deltas: 100% (23426/23426), done.
  16. Checking connectivity... done.
  17. Submodule path 'src/compiler-rt': checked out '62a4ca6055ad6fda8faf767b93b5736dcdfb7013'
  18. Cloning into 'src/gyp'...
  19. remote: Counting objects: 14456, done.
  20. remote: Total 14456 (delta 0), reused 0 (delta 0)
  21. Receiving objects: 100% (14456/14456), 7.93 MiB | 2.26 MiB/s, done.
  22. Resolving deltas: 100% (9859/9859), done.
  23. fatal: fsync error on '/home/prudhvi/code/rust/.git/modules/src/gyp/objects/pack/tmp_idx_ILkrmt': Structure needs cleaning
  24. fatal: index-pack failed
  25. Clone of 'https://github.com/rust-lang/gyp.git' into submodule path 'src/gyp' failed
  26. configure: error: git failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement