Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. You have not informed bzr of your Launchpad ID, and you must do this to
  2. write to Launchpad or access private data. See "bzr help launchpad-login".
  3. bzr: ERROR: exceptions.TypeError: first argument must be string or compiled pattern
  4.  
  5. Traceback (most recent call last):
  6. File "/usr/lib/python2.7/site-packages/bzrlib/commands.py", line 930, in exception_to_return_code
  7. return the_callable(*args, **kwargs)
  8. File "/usr/lib/python2.7/site-packages/bzrlib/commands.py", line 1121, in run_bzr
  9. ret = run(*run_argv)
  10. File "/usr/lib/python2.7/site-packages/bzrlib/commands.py", line 673, in run_argv_aliases
  11. return self.run(**all_cmd_args)
  12. File "/usr/lib/python2.7/site-packages/bzrlib/commands.py", line 697, in run
  13. return self._operation.run_simple(*args, **kwargs)
  14. File "/usr/lib/python2.7/site-packages/bzrlib/cleanup.py", line 136, in run_simple
  15. self.cleanups, self.func, *args, **kwargs)
  16. File "/usr/lib/python2.7/site-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
  17. result = func(*args, **kwargs)
  18. File "/usr/lib/python2.7/site-packages/bzrlib/builtins.py", line 1507, in run
  19. source_branch=br_from)
  20. File "/usr/lib/python2.7/site-packages/bzrlib/bzrdir.py", line 367, in sprout
  21. create_tree_if_local=create_tree_if_local)
  22. File "/usr/lib/python2.7/site-packages/bzrlib/cleanup.py", line 132, in run
  23. self.cleanups, self.func, self, *args, **kwargs)
  24. File "/usr/lib/python2.7/site-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
  25. result = func(*args, **kwargs)
  26. File "/usr/lib/python2.7/site-packages/bzrlib/bzrdir.py", line 417, in _sprout
  27. result_repo.fetch(source_repository, fetch_spec=fetch_spec)
  28. File "/usr/lib/python2.7/site-packages/bzrlib/vf_repository.py", line 1268, in fetch
  29. find_ghosts=find_ghosts, fetch_spec=fetch_spec)
  30. File "/usr/lib/python2.7/site-packages/bzrlib/decorators.py", line 218, in write_locked
  31. result = unbound(self, *args, **kwargs)
  32. File "/usr/lib/python2.7/site-packages/bzrlib/vf_repository.py", line 2585, in fetch
  33. find_ghosts=find_ghosts)
  34. File "/usr/lib/python2.7/site-packages/bzrlib/fetch.py", line 77, in __init__
  35. self.__fetch()
  36. File "/usr/lib/python2.7/site-packages/bzrlib/fetch.py", line 98, in __fetch
  37. pb.update(gettext("Finding revisions"), 0, 2)
  38. File "/usr/lib/python2.7/site-packages/bzrlib/i18n.py", line 40, in gettext
  39. install()
  40. File "/usr/lib/python2.7/site-packages/bzrlib/i18n.py", line 92, in install
  41. _translations = install_translations(lang)
  42. File "/usr/lib/python2.7/site-packages/bzrlib/i18n.py", line 114, in install_translations
  43. fallback=True)
  44. File "/usr/lib/python2.7/gettext.py", line 554, in translation
  45. t = _translations.setdefault(key, class_(fp))
  46. File "/usr/lib/python2.7/gettext.py", line 255, in __init__
  47. self._parse(fp)
  48. File "/usr/lib/python2.7/gettext.py", line 391, in _parse
  49. self.plural = c2py(plural)
  50. File "/usr/lib/python2.7/gettext.py", line 177, in c2py
  51. result, nexttok = _parse(_tokenize(plural))
  52. File "/usr/lib/python2.7/gettext.py", line 114, in _parse
  53. nexttok = next(tokens)
  54. File "/usr/lib/python2.7/gettext.py", line 85, in _tokenize
  55. for mo in re.finditer(_token_pattern, plural):
  56. File "/usr/lib/python2.7/re.py", line 190, in finditer
  57. return _compile(pattern, flags).finditer(string)
  58. File "/usr/lib/python2.7/re.py", line 247, in _compile
  59. raise TypeError, "first argument must be string or compiled pattern"
  60. TypeError: first argument must be string or compiled pattern
  61.  
  62. bzr 2.7.0 on python 2.7.13 (Linux-4.8.13-1-ARCH-x86_64-with-glibc2.2.5)
  63. arguments: ['/usr/bin/bzr', 'branch', 'lp:xwinwrap']
  64. plugins: bash_completion[2.7.0], changelog_merge[2.7.0], grep[2.7.0],
  65. launchpad[2.7.0], netrc_credential_store[2.7.0], news_merge[2.7.0],
  66. po_merge[2.7.0], weave_fmt[2.7.0]
  67. encoding: 'utf-8', fsenc: 'UTF-8', lang: 'pt_BR.UTF-8'
  68.  
  69. *** Bazaar has encountered an internal error. This probably indicates a
  70. bug in Bazaar. You can help us fix it by filing a bug report at
  71. https://bugs.launchpad.net/bzr/+filebug
  72. including this traceback and a description of the problem.
  73. ==> ERRO: Uma falha ocorreu em build().
  74. Abortando...
  75. ==> ERRO: Makepkg não conseguiu compilar shantz-xwinwrap-bzr.
  76. ==> Reiniciar a compilação de shantz-xwinwrap-bzr ? [s/N]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement