**** BEGIN LOGGING AT Tue Aug 11 02:59:58 2015 Aug 11 07:44:43 hi Aug 11 07:44:57 i'm having issues compiling Edison image with bitbake Aug 11 07:45:06 it's stuck on subversion configure Aug 11 07:45:21 with exact same error as here http://lists.openembedded.org/pipermail/openembedded-core/2015-April/104007.html Aug 11 07:45:40 so i just added CPPFLAGS += "-P" in the subversion BB file Aug 11 07:45:44 and restarted bitbake Aug 11 07:45:56 but still same error, as if my change didn't affect anything Aug 11 07:46:26 what did i do wrong ? Aug 11 07:53:08 TheBootroo|home: there was an additional fix for the native case: Aug 11 07:53:10 BUILD_CPPFLAGS += "-P" Aug 11 07:54:19 jku: thanks, retrying... Aug 11 07:55:10 jku: configure suceeded, now it's compiling Aug 11 07:55:19 fingers crossed Aug 11 08:32:05 morning all Aug 11 08:41:44 jku: now i'm having this exact same error https://lists.yoctoproject.org/pipermail/yocto/2015-February/023730.html Aug 11 08:41:48 in localedef Aug 11 08:42:14 i tried adding CFLAGS += " -P " but maybe it's another issue because it didn't help Aug 11 08:42:31 message on ML didn't have answer Aug 11 08:51:05 yes, that looks like it's only related in the sense that gcc 5 finds new bugs all around... Aug 11 08:55:46 jku: i'm trying the hard way : recompile all with global -P added to CPPFLAGS, CFLAGS, BUILD_CPPFLAGS and BUILD_CFLAGS Aug 11 08:55:56 but it's gonna take a loooooong time Aug 11 08:56:06 cause it's recompiling everything Aug 11 08:56:20 hoping not walk in new errors like this Aug 11 09:00:51 Guys, anyone going to OEDEM? The wikipage has no info regarding how to join the meeting. Aug 11 09:04:26 Where is recommended to put the PR definition, in the include or recipe file? Aug 11 09:05:36 ftonello: it's rare to need one at all these days, but if you absolutely must increment it by hand, the recipe file Aug 11 09:11:09 bluelightning: what do you mean by it's rare to need one these days? Don't we use PR anylonger? Aug 11 09:11:43 ftonello: typically if you want PR to represent changes to the recipe you should use the PR service which will increment it automatically for you Aug 11 09:11:52 http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#working-with-a-pr-service Aug 11 09:13:32 bluelightning: I see. That's new to me. So no more INC_PR, etc? Aug 11 09:13:58 ftonello: in most cases those aren't needed no Aug 11 09:14:42 bluelightning: ok, thanks! Aug 11 09:24:49 I'm struggling to make /var/log persistent, am I going about it the right way by using a base files bbappend? Aug 11 09:25:08 http://pastebin.com/hGBRWfRc Aug 11 09:26:13 it feels like there is a magic script hidden somewhere that overwrites the directory, as it shows as peristent in the image output, but then is volatile when booted on target Aug 11 09:28:53 jackmitchell: I think there's more to it than that, but I'm not sure of the details Aug 11 09:29:04 something we really ought to have documented... Aug 11 12:44:51 I think I found a big problem with the gstreamer orc integration Aug 11 12:44:54 (in the recipes) Aug 11 12:45:13 first, orc-native is not a dependency, so orcc will not be in the buildsysroot Aug 11 12:45:32 second, even if orcc is present, the gstreamer configuration scripts don't seem to find it Aug 11 12:46:05 I have a quick solution (add orc-native to the orc packageconfig dependency list, and export an ORCC variable pointing to the orcc executable in the build sysroot) Aug 11 12:46:29 but would it make more sense to create an orc bbclass for this? Aug 11 12:55:29 dv_: does anything apart from gstreamer use orc? Aug 11 12:56:29 jku: not at the moment, though nothing speaks against it Aug 11 12:56:42 gstreamer has an optional orc dependency, but orc has none on gstreamer **** ENDING LOGGING AT Wed Aug 12 02:59:59 2015