Loading

Paste #pg3s1opfm

  1. planetmaker@localhost:~/eternal-lands$ hg clone git+https://github.com/xaphier/Eternal-Lands.git xaphier --debug --traceback
  2. no terminfo entry for sitm
  3. no terminfo entry for dim
  4. Counting objects: 43847, done.
  5. Total 43847 (delta 0), reused 0 (delta 0), pack-reused 43847
  6. importing git objects into hg
  7. importing: 0/6112 commits (0.00%)
  8. importing: eddcf1c8a014e8ba22b7d6807099d73606a4afb9
  9. committing files:
  10. 2d_objects.c
  11. 2d_objects.h
  12. 3d_objects.c
  13. Makefile.linux
  14. Makefile.win
  15. SDL_opengl.h
  16. Server_private.h
  17. actor_scripts.c
  18. actors.c
  19. actors.h
  20. asc.c
  21. asc.h
  22. client_serv.h
  23. colors.c
  24. console.c
  25. cursors.c
  26. dialogues.c
  27. dialogues.h
  28. draw_scene.c
  29. e3d.h
  30. errors.c
  31. eternal_lands_license.txt
  32. events.c
  33. font.c
  34. frustum.c
  35. gl_init.c
  36. global.c
  37. global.h
  38. help.c
  39. help.h
  40. ignore.c
  41. ignore.h
  42. init.c
  43. init.h
  44. interface.c
  45. interface.h
  46. items.c
  47. items.h
  48. lights.c
  49. lights.h
  50. main.c
  51. manufacture.c
  52. map_io.c
  53. map_io.h
  54. md2.h
  55. md2loader.c
  56. misc.c
  57. multiplayer.c
  58. multiplayer.h
  59. new_actors.c
  60. new_character.c
  61. particles.c
  62. particles.h
  63. paste.c
  64. readme.txt
  65. reflection.c
  66. reflection.h
  67. shadows.c
  68. shadows.h
  69. sound.c
  70. sound.h
  71. spells.c
  72. spells.h
  73. stats.c
  74. stats.h
  75. ter_g_private.h
  76. text.c
  77. text.h
  78. textures.c
  79. tile_map.c
  80. tiles.h
  81. trade.c
  82. weather.c
  83. weather.h
  84. committing manifest
  85. committing changelog
  86. importing: 1/6112 commits (0.02%)
  87. importing: 8b9bf347da10cb8bedd282e6522ede784817849a
  88. Traceback (most recent call last):
  89.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 160, in _runcatch
  90.     return _dispatch(req)
  91.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 885, in _dispatch
  92.     cmdpats, cmdoptions)
  93.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 646, in runcommand
  94.     ret = _runcommand(ui, options, cmd, d)
  95.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 168, in closure
  96.     return func(*(args + a), **kw)
  97.   File "/home/planetmaker/bin/hg/hgext/color.py", line 521, in colorcmd
  98.     return orig(ui_, opts, cmd, cmdfunc)
  99.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 976, in _runcommand
  100.     return checkargs()
  101.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 947, in checkargs
  102.     return cmdfunc()
  103.   File "/home/planetmaker/bin/hg/mercurial/dispatch.py", line 882, in <lambda>
  104.     d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
  105.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 716, in check
  106.     return func(*args, **kwargs)
  107.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 168, in closure
  108.     return func(*(args + a), **kw)
  109.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 716, in check
  110.     return func(*args, **kwargs)
  111.   File "/home/planetmaker/bin/hgsubversion/hgsubversion/wrappers.py", line 648, in clone
  112.     orig(ui, source, dest, **opts)
  113.   File "/home/planetmaker/bin/hg/mercurial/util.py", line 716, in check
  114.     return func(*args, **kwargs)
  115.   File "/home/planetmaker/bin/hg/mercurial/commands.py", line 1408, in clone
  116.     branch=opts.get('branch'))
  117.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 168, in closure
  118.     return func(*(args + a), **kw)
  119.   File "/home/planetmaker/bin/hgsubversion/hgsubversion/wrappers.py", line 637, in hgclonewrapper
  120.     data['srcrepo'], data['dstrepo'] = orig(ui, *args, **opts)
  121.   File "/home/planetmaker/bin/hg/mercurial/hg.py", line 448, in clone
  122.     destpeer.local().clone(srcpeer, heads=revs, stream=stream)
  123.   File "/home/planetmaker/bin/hg/mercurial/localrepo.py", line 1903, in clone
  124.     ret = exchange.pull(self, remote, heads).cgresult
  125.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 168, in closure
  126.     return func(*(args + a), **kw)
  127.   File "/home/planetmaker/bin/hgsubversion/hgsubversion/wrappers.py", line 539, in exchangepull
  128.     return orig(repo, remote, heads, force, bookmarks=bookmarks)
  129.   File "/home/planetmaker/bin/hg/mercurial/extensions.py", line 168, in closure
  130.     return func(*(args + a), **kw)
  131.   File "/home/planetmaker/bin/hg-git/hggit/util.py", line 44, in inner
  132.     return f(*args, **kwargs)
  133.   File "/home/planetmaker/bin/hg-git/hggit/__init__.py", line 249, in exchangepull
  134.     pullop.cgresult = repo.githandler.fetch(remote.path, heads)
  135.   File "/home/planetmaker/bin/hg-git/hggit/git_handler.py", line 252, in fetch
  136.     imported = self.import_git_objects(remote_name, filteredrefs)
  137.   File "/home/planetmaker/bin/hg-git/hggit/git_handler.py", line 709, in import_git_objects
  138.     self.import_git_commit(commit)
  139.   File "/home/planetmaker/bin/hg-git/hggit/git_handler.py", line 736, in import_git_commit
  140.     raise hgutil.Abort(_('you appear to have run strip - '
  141. Abort: you appear to have run strip - please run hg git-cleanup
  142. Abbruch: you appear to have run strip - please run hg git-cleanup

Comments