Advertisement
kusayu

Untitled

Feb 8th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ==> Запускается build()...
  2. Cloning into 'mplayer2'...
  3. remote: Counting objects: 604, done.
  4. remote: Compressing objects: 100% (405/405), done.
  5. remote: Total 604 (delta 313), reused 372 (delta 192)
  6. Receiving objects: 100% (604/604), 82.02 KiB | 37 KiB/s, done.
  7. Resolving deltas: 100% (313/313), done.
  8. Submodule 'libass' (git://repo.or.cz/libass.git) registered for path 'libass'
  9. Submodule 'libav' (git://repo.or.cz/FFMpeg-mirror/mplayer-patches.git) registered for path 'libav'
  10. Submodule 'mplayer' (git://repo.or.cz/mplayer.git) registered for path 'mplayer'
  11. Cloning into 'mplayer'...
  12. remote: Counting objects: 5018, done.
  13. remote: Compressing objects: 100% (2452/2452), done.
  14. remote: Total 5018 (delta 3090), reused 3605 (delta 2499)
  15. Receiving objects: 100% (5018/5018), 7.56 MiB | 277 KiB/s, done.
  16. Resolving deltas: 100% (3090/3090), done.
  17. Submodule path 'mplayer': checked out 'fc6a9e4a3e0278e1a1f5c0bf570667306f716fed'
  18. Cloning into 'libav'...
  19. fatal: read error: ?????????? ???????? ?????? ????????
  20. Traceback (most recent call last):
  21. File "./init", line 73, in <module>
  22. main()
  23. File "./init", line 70, in main
  24. git.submodule_clone('libav')
  25. File "/tmp/yaourt-tmp-kusayu/aur-mplayer2-git/src/mplayer2/script/helpers.py", line 83, in submodule_clone
  26. check_call('git clone'.split() + shallow_args + [repo_addr, name])
  27. File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
  28. raise CalledProcessError(retcode, cmd)
  29. subprocess.CalledProcessError: Command '['git', 'clone', '--depth', '100', 'git://repo.or.cz/FFMpeg-mirror/mplayer-patches.git', 'libav']' returned non-zero e
  30. xit status 128
  31. ==> ОШИБКА: Произошел сбой в build().
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement