On 2024-04-22 7:15 a.m., BELHADJ SALEM Talel via lists.yoctoproject.org wrote:
Hello All,

I am really confused with the following error:

ERROR: Failed to spawn fakeroot worker to run /home/talel.hajsalem/Documents/FinalGit/easyocto/test_output/layers/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.4.bb:do_install: [Errno 32] Broken pipe
WARNING: /home/talel.hajsalem/.../layers/poky/bitbake/lib/bb/runqueue.py:2229: ResourceWarning: unclosed file <_io.BufferedWriter name=31>
  return True
 
WARNING: /home/talel.hajsalem/.../layers/poky/bitbake/lib/bb/runqueue.py:2229: ResourceWarning: unclosed file <_io.BufferedReader name=32>
  return True

Everything is owned by my regular user, and I have nothing changed in my setup, suddenly this error showed up.

I even tried to clean all sstate and remove the entire build and try from zero. I even restarted the system.

Any clue ?


Hi,


Hopefully you've solved this by now.

What command did you type that produced this error?

Did things work well before? What changed recently?

What branch are you using and can you reproduce the problem with just Poky?

What can you tell us about your build system and what else is running on it? It seem like you might have exhausted memory.

../Randy