Build error

41 views
Skip to first unread message

Rogerio Pimentel

unread,
Sep 11, 2012, 1:29:23 PM9/11/12
to meta-f...@googlegroups.com
I'm build fsl-image-gui on denzil branch and the following error appears:

--------------------------------------------------------------------------------
ERROR: Running idle function
Traceback (most recent call last):
File "/home/b19259/denzil/fsl-community-bsp/sources/poky/bitbake/lib/bb/cooker.py",
line 1134, in buildTargetsIdle(server=<ProcessServer(ProcessServer-1,
started)>, rq=<bb.runqueue.RunQueue instance at 0xcacf9e0>,
abort=False):
try:
> retval = rq.execute_runqueue()
except runqueue.TaskFailure as exc:
File "/home/b19259/denzil/fsl-community-bsp/sources/poky/bitbake/lib/bb/runqueue.py",
line 971, in RunQueue.execute_runqueue():
if self.state is runQueueRunning:
> retval = self.rqexe.execute()

File "/home/b19259/denzil/fsl-community-bsp/sources/poky/bitbake/lib/bb/runqueue.py",
line 1407, in RunQueueExecuteTasks.execute():
for pipe in self.build_pipes:
> self.build_pipes[pipe].read()

File "/home/b19259/denzil/fsl-community-bsp/sources/poky/bitbake/lib/bb/runqueue.py",
line 1808, in runQueuePipe.read():
while index != -1:
> bb.event.fire_from_worker(self.queue[:index+8], self.d)
self.queue = self.queue[index+8:]
File "/home/b19259/denzil/fsl-community-bsp/sources/poky/bitbake/lib/bb/event.py",
line 155, in fire_from_worker(event='<event>ccopy_reg\n_reconstructor\np1\n(clogging\nLogRecord\np2\nc__builtin__\nobject\np3\nNtRp4\n(dp5\nS\'taskpid\'\np6\nI10021\nsS\'threadName\'\np7\nS\'MainThread\'\np8\nsS\'name\'\np9\nS\'BitBake.Util\'\np10\nsS\'thread\'\np11\nI140118789695232\nsS\'created\'\np12\nF1347381906.027087\nsS\'process\'\np13\nI10021\nsS\'processName\'\np14\nS\'ProcessServer-1\'\np15\nsS\'args\'\np16\n(tsS\'module\'\np17\nS\'utils\'\np18\nsS\'filename\'\np19\nS\'utils.py\'\np20\nsS\'levelno\'\np21\nI40\nsS\'exc_text\'\np22\nNsS\'pathname\'\np23\nS\'/home/b19259/denzil/fsl-community-bsp/sources/poky/bitbake/lib/bb/utils.py\'\np24\nsS\'lineno\'\np25\nI372\nsS\'msg\'\np26\nS\'
data = "<event>" + pickle.dumps(event) + "</event>',
d=<bb.data_smart.DataSmart object at 0x26b4b10>):
return
> event = pickle.loads(event[7:-8])
fire_ui_handlers(event, d)
ValueError: insecure string pickle

^Z
[1]+ Stopped bitbake fsl-image-gui
--------------------------------------------------------------------------------

When I build core-image-minimal, this error doesn't happen. Has
someone seen this error before?

Any help will be welcome,

Thanks,
Rogerio

Otavio Salvador

unread,
Sep 11, 2012, 2:28:29 PM9/11/12
to meta-f...@googlegroups.com
On Tue, Sep 11, 2012 at 2:29 PM, Rogerio Pimentel
<rpiment...@gmail.com> wrote:
> I'm build fsl-image-gui on denzil branch and the following error appears:
...
> > event = pickle.loads(event[7:-8])
> fire_ui_handlers(event, d)
> ValueError: insecure string pickle
>
> ^Z
> [1]+ Stopped bitbake fsl-image-gui
> --------------------------------------------------------------------------------
>
> When I build core-image-minimal, this error doesn't happen. Has
> someone seen this error before?
>
> Any help will be welcome,

It seems to be a corrupted cache of bitbake. You can try two things:

touch local.conf file inside of conf dir, or remove your tmp dir and try.

--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br

Rogerio Pimentel

unread,
Sep 11, 2012, 2:38:15 PM9/11/12
to meta-f...@googlegroups.com
On Tue, Sep 11, 2012 at 3:28 PM, Otavio Salvador
<ota...@ossystems.com.br> wrote:
> On Tue, Sep 11, 2012 at 2:29 PM, Rogerio Pimentel
> <rpiment...@gmail.com> wrote:
>> I'm build fsl-image-gui on denzil branch and the following error appears:
> ...
>> > event = pickle.loads(event[7:-8])
>> fire_ui_handlers(event, d)
>> ValueError: insecure string pickle
>>
>> ^Z
>> [1]+ Stopped bitbake fsl-image-gui
>> --------------------------------------------------------------------------------
>>
>> When I build core-image-minimal, this error doesn't happen. Has
>> someone seen this error before?
>>
>> Any help will be welcome,
>
> It seems to be a corrupted cache of bitbake. You can try two things:
>
> touch local.conf file inside of conf dir, or remove your tmp dir and try.
>

It happens even if I try a new fresh build.

> --
> Otavio Salvador O.S. Systems
> E-mail: ota...@ossystems.com.br http://www.ossystems.com.br
> Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
>
> --
> --
> OpenEmbedded/Yocto Freescale ARM BSP - meta-f...@googlegroups.com
>
> Source code of the BSP: http://github.com/Freescale/meta-fsl-arm
>
> To cancel your subscription in this group send an e-mail to meta-fsl-arm...@googlegroups.com
> For more options go to http://groups.google.com/group/meta-fsl-arm

Otavio Salvador

unread,
Sep 11, 2012, 2:56:11 PM9/11/12
to meta-f...@googlegroups.com
On Tue, Sep 11, 2012 at 3:38 PM, Rogerio Pimentel
<rpiment...@gmail.com> wrote:
> On Tue, Sep 11, 2012 at 3:28 PM, Otavio Salvador
> <ota...@ossystems.com.br> wrote:
>> On Tue, Sep 11, 2012 at 2:29 PM, Rogerio Pimentel
>> <rpiment...@gmail.com> wrote:
>>> I'm build fsl-image-gui on denzil branch and the following error appears:
>> ...
>>> > event = pickle.loads(event[7:-8])
>>> fire_ui_handlers(event, d)
>>> ValueError: insecure string pickle
>>>
>>> ^Z
>>> [1]+ Stopped bitbake fsl-image-gui
>>> --------------------------------------------------------------------------------
>>>
>>> When I build core-image-minimal, this error doesn't happen. Has
>>> someone seen this error before?
>>>
>>> Any help will be welcome,
>>
>> It seems to be a corrupted cache of bitbake. You can try two things:
>>
>> touch local.conf file inside of conf dir, or remove your tmp dir and try.
>>
>
> It happens even if I try a new fresh build.

Very confusing; please check if someone has not put an old version of
bitbake in your server and if you' re setting the environment
properly.

I am running it fine here ... so I am a bit lost how to help you on this.
Reply all
Reply to author
Forward
0 new messages