**** BEGIN LOGGING AT Fri Dec 16 03:00:00 2016 Dec 16 03:14:47 FWIW, I can now http to webos-internals.org and webos-ports.org and ping nslu2-linux.org Dec 16 06:00:04 cryptk: ERROR: PRservice jenkins.nas-admin.org:8585 not available Dec 16 06:00:20 Not sure that's something you can fix or I should ask novaldex|away? Dec 16 08:52:52 morning Dec 16 09:56:28 morning Herrie|Pre3, saw your message Dec 16 10:20:27 jenkins server is listening on that address, you still having issues? Dec 16 10:25:42 novaldex: Seems random, was OK again when I tried later this morning Dec 16 10:25:52 Seems randomly routing is having issues :s Dec 16 10:26:00 Might need to give it some time? Dec 16 10:27:06 rather strange that, the randomness Dec 16 10:27:42 let's do that, i'll also look at restarting the service at some point too just in case Dec 16 10:28:12 Yeah I tried to run a build and got this message, then tried again a bit later and it was fine. Dec 16 10:28:12 wonder if it's IPv6 related? as it's only listening on IPv4 Dec 16 10:28:39 but you've been doing it the same way each time? Dec 16 10:29:38 Yeah I just run my regular builds Dec 16 10:29:54 My ISP uses IPv6 I think Dec 16 10:30:18 If that makes a difference Dec 16 10:33:29 i'd hope not, we're not all fully setup for IPv6 yet Dec 16 14:40:53 * DougReeder checks in Dec 16 15:36:48 In meta-webos-ports, in meta-luneos/recipes-luneos/apps/org.webosports.app.contacts.bb I changed SRCREV to 5fbebb4eefd2268a928ac5568e8cf9fd50beb69c so it would compile with the latest version of Contacts. When I run bb luneos-dev-package, it fails with ‘cannot continue due to encountered errors’ Dec 16 15:43:34 Sorry, my cable modem wehnt down. Did I miss any replies? Dec 16 15:44:07 * novaldex informs DougReeder that he hasn't missed anything Dec 16 15:44:17 :-S Dec 16 15:47:29 Herrie, http://blog.qt.io/blog/2016/11/04/qt-5-8-beta-released/ Dec 16 15:47:36 Earlier, there’s the message ‘module: 'enyo-luneos' } 'could not be resolved, will be reported at the end’ Do we need to tell bitbake that we’re pulling in some new Enyo libraries, namely enyo-luneos and enyo-animated Dec 16 15:47:39 also in 5.9 there will be a QML compiler I'm reading. Dec 16 15:57:32 QML is currently interpreted, ka6sox? Dec 16 15:57:38 DougReeder: My local build has SRCREV 5fbebb4eefd2268a928ac5568e8cf9fd50beb69c already and built fine two or three days ago. Dec 16 15:58:01 DougReeder_, there is a compiler but its NOT free Dec 16 15:58:11 in 5.9 I hear it will be Dec 16 15:58:31 Hrm, I have had some builds succeed, that require enyo-luneos. Dec 16 16:04:20 I also see messages like { module: 'onyx/Picker' } 'could not be resolved, will be reported at the end Dec 16 16:04:52 … so it looks like enyo-dev is having trouble running. Dec 16 16:07:30 Where’s the bitbake stuff that build enyo 2.7 apps? Dec 16 16:08:39 DougReeder: "inherit webos_enyodev_application" would be the place to start, I suppose. I don't know too much about the bb recipes. Dec 16 16:09:16 Where is that? Dec 16 16:10:18 That's from the org.webosports.app.contacts.bb file. Where the inherited stuff comes from... Dec 16 16:10:26 Ok, thanks Dec 16 16:35:48 DougReeder: There were some DNS issues earlier that caused my local build to act up as well. Dec 16 16:35:56 The build on Jenkins seems fine though Dec 16 16:36:38 Hmm, can you try changing SRCREV to 5fbebb4eefd2268a928ac5568e8cf9fd50beb69c and see if it works there? Dec 16 16:39:32 It was included and succeeded Dec 16 16:39:42 Image is on the build server Dec 16 16:40:08 Ok, that takes care of the end goal. Dec 16 16:40:58 I had strange glitches at home too. 1 where it couldn't reach nas-admin.org another where I ran out of hdd space :P Dec 16 16:41:30 Didn't manage to build successfully yet but will be home in 1 hr to try Dec 16 16:41:38 * DougReeder_ nods Dec 16 16:57:34 Morning! Dec 16 16:57:45 * DougReeder_ waves to tofe Dec 16 16:58:11 Tofe: Morning :) Dec 16 16:58:13 I just partly solved the wifi issue on CM12.1 for mako Dec 16 16:58:27 Tofe: Nice :) Dec 16 16:58:55 I think I'll soon have a PR for Messaging so we can do stuff besides sending SMS :P Dec 16 17:00:18 That will very helpful for debugging Dec 16 17:00:32 the problem with wifi is that netd was not in my android's init.rc, because Mer guys say it's hopelessly conflicting with connman since Lollipop Dec 16 17:01:39 and not including netd has for consequence that it is not possible to ask for a reload of the wlan's firmware, which is needed in mako case Dec 16 17:03:48 but I have two leads to solve this: 1. kill netd as soon as the firmware has been reloaded (this is done with the "/system/bin/ndc softap fwreload wlan0 AP" command) and 2. have the wlan driver as a module, loaded in much later when all is ready Dec 16 17:15:07 Tofe: It's a bit nasty but we don't have choice it seems. Dec 16 17:15:38 This is Mako only or this would be with all targets on 12.1+ ? Dec 16 17:15:55 seems it's specific to mako Dec 16 17:18:12 but it looks like Mer guys are also looking for a nice solution https://github.com/mer-hybris/droid-config-mako/commit/a6afef61d161aa1f7bddf8a735f3724258b01dd8 Dec 16 17:45:47 Tofe: Ah I see :) Dec 16 18:09:05 ok, I've been able to build the wlan driver as a module, and loading it by hand a bit later does work Dec 16 18:16:22 :) Dec 16 18:34:33 ..and inserting the systemd service for loading the wlan module at boot does work too :) Dec 16 18:36:14 :D Dec 16 18:37:10 so, I have wifi, bluetooth, sound, rotation, adb, charging... seems ok? Dec 16 18:46:43 Tofe: Yeah! Dec 16 18:47:01 But I guess it'll take some work to get it all building on Jenkins and that will be after you're back? Dec 16 18:49:46 Tofe: great, i hope it can call as well :) Dec 16 18:54:51 Herrie: most of it is already on GH on my repos Dec 16 18:56:24 but the problem is that I modified directly the common android recipes to make them work with the new android boot approach, so it will break the other builds if we don't provide new android builds... Dec 16 18:58:06 mmmh or could it actually work with the old ones... I wonder... the only actual problem is that it is unnecessarily big, but it should still be compatible with the CM install beneath it... I'll have to test that. Dec 16 19:16:34 Herrie: what we can try too is to bring the android build on jenkins Dec 16 19:19:06 oops, I forgot to take the local manifest with me, what an idiot Dec 16 19:19:22 that'll have to wait then Dec 16 19:20:02 Tofe: No worries Dec 16 19:26:54 Herrie: could you put https://dl.dropboxusercontent.com/u/4679068/CM12.1-luneos-HAL/hal-droid-wop-12.1-20161204-0-mako.tar.bz2 onto http://build.webos-ports.org/cm-wop-12.1/ , when you have some time? The recipe will need a stable URI. It's now only 18MB, so we could even put it in meta-smartphones, but it can be handy to separate it if we want a jenkins build. Dec 16 19:46:56 Tofe: Will have a look tomorrow/sunday Dec 16 20:29:57 DougReeder: For the PR: I think Andolamin put the -l debug for a reason... Dec 16 20:30:04 Andolamin: ^ https://github.com/webOS-ports/meta-webos-ports/pull/203/commits/ba1943e825280925c4d1d513c50777293644e2b4 Dec 16 20:40:51 Herrie: It's not necessary, but if you're not interested in all logs, you might consider something stricter than the default. Options are fatal, error, warn, info, debug, trace, defaults to warn. You could use -l error or -l fatal to skip warn logs as well. Dec 16 20:43:05 I don't actually recall why I used -l debug anymore :/ Dec 16 21:17:02 Andolamin: OK Dec 16 21:59:53 The -l debug level of logging was useful when I was tweaking enyo-dev itself, but otherwise it’s too verbose. In particular, it obscures the actual errors I’m seeing now. **** ENDING LOGGING AT Sat Dec 17 03:00:00 2016