[bitbake-devel] Help

Michael Wood michael.g.wood at intel.com
Mon Nov 2 17:38:02 UTC 2015


On 02/11/15 08:22, Almeida, Gabriel wrote:
>
> Hello there,
>
> I want to setup toaster on my VM and I have followed the steps up to 
> (3.1.1 - Step 5):
>
> https://www.yoctoproject.org/docs/1.9/toaster-manual/toaster-manual.html#setting-up-locally-and-running-in-analysis-mode
>
> Where I got the following error...
>
> Toaster is already running and I am able to access it over the web 
> (localhost:8000), however while bitbaking, I am getting the following 
> error:
>
> ```
>
> (venv)yoctoadm at kickseed:~/poky/build (fido)*$ bitbake core-image-minimal
>
> Traceback (most recent call last):
>
>   File "/home/yoctoadm/poky/bitbake/bin/bitbake", line 41, in <module>
>
> cookerdata.CookerConfiguration())
>
>   File "/home/yoctoadm/poky/bitbake/lib/bb/main.py", line 383, in 
> bitbake_main
>
>     return ui_module.main(server_connection.connection, 
> server_connection.events, configParams)
>
>   File "/home/yoctoadm/poky/bitbake/lib/bb/ui/knotty.py", line 287, in 
> main
>
> params.updateToServer(server, os.environ.copy())
>
>   File "/home/yoctoadm/poky/bitbake/lib/bb/cookerdata.py", line 79, in 
> updateToServer
>
>     ret, error = server.runCommand(["updateConfig", options, environment])
>
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1233, in __call__
>
>     return self.__send(self.__name, args)
>
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1587, in __request
>
> verbose=self.__verbose
>
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1273, in request
>
>     return self.single_request(host, handler, request_body, verbose)
>
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1306, in single_request
>
>     return self.parse_response(response)
>
>   File "/usr/lib/python2.7/xmlrpclib.py", line 1482, in parse_response
>
>     return u.close()
>
>   File "/usr/lib/python2.7/xmlrpclib.py", line 794, in close
>
>     raise Fault(**self._stack[0])
>
> Fault: <Fault 1: "<class 'xml.parsers.expat.ExpatError'>:not 
> well-formed (invalid token): line 115, column 120">
>
> ```
>

Is there anything in your environment/configuration which may mean that 
invalid characters for XML are trying to be written? Such as control 
characters?

Michael





More information about the bitbake-devel mailing list