**** BEGIN LOGGING AT Thu May 05 02:59:58 2016 May 05 04:47:55 morning May 05 04:48:06 * DougReeder waves May 05 04:48:22 DougReeder: Hi ;) May 05 04:48:31 You might want to try the latest unstable image ;) May 05 04:48:40 http://build.webos-ports.org/luneos-unstable/images/mako/ May 05 04:48:43 * DougReeder nods May 05 04:48:47 Might solve your issue with the scaling May 05 04:48:55 I noticed Serene notes crashes though :S May 05 04:49:03 Right after I get this version of Serene Notes out the door. May 05 04:49:03 We need to look into what causes that :S May 05 04:49:08 :-( May 05 04:50:17 DougReeder: Probably a side effect of upgrading to latest QtWebEngine somehow May 05 04:50:30 We also have html5test.com crashing and audio not working in apps/browser :S May 05 04:50:41 But it does work in luna-next-cardshell May 05 04:50:48 So it's probably a config switch somewhere May 05 04:50:57 Hrm, it should work with a range of webkit engines May 05 04:51:12 DougReeder: It's probably something small May 05 04:51:23 It's Chrome 45 based in QT 5.6 :) May 05 06:45:53 morning May 05 06:46:42 Tofe: I build another image overnight, will test it in a bit. Just dropped the Mrs & little one off at the train :) May 05 06:47:00 Will be home alone for the weekend, so can get some things done around the house :) May 05 06:47:49 The image I build has JaMa's fix and I also tried a few things to force PulseAudio for QtWebEngine. Curious to see if that worked. May 05 06:57:48 tfvzz May 05 06:58:10 Lol that was some exotic VKB on my Pre3 LOL May 05 07:25:08 Tofe: progress :) WAV plays, MP3 doesn't :P May 05 07:32:55 Tofe: Audio in browser also works May 05 07:33:01 Youtube for example May 05 07:37:51 I'll be testing a few more things May 05 07:41:20 Seems that we need to use "use_proprietary_codecs" instead of "proprietary_codecs" now as per https://github.com/qtproject/qtwebengine/blob/c2f7f09974959c252a5e2879adfffe6356543fff/tools/qmake/mkspecs/features/configure.prf#l114 May 05 07:41:26 So that might explain why MP3 doesn't work... May 05 07:41:31 Well another QtWebEngine build :P May 05 08:49:41 Herrie: that's with current unstable? May 05 08:50:50 Tofe: No ;) May 05 08:50:55 I'm tweaking our bbappend a bit May 05 08:51:01 for QtWebEngine May 05 08:51:25 So we just need to add the use_ prefix and audio works? May 05 08:51:34 https://github.com/webOS-ports/meta-webos-ports/commit/9a9a753fc26ba1d0e52801888a174a3a3d4e96b7 May 05 08:51:43 Tofe: No we need to force pulseaudio in QtWebEngine May 05 08:51:50 I'm not sure which of the 2 did the trick :P May 05 08:52:01 So I'm testing that now together with the use_ prefix :P May 05 08:52:34 It's compiling for over an hour already so should be done soon I guess :P May 05 08:52:56 I think it's the GYP_CONFIG that made the audio work May 05 08:53:07 So testing that now + the use_ prefix for the codes May 05 08:53:08 Herrie: I can trigger a build with only that one May 05 08:53:12 codecs May 05 08:53:26 Tofe: Well when mine is done, audio either works + mp3 too, or it doesn't at all :P May 05 08:53:32 That should give us enough info :D May 05 08:53:48 html5test.com is still crashing though May 05 08:53:51 We won't know which one is the good one May 05 08:54:03 would be good to understand a bit more the situation May 05 08:54:09 I'll dig a bit the .bb May 05 08:54:20 Tofe: my current build does https://github.com/webOS-ports/meta-webos-ports/commit/5e6d9057fce3e4e8ec79397dbb358f0753674765 May 05 08:54:42 So that should tell the audio status May 05 08:54:59 ok, so we probably need to migrate WEBENGINE_CONFIG to GYP_CONFIG May 05 08:55:00 Ah wait sorry May 05 08:55:01 EXTRA_QMAKEVARS_PRE += "WEBENGINE_CONFIG+=use_proprietary_codecs" May 05 08:55:13 And EXTRA_QMAKEVARS_PRE += "GYP_CONFIG+=use_pulseaudio" May 05 08:55:20 That's in my local bbappend May 05 08:55:30 ok May 05 08:55:38 So that should give us an idea May 05 08:55:48 I find it weird we need to use two different ways of setting gyp config May 05 08:56:02 Tofe: It has to do with what was defined in QtWebEngine May 05 08:56:56 See https://github.com/qtproject/qtwebengine/blob/c2f7f09974959c252a5e2879adfffe6356543fff/tools/qmake/mkspecs/features/configure.prf#l114 and https://github.com/qtproject/qtwebengine/blob/2c5117aad0cfe59d00a7af759ded0cb29382ea0a/src/core/gyp_run.pro#l102 May 05 08:57:11 Seems that for some things they implemented a WEBENGINE_CONFIG and for others not May 05 08:57:21 YOu can use the gyp config directly too anyway May 05 08:57:35 See 2nd line May 05 08:57:42 2nd link May 05 08:57:51 contains(WEBENGINE_CONFIG, use_proprietary_codecs): GYP_CONFIG += proprietary_codecs=1 May 05 08:58:00 It seems to be just a wrapper :P May 05 08:58:05 This WEBENGINE_CONFIG thing May 05 08:58:14 You can do GYP_CONFIG directly as well it seems May 05 09:00:44 At least that's how I read it... May 05 09:15:40 Hmmz Vbox ran out of space :S May 05 09:16:07 Well at least it was with do_package :P May 05 09:16:13 Not during compilation May 05 09:22:41 I'm mostly surprise we have to force pulseaudio, I thought it would be the default May 05 09:32:35 Tofe: Yeah it could be a simple bug somewhere May 05 09:32:48 But if even JaMa as QT meta-layer maintainer doesn't have a clue :P May 05 09:33:09 OK WebEngine done now, building a new image to flash May 05 09:33:39 ok :) May 05 09:34:29 For mssd I can try to downgrade to a previous version. I bumped that recently. Could be that's the cause May 05 09:40:14 OK flashing :) May 05 09:40:34 for mssd it's not finding the executable, so either the build fails, or the recipe is incorrect May 05 09:41:01 Tofe: I think I'm going to revert my z-index PR for LNC. It seems to have quite some small side effects. Might be better to rework it completely like you suggested some time ago May 05 09:41:58 Tofe: mmsd builds OK, only thing I changed was SRCREV in recipe :S May 05 09:41:59 https://github.com/webOS-ports/meta-webos-ports/commit/3f30079591a6e4414a5c6dae834de203ff531a6a May 05 09:42:01 I could say "told you so!", but I don't remember the discussion :p May 05 09:42:14 Tofe: Well you said you didn't like z-index :P May 05 09:43:14 Ah ok :) Well, seems like it was a sensible position :p May 05 09:43:27 Tofe: Yeah LOL May 05 09:43:52 Just it has all kinds of funny side effects in special situations it seems (i.e. FirstUse when screen dims, app that crashes etc) May 05 09:44:06 So might be best to revert it & rework at some point May 05 09:44:14 For mmsd, maybe it's just a matter of upgrading http://bigbrowser.blog.lemonde.fr/2016/05/03/images-de-violences-policieres-le-vrai-du-faux/ May 05 09:44:17 oups May 05 09:44:21 https://github.com/webOS-ports/meta-webos-ports/blob/3f30079591a6e4414a5c6dae834de203ff531a6a/meta-luneos/recipes-connectivity/mmsd/mmsd/mmsd.service May 05 09:46:20 And we have MP3 :P May 05 09:46:31 Herrie: mmsd is now in /usr/libexec/mmsd May 05 09:46:53 Tofe: Hmmz May 05 09:46:58 I guess it was moved somehow then :S May 05 09:47:07 so we'll have to update the .service file of ours May 05 09:47:12 Tofe: Ah May 05 09:47:21 Must be with the new srcrev May 05 09:47:34 Question is if we want it in usr/libexec? May 05 09:47:44 OK Mp3 is back too :D May 05 09:47:49 And WAV still works May 05 09:50:40 Tofe: https://github.com/webOS-ports/meta-webos-ports/commit/c10c9c47cecebd5ba6c447b91fd0283aeb852211 May 05 09:50:42 That will fix it May 05 09:52:48 good! May 05 09:53:30 for mmsd, if we already have a /usr/libexec, then why not. But otherwise I'd prefer a more conventional directory, like /usr/bin May 05 09:53:58 Seems we have a few other things in there May 05 09:54:01 Though not much May 05 09:54:11 geoclue, gstreamer and lxc May 05 09:54:28 TofE: https://github.com/webOS-ports/luna-next-cardshell/pull/268 May 05 09:54:43 Tofe: Let me try to change the .service quickly May 05 10:02:01 JaMa: morning May 05 10:02:10 Seems I messed up unstable, but fixed it already May 05 10:02:20 Your fix works & also got audio working by forcing pulseaudio May 05 10:02:35 JaMa: https://github.com/webOS-ports/meta-webos-ports/commit/c10c9c47cecebd5ba6c447b91fd0283aeb852211 May 05 10:02:54 We didn't have to force the use_pulseaudio GYP_CONFIG with Qt 5.5 May 05 10:03:00 But it doesn't work with QT 5.6 without May 05 10:03:25 Unstable build ran & finished May 05 10:07:27 Tofe: mmsd works when I change the .service file May 05 10:08:53 ok good May 05 10:08:59 so I can update unstable now? May 05 10:10:30 Tofe: Yeah just pushed the updates: https://github.com/webOS-ports/meta-webos-ports/commits/krogoth May 05 10:13:20 ok, I'm updating my build May 05 10:13:33 So we're quite back to normal, I'd say? May 05 10:13:49 JaMa: Unstable build OK, so I think you're OK to bump layers.txt in Krogoth for meta-qt5 and meta-oe, or you want me to do it? May 05 10:13:58 Tofe: I think we're OK to switch to Krogoth May 05 10:14:21 Herrie: I'm ok too, all seems green May 05 10:14:26 Only remaining real issues are the NodeJS SQLite3 issues for which Garfonso would do a PR to not use SQLite3 for now May 05 10:14:40 Andolamin is looking into a more long term solution for sorting this May 05 10:14:51 Garfonso: ^ May 05 10:15:12 Remaining issues are QtWebEngine, so that's for when you feel like diving into that again :P May 05 10:25:03 I'd say I'm not in a hurry :p May 05 10:28:37 Tofe: LOL May 05 10:28:54 Just the html5test.com crash & also the Serene Notes from DougReeder that crashes May 05 10:29:01 I don't know we have many more May 05 10:29:07 Something with the redirects for the email app May 05 10:29:10 That's about it I guess May 05 10:30:46 Problem is that the debug symbols are no more installed in sysroot since jethro, and I never quite got it to work with gdb May 05 10:30:59 JaMa: ^ you have a simple way to do that? May 05 10:31:40 Herrie: bumping should be ok, but do it in krogoth branch with update.sh May 05 10:31:45 Herrie: or let me do it :) May 05 10:32:35 Tofe: either unpack -gdb packages as I think I've shown here a while ago May 05 10:32:47 or I'll point you to thread about doing it automatically in krogoth May 05 10:35:36 JaMa: 2nd options sounds better probably for Tofe :P May 05 10:35:54 JaMa: We're OK to move testing to Krogoth in general after you bump krogoth :) May 05 10:36:18 ok doing it now May 05 10:36:29 thanks guys for the hard work! May 05 10:37:13 JaMa: No worries, trying to get a bit of load of your shoulders May 05 10:37:33 I might be able to sort Pidgin issues as well I've figured now, jsut need some time ;) May 05 10:39:42 should I update stable branch as well or rather later May 05 10:39:44 ? May 05 10:40:46 JaMa: You can do it while you're at it :) May 05 10:42:04 was there stable build from jethro? May 05 10:44:51 JaMa: Nope May 05 10:45:14 and also no rpi build for stable May 05 10:45:24 JaMa: Correct May 05 10:45:33 do you want to do 1 or will we skip jethro completely from stable POV? I'm fine with that May 05 10:45:42 I think we can skip May 05 10:46:07 Only difference for now seems to be that we need to miss the 2 packages that need pidgin May 05 10:50:12 So we're OK at our end May 05 10:54:11 I've pushed stable branch, but last commit should be updated just before the release May 05 10:54:22 with the current revisions at that time May 05 10:54:52 testing builds are running May 05 10:55:02 unstable is now tracking master branches May 05 10:58:02 JaMa: OK thnx May 05 11:16:14 JaMa: You know who maintains pidgin recipe? May 05 11:17:20 Seems 2.10.12 of pidgin will work with newer GNUTILS May 05 11:17:29 Just need to amend 1 patch and drop another it seems May 05 11:18:33 nobody activelly, that's why I've blacklisted it May 05 11:19:19 I always fix the recipes I care about, then few more, then get angry and blacklist the rest if nobody else shows interest May 05 11:19:50 I wasn't aware that pidgin is actively used in LuneOS, knowing that I might have fixed libnice and pidgin May 05 11:20:15 JaMa: It's not used yet, but we'll use it shortly for IM in messaging ;) May 05 11:20:23 sometimes we have a lot of packages in images/feeds especially in SHR nobody ever used May 05 11:20:32 JaMa: Understand May 05 11:20:48 if you need any help fixing it, let me know May 05 11:21:02 I got it to build now, just some QA issues: May 05 11:21:12 https://bpaste.net/show/51e2422f5928 May 05 11:22:22 I didn't test it on device yet, but at least it builds :P May 05 11:24:06 Seems the --disable-farsight already wasn't there in 2.10.9 May 05 11:24:27 This is in our .bbappend so can drop it from there easily anyway May 05 11:26:02 JaMa: If I simply add libxml2 gconf and dbus-glib to the DEPENDS the QA's are gone May 05 11:42:43 JaMa: OK trying an image now to see what it does May 05 11:50:51 this is the upgraded version, right? May 05 11:51:15 JaMa: Yeah May 05 11:51:32 Testing image with 2.10.12 with dropped patch, updated patch for Python May 05 11:52:30 Including it in an image with imlibpurpleservice as well :) May 05 11:52:35 And imaccountvalidator May 05 11:53:42 JaMa: Hmmz still getting QA issues with this build :S May 05 11:54:39 Let me try again May 05 12:09:00 Still have the QA warnings, let me push my changes May 05 12:09:38 JaMa: https://github.com/webOS-ports/meta-webos-ports/commit/9f3ed8851a42eea11721e02cd0bd9b7b1b5df7ea May 05 12:10:06 I basically took the meta-oe recipe and moved it to our repo + added the libxml2 gconf dbus-glib to DEPENDS May 05 12:10:42 JaMa: Ah seems it's the .bbappend which overwrite the DEPENDS May 05 12:10:53 https://github.com/webOS-ports/meta-webos-ports/blob/9f3ed8851a42eea11721e02cd0bd9b7b1b5df7ea/meta-luneos/recipes-support/pidgin/pidgin_2.10.12.bbappend#l11 May 05 12:28:03 OK QA is gone when I add them to the DEPEND in .bbappend May 05 12:57:38 JaMa: Image seems fine, I pushed the fixes May 05 12:58:37 You can pick this upstream for Yocto 2.2 I guess May 05 13:05:58 Herrie: would you mind sending patch for meta-oe repo? May 05 13:06:14 Herrie: I'll get it in 2.1 shortly May 05 13:09:36 JaMa: Patch in as per email? May 05 13:09:44 Don't really have any email setup on my vbox May 05 13:10:01 And last time I tried via Windows it didn't work :S May 05 13:10:35 then fork meta-openembedded repo to your github account and I'll make exception for you :) May 05 13:10:43 and send it on your behalf May 05 13:10:59 because you also had to fix the libnice or remove farsight somewhere, right? May 05 13:11:54 ah you kept the DEPENDS in bbappend which overrides it May 05 13:12:10 JaMa: libnice doesn't cause a build error May 05 13:12:16 Seems more like a QA thing? May 05 13:12:44 I'll get rid of the bbappend mess May 05 13:12:54 fatal QA error May 05 13:13:03 Let me try without bbappend at my end May 05 13:13:14 it will fail immediately May 05 13:13:22 because it will depend on blacklisted farsight May 05 13:13:34 please push the upgrade and I'll take care of the rest May 05 13:13:41 Ah no that doesn't work :P May 05 13:13:50 OK let me fork May 05 13:19:50 JaMa: https://github.com/Herrie82/meta-openembedded/commit/4bea6ee454536acaf5263baf9df86919b62d00e9 May 05 13:21:55 ty! May 05 13:26:32 Herrie: uhm.. seems I pushed the change to master directly. Anyway, sqlite is now disabled for keymanager May 05 13:27:11 Herrie: What is the "current" branch to cerate recipies in meta-webos-ports? May 05 13:32:26 That would be master, I guess. Then we'll pick it up where appropriate May 05 13:32:39 Garfonso: krogoth branch May 05 13:33:06 master is MINE :0 May 05 13:33:26 but I don't see any new change in master May 05 13:38:00 morning folks May 05 13:55:19 JaMa: Garfonso is talking about: https://github.com/webOS-ports/keymanager/commit/f01e8b9abb64a0f0cc85d44ec2996622e81fae20 May 05 13:55:24 I'll sort the rest at our end May 05 14:01:29 HaDAk: morning May 05 14:01:35 how're things? May 05 14:01:38 Garfonso: Thnx, I'm testing a build now May 05 14:01:42 HaDAk: Busy :P May 05 14:01:46 But well :) May 05 14:01:49 that good or bad? May 05 14:01:52 Home alone till monday evening ;) May 05 14:01:56 Just got a big to-do list May 05 14:02:00 aha May 05 14:02:01 From the Mrs :P May 05 14:02:09 i'm on-call this weekend T_T May 05 14:02:18 at least it's my last on-call. i switch roles on june 1 May 05 14:02:27 :) May 05 14:03:08 anxious to figure out this nexus 5 port :| May 05 14:03:40 Herrie: check top 2 commits: http://git.openembedded.org/meta-openembedded-contrib/log/?h=jansa/master May 05 14:03:57 then our bbappend needs only 1 line: PACKAGECONFIG_remove = "consoleui" May 05 14:04:58 JaMa: Nice :) May 05 14:05:07 Would need to test it, but I'm sure you know what you're doing :D May 05 14:05:21 will test it in master myself May 05 14:05:34 then will cleanup krogoth after it's merged in meta-oe/krogoth May 05 14:05:45 Thnx ;) May 05 14:05:50 At least 1 issue less :) May 05 14:05:59 I'm testing keymanager workaround by Garfonso May 05 14:06:08 If that's OK, I guess we can shortly push out a release :) May 05 14:06:22 HaDAk: Yeah me too, just need to find time :P May 05 14:11:39 JaMa: It fails for me May 05 14:11:54 ERROR: ParseError at /home/herrie/LuneOS/webos-ports-env/webos-ports/meta-webos-ports/meta-luneos/recipes-support/pidgin/pidgin_2.10.12.bb:21: unparsed line: ' ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtk startup-notification', '', d)} "' May 05 14:13:38 Seems there should be a \ instead of " at line 20? May 05 14:13:45 After idn May 05 14:19:19 Seems to be building OK now :) May 05 14:22:16 JaMa: Build OK after I fixed above :) May 05 14:22:19 Flashing image now May 05 14:22:33 yes it's older version, sorry May 05 14:23:36 Tofe: how interested are you in Qt 5.7 (especially qtwayland and qtwebengine changes? :) May 05 14:31:01 Herrie: I've also some issues with pidgin-cross-python-265.patch May 05 14:32:29 PY_VERSION is no longer defined May 05 14:32:36 so the include path isn't found May 05 14:34:11 JaMa: I updated that in my patch May 05 14:34:51 JaMa: Ah I didn't :S May 05 14:35:08 I guess it was due to bbappend that didn't get checked May 05 14:39:06 Garfonso: https://bpaste.net/show/d432856b4164 see line 3854 May 05 14:41:34 odd question, but does anyone know how to get the Forums app that Grabber5.0 is maintaining to work with other Tapatalk enabled forums other than webosNation? trying to search for problems with "forums" on google is like searching for a needle the ocean May 05 14:41:41 *in the ocean May 05 14:50:24 GodGinrai: I have a few in my app that work May 05 14:50:32 I have one that keeps spinning, others I use are fine May 05 14:50:37 But then again I only have 2-3 May 05 14:51:03 I can't even add the one I'm trying to add May 05 14:51:06 gives me an error May 05 14:51:16 and says "maybe the forum is not tapatalk enabled" May 05 14:51:26 But I spoke with the person who runs the forums directly May 05 14:51:37 and he says they have had tapatalk support for 4 years May 05 14:52:04 is there a particular URL you have to point the app to on a forum to get it to work? May 05 14:58:36 Not sure, don't think so, been a while I added one May 05 14:58:42 I think just the regular forum URL May 05 14:58:45 Let me check May 05 15:01:17 Herrie: few more pidgin issues fixed in that jansa/master branch May 05 15:01:18 JaMa: Qt 5.7 isn't very interesting right now; we'd better converge on what we have now, instead of always migrating to the next thing May 05 15:01:49 Tofe: ok May 05 15:02:00 Tofe: Only interesting thing will be widevine plugin eventually May 05 15:02:04 For Netflix and the likes :{ May 05 15:02:06 :P May 05 15:02:21 But I agree for the rest not so much at this point in time :) May 05 15:02:31 Maybe some new bleeding edge html 5 features May 05 15:02:37 But nothing too critical I'd say May 05 15:02:50 Not sure about the QtWayland changes, but Tofe might be better to asses that May 05 15:03:20 Changes in 5.7: https://wiki.qt.io/New_Features_in_Qt_5.7 May 05 15:04:25 Herrie: if you can, this is the forums I am trying to add: http://www.pyra-handheld.com/boards (alternate url: http://boards.openpandora.org ) May 05 15:06:18 GodGinrai: Same here for pyra-handhelds May 05 15:06:54 :\ May 05 15:07:00 Could be the version of the plugin they use is too new :S May 05 15:07:05 maybe May 05 15:22:22 Herrie: I don't see any really interesting thing in Qt 5.7 for us; I would suggest to stay on 5.6 for krogoth May 05 15:22:34 plus, it's an LTS version May 05 15:23:06 and we're not *that much* mainstream yet as to absolutely require a pepper plugin support :p May 05 15:27:52 Tofe: Pepper plugin is in 5.6 already, though I didn't get it to work yet ;) May 05 15:27:58 WideVine is a different duck, but yeah May 05 15:28:08 Let's get 5.6 working properly first and iron out stuff May 05 15:28:22 Then eventual 5.7+ migration should be easier :) May 05 15:29:50 JaMa: You have that debugging link for Tofe with Krogoth? May 05 15:32:31 10:11 <+JaMa> there is script to unpack all -dbg packages in debugfs directory May 05 15:32:34 10:11 <+JaMa> let me find it May 05 15:32:37 10:13 <+JaMa> $ rm -rf debugfs ; mkdir debugfs ; cd debugfs May 05 15:32:39 10:13 <+JaMa> $ for pkg in ../tmp/deploy/rpm/*/*-dbg* ; do May 05 15:32:42 10:13 <+JaMa> ../tmp/sysroots/x86_64-linux/usr/lib/rpm/rpm2cpio $pkg | cpio -i ; done May 05 15:32:45 10:13 <+JaMa> $ tar xvfj ../tmp/deploy/images/qemux86/core-image-base-qemux86.tar.bz2 May 05 15:32:48 10:13 <+JaMa> $ cd .. May 05 15:32:50 10:13 <+JaMa> you'll need to adapt this for .ipk May 05 15:32:53 10:13 <+JaMa> and your image May 05 15:32:55 10:13 <+JaMa> $ ./tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux/i586-poky-linux-gd(gdb) set sysroot debugfs May 05 15:32:58 10:13 <+JaMa> (gdb) set substitute-path /usr/src/debug debugfs/usr/src/debug May 05 15:33:40 http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html Build sysroot paths are now removed from debug symbol files. Removing these paths means that remote GDB using an unstripped build system sysroot will no longer work (although this was never documented to work). The supported method to accomplish something similar is to set IMAGE_GEN_DEBUGFS to "1", which will generate a companion debug May 05 15:33:47 image containing unstripped binaries and associated debug sources alongside the image. May 05 15:33:52 there were some fixes needed for opkg but that should be fixed now May 05 15:47:12 Tofe: currently you need to set IMAGE_FSTYPES_DEBUGFS = "tar.gz" http://lists.openembedded.org/pipermail/openembedded-core/2016-May/121023.html May 05 16:01:21 JaMa: Thnx for all :) May 05 16:01:32 P.s. I only saw 1/4 patches coming through? May 05 16:01:34 Via email May 05 16:03:57 ? May 05 16:04:28 for pidgin? there are all 4 (one is for poppler) May 05 16:04:30 I only got "[PATCH][meta-oe 1/4] pidgin: Update to 2.10.12" via email May 05 16:04:40 That's the only email I got on the ML May 05 16:04:56 because you as author were in Cc May 05 16:05:00 Ah :) May 05 16:05:01 http://lists.openembedded.org/pipermail/openembedded-devel/2016-May/thread.html May 05 16:05:06 on the ML there are all 4 May 05 16:05:37 Ah ok :) May 05 16:05:38 I see May 05 16:05:50 Jsut checking :D May 05 16:07:42 JaMa: You might want to check https://github.com/webOS-ports/meta-webos-ports/commit/cf5d2848b373732b4333176add201467300cc9bf May 05 16:07:46 We didn't need to have this in 5.5 May 05 16:08:05 I would assume that when QtBase is build with pulseaudio enabled, that webengine would automatically be as well. May 05 16:08:40 It's enabled for QtBase in our build and works in QML apps, just not in webengine without forcing the GYP_CONFIG May 05 16:08:50 You might run into this elsewhere using 5.6 as well May 05 16:18:51 I've seen it yesterday May 05 16:34:14 As you can see we have a workaround now, but it's not the proper way to get it working IMHO :P May 05 16:34:33 Tofe: You still have a sim in your N4? May 05 16:35:09 I updated voicecall locally since your commit is merged now and updated the patch. Would be good if you could test if it still works. Can provide you with IPK :) May 05 16:53:22 Herrie: I take testing, or unstable? May 05 16:53:45 I already updated my unstable, so I'm on the new branches... May 05 16:54:30 Tofe: I have this locally May 05 16:54:35 You can do it on unstable May 05 16:54:40 I can just send you IPk to test May 05 16:54:48 If OK I'll push it May 05 16:54:55 I have no target with working SIM :P May 05 16:55:07 Still need to solder my Maguro & N4 still RMA-ing :P May 05 16:56:18 well, with my latest unstable build I don't have the wifi working, so I'm a bit worried about connman May 05 16:56:34 Tofe: Hmmz May 05 16:56:38 I had that on TP as well once May 05 16:56:46 All is OK on my Maguro though May 05 16:57:43 I'll take the latest image from webos-ports builds, maybe it's just my build May 05 16:59:42 Tofe: Latest testing should be OK May 05 17:00:25 JaMa switched everything to Krogoth earlier today & kicked off builds. It's only missing pidgin update May 05 17:00:40 mmsd fix is in there May 05 17:00:57 ok, so I can cleanup my testing and build here too May 05 17:01:48 :) May 05 17:03:02 Tofe: I'm compiling a voicecall for Mako for you ;) May 05 17:03:09 Not 100% sure my maguro one would work May 05 17:03:15 So will send you a mako one :P May 05 17:03:19 Shouldn't be too long May 05 17:06:20 I've started the new build, I'll need it anyway for qtwebengine debug May 05 17:06:50 Tofe: don't use unstable, that's tracking master branches May 05 17:07:07 JaMa: yes, that's why I'm switching back to testing :) May 05 17:07:43 I was only using unstable to validate krogoth, now it'll be testing for quite some time May 05 17:13:14 Tofe: http://www.herrie.org/voicecall_0.6.6+gitr1+bfa460384f-r0.0_armv7a-neon.ipk May 05 17:14:30 Herrie: I can't get the phone app to work on mako for the latest testing build May 05 17:14:41 (even without your ipk) May 05 17:14:57 no wifi either May 05 17:15:05 there might be an issue here May 05 17:16:24 Tofe: Hmmmz May 05 17:16:25 Strange May 05 17:16:40 It works on my maguro May 05 17:16:54 Including wifi & got signal bars May 05 17:16:56 So connman works May 05 17:17:20 Maguro testing on server isn't done or rsynced yet May 05 17:17:23 So cannot test that May 05 17:18:07 I built the same locally as testing now is building May 05 17:18:32 ok, let's wait a bit May 05 17:18:57 There wasn't much touched for connman, ofono etc lately May 05 17:21:55 * DougReederPhone checks in May 05 17:22:06 DougReederPhone: Hi :) May 05 17:22:17 New build fresh :) http://build.webos-ports.org/luneos-testing/images/mako/luneos-dev-package-mako.zip May 05 17:22:23 That might solve your UI scaling ;) May 05 17:24:50 Ah! May 05 17:25:07 I'll try it tonight. May 05 17:29:12 No guarantees, but it looks OK-ish on my Maguro :P May 05 17:29:31 Serene notes still not working though... That's something Tofe we'll get to debug sometime :P May 05 17:30:48 Herrie: did we upgrade iptables lately? May 05 17:32:48 Looks like it's the cause... http://git.kernel.org/cgit/network/connman/connman.git/commit/?id=acea08a0e4234a4c1a87bedc087c73ff36de0c7b May 05 17:34:15 However you'll have to wait for my build to finish, so that I can patch connman May 05 18:01:52 Tofe: I didn't but could be JaMa did somehow May 05 18:03:18 Tofe: We should be good May 05 18:03:23 That patch is in meta-oe May 05 18:03:51 I mean oe-core May 05 18:04:14 https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-connectivity/connman/connman/0001-iptables-Add-missing-function-item-of-xtables-to-mat.patch May 05 18:06:57 Tofe: Ah no... May 05 18:07:05 We override 1.31 connman recipe May 05 18:07:46 We might want to drop this: https://github.com/webOS-ports/meta-webos-ports/blob/krogoth/meta-luneos/recipes-connectivity/connman/connman_1.31.bb May 05 18:07:53 And use upstream one instead May 05 18:08:02 https://github.com/openembedded/openembedded-core/blob/master/meta/recipes-connectivity/connman/connman_1.31.bb May 05 18:35:38 Tofe: Strange that it only affects Mako & TP and not Maguro though :S May 05 18:42:15 * elvispre just ran make update... I think this build might take some time! May 05 18:53:43 Herrie: yes, we might want to drop our recipe, if oe is now to the same version May 05 18:54:16 agreed May 05 18:59:03 Tofe: If you feel in a living on the edge mood, you might want to bump to 1.32 and revert https://git.kernel.org/cgit/network/connman/connman.git/diff/?id=9df6584563c8343b2d06e2a4117644766046183d May 05 18:59:27 JaMa: Is there a trick to revert a commit in a patch file? May 05 18:59:53 So above one, but then reverted as a patch? May 05 19:00:10 Because we want to add BlueZ4 support back in for now :) May 05 19:03:36 Herrie: if there's no obvious gain in going to 1.32, I'd prefer using OE's version May 05 19:06:41 Tofe: Well it's quite actively developed in general... But some things are very specific... Though it seems to fix some memory leaks May 05 19:09:20 https://git.kernel.org/cgit/network/connman/connman.git/log/ May 05 19:09:30 75 or so commits :P May 05 19:17:55 Herrie: did you also copy the ls2 / dbus files and rescann the stuff? May 05 19:18:14 Herrie: I managed to create a owncloud account with it. Will try google, too. May 05 19:18:34 Garfonso: I can create an account, but it takes a while after adding it May 05 19:18:37 And it times out in log May 05 19:18:47 I just build keymanager + installed it May 05 19:19:09 are credentials stored? i.e. sync working or so? May 05 19:21:01 Garfonso: No ;) May 05 19:21:13 I can add the account, I see it in Accounts app when I reopen May 05 19:21:18 But the sync app doesn't give me info May 05 19:22:01 Sync App tells me no accounts, while accounts app gives me account May 05 19:23:15 Herrie: I know only about "git revert foo && git format-patch -1" May 05 19:24:03 JaMa: OK May 05 19:24:27 I guess I'll just take 1.32, add Bluez4 support changes back in and create a patch off the diff :) May 05 19:25:33 Will play around a bit with it I guess May 05 19:28:52 Herrie: sounds a bit as if keymanager service is not registered correctly. Can you run luna-send -n 1 palm://com.palm.keymanager/getKey '{}' and see if it complains about missing service (or just unknown method, because I don't know them anymore ;)) May 05 19:30:49 Garfonso: Rebooting Maguro, since ADB stopped working again :S May 05 19:31:02 At least it's a lot quicker compared to legacy to boot :D May 05 19:32:02 Hmmz no reply at all May 05 19:32:58 Hmmz in log I see it has permissions etc May 05 19:34:23 Herrie: just checked.. I see some issues in cdav service with newer node.js version and am fixing them right now. May 05 19:34:31 Garfonso: OK :D May 05 19:34:39 We're on 4.4.x currently May 05 19:34:42 hm. no reply from keymanager? May 05 19:34:46 that's strange. May 05 19:35:01 ok, will check that out, too May 05 20:07:47 I hope I did not make any mistakes... May 05 20:07:58 Herrie: download manager recipe: https://github.com/webOS-ports/meta-webos-ports/compare/krogoth...Garfonso:patch-29 May 05 20:08:30 ah.. this is the right url: https://github.com/webOS-ports/meta-webos-ports/pull/180 May 05 20:17:09 Garfonso: It builds :P May 05 20:17:32 Not sure how I can test if it's correct? May 05 20:18:57 Got IPK installed on device May 05 20:19:10 which one? May 05 20:19:53 For downloadmanager May 05 20:20:09 I build it and installed on my maguro ;) May 05 20:21:21 you could try this on command line: luna-send -f -n 100 -a some.app.com palm://com.palm.downloadmanager/download '{"target":"http://server/test-file", "subscribe":true}' May 05 20:21:54 Rebooting just in case May 05 20:24:39 SAme no reply as with KeyManager May 05 20:24:43 Might be something fishy at my end May 05 20:25:11 strange.. should either do something or complain that service is not there. May 05 20:33:19 ok. I see.. keymanager has issues with newer node, too. Hmpf. May 05 20:39:25 hehe.. and it seems I removed the json-file-keystore code from git in the past. So I need to re-add that, too.. luckily I had this here, still. May 05 21:38:52 Herrie: on latest emulator nightly I see node v0.12.7, still. Is this correct? May 05 21:42:24 Herrie: cdav PR https://github.com/webOS-ports/org.webosports.service.contacts.carddav/pull/80 May 05 21:44:53 Herrie: keymanager PR https://github.com/webOS-ports/keymanager/pull/1 May 05 21:46:03 Herrie: with these adding accounts & syncing them later works for me. May 05 21:46:44 in between tries I saw the cdav service hanging, too. This was connected to keymanager not working right. May 05 21:48:16 download manager works for me, too. Just copied it to latest emulator image and tried. Just need to make sure ls2 and dbus files go to the right places. Not sure how to test the recipe, though.. May 05 22:17:31 Herrie, do I need to upgrade to Android 4.4.4 before installing the latest zip? May 06 01:55:38 honk **** ENDING LOGGING AT Fri May 06 02:59:58 2016