**** BEGIN LOGGING AT Wed Nov 30 03:00:01 2016 Nov 30 11:17:38 hello, is QWT buildable without X11 (for qt5 linuxfb platform) in some way? Nov 30 15:34:36 tcf-agent is messing up reboots for me? Nov 30 18:37:59 khem: i want to post my patch to add an -rt kernel recipe for raspi, but i don't care much for the kernel config system of the other raspi kernel recipes, i just want to provide a defconfig and let people add fragments if they want Nov 30 18:38:14 but i have a feeling that approach might not get accepted Nov 30 18:39:05 my receipt, currently, is basically a copy of linux-raspberrypi.inc but with -rt-specific tweaks Nov 30 18:39:59 for example, i don't want "require linux-rpi.inc" and i don't want do_kernel_configme_prepend() Nov 30 18:42:58 there are several ways i could refactor linux-raspberrypi.inc, but I'd rather get some direction before starting Nov 30 18:47:02 khem: http://dpaste.com/2GKDXPN Nov 30 22:01:18 tlwoerner_: it will be good to have a recipe with uses OE-Core kernel tooling Nov 30 22:58:35 kergoth: ping Nov 30 22:58:41 khem: pong Nov 30 22:59:33 kergoth: I am still grappling with bitbake issue where the build succeeds but it spit out an error code in the end since it failed to fetch a sstate object due to NFS stale handle Nov 30 23:00:39 khem: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4499 may be of interest. Nov 30 23:01:04 at least, the same workaround would do Nov 30 23:01:26 kergoth: I have applied that patch and it still happens Nov 30 23:02:27 if there are no errors shown, the exit code should be zero, unless there's a bug in the exception handling Nov 30 23:04:42 kergoth: it basically falls back to rebuilding from source and proceeds Nov 30 23:04:53 all works well but error persists Nov 30 23:05:28 mostly the reason for fetch failure is errno.ESTALE Nov 30 23:06:15 I am ok for it to display error messages which dont matter but return code is the issue here Nov 30 23:06:54 Exception: IOError: [Errno 116] Stale file handle Nov 30 23:07:08 and do_package_setscene fails Nov 30 23:10:06 ah, sounds like it needs to catch that and handle it sanely Nov 30 23:10:38 this is the function Nov 30 23:10:39 https://github.com/openembedded/bitbake/blob/master/lib/bb/utils.py#L522 Nov 30 23:11:20 https://github.com/openembedded/bitbake/blob/master/lib/bb/utils.py#L533 it tries to operate on that stale handle Nov 30 23:13:44 I wonder how can open() proceed when we have stale handle Dec 01 00:44:47 kergoth: see https://gist.github.com/kraj/1eb37b1f7acfcffd7682808cead10a3f Dec 01 00:44:57 this is the full trace I get Dec 01 00:48:25 and in the end I get Dec 01 00:48:30 NOTE: Tasks Summary: Attempted 5184 tasks of which 4278 didn't need to be rerun and all succeeded. Dec 01 00:48:32 NOTE: Writing buildhistory Dec 01 00:48:34 Summary: There were 24 WARNING messages shown. Dec 01 00:48:36 Summary: There was 1 ERROR message shown, returning a non-zero exit code. Dec 01 00:48:38 [ERROR][2016-11-30T19:14:52+0000]: bitbake returned non-zero exit code 1 **** ENDING LOGGING AT Thu Dec 01 03:00:00 2016