**** BEGIN LOGGING AT Tue Mar 22 02:59:58 2016 Mar 22 05:44:58 morning Mar 22 05:47:49 Tofe: FYI Jethro is booting now on my Mako after I reverted only systemd back to Fido version and all the rest is using Jethro layer. We still have issues with PulseAudio not working & luna-webappmanager crashing though. I'm using https://github.com/webOS-ports/webos-ports-setup/blob/herrie/jethro/conf/layers.txt Mar 22 05:47:57 So I guess we should look into pulseaudio more Mar 22 05:50:02 morphis confirmed that we need to run it in system mode if I'm correct, so that isn't something that we should look into. Mar 22 07:34:10 This is the log: https://bpaste.net/show/c28912e21b2c Mar 22 07:35:30 morphis: ping Mar 22 07:52:11 Morning Mar 22 07:54:06 Herrie|2: pong Mar 22 08:28:55 morphis: You have any idea why systemd in jethro would cause a bootloop on Mako? Might be due to a patch from your fellow Ubuntu devs :P Mar 22 08:29:16 Herrie|Veer: puuh Mar 22 08:29:39 Herrie|Veer: you have looks files? Mar 22 08:30:05 It most likely the patch that for persistent-storage-rule-mmc-partname Mar 22 08:30:35 Not sure why it would work for Maguro but not for Mako. Since you're familiar with both targets thought to ask you :P Mar 22 08:30:51 Tofe: morning Mar 22 08:31:22 Not sure Ubuntu uses Mako for testing anyway? Mar 22 10:24:27 Tofe: I guess I could try to revert PulseAudio as well to see if that solves the issues? Mar 22 10:24:51 I know too little about how PulseAudio works to properly troubleshoot it I guess. Mar 22 10:25:49 If downgraded systemd and PulseAudio will allow Jethro upgrade I guess that's acceptable for now. But it's ultimately up to JaMa I guess. Ideally we just get them working with Jethro version of course. Mar 22 10:27:00 Herrie|Veer: I must say I never tried jethro so far, so I don't know what the issues are exactly; plus I don't know well pulseaudio Mar 22 10:27:35 I've restarted a mako build today, with Qt 5.6; I think the crash won't be solved during the RC Mar 22 10:27:51 So better analyze it now, when there isn't anything urgent to do Mar 22 10:29:11 Tofe: Yeah true... Well luna-webappmgr crashes like before and pulseaudio does too Mar 22 10:29:43 We previously established that the luna-webappmgr crash was likely due to PulseAudio Mar 22 10:30:12 The code responsible for the crash of luna-webappmanager has been changed in qt 5.6 Mar 22 10:30:38 So if we build Jethro - systemd + qt 5.6 luna-webappmanager might run OK Mar 22 10:30:40 Or not :P Mar 22 10:31:48 Seems there were a few changes to pulseaudio between fido and jethro Mar 22 10:43:16 We might want to try PulseAudio 8.0 from master but that might be a long shot Mar 22 10:44:57 Seems Mer guys did some work to get pulseaudio-modules-droid working with 8.0 so might be worth a shot? Mar 22 10:48:55 Maybe, I quite don't know :) Mar 22 10:49:26 It can't get much more broken anyway :P Mar 22 10:49:39 I guess I'll give that a go in the evening Mar 22 10:59:43 It cannot get much worse compared to the segfaults it got :P Mar 22 13:39:55 JaMa: morning Mar 22 13:40:26 Experiment successful: Jethro boots on Mako when I revert systemd back to Fido version ;) Mar 22 13:41:08 cool Mar 22 13:41:15 getting closer to switch :) Mar 22 13:41:20 Still issues with PulseAudio and as a result luna-webappmanager (probably due to PulseAudio). I'll experiment a bit with PulseAudio 8 tonight to see if that solved anything. Mar 22 13:42:18 So we might just skip the 6.0 changes between fido and Jethro and move directly to PulseAudio 8. Seems Mer guys did some work on the pulseaudio-modules-droid so might work already. Mar 22 13:42:27 Worth a try at least. Mar 22 13:42:44 It's segfaulting currently so cannot get much worse anyway. Mar 22 14:54:51 JaMa: Is there anything I need to look at when updating PulseAudio? I did PulseAudio & pa modules droid. Both in oe-core and meta-webos-ports. Do I need to care about Also too? Mar 22 14:55:02 s/Also/Alsa Mar 22 15:04:16 Herrie|Veer: probably not Mar 22 15:07:27 JaMa: OK will give it a go when home. Mar 22 15:07:39 Might be a lucky shot but who knows, might just work Mar 22 15:09:15 I got everything ready to go layer wise for when I'm home :) Mar 22 15:55:35 nizovn: Thanks for PR looks pretty good to me :) Seems Tofe had some remarks on some QML bits Mar 22 15:56:01 yes, i need to think how to improve that Mar 22 16:13:14 Tofe: ^ You as QML expert have some ideas? Mar 22 16:18:24 i tried to declare UI.keyboardSizeChoice as an alias for maliit_input_method.keyboardSize, but it doesn't work Mar 22 16:37:23 Sure Tofe knows something, he always amazes me with QML :P Mar 22 17:08:47 Tofe: i can simply use onKeyboardSizeChoiceChanged and onCurrentAlternativeLayoutChanged in UI.qml. Is it a good solution? Mar 22 17:32:50 nizovn: one moment, let me have a loot at the PR again, I think there was one simple solution Mar 22 17:33:33 ah yes Mar 22 17:33:52 you've put "property string keyboardSizeChoice: maliit_input_method.keyboardSize", which creates a binding Mar 22 17:34:08 therefore, you just need to update maliit_input_method.keyboardSize Mar 22 17:34:32 "UI.keyboardSizeChoice = modelData;" should be removed Mar 22 17:35:05 ok Mar 22 17:35:11 my comment was a bit misplaced, it was the line above that was unneeded :) Mar 22 17:35:29 ah Mar 22 17:36:23 Same for next comment, "UI.currentAlternativeLayout = ((modelData === "LuneOS") ? "" : modelData);" should be removed, for same reason Mar 22 17:37:13 The rest of the PR looks good Mar 22 17:38:47 so we shouldn't anywhere change UI.keyboardSizeChoice directly, but i guess it's ok for keyboard-test.qml? Mar 22 18:34:23 nizovn: ah, hm, wait, let me see Mar 22 18:36:23 nizovn: no, even there, we just modify the fake maliit_input_method object Mar 22 18:36:35 Like you did in the PR, that's fine Mar 22 18:37:15 ....and merged :) Mar 22 18:37:26 ok, thanks :) Mar 22 18:50:52 Tofe: My Jethro + PulseAudio8 build is building ;) Mar 22 18:51:01 Will be a while since I did a clean build but we'll see where we get Mar 22 18:52:34 Herrie|2: ok :) Mar 22 18:53:26 It's a long shot but who knows Mar 22 18:54:51 yeah, worth a try Mar 22 19:31:31 Tofe: You're trying the newer https://github.com/webOS-ports/qtwayland/tree/webOS-ports/master-next-newer with 5.6? Mar 22 19:31:43 no, not yet Mar 22 19:32:34 but soon :p Mar 22 19:39:42 :D Mar 22 19:42:46 nope, didn't fix the crash Mar 22 19:49:09 Tofe: Hmmz :'( Mar 22 19:49:17 I guess it will be hardcore debugging then :P Mar 22 20:01:27 Tofe: Needed to add https://github.com/Herrie82/openembedded-core/commit/9ba101331212892b7d857e4999171b04ab06d233 but runnign again Mar 22 20:06:53 Herrie: yes, I'm already deep into it, trying to see if there's something suspicious in the wayland logs Mar 22 20:10:25 Tofe: Mine is building now 202/6015 Mar 22 20:10:28 Will be a while lOL Mar 22 20:53:28 1086 LOL Mar 22 20:53:32 But still running **** ENDING LOGGING AT Wed Mar 23 02:59:58 2016