**** BEGIN LOGGING AT Wed Feb 24 02:59:58 2016 Feb 24 04:40:16 Hi bitbake fails at last step complaining " do_rootfs) failed with exit code '1'" can anyone please help Feb 24 04:44:00 the complete error is here http://pastebin.com/U4PixfYh it says KeyError: 'getpwuid(): uid not found: 0 Feb 24 08:05:37 good morning Feb 24 08:35:53 Hello. Is there any script to "garbage collect" $DL_DIR? I mean, something that would remove old versions of sources. Feb 24 08:36:31 mario-goulart: nice question ;-) Feb 24 08:39:03 mckoan: no known implemented solution? :-) Feb 24 08:47:29 mario-goulart: nope AFAIK Feb 24 08:48:00 mckoan: Alright. Thanks for the feedback. Feb 24 12:07:06 How do I find out which recipe provided a binary to my rootfs? Feb 24 12:22:34 tasslehoff: if you have buildhistory enabled, git grep for it Feb 24 12:22:59 if not, 'opkg search /path/to/bin' should return the package, which should have the 'OE:' metadata field with the recipename Feb 24 13:50:28 koen: nice :) Feb 24 14:56:14 hi, all! Feb 24 14:56:24 can anybody help me with Angstrom? Feb 24 14:57:06 which is smallest image recipe with X11 support? Feb 24 14:57:57 core-image-x11 Feb 24 14:58:52 rburton: thanks, will it work with Angstrom distro? Feb 24 14:59:56 should do, its part of oe-core Feb 24 15:00:17 rburton: thanks a lot! Feb 24 15:43:09 mario-goulart: Laurentiu Palcu wrote a 'cleanup-downloads-dir' script, but it requires that it's able to look at SRC_URI of every recipe you care about. it wouldn't work for me, for example, since i do builds from multiple branches, multiple layer combinations, etc, and it wouldn't know about all those Feb 24 15:44:17 so it'd have similar limitations as the sstate cleanup script, which i don't use for the same reason Feb 24 16:23:56 JaMa, is the txws fail part of the pypi issue? Feb 24 16:28:31 Crofton|work: yes, most likely Feb 24 16:28:44 ok, I won't worry about it then Feb 24 16:29:01 trying to get ka6sox to check varnish proxy Feb 24 16:29:10 finally getting a very little time to puzzle out the thrift fails Feb 24 16:29:45 I've found time to fix chromium build with latest gcc Feb 24 16:29:50 thanks for keeping us honest! Feb 24 16:29:55 if anyone is interested I'll send patch soon Feb 24 16:42:24 kergoth: cool. Where can I find the cleanup-downloads-dir script? Feb 24 16:42:57 "[OE-core] [PATCH 0/1] scripts: Add cleanup-downloads-dir tool" Feb 24 16:43:16 Ah, ok. Found it. Thanks! Feb 24 16:43:17 presumably you'd be more interested in 1/1, but that's the thread Feb 24 16:43:18 np Feb 24 16:43:31 i haven't tested it personally, just downloaded it for later reference Feb 24 16:46:19 Alright. I'll take a look at it. Thanks a lot. Feb 24 16:54:20 JaMa, this look fmailiar? Feb 24 16:54:21 http://pastebin.com/X5X3SUST Feb 24 16:56:02 Crofton|work: yes that the same as what I've reported Feb 24 16:56:12 ok, duped locally Feb 24 16:56:14 finally Feb 24 18:55:24 someone had problem with libcap_2.24.bb in yocto jethro? Feb 24 18:55:36 make: unrecognized option '--disable-static' Feb 24 19:00:13 caiortp: don't mix incompatible branches Feb 24 19:04:17 JaMa, the recipe is in poky/meta/recipes-support/libcap/libcap_2.24.bb Feb 24 19:04:45 commit b1f23d1254682866236bfaeb843c0d8aa332efc2 Date: Wed Feb 24 09:04:05 2016 +0000 Feb 24 20:04:13 ERROR: QA Issue: File '/usr/lib/libqwt.so.6.0.1' from qwt was already stripped, this will prevent future debugging! [already-stripped] Feb 24 20:04:29 seems like this started beeing an error, then went back to being a waring at some point Feb 24 20:10:25 yes many QA checks started to be an error Feb 24 20:10:50 there was some bug in insane.bbclass IIRC so they always meant to be error it just didn't work Feb 24 20:15:33 but seems like the stripped one went back to warning Feb 24 20:25:18 morning all Feb 24 20:26:26 gm Feb 24 22:08:41 can someone remind me of the variable that tells bitbake not to parse some recipes? Feb 24 22:09:27 cbrake: BBMASK Feb 24 22:09:34 ahh, yes -- thanks Feb 24 22:09:37 regex, though in current master it's a space separated list of regexes Feb 24 22:09:38 np Feb 24 22:09:59 * cbrake found PNBLACKLIST in the docs -- not sure if that is something similar Feb 24 22:11:25 pnblacklist removes it from the list of buildable recipes, skips it, using the same mechanism as COMPATIBLE_HOST/COMPATIBLE_MACHINE Feb 24 22:11:34 if it can be parsed, but you dont' want it to build, you can use that Feb 24 22:11:38 but if it fails to parse, bbmask is it **** ENDING LOGGING AT Thu Feb 25 02:59:59 2016