Advertisement
Guest User

Untitled

a guest
Jan 13th, 2015
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. bryan@fuzzy:~$ git clone git@github.com:crosstool-ng/crosstool-ng -b master crosstool-ng-pwbug
  2. Cloning into 'crosstool-ng-pwbug'...
  3. remote: Counting objects: 23105, done.
  4. remote: Compressing objects: 100% (32/32), done.
  5. remote: Total 23105 (delta 10), reused 11 (delta 2)
  6. Receiving objects: 100% (23105/23105), 16.21 MiB | 3.19 MiB/s, done.
  7. Resolving deltas: 100% (15866/15866), done.
  8. Checking connectivity... done.
  9. bryan@fuzzy:~$ cd crosstool-ng-pwbug/
  10. bryan@fuzzy:~/crosstool-ng-pwbug$ pwclient git-am 424224
  11. Applying patch #424224 using 'git am'
  12. Description: [2/2] patches/binutils: backport 2.22 and 2.24 xtensa fixes
  13. Traceback (most recent call last):
  14. File "/home/bryan/bin/pwclient", line 541, in <module>
  15. main()
  16. File "/home/bryan/bin/pwclient", line 524, in main
  17. action_apply(rpc, patch_id, ['git', 'am'])
  18. File "/home/bryan/bin/pwclient", line 280, in action_apply
  19. s = rpc.patch_get_mbox(patch_id)
  20. File "/usr/lib/python2.7/xmlrpclib.py", line 1233, in __call__
  21. return self.__send(self.__name, args)
  22. File "/usr/lib/python2.7/xmlrpclib.py", line 1591, in __request
  23. verbose=self.__verbose
  24. File "/usr/lib/python2.7/xmlrpclib.py", line 1273, in request
  25. return self.single_request(host, handler, request_body, verbose)
  26. File "/usr/lib/python2.7/xmlrpclib.py", line 1306, in single_request
  27. return self.parse_response(response)
  28. File "/usr/lib/python2.7/xmlrpclib.py", line 1476, in parse_response
  29. p.feed(data)
  30. File "/usr/lib/python2.7/xmlrpclib.py", line 558, in feed
  31. self._parser.Parse(data, 0)
  32. xml.parsers.expat.ExpatError: not well-formed (invalid token): line 171, column 2
  33. bryan@fuzzy:~/crosstool-ng-pwbug$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement