**** BEGIN LOGGING AT Thu Sep 17 02:59:59 2015 Sep 17 07:15:53 mmmh... My computer tries to compile qtwebkit and qtwebengine at the same time... Seems like a bad idea! Sep 17 07:18:46 :) Sep 17 07:19:13 qtwebengine is included in jansa/fido just for testing purposes Sep 17 07:19:29 you can drop that commit in our local builds if you're not interested Sep 17 07:22:19 no no, I want it :) Sep 17 07:31:42 What is the softest way to kill one of the two compilations ? Sep 17 07:32:04 (i.e. when I relaunch bb next time it will resume smoothly) Sep 17 07:39:58 you can kill top-level make process Sep 17 07:40:14 but to prevent this from happening again you would need to set only 1 bitbake thread Sep 17 07:40:45 otherwise even with 2 you often see both running at the same time, because both took incredibly long and both have similar dependencies Sep 17 07:41:00 so both are ready-to-build in queue at the same time Sep 17 07:41:23 Well, if all goes well we should get rid of qtwebkit pretty soon Sep 17 07:44:39 Morning Sep 17 07:45:16 Tofe/JaMa: What you recommend I put as distro on my build machine? Sep 17 07:45:25 Ubuntu 12.04 still or something newer? Sep 17 07:47:48 Herrie: I made the compromise of having 13.04 Sep 17 07:47:55 works like a charm Sep 17 07:48:27 I would use 14.04 or newer Sep 17 07:49:01 I've upgraded laptop to 15.10 now, soon I'll verify the builds there as well Sep 17 07:52:42 JaMa: I guess I'll try 14.04 then. Or when you report 15.10 is fine I might use that Sep 17 07:52:55 Anyway still need to get everything setup from scratch Sep 17 07:53:14 Seems it has 8GB of RAM at least, put in a dedicated 120GB SSD, should be enough right? Sep 17 07:56:06 IMHO, the only problem with a very recent install is the probable use of python3 by default Sep 17 08:00:47 15.10 is only beta now, 15.04 was tested and works fine Sep 17 08:01:18 OK guess I go for 15.04 then :) Sep 17 08:07:47 Seems Jenkins is building Mako unstable now ;) Sep 17 08:07:55 JaMa: qtscenegraph patch went OK Sep 17 08:09:10 yup I've built it yesterday Sep 17 08:09:24 today I've finished master branch fixes to build with gcc-5.2 Sep 17 08:09:42 but have some issues with network, so cannot push updated branch Sep 17 12:33:32 I've read some news about WebEngine compilation, and I fear I'll run of memory with my timid 4Gb RAM + 5Gb Swap... Sep 17 12:43:55 Tofe : :'( Sep 17 12:44:41 My build machine will have 8GB it seems, opened it up to install SSD this morning. Seems it has 2*4GB SO-DIMM :) Sep 17 12:50:29 meh Sep 17 12:51:24 Maybe I could add a swap partition on my SSD... But is that a good idea ? Sep 17 13:23:05 Tofe: Why now? SSD beats a HD performance wise :P Sep 17 13:25:39 Herrie|Veer: old SSD wearing speech... but maybe too old to be accurate today Sep 17 13:27:38 Dunno Sep 17 13:27:57 Should still be OK I guess. They don't wear out that quickly :P Sep 17 13:29:18 I think it should be ok too -- but so far the webengine build is going well, without swapping Sep 17 13:30:22 Hey, build of webengine finished, without swapping ! yeah ! Sep 17 13:31:16 They must have splitted the build in a smart way Sep 17 13:33:50 OK I kicked off some nightlies to have up to date images. Can test your fix for usb-in a bit more on TP then too. Sep 17 14:09:51 Seems like I'll have a fresh rootfs with Qt 5.5 ready to flash tonight :) Sep 17 14:31:44 Tofe: NICE! Sep 17 16:39:42 Tofe: Curious about your results! Sep 17 17:05:26 Herrie: first result: no GUI :( Sep 17 17:06:52 Cause: luna-next[1536]: FATAL: 17:01:25.183: This application failed to start because it could not find or load the Qt pl Sep 17 17:06:52 atform plugin "hwcomposer". Sep 17 17:51:54 Hmmz Sep 17 17:52:02 Any clues for the cause? Sep 17 17:56:53 Yep, and I solved it Sep 17 17:57:15 It was the version of the interface for the QPA plugins which has been bumped a bit Sep 17 17:57:15 :D Sep 17 17:57:26 I'll propose a little PR Sep 17 17:57:33 So GUI now? Sep 17 17:57:34 now I have a GUI :) Sep 17 17:57:41 touch works Sep 17 17:58:44 Let me reboot the device, I was on a luna-next alone, without any app manager Sep 17 17:59:43 Meh... now I have luna-next which constantly restarts... Sep 17 18:00:06 Ah, now it succeeded. Sep 17 18:00:45 It seems to be because the first boot was chaotic, so my device is a bit broken Sep 17 18:03:16 Ah ok Sep 17 18:03:21 So you just need to reflash :P Sep 17 18:05:44 mmh no, it may be something else, it seems LunaWebAppManager make Luna-next crash Sep 17 18:06:11 yep, in QtWayland. Sep 17 18:07:57 First things first, let's PR, the QPA thing Sep 17 18:14:11 https://github.com/webOS-ports/qt5-qpa-hwcomposer-plugin/pull/3 here we go Sep 17 18:17:32 Tofe: This shouldn't break stuff for 5.4.2 right? Sep 17 18:29:43 Shouldn't Sep 17 18:33:04 JaMa: ping Sep 17 18:34:25 JaMa/morphis: Seems both Tofe and myself don't have access to merge in https://github.com/webOS-ports/qt5-qpa-hwcomposer-plugin/ Sep 17 19:28:19 With https://github.com/webOS-ports/luna-next/pull/107, luna-next doesn't crash anymore when a client app wants to create a window. Sep 17 19:28:54 However there still seem to be problems with the wayland communication between the clients and the compositor Sep 17 19:54:13 Tofe: Rome wasn't build in a day, but each step is one :) Sep 17 19:54:22 Solid progress for 1 evening :D Sep 17 20:17:19 Herrie: I've added oe-devel team, try it now Sep 17 21:02:37 JaMa: Yes thnx Sep 17 21:30:23 JaMa: Updated meta-webos-ports for qt5-qpa-hwcomposer for fido and jansa/fido Sep 17 21:30:33 TOfe: 2nd PR OK as well with 5.4.2? Sep 17 21:32:39 Tofe: Another time N4 got stuck: https://bpaste.net/show/1dcbe998c9ff 19:53 on 16-sep Sep 18 02:14:50 * DougReeder waves good evening **** ENDING LOGGING AT Fri Sep 18 02:59:58 2015