ERROR: An uncaught exception occured in runqueue, please see the failure below:

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ERROR: An uncaught exception occured in runqueue, please see the failure below:

4,320 次查看
niranjanbc
Contributor IV

Hi

i am trying to change the glibc library(2.21) currently we are using now to latest version 2.26,

 specifying preferred version and adding suitable recipe for glibc.2.26 in poky/meta/recipes_core/

but i am getting when i bitbake core-image-sato, i also tried bitbake core-image-minimal

ERROR: An uncaught exception occured in runqueue, please see the failure below: 

ERROR: Running idle function

Traceback (most recent call last):
File "/home/niranjan/fsl-community-bsp/sources/poky/bitbake/lib/bb/cooker.py", line 1330, in buildTargetsIdle(server=<ProcessServer(ProcessServer-1, started)>, rq=<bb.runqueue.RunQueue instance at 0x7f46789e77a0>, abort=False):
try:
> retval = rq.execute_runqueue()
except runqueue.TaskFailure as exc:
File "/home/niranjan/fsl-community-bsp/sources/poky/bitbake/lib/bb/runqueue.py", line 1094, in RunQueue.execute_runqueue():
try:
> return self._execute_runqueue()
except bb.runqueue.TaskFailure:
File "/home/niranjan/fsl-community-bsp/sources/poky/bitbake/lib/bb/runqueue.py", line 1029, in RunQueue._execute_runqueue():
self.rqexe = RunQueueExecuteDummy(self)
> if self.rqdata.prepare() == 0:
self.state = runQueueComplete
File "/home/niranjan/fsl-community-bsp/sources/poky/bitbake/lib/bb/runqueue.py", line 587, in RunQueueData.prepare():
for dep in recursiveitasks[task]:
> generate_recdeps(dep)

File "/home/niranjan/fsl-community-bsp/sources/poky/bitbake/lib/bb/runqueue.py", line 575, in generate_recdeps(t=None):
newdeps = set()
> add_resolved_dependencies([taskData.tasks_fnid[t]], tasknames, newdeps)
extradeps[task].update(newdeps)
TypeError: list indices must be integers, not NoneType

please help me with fixing this.

0 项奖励
回复
1 回复

3,298 次查看
igorpadykov
NXP Employee
NXP Employee

Hi niranjanbc

due to dependencies newer version glibc library may also require upgrading some other libraries,

as this is generic linux question, this may be posted on meta-fsl-arm mailing list:
https://lists.yoctoproject.org/listinfo/meta-freescale

in general one can try latest nxp linux releases described on

http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i....

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复