**** BEGIN LOGGING AT Wed Jul 18 03:00:02 2018 Jul 18 19:23:21 Any objections to making toolchain-shar-relocate also relocate environment-setup.d in both sysroots? It's a key difference between the main script, which gets relocated (sed on sdk install path) and environment-setup.d scripts which do not, afaict Jul 18 19:23:32 unless i'm missing something, which is possible Jul 18 19:28:00 Whats the usecase? Jul 18 19:43:01 hmm, nevermind, think i might be able to do it differently. need to revamp our messy relocation scripts anyway. toolchain-shar-relocate.sh does way too much, most of that is common regardless of whether you're using the shar sdk packaging command or not Jul 18 20:08:01 I'm having some stupid interatcion of sdk and host gcc building a kernel Jul 18 20:08:16 after sourcing env, I run gcc and get gcc not found :( Jul 18 20:11:39 ouch Jul 18 20:13:45 today's yak was "i wonder how many time AC_TRY_RUN is called and it just guesses" Jul 18 20:13:49 answer: lots Jul 18 20:13:52 often badly Jul 18 20:14:16 occasionally with "is this -gnu- so probably it works?" but often with 'screw it, lets assume its broken' Jul 18 20:21:35 unset CCACHE_PATH "solved" it Jul 18 21:11:49 I'm trying to compile oe core with ICECC and get the following error cc1: error: /home/hoperun/oe-core/build/tmp-glibc/work/aarch64-linux/glib-2.0-native/1_2.52.3-r0/recipe-sysroot-native/usr/include: No such file or directory [-Werror=missing-include-dirs] Jul 18 21:12:09 I have tried with yocto as well and similar error for pkgconfig package Jul 18 21:12:42 the directory exists with all the contents inside it Jul 18 21:29:04 ric96: I've seen that too, but haven't tracked it down.... Jul 18 21:30:04 https://github.com/icecc/icecream/issues/180 Jul 18 21:31:41 aah thanks... i guess its off to recompiling icecream Jul 18 21:32:15 the fix was merged back in nov 2017... but im running debian Jul 18 21:32:23 JPEW: thanks Jul 18 21:33:02 icecc is actually pretty good at being backward compatible with itself.... I sometimes wonder if we could build icecc in Yocto and have to talk to the host daemon Jul 18 21:33:19 Most of the major changes like this are actually in icecc not the daemon Jul 18 21:33:49 And it would allow us to keep up to date on that.... instead of having to wait for the glacially slow release process for icecream :) Jul 18 21:34:33 JPEW: that would be a good idea... Jul 18 21:38:21 ric96: Yes, that fix isn't even in a released version of icecream yet :) Jul 18 23:42:13 JPEW: upstream icecc has other issues now... m4 fails to compile, that didn't happen in the debian version **** ENDING LOGGING AT Thu Jul 19 03:00:02 2018