**** BEGIN LOGGING AT Sun Apr 07 02:59:58 2013 Apr 07 07:21:30 hello, on master, i try build core-image-sato with qt4-x11-free, and i got error: ERROR: Nothing RPROVIDES 'packagegroup-core-x11-sato-gamesqt4-x11-free' (but /home/alexei/imx6/poky/meta/recipes-sato/images/core-image-sato.bb RDEPENDS on or otherwise requires it) Apr 07 07:21:30 NOTE: Runtime target 'packagegroup-core-x11-sato-gamesqt4-x11-free' is unbuildable, removing... Apr 07 07:21:30 Missing or unbuildable dependency chain was: ['packagegroup-core-x11-sato-gamesqt4-x11-free'] Apr 07 07:21:30 ERROR: Required build target 'core-image-sato' has no buildable providers. Apr 07 07:21:32 Missing or unbuildable dependency chain was: ['core-image-sato', 'packagegroup-core-x11-sato-gamesqt4-x11-free'] Apr 07 08:18:48 RP_: still broken in regard to systemd. :( Apr 07 08:19:03 zecke: broken how? Apr 07 08:19:12 RP_: using the wrong init system Apr 07 08:19:38 zecke: So you made two changes, right? Which image did you use? Apr 07 08:19:38 It is really annoying, no documentation is certainly preferred over subtle wrong one. :( Apr 07 08:20:09 zecke: I'm not happy about this, particularly coming up to a release :( Apr 07 08:20:37 okay, I'm stupid.. I still have init-manager in my local.conf Apr 07 08:21:28 let me try to clean the packagegroup-core-boot. :} Apr 07 08:23:02 RP_: I started with some "remove malloc" patches for journald.. but I am not sure how much more work I need to do before I can use it on my BTS Apr 07 08:24:36 * RP_ is trying to figure out why we get random segfaults in qemu images Apr 07 08:24:52 The trouble is we have no reproducer Apr 07 08:25:08 (other than run a build on the autobuilder and it sometimes fails) Apr 07 08:25:35 :} Apr 07 08:25:52 RP_: bad ram is unlikely? Apr 07 08:26:11 RP_: okay, I was too tired yesterday and didn't update the local.conf. I now have a /sbin/init pointing to systemd Apr 07 08:26:18 zecke: seen on multiple different machines so yes, unlikely Apr 07 08:26:55 zecke: I've seen it once locally but the same image booted many more times never has :/ Apr 07 08:29:16 :( Apr 07 08:35:23 one step forward.. two steps back.. firmware loading appears to be broken now. :} Apr 07 08:37:59 * zecke needs to wait for the timeout of four modules. :} Apr 07 08:56:19 udev has no firmware loading (since the fall out... :}) Apr 07 09:04:01 and it requires a patch. :_ Apr 07 09:04:02 :) Apr 07 09:12:03 JaMa: FYI. current systemd/udevd has no firmware loading compiled in Apr 07 09:14:22 zecke: then I'm lucky that my images don't need any Apr 07 09:16:47 much better now Apr 07 09:16:54 zecke: at least it sounds like its doing something more along the lines of what it is supposed to :) Apr 07 09:21:02 JaMa: or your kernel is new enough to just load firmware directly without going through insane land. Apr 07 09:21:09 RP_: I sent a patch Apr 07 09:36:00 JaMa: do you have experience with real .service files overriding sysv init scripts? Apr 07 09:36:15 yes Apr 07 09:36:46 most issues were from sysv init scripts ending with foo.sh Apr 07 09:37:43 iirc it was also changed in some older systemd version that to mask init.d/foo.sh you need just foo.service (not foo.sh.service) Apr 07 09:38:50 or add symlink to /dev/null + real .service with slightly different name Apr 07 09:40:28 I had to do this with IIRC gpsd to be able to select between sysv script and systemd service where some MACHINEs required different inits Apr 07 09:41:48 I have some issues with a 'cycle' on sysinit and target and I wonder if it comes from parsing the LSB header. :} Apr 07 09:43:24 fwiw I don't have initscripts in my images for some time Apr 07 09:44:00 :) Apr 07 09:46:04 removed from image on 2012-04-22 Apr 07 09:46:16 year aniversary in few days :) Apr 07 09:51:46 JaMa: a noob question. What is the sanest way to add [Install] to a Service? WantedBy=default.target? Apr 07 09:54:21 I wouldn't use default.target, but depends on service Apr 07 09:54:42 JaMa: for a daemon service. what to use? Apr 07 09:54:46 network.target? Apr 07 09:54:52 e.g. with those gpsd service I wanted them in multi-user already no matter if default is graphical or console Apr 07 09:55:45 thanks Apr 07 09:56:00 but I must admint I haven't written many .service file, for most existing components you can find existing .service files somewhere (e.g. arch repo) Apr 07 09:56:17 and for our own components it was usually similar to some existing component Apr 07 15:35:22 ok, the new layer index is just plain awesome Apr 07 16:33:35 indeed it is, bluelightning & co did a great job Apr 07 18:35:47 hello, say me plz, What's the difference between qt4-x11-free_4.8.4.bb and qt4-native_4.8.4.bb ? Apr 07 18:40:58 alex_kag: native is needed at build time, qt4-x11-free is cross-compiled to be included in your image Apr 07 19:12:05 and does qt-x11-free bulding correctly? I've got error : poky/build/tmp/sysroots/imx6qsabresd/usr/include/bits/predefs.h:23:3: error: #error "Never use directly; include instead." Apr 07 19:12:37 may be I miss something? Apr 07 20:20:27 can anybody test qt4-x11-free? i can't build it. Apr 07 20:29:57 alex_kag: we regularly build it on the autobuilder, I'm not aware of any known issues... Apr 07 20:33:29 -bluelightning- , now i try to rebuild qt. but i have found about this error: http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-February/044092.html Apr 07 20:34:08 i've got same error too: #error "Never use directly; include instead." Apr 07 20:34:17 any idea? Apr 07 20:47:23 alex_kag: looks like some kind of change in system headers Apr 07 20:50:08 i.e. it's stricter about header usage than previously Apr 07 20:50:54 hm, and that should i try to build it? Apr 07 20:52:49 I'm guessing this is specific to the BSP you are building with or we'd be seeing this on the autobuilder Apr 07 20:59:46 in bsp where are only 2 bbappend file: 1 for embedded and 1 for x11-free, but whey are no different between them. but embedded is build good Apr 07 21:03:51 Now, if after -c clean would be error, I will try to remove everything and build from scratch ... **** ENDING LOGGING AT Mon Apr 08 02:59:58 2013