Re: [yocto] Very strange issue where bitbake hangs at do_rootfs

2017-05-26 Thread Chris Z.
Hi, Have you tried to find on which syscall it hangs ? sysdig or strace ? Maybe it's issue with python subprocess, documentation mention that subprocess can deadlock or hang with large data and no read from pipe is done. Br, Chris Z On Fri, May 26, 2017 at 11:35 PM, Andrei Gherzan

Re: [yocto] Very strange issue where bitbake hangs at do_rootfs

2017-05-26 Thread Andrei Gherzan
On Fri, May 26, 2017 at 5:19 PM, Khem Raj wrote: > On Fri, May 26, 2017 at 5:52 AM, Andrei Gherzan wrote: > > Hello all, > > > > I moved recently on a new arch linux host and everything works fine with > one > > exception: when I build a custom

[yocto] Very strange issue where bitbake hangs at do_rootfs

2017-05-26 Thread Andrei Gherzan
Hello all, I moved recently on a new arch linux host and everything works fine with one exception: when I build a custom distribution based on morty with many packages including kernel-modules (beaglebone), the build system hangs without any details. I hooked into package_manager.py RPM install