**** BEGIN LOGGING AT Tue Nov 13 02:59:58 2012 Nov 13 05:38:21 OK copied over mountdevtmpfs.sh manually and build seems to continue now Nov 13 05:38:36 Task 3525 of 4558 so far Nov 13 05:41:03 Looks like we'll be done soon :) 4468/4558 Nov 13 05:54:16 Hmmz 2 more errors, anyone who can help? make: Leaving directory `/home/herrie/OWO/webos-ports-env/webos-ports/tmp-eglibc/work/hpveer-webos-linux-gnueabi/linux-hpveer-2_2.6.29+gitr1+29c1c6bb0a8feb6e6124dc0df2a22542ef45ef0d-r1/image/usr/src/kernel' cp: cannot stat `include/generated/bounds.h': No such file or directory Nov 13 05:54:47 | make: Leaving directory `/home/herrie/OWO/webos-ports-env/webos-ports/tmp-eglibc/work/hpveer-webos-linux-gnueabi/qt4-webos-4.8.2.03-1.01-r32.0/qt-build-hpveer' | ERROR: oe_runmake failed | ERROR: Function failed: do_install (see /home/herrie/OWO/webos-ports-env/webos-ports/tmp-eglibc/work/hpveer-webos-linux-gnueabi/qt4-webos-4.8.2.03-1.01-r32.0/temp/log.do_install.30703 for further information) ERROR: Task 2168 (/home/herrie/OW Nov 13 06:07:49 Herrie, wait for either JaMa or morphis...they have seen that. Nov 13 06:08:09 2nd one seems to be due to missing " fatal error: EGL/egl.h: No such file or directory" Nov 13 06:10:27 Going to see if I can dig these files up somewhere in the dirs and manually copy them over Nov 13 07:35:38 JaMa, morning ;) Nov 13 07:36:13 Any chance you could make some suggestions for fixing my build errors? Nov 13 07:36:54 See IRC log ;) Nov 13 07:37:11 Trying to build for the Veer Nov 13 07:38:56 Herrie: you will need some egl/gles implementation for successfull compilation Nov 13 07:40:44 Ok will have a look tonight then Nov 13 07:40:47 Going to work now Nov 13 08:14:06 +morphis: hello morphis, if you don't mind, could I ask something about lunasysmgr composition and libhybris eglfs?\ Nov 13 08:15:02 koala_: hey, yes please ask Nov 13 08:16:33 what would you guys check if got "error: invalid 'asm': invalid operand for code 'w'" when you cross-compile gnu codes into android using android toolchain Nov 13 08:18:25 jsea: checking the full log to understand the context :) Nov 13 08:20:11 +morphis : I just hope to know if windown management issue of lunasysmgr is normal action with eglfs. Nov 13 08:20:40 what do you mean with window management issue? Nov 13 08:22:03 koala_: if you mean that cards are not accelerated when using libhybris, then yes this is normal (we're working on a solution) Nov 13 08:23:23 +morphis: I mean, now my lunasysmgr has a issue that - window of lunasysmgr and window of webappmgr couldn't displayed at same time. I think it could be a same issue with qt app with eglfs. Nov 13 08:24:17 |+morphis : my qt test app(mainwindow) look nice at first, but after click a menu of it, all window are erased except the menu window. as I know it's normal action with eglfs Nov 13 08:25:20 koala_: sorry, but can you tell me a bit more about your environment first? Nov 13 08:26:15 koala_: that help to understand the problem Nov 13 08:26:26 koala_: are you using libhybris? Nov 13 08:28:44 +morphis : ok, sorry. yes I'm using libhybris with graphic driver from ics Nov 13 08:28:55 ok Nov 13 08:29:04 you're using the webos-ports environment? Nov 13 08:30:06 +morphis : yes, after checking test qt app running with libhybris, now I'm trying to run lunasysmgr Nov 13 08:30:29 ah ok, so you're not running the qt-app as lunasysmgr client Nov 13 08:31:26 koala_: you're running webappmgr in software mode? Nov 13 08:32:01 koala_: thats what we're doing in webos-ports as libhybris isn't cabtable of having two clients using it at the same time yet Nov 13 08:32:20 it only allows one single instance to use it Nov 13 08:32:24 +morphis : no, it was just run through qt api. can I run qt-app as lunasysmgr client? Nov 13 08:32:34 koala_: no, not yet Nov 13 08:32:54 in webos-classic you were able to run native applications as client but that isn't possible in owo yet Nov 13 08:33:09 the relevant code isn't available Nov 13 08:33:16 and I don't know if it ever will Nov 13 08:34:37 +morphis : Does lunasysmgr has capability to composite their windows? Nov 13 08:34:57 koala_: you have to differentiate here Nov 13 08:35:17 luna-sysmgr is the main ui process and with libhybris its able to running completely accelerated Nov 13 08:35:34 it's responsible for the whole ui but not the card content Nov 13 08:35:42 koala_: you know about QPA? Nov 13 08:36:12 the webappmgr is responsible for rendering the card content which will then use an IPC mechanism to exchange rendered card content with lunasysmgr Nov 13 08:36:34 it can either run with QPA minimal platform module (software) or the webos platform module (using eglfs) Nov 13 08:37:13 so yes luna-sysmgr can do compositing but can't accomplish that libhybris isn't captable of being used by two processes Nov 13 08:38:44 so libhybris has to be told to be able to do offscreen rendering for all other processes but not the main process Nov 13 08:45:56 koala_: is the process now reasonable for you? Nov 13 08:48:44 +morphis : you mean it's true that lunasysmgr manage the content of webappmanager and it's own. but it has to be play diffrently because current eglfs(with hybris) provide just a onscreen buffer. right? Nov 13 08:49:59 koala_: for the first, yes, for the second: luna-sysmgr itself doesn't has to do anything differently Nov 13 08:50:23 it's the libhybris implementation you're refering to, too Nov 13 08:50:49 the webappmanager has to use a QPA platform module implemented by HP and called "webos" Nov 13 08:51:17 the webos platform module initialized egl/gles two and does the offscreen rendering but libhybris can't be used that way Nov 13 08:52:21 koala_: this QPA module here is used by luna-sysmgr: https://github.com/openwebos/qt/tree/master/src/plugins/platforms/palm Nov 13 08:52:37 koala_: and this one here should be used by the webappmgr: https://github.com/openwebos/qt/tree/master/src/plugins/platforms/webos Nov 13 08:53:07 qt5 beta2 out, btw Nov 13 08:53:13 yeah Nov 13 08:57:32 +morphis : sorry but you mean lunasysmgr and webappmanager should use plugin respectively? Nov 13 08:59:41 they are using a QPA plugin already Nov 13 09:01:12 I have to leave Nov 13 09:01:41 bye Nov 13 09:02:10 +morphis : ok.. thank you I'll check it Nov 13 09:02:30 good bye Nov 13 17:14:02 morning Nov 13 17:31:37 morn Nov 13 18:32:11 morning Nov 13 19:04:16 Hi all Nov 13 19:14:00 Someone around who can help me with my Veer OE build? Nov 13 19:14:05 Running into 2 errors so far Nov 13 20:14:22 good morning Nov 13 20:15:52 Hey Eric Nov 13 20:16:05 Done with your RegEx stuff ? Nov 13 20:23:49 i'm good Nov 13 20:24:00 how's things here Nov 13 20:28:34 Trying to get my hands dirty with OE build toying around with legacy devices, but getting stuck :( Nov 13 21:03:11 Ping morphis, JaMa Nov 13 21:08:13 Herrie: pong Nov 13 21:25:07 Hi morphis Nov 13 21:25:26 Was trying the Veer build and you mentioned something about me needing to add EGL this morning Nov 13 21:25:34 Any guidance on how to do that Nov 13 21:25:35 ? Nov 13 21:36:11 rebooting to Ubuntu, BRB Nov 13 21:38:37 Back in Ubuntu now Nov 13 21:54:31 Anyone have an idea how to solve the following error with OE build? " Warning: you may need to install module-init-tools" Nov 13 21:54:43 " cp: cannot stat `include/generated/bounds.h': No such file or directory" Nov 13 22:02:43 Herrie, did you try the prerequisites.sh ? Nov 13 22:06:53 Arne__, yup followed all steps of the build setup Nov 13 22:07:54 Just replaced the machine and updated bblayers.conf to add the palm bits ( ${TOPDIR}/meta-smartphone/meta-palm \) Nov 13 22:08:14 All building seems OK, except for EGL on Veer. For Pre2 I only get this error Nov 13 22:08:24 For Veer I get this one + EGL error Nov 13 22:08:41 Herrie, have you done a tuna build? which build env are you using, gram's or ours? Nov 13 22:09:09 I followed the instructions for your TUNA build to the letter ;) Nov 13 22:09:17 Except that I exchanged tuna for hpveer Nov 13 22:09:44 and/or palmpre2 Nov 13 22:09:45 interesting Nov 13 22:10:14 Should I try the Tuna ? Nov 13 22:10:17 See if that one runs? Nov 13 22:10:25 i vote yes Nov 13 22:10:33 dev-image? Nov 13 22:10:35 are you doing webos-image? or webos-dev-image? Nov 13 22:10:39 i always do dev-image Nov 13 22:10:46 Tried both Nov 13 22:10:51 OK doing tuna now Nov 13 22:10:57 Will take an hour or so I guess ;) Nov 13 22:11:25 Not sure it will reparse everything from scratch or just the new bits? Nov 13 22:11:31 If it's only new bits shouldn't be too long Nov 13 22:12:40 JaMa, is better suited to answr that than i am... Nov 13 22:13:24 Anyway the tuna is running Nov 13 22:13:37 Got my "new" toys today to play with Nov 13 22:13:42 Pre2 and Pre3 ;) Nov 13 22:13:55 OWO on Pre2 should be quite do-able Nov 13 22:14:00 Pre3 will be more challenging ;) Nov 13 22:14:09 * scoutcamper has many pre2 and pre 3 devices.... Nov 13 22:14:45 * Herrie has many Veer devices... :P Nov 13 22:14:51 And TP devices LOL Nov 13 22:18:26 i could test for the pre+ Nov 13 22:18:54 i can get my refurb up to 1.4GHZ, put that on watercool and good to go ;) Nov 13 22:24:22 Technically Pre+ should be quite do-able ;) Nov 13 22:24:38 Will not run smoothly, but it's do-able like Pre2 (and Nook Color) LOL Nov 13 22:24:53 that would make it the hottest phone on the market :D Nov 13 22:26:54 Tuna is still busy with preparing runqueue Nov 13 22:32:55 that would be the sstate cache downloading.... Nov 13 22:38:51 Yeah could be Nov 13 22:38:57 Anyway it's busy and will be for a while I guess Nov 13 22:39:04 So I'll go off and catch some sleep ;) Nov 13 22:39:12 Tomorrow long day ;) Nov 13 22:40:54 Will let you guys know the results ;) Nov 13 22:41:04 Cya Nov 14 01:12:14 One of you hot-shots want to take a stab at answering this question? Nov 14 01:12:16 http://www.openwebosproject.org/forums/general-discussion/huawei-u8350/ **** ENDING LOGGING AT Wed Nov 14 02:59:59 2012