**** BEGIN LOGGING AT Wed Oct 11 03:00:02 2017 Oct 11 05:59:05 just curious, does anyone know/remember the reason why tclibc was implemented with includes (apart from gcc tie in)? i see some interesting similarities between libc and something like python/go/etc. which are done via classes Oct 11 21:37:46 bitbake is giving me a "At least 64MB more space needed on the / filesystem." which is strange because none of our build is on the / filesystem. Oct 11 21:38:05 I pared the recipe down and it built fine exactly where I expected it to build. Oct 11 21:38:15 (using the pyro branch BTW) Oct 11 21:41:57 exactly what task is failing? Oct 11 21:42:36 do_rootfs Oct 11 21:42:37 it sounds like your build is nearly complete, and it's building the rootfs image, and is erroring out because you're trying to put more packages into a rootfs than it has space for, but that's a guess, lacking further details of exactly what your error is Oct 11 21:42:46 it's talking about / in the target rootfs image, not on your host Oct 11 21:43:14 kergoth: I thought that too, but on a whim I removed about a gig from the actual / of the server I am building on and the number went down. Oct 11 21:43:34 I did a double-take. I was certain that could not be happening, but I tried it twice. Oct 11 21:43:42 sounds coincidental. do_rootfs doesn't give a crap about the space on your host Oct 11 21:43:42 It went from needing a gig, to only needing 64 meg. Oct 11 21:43:48 koen: Agreed Oct 11 21:43:57 s/koen/kergoth/ Oct 11 21:45:01 have you checked the details in the do_rootfs log? Oct 11 21:47:47 So on a whim, I did a: sudo dd if=/dev/urandom of=/foo.urandom bs=1024 count=1000000 Oct 11 21:47:58 Re-ran the build, and now it clearly says I need another gig. Oct 11 21:48:08 what machine is this, and what is IMAGE_FSTYPES set to? Oct 11 21:49:22 kergoth: cpio.gz Oct 11 21:49:51 TMPDIR isn't overridden to some unexpected path? Oct 11 21:52:11 kergoth: No, it is pointing at mounted filesystem in sanity_info. Oct 12 01:25:11 khem: ping, wanted to pick your brain on this one - http://lists.openembedded.org/pipermail/openembedded-devel/2017-October/115137.html Oct 12 01:29:27 denix: my brain is empty I drove back from SFO Oct 12 01:29:45 hmm do you see this will master Oct 12 01:32:17 i think with c++11 mode several math functions moved into std namespace Oct 12 01:33:29 you might have to add #include in src/corelib/global/qnumeric_p.h Oct 12 01:33:37 perhaps that will help Oct 12 01:35:25 khem: that's a good pointer! I'll make sure to try it out and let you know. thanks! **** ENDING LOGGING AT Thu Oct 12 03:00:01 2017