**** BEGIN LOGGING AT Tue Jun 04 02:59:59 2013 Jun 04 05:29:43 morning Jun 04 07:51:35 morning Jun 04 08:01:24 Tofe: morning Jun 04 08:42:09 morphis: would you have a log_compile of android-audiosystem, by any chance ? Jun 04 08:42:22 yes Jun 04 08:43:42 Tofe: http://pastebin.com/rCr3WRD8 Jun 04 08:43:47 thanks Jun 04 08:47:24 Tofe: any idea why a500 now fails in nyx-modules battery plugin? http://jenkins.nas-admin.org/job/webos-ports_setup_webos-ports-dev-image_a500/lastBuild/console Jun 04 08:49:23 error: 'BATTERY_SYSFS_PATH' undeclared (first use in this function) Jun 04 08:50:25 looks like the nyx-modules won't compile without the proper cmake config file Jun 04 08:52:51 https://github.com/Tofee/meta-webos-ports/commit/5b6e1e4fe6f6a32df306fc1cce9f8dfff1f5a1ae <-- this one Jun 04 08:53:40 I can prepare a PR, if you want Jun 04 08:54:13 but it would look nicer upstream Jun 04 08:55:42 morphis: ^ PR for our nyx-modules fork and SRCREV bump for meta-webos-ports, right? Jun 04 08:55:59 Jack87: right Jun 04 08:56:56 :) Jun 04 08:57:38 ok, I'll prepare that Jun 04 08:58:13 morphis: xchat as auto-complete based on the fact who you have talked to recently :) Jun 04 08:58:32 morphis: helped me to avoid dragging in other people all the time ;) Jun 04 09:01:32 stefan_schmidt_w: really? Jun 04 09:01:41 as this is causing me trouble again and again Jun 04 09:02:03 stefan_schmidt_w: ah found the option Jun 04 09:02:11 stefan_schmidt_w: wow, thats really nice Jun 04 09:02:11 morphis: because you talk to to much people. Limit yourself to only to talk to some people ;) Jun 04 09:02:20 :) Jun 04 09:02:28 morphis: when you talked about the problem concerning the touchscreen, the adapted patch would then be to modify files/conf/99-nyx-modules.rules, right ? Jun 04 09:02:39 yeah, have seen that you had this from time to time. Thats why I mention it :) Jun 04 09:02:47 Tofe: that would be one way to do this Jun 04 09:03:03 stefan_schmidt_w: seems like you have an eye on things I am doing :D Jun 04 09:03:24 big stefan_schmidt_w is watching you! Jun 04 09:07:10 oh no Jun 04 09:07:22 yeah, nobody wants that Jun 04 09:08:07 morphis, JaMa: https://github.com/webOS-ports/nyx-modules/pull/1 Jun 04 09:08:44 stefan_schmidt_w: but sometimes it really helps :) Jun 04 09:08:59 Tofe: will cp in some minutes Jun 04 09:10:09 I think the compile error came from the "WEBOS_TARGET_MACHINE_IMPL" default change in the bb file Jun 04 09:11:09 thats possible Jun 04 09:12:32 Tofe: picked Jun 04 09:15:51 great Jun 04 12:31:54 Tofe: ping Jun 04 12:32:03 Tofe: I found something really interesting Jun 04 12:32:28 ah ? Jun 04 12:33:22 Tofe: http://pastebin.com/SR8CGRdT (with newer-libhybris) Jun 04 12:33:37 Tofe: http://pastebin.com/XMPhc6sx (with working version) Jun 04 12:33:55 everything is fine but one doesn't look good to me: Jun 04 12:34:02 int OffscreenNativeWindowBuffer::readFromFd(int): Buffer info: handle->data[5] = 512 Jun 04 12:34:08 int OffscreenNativeWindowBuffer::readFromFd(int): Buffer info: handle->data[5] = 768 Jun 04 12:34:24 first is with newer-libhybris second is with working version Jun 04 12:34:44 one time it seems to be the stride value and the other time the usage value Jun 04 12:35:47 not exactly the stride value, but yes, that's strange Jun 04 12:36:06 ah yes Jun 04 12:36:53 Tofe: 768 looks like is there is a bit set which is not in the other variant Jun 04 12:37:00 yes Jun 04 12:37:10 Tofe: but one thing makes it interesting Jun 04 12:37:13 int OffscreenNativeWindowBuffer::readFromFd(int): Buffer info: index=2 width=720, height=1280, stride=736, format=5 usage=512 numFds=1, numInts=9 Jun 04 12:37:17 int OffscreenNativeWindowBuffer::readFromFd(int): Buffer info: handle->data[5] = 768 Jun 04 12:37:27 in the first line usage is 512 Jun 04 12:37:34 and the second it's 768 Jun 04 12:38:07 so the ANativeWindowBuffer::usage value is fine Jun 04 12:38:12 but the one of the native handle is not Jun 04 12:38:15 you mean data[5] *should* be usage, but in the wrong version it's not ? Jun 04 12:38:46 (mmh quite the contrary, actually) Jun 04 12:38:47 it's usage Jun 04 12:38:56 but there is a bit set which should not Jun 04 12:39:34 but wait -- didn't you say that handle->data[5] = 768 is the working version ? Jun 04 12:39:42 no Jun 04 12:39:54 handle->data[5] = 512 is the working version Jun 04 12:40:03 ah no Jun 04 12:40:06 you're right Jun 04 12:40:11 handle->data[5] = 768 is working Jun 04 12:40:25 so there's a flag missing Jun 04 12:40:30 yes Jun 04 12:40:40 but at buffer creation time Jun 04 12:40:46 yes Jun 04 12:41:13 which version exactly of hybris are you studying ? Jun 04 12:41:28 ah, newer-hybris -- never mind the question :) Jun 04 12:42:40 :) Jun 04 12:42:45 I am in libwebos-gui Jun 04 12:42:52 and at morphis/work branch Jun 04 12:44:24 remember my remark regarding line 77 and m_usage instead of usage Jun 04 12:44:53 of which file? Jun 04 12:45:10 OffscreenNativeWindow.cpp Jun 04 12:45:29 ah found it Jun 04 12:45:56 that would explain the log; but it didn't fix the issue on my side Jun 04 12:46:13 hm Jun 04 12:46:20 you tried with the a500? Jun 04 12:46:27 yes Jun 04 12:47:06 anyway that's a needed fix Jun 04 12:47:49 maybe there's a cumulative number of bugs, and the tmp-eglibc did some tricks on me Jun 04 12:49:34 I am checking this Jun 04 12:53:22 Tofe: ok, values are fine now but that didn't solves the problem ... sadly Jun 04 12:53:30 :/ Jun 04 12:54:45 I don't excatly understand your morphis/work branch on meta-webos-ports: it's a quite old version of LSM and webos-gui Jun 04 12:55:06 stop Jun 04 12:55:16 * Tofe freezes Jun 04 12:55:21 morphis/work on meta-webos-ports is different from what we're talking about here Jun 04 12:55:45 newer-libhybris is the right one Jun 04 12:55:52 oh. Jun 04 12:56:01 and newer-libhybris should point to morphis/work of libwebos-gui Jun 04 12:56:11 bad naming ... sorry :) Jun 04 12:56:21 mh, well :) Jun 04 12:58:38 * HaDAk waves Jun 04 12:59:50 Tofe: locally I have to builds Jun 04 13:03:49 yes, I have only one, and it's not really efficient Jun 04 14:52:57 morphis: ok, now I think I've got something identical to you. I'll try the diplay-work branch. Jun 04 14:53:11 ok Jun 04 15:03:01 morphis: doesn't compile out-of-the-box, that's strange... these are not complex errors (egl.h not included where it should, and so on), but I thought it would compile as-is from your branch Jun 04 15:03:13 it should Jun 04 15:04:02 for instance, I have "error: cannot call member function 'unsigned int OffscreenNativeWindow::bufferCount()' without object" because bufferCount is not a static member anymore Jun 04 15:08:52 I'm on the 96dbf... commit of libwebos-gui, in morphis/work (Supply a buffer handle through c'tor and unregister buffer for proces…) Jun 04 15:11:12 ... and it's _not_ working -- so I think we may be on a track here, we just have to check what version of the libs you are actually using Jun 04 16:03:47 Tofe: sorry, was on a call Jun 04 16:04:49 no problem Jun 04 16:07:55 Tofe: for libwebos-gui when not using newer libhybris you need to use master branch Jun 04 16:09:20 Tofe, did you determine the USB port was indeed broken? Jun 04 16:10:22 well, determine is a bit too strong, it's just the only explanation I have today Jun 04 16:13:54 morphis: so, for using morphis/display-work, I should use: libwebos-gui=master, libhybris=master and ... is there something else I'm missing ? Jun 04 16:13:57 ka6sox: morning Jun 04 16:15:29 morning morphis, tofe Jun 04 16:15:56 ka6sox: morning :) Jun 04 16:20:16 hi all Jun 04 16:20:38 hi Jun 04 16:54:28 the speed of the internet connection in this building may kill me Jun 04 16:55:50 yes, but slowwwly Jun 04 16:56:07 verrrrrrrrry Slowwwwwwwwwwwwly Jun 04 16:56:53 (now we'll to wait until these lines reach him, to know his answer) Jun 04 16:56:57 +have Jun 04 16:57:07 *ack* *thud* Jun 04 17:08:18 EricBlade: it is crap. I have spent the last hour trying to download and install Ubuntu Jun 04 17:09:09 i'm very happy we have a local clone of webkit :| Jun 04 17:09:20 because this 1mbps is not making me happy Jun 04 17:09:33 Ohohoh Jun 04 17:09:45 Just got a content blocked page Jun 04 17:09:51 _awesome_ Jun 04 17:10:20 you know you shouldn't go to redtube while at the office Jun 04 17:10:48 It was steam thankyouverymuch Jun 04 17:11:37 :) Jun 04 17:13:20 It's set to auto open, but the steam store page has the content blocked message Jun 04 17:17:00 halfhalo, content blocked is a challenge :P **** BEGIN LOGGING AT Tue Jun 04 17:53:06 2013 Jun 04 17:55:05 hmmm...wonder why the log went bonkers. Jun 04 17:57:54 hi ka6sox Jun 04 17:58:07 hiya Mokor Jun 04 18:01:17 how are you? Jun 04 18:01:20 Summertime Cold got me down. Jun 04 18:01:21 almost over Jun 04 18:04:38 yeah here too Jun 04 18:05:49 and my exams are almost over Jun 04 18:07:53 then summer...excellent **** BEGIN LOGGING AT Tue Jun 04 18:36:00 2013 Jun 04 18:42:07 JaMa: on the external source thing we were talking about.. it seems like it's ridiculously easy compared to the description. Jun 04 18:42:07 INHERIT_pn-webappmanager+="externalsrc" Jun 04 18:42:07 S_pn-webappmanager="/home/me/wam" Jun 04 18:42:07 done Jun 04 18:49:44 EricBlade: INHERIT_pn-webappmanager+="externalsrc" sometimes does not work (maybe it is working in danny and got broken later..) Jun 04 18:50:38 that's what description says :) Jun 04 18:50:39 # more info: Jun 04 18:50:39 # INHERIT like this doesn't work anymore, if you want to use Jun 04 18:50:39 # externalsrc, gitver or gitpkgv features you have to alter the recipe itself (add .bbappend) Jun 04 18:50:43 # INHERIT_append_pn-luna-sysmgr = "externalsrc gitpkgv" Jun 04 18:51:15 I can find you some e-mail thread about it on oe-core ML or #yocto IRC if you really want Jun 04 18:52:27 JaMa: it is working for me, so i'm happy for now. :) Jun 04 23:27:57 good morning folks Jun 04 23:28:46 good mourning LarrySteeze Jun 04 23:28:57 :) Jun 04 23:29:34 * LarrySteeze just cancelled his clear hotspot...the customer service rep on the phone held a moment of silence for the loss of a customer O.o Jun 04 23:30:51 clearwire? Jun 04 23:31:17 just clear Jun 04 23:31:33 well yes Jun 04 23:31:40 technically clearwiire :P Jun 04 23:38:57 grats Jun 04 23:39:03 also good morning :) **** BEGIN LOGGING AT Tue Jun 04 23:42:28 2013 **** ENDING LOGGING AT Wed Jun 05 02:59:57 2013