**** BEGIN LOGGING AT Wed May 04 02:59:58 2016 May 04 05:33:20 morning May 04 05:33:29 Tofe: You know how I can kill bitbake? May 04 05:33:47 Due to my network issues I get "ERROR: Only one copy of bitbake should be run against a build directory" May 04 05:35:20 Ah seems I can remove bitbake.lock file :P May 04 06:29:53 Herrie, control-c multiple times (usually 2x is sufficient) May 04 06:53:14 Yes, Ctrl+C, first time it stops starting new jobs, second time it brutally stops the current ones May 04 06:53:46 Herrie: in my log "sensorfwd.service: Service has a D-Bus service name specified, but is not of type dbus. Ignoring." <-- looks like we should add a dbus type specifier for that service May 04 06:54:44 dnsmasq.service also seems to have an incorrect "ExecStopPre" intruction, but that would be a bug for OE, I think May 04 06:56:23 Lines 124 and 125, it seems we have wrong ls2/dbus groups for webos-system-update.service May 04 06:57:31 Line 330: "/usr/lib/mmsd/mmsd: No such file or directory" May 04 07:00:34 Tofe: The update service we have a bug for already. May 04 07:00:50 mmsd doesn't seem to exist, though I see nothing wrong in build logs May 04 07:02:37 Lines 1208-1216: some pref retrieving errors, but maybe it's ok May 04 07:04:02 Line 1263: mediaindexer crash May 04 07:04:41 (maybe related to lines 1238-1239 ?) May 04 07:05:18 Tofe: Quite some of these are due to first boot. May 04 07:05:50 Mediaindexer crashes because the kinds don't exist, it's gone on 2nd boot. Not very graceful though, already mentioned that to nizovn May 04 07:06:13 For update service we might just need to move some files to the correct folder May 04 07:07:26 right May 04 07:07:29 Tofe: It seems QT is doing quite some logspamming after 5.6 update May 04 07:07:32 I'm just reading through :) May 04 07:07:44 That's what we should look into I guess. May 04 07:08:00 Tofe: I already killed all the obvious ones in recent months :P May 04 07:11:24 Herrie|Pre3: for Qt 5.6 it's fairly certainly identified, it's the configuration of the build which is incorrect; the log spamming with xcb is only a consequence May 04 07:11:53 Tofe: It's not the xcb May 04 07:12:01 But the null receiver or something May 04 07:12:12 Forgot what the exact one was May 04 07:12:31 Appears for lunasysmgr, luna-appmgr, luna-webappmgr May 04 07:13:26 maliit-server[1943]: FATAL: This application failed to start because it could not find or load the Qt platform plugin "xcb" May 04 07:13:51 Tofe: Yeah xcb we know and we know a fix, but want to wait for May 04 07:14:00 JaMa to see if he has other suggestions May 04 07:14:04 ok May 04 07:14:08 His bitbake -e didn't work at my end. May 04 07:14:34 But I took a copy of my qtbake folder with logs :P May 04 07:15:20 There's a lot of "[pulseaudio] droid-util.c: Assertion 'pa_droid_input_port_name(cur_device, &name)' failed at ../../../git/src/common/droid-util.c:1156, function add_i_ports(). Aborting." May 04 07:15:40 Tofe: I'm recompiling qtwebengine at home with use_pulseaudio flag. May 04 07:15:55 See if that solves audio issue for apps & browser May 04 07:16:09 Should normally be in qtbase I think and it's enabled there. May 04 07:16:11 Herrie|Pre3: didn't we already set that flag? May 04 07:16:17 ok May 04 07:16:33 Just doesn't seem to really work maybe. May 04 07:17:06 It works for LNC, so thought to explicitly force it in the bbappend just like we did for the proprietary codecs for MP3 May 04 07:17:54 Tofe: The PA might be due to missing morphis patches. I updated krogoth with pulseaudio-modules-droid upstream and added morphis patches to the build May 04 07:19:32 morphis patches were from Ubuntu so are not in upstream pulseaudio-modules-droid. May 04 07:20:00 The error you quoted reminds me of AUDIO_BIT_IN problem which is Mako specific May 04 07:27:02 Tofe: See 3f6af61 May 04 07:27:12 That should address your issues :P May 04 07:55:19 Tofe: I put the 3 commits we had in our fork previously in as patches now. May 04 07:55:31 So we can follow upstream directly. May 04 07:55:47 P.s. Also ordered a new wifi card because I'm fed up with my network issues :P May 04 07:56:11 The one I have is a cheap 10 yr old tp-link that doesn't even do 5Ghz :P May 04 07:57:22 So will now get a state of the art Asus PCE-AC68 :) That should fly :) I also got wired LAN on my PC but it runs through the power lines and speed isn't that great. May 04 07:57:34 So this should improve things :P May 04 07:57:51 My distance is anyway < 3m from the router :P May 04 07:58:09 Just not practical to run a cable :P May 04 08:02:03 Herrie|Pre3: not practical, but has a great ping value :) May 04 08:03:33 Tofe: Yeah just that it's in the middle of the room :P May 04 08:03:42 So a proper wifi card will work better :P May 04 08:03:58 And will still have my wired LAN as backup :P May 04 10:29:28 JaMa: morning May 04 10:29:50 Latest unstable still has the xcb issue. I tried the bitbake -e but got a lot of errors there May 04 10:33:13 Anything I can get from the regular work directory for qtbase log wise May 04 10:38:30 what kind of errors? May 04 10:38:51 I'll check it myself May 04 10:45:21 JaMa: It seems some python errors May 04 10:45:29 This is on Ubuntu 15.10 May 04 10:45:41 I'll be home in 20-30 mins and can paste it May 04 10:47:40 Looking at meta-wop commit history you first seem to rename EXTRA_CONF_PACKAGECONFIG to PACKAGECONFIG_CONFARGS and then 2 weeks later drop it altogether from layer.conf? May 04 10:52:46 renamed in jethro branch, dropped only from krogoth branch May 04 10:54:07 JaMa: rename is also in krogoth, but result is the same in the end of course May 04 10:54:57 yes, because the version merged in oe-core is using PACKAGECONFIG_CONFARGS May 04 11:00:07 works as expected here: http://pastebin.com/fQkdSutj please repeat the steps on your end to see if there is any difference May 04 11:18:29 JaMa: https://bpaste.net/show/0d83bf83a885 May 04 11:18:33 THat's what I get May 04 11:21:09 Herrie: did you set MACHINE variable? May 04 11:21:25 JaMa: I guess not May 04 11:21:47 it should be set just after you source setup-env, so it's strange May 04 11:21:55 but that's the only guess I have for such errors May 04 11:21:57 JaMa hmmz May 04 11:22:16 Simply export MACHINE=maguro would do? May 04 11:23:44 yes May 04 11:23:55 bud did you source setup-env? May 04 11:23:58 but May 04 11:24:38 JaMa: Steps I did: 1. Terminal. 2. cd LuneOS/webos-ports-env/webos-ports May 04 11:24:42 . setup-env May 04 11:25:05 did it show something like: May 04 11:25:06 Altered environment for qemux86@luneos development May 04 11:25:15 if yes, then the MACHINE is set to qemux86 May 04 11:27:44 JaMa did it again and get it now for maguro May 04 11:27:49 But still funny errors :s May 04 11:29:21 Having quick lunch, back in a few mins May 04 11:36:15 JaMa: Could it be it's my 15.10 that's somehow acting up? May 04 11:40:39 what python version do you have? May 04 11:41:03 can you pastebin setup-env as well as funny errors? May 04 11:42:22 https://bpaste.net/show/314a5e049f31 May 04 11:42:27 This is from a clean terminal May 04 11:43:05 2.7.10 it seems May 04 11:45:26 I just followed these steps to setup my env: http://webos-ports.org/wiki/Build_for_Maguro May 04 12:02:31 ok you don't have MACHINE value May 04 12:03:00 so you definitely need to export it before running bitbake -e May 04 12:04:17 still it shouldn't fail as it does in your case, see: http://pastebin.com/S9bV74wz May 04 12:04:57 can you try export MACHINE=maguro; mv tmp-glibc tmp-glibc-old; bitbake -e qtbase | tee env.qtbase May 04 12:05:24 I'm trying maguro instead of qemux86 May 04 12:11:38 works fine for maguro MACHINE as well May 04 12:13:49 JaMa: OK trying now May 04 12:19:46 JaMa: It seems to do the regular where it's parsing recipes etc, then it outputs a shit load of data and my terminal runs out of space :P May 04 12:19:47 https://bpaste.net/show/26a02fd69c26 May 04 12:19:52 This is what I could still copy May 04 12:20:30 Let me redirect it to a .txt instead May 04 12:20:34 So we get the whole May 04 12:30:56 JaMa: It's 1.6MB :S http://www.herrie.org/qtbase2.txt May 04 12:45:19 Herrie: only 2 lines are interesting from it, see http://pastebin.com/fQkdSutj May 04 12:46:24 JaMa: You sure that's the correct paste? May 04 12:46:38 yes May 04 12:46:41 13:01:24 <+JaMa> works as expected here: http://pastebin.com/fQkdSutj please repeat the steps on your end to see if there is any difference May 04 12:46:44 13:01:24 <+JaMa> works as expected here: http://pastebin.com/fQkdSutj please repeat the steps on your end to see if there is any difference May 04 12:47:08 So which command you want me to run? May 04 12:47:20 it's shown in that pastebin May 04 12:47:30 Because "bitbake -e qtbase | tee env.qtbase" gave me that 1.6M output :S May 04 12:48:02 Ah May 04 12:48:05 OK understand now May 04 12:48:45 instead of switching between jethro and krogoth you can do this with and without the PACKAGECONFIG_CONFARGS re-added to layer.conf May 04 12:49:20 JaMa: Sorry low on coffee today :P May 04 12:49:26 Brain is a bit slow LOL May 04 12:49:49 Arrrgh network is killing me here... Luckily my new wifi card will be here tonight :D May 04 12:50:00 Even simple bpaste takes minutes to load :S May 04 12:56:56 JaMa: They seem equal May 04 12:57:53 I mean env.qtbase and env.qtbase.krogoth for EXTRA_OECONF May 04 12:58:03 Both have -qpa wayland-egl in there May 04 12:58:40 However there's no -qpa wayland-egl in either of the env.qtbase for PACKAGECONFIG_CONFARG May 04 12:58:49 Which I guess causes the issue? May 04 12:59:28 no that's correct May 04 12:59:40 it should be only in EXTRA_OECONF May 04 13:00:09 it was in PACKAGECONFIG_CONFARG for jethro, just because as workaround for missing PACKAGECONFIG_CONFARG variable we were setting PACKAGECONFIG_CONFARG = EXTRA_OECONF in layer.conf May 04 13:00:34 OK, well it still doesn't work :P May 04 13:00:51 So question is what's wrong... Because if we add it back in layer.conf it works May 04 13:01:32 I checked latest unstable Maguro image from yesterday May 04 13:01:33 are you sure it was "fixed" by it, not just some undeterminisic issue which got magically resolved just because adding this caused qt to rebuild? May 04 13:01:42 QML apps & Maliit fail May 04 13:02:05 JaMa: I really don't know... I'm happy for suggestions May 04 13:02:16 Because that's currently our biggest roadblock for Krogoth it seems May 04 13:05:26 It's not my build, since it's also on our builder & Tofe has the same issue as well May 04 13:10:49 Herrie: damn you're right, let me check something May 04 13:12:23 Herrie: ./meta-luneui/recipes-qt/qt5/qtbase_git.bbappend needs to be updated May 04 13:14:27 Herrie: grep ^QT_CONFIG_FLAGS= env.qtbase.* is what matters, not EXTRA_OECONF May 04 13:14:42 and this is missing the qpa parameter May 04 13:14:59 because qtbase_git.bbappend was incorrectly using EXTRA_OECONF instead of QT_CONFIG_FLAGS May 04 13:15:35 sorry that I haven't noticed it before, I'll also blame lack of coffee :) May 04 13:19:19 Herrie: Tofe: Fix pushed, will trigger new unstable builds May 04 13:38:56 JaMa: great, thanks :) May 04 13:41:03 trying to adapt luna-next for qtwayland 5.7 ... this commit makes me angry: https://github.com/qtproject/qtwayland/commit/ce58545b220a49354533a27ef79cdbc8d50186cd May 04 13:41:34 at least short commit message would be very useful for people how need to adapt existing compositors May 04 13:44:03 JaMa: Thnx :D May 04 13:44:31 You happen to have any ideas how we have sound in Qt, but not in QtWebEngine? May 04 13:44:34 Any configs we could check? May 04 13:45:56 Herrie: is it regression from jethro or krogoth upgrade or was it always like this (e.g. since switch from qtwebkit)? May 04 13:46:48 JaMa: Seems regression May 04 13:47:02 From 5.5-> 5.6 May 04 13:47:18 Luna-next-cardshell sounds work, however apps & browser sounds not May 04 13:47:30 support for flac, speex and ffmpeg is disabled by default in qtwebengine by PACKAGECONFIGs May 04 13:47:32 So seems PulseAudio = OK for QT and I can see it's being used in QtBase May 04 13:47:51 as first attempt I would check what these deps are doing in qtwebengine May 04 13:48:11 JaMa: We're trying plain simple WAV & MP3 May 04 13:48:11 ah sorry these are enabled by default May 04 13:48:14 except ffmpeg May 04 13:48:28 We have a bbappend to sort the mp3 May 04 13:48:45 which one? May 04 13:49:03 WEBENGINE_CONFIG+=proprietary_codecs you mean this? May 04 13:49:29 Yeah May 04 13:49:32 EXTRA_QMAKEVARS_PRE += "WEBENGINE_CONFIG+=proprietary_codecs" May 04 13:49:38 Is what we have in qtwebengine bbappend May 04 13:49:53 Without that MP3 wouldn't work in 5.5, but WAV did May 04 13:50:01 well I don't know how qtwebengine works :) May 04 13:50:12 I barely know how to build it :) May 04 13:50:20 gtg, bbl May 04 14:07:44 JaMa: OK ;) May 04 14:07:50 Thought you might have osme pointers :) May 04 16:46:03 morning May 04 16:47:27 ka6sox / Herrie: actually I'm only working on the LuneOS-part of the update mechanism (so to say). I download an image file (on user request) and place it in a special place and reboot the device (on user request). What happens then is something that morphis desgined (or wanted to). May 04 16:48:01 ka6sox / Herrie: I did not really look into what happens after this reboot into the special update-state. May 04 16:48:59 ka6sox / Herrie: current issue is that (android?) userdata partition is not mounted for LuneOS (at least from what I know & see). That's where the image should go for the update. May 04 16:53:44 * DougReederPhone checks in May 04 16:54:17 or I don't really know what "userdata" means in the android context...? quite possible. ;) May 04 16:54:24 morning DougReederPhone May 04 16:56:29 I hate to say I've been phoning it in lately. But soon I hope to dial it up. :-) May 04 16:59:42 http://www.addictivetips.com/mobile/android-partitions-explained-boot-system-recovery-data-cache-misc/ may be relevant to the userdata partition stuff. May 04 17:33:13 Tofe: New card arrived :D May 04 17:33:24 Ping of 1MS and download speed of 150Mbits :P May 04 17:33:29 Max of speedtest.net :P May 04 17:34:18 So I guess that's an improvement on the wifi side : May 04 17:34:19 :P May 04 17:34:56 Even 158Mbits :P May 04 17:35:07 That on a 200 Mbit/s connection isn't bad at peak time :P May 04 17:35:12 Should try sometime early morning LOL May 04 17:35:18 Upload of 20 Mbits :P May 04 17:35:25 Not bad for cable internet :D **** ENDING LOGGING AT Thu May 05 02:59:58 2016