I started to see bug 14683 repeatedly (as in every time) a few minutes ago,
so I pulled the gate, including your fix for it, and am now repeatedly
seeing

    Traceback (most recent call last):
      File "./client.py", line 3768, in handle_errors
        __ret = func(*args, **kwargs)
      File "./client.py", line 3745, in main_func
        return func(img, pargs)
      File "./client.py", line 1205, in image_update
        if not __api_plan_exception(op, noexecute=noexecute):
      File "./client.py", line 1203, in image_update
        update_index=update_index, be_name=be_name)
      File ".../client/api.py", line 477, in plan_update_all
        log_op_end=[api_errors.IpkgOutOfDateException])
      File ".../client/api.py", line 459, in plan_update_all
        verbose=verbose)
      File ".../client/image.py", line 2639, in make_update_plan
        self.__call_imageplan_evaluate(ip, verbose)
      File ".../client/image.py", line 1005, in __call_imageplan_evaluate
        ip.evaluate(verbose)
      File ".../client/imageplan.py", line 571, in evaluate
        ccancel=self.__check_cancelation)
      File ".../client/transport/transport.py", line 795, in prefetch_manifests
        progtrack, ccancel=ccancel)
      File ".../client/transport/transport.py", line 870, in _prefetch_manifests
        excludes)
      File ".../client/transport/transport.py", line 900, in 
_prefetch_manifests_list
        download_dir, progtrack=progtrack)
      File ".../client/transport/repo.py", line 288, in get_manifests
        self._engine.run()
      File ".../client/transport/engine.py", line 487, in run
        self.__setup_handle(eh, t)
      File ".../client/transport/engine.py", line 670, in __setup_handle
        hdl.setopt(pycurl.HTTPHEADER, headerlist)
    TypeError: list items must be string objects

I'm not yet sure what's going on, though it appears to be something in my
workspace, as the exact same command from the clone seems to be working
fine.  On the other hand, the exact same code was working fine earlier
today.  Still, if the above traceback is interesting in a context outside
of "my system's busted", then I thought you might like to know.

Thanks,
Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to