This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pwclient breaks for some patches posted to libc-alpha.


David,

Patchwork question for you. I imagine you never see this because you're
consuming your raw inbox and processing it via git am? Either way,
I thought I'd ask if you'd seen this. I haven't debugged this yet,
but I expect it's an encoding issue to do with the email Zack Weinberg
sent (along with attachment).

[carlos@athas glibc-pristine]$ pwclient get 7851
Traceback (most recent call last):
  File "/home/carlos/bin/pwclient", line 500, in <module>
    main()
  File "/home/carlos/bin/pwclient", line 465, in main
    action_get(rpc, patch_id)
  File "/home/carlos/bin/pwclient", line 238, in action_get
    s = rpc.patch_get_mbox(patch_id)
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1578, in __request
    verbose=self.__verbose
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1264, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1297, in single_request
    return self.parse_response(response)
  File "/usr/lib64/python2.7/xmlrpclib.py", line 1467, in parse_response
    p.feed(data)
  File "/usr/lib64/python2.7/xmlrpclib.py", line 557, in feed
    self._parser.Parse(data, 0)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 52, column 1

Zack,

That's your patch I'm trying to fetch and apply. Any ideas what might be
going wrong? I can apply your patch in other ways.

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]