**** BEGIN LOGGING AT Mon Jul 22 02:59:58 2013 Jul 22 07:00:44 morning Jul 22 08:21:07 JaMa: any idea why qtwebkit 5.1.0 isn't compiling? Jul 22 08:22:11 no Jul 22 08:22:30 but the same happens with 5.0.2 and 5.1.0+git when qtbase is 5.1.0 Jul 22 08:22:42 maybe its from those explicit deps commit Jul 22 08:23:17 well some versions of qtwebkit were complainig about missing icu support in qtbase Jul 22 08:23:32 maybe some other versions are just creating empty package without error Jul 22 08:28:18 JaMa: hm, there seems to be definitely something wrong with the explicit deps changes Jul 22 08:28:31 as for example -no-glib shoudn't be passed as default option Jul 22 08:30:33 and -webkit is missing in qtbase too Jul 22 08:31:01 or it was wrong before Jul 22 08:34:40 morphis: webkit option doesn't exist in qtbase now Jul 22 08:34:52 ok, then it was wrong in 5.0.2 already Jul 22 08:35:09 glib should be added to default PACKAGECONFIG Jul 22 08:35:21 QT_WEBKIT variable wasn't used in any qtbase-5* Jul 22 08:35:49 the same with QT_XML it was just left-over from monolitic qt4 build Jul 22 08:36:15 ok Jul 22 08:36:50 whats with sql-sqlite? it was default before too if I remember well Jul 22 08:38:23 not sure if we need it enabled by default, is something depending on it? Jul 22 08:38:44 default PACKAGECONFIG should be "minimal" because it's easier to add to it, then remove something from it Jul 22 08:45:25 ok Jul 22 08:45:36 I don't know about anything depending on it Jul 22 08:47:05 JaMa: somehow PACKAGECONFIG += in a bbappend doesn't work Jul 22 08:47:16 why? Jul 22 08:47:30 I have 3 more builds running atm, so I cannot check now Jul 22 08:48:20 JaMa: http://pastebin.com/7yMfA5y3 Jul 22 08:48:32 look at the generated configure line Jul 22 08:49:26 can you check bitbake -e? Jul 22 08:54:04 yes Jul 22 08:56:28 JaMa: http://pastebin.com/X0dCs8hj Jul 22 09:00:27 ah right, because it's weakly assigned in qtbase.inc Jul 22 09:02:07 hm Jul 22 09:04:20 JaMa: so we're going to require the user to replace PACKAGECONFIG completely or better changing to ?= ? Jul 22 09:13:56 ??= is common for PACKAGECONFIGs but I'll probably change it to normal assignment Jul 22 09:27:50 JaMa: or we shift all the options to a DEFAULT_PACKAGECONFIGS which the user can then reuse Jul 22 09:37:41 see jansa/5.1.0 Jul 22 09:38:34 ok Jul 22 09:39:24 JaMa: ok, looks good Jul 22 12:34:51 JaMa: about not compiling qtwebkit: http://pastebin.com/3b2c6XbV Jul 22 12:39:25 good so it's easy to fix :) Jul 22 12:39:44 10:23:39 <+JaMa> well some versions of qtwebkit were complainig about missing icu support in qtbase Jul 22 12:39:47 10:23:54 <+JaMa> maybe some other versions are just creating empty package without error Jul 22 12:45:51 morphis: qtwebkit also autodetects couple of deps, I need to make it explicit qtwebkit "glib-2.0 gstreamer libgstapp-0.10 libgstinterfaces-0.10 libgstpbutils-0.10 libgstvideo-0.10 libxslt" Jul 22 13:06:22 JaMa: yes Jul 22 13:06:31 JaMa: sorry forgot about your lines Jul 22 13:07:04 I am switching around a lot today between different activities so some parts are out of my brain very quickly :) Jul 22 13:07:18 yes I have the same Jul 22 13:07:34 finally I'm down to only a few packages with undeterministic deps Jul 22 13:07:44 ts, ts, don't context switch to much. Brings your productivity down to 0 easily Jul 22 13:08:01 which isn't so bad with test build still running on tahiti :) Jul 22 13:08:36 so many nasadmins oO Jul 22 13:14:09 stefan_schmidt_w: the biggest impact theses days which brings down the productivity is the summer .. Jul 22 13:14:49 morphis: which is ok :) Jul 22 13:15:02 depends :) Jul 22 17:19:59 JaMa: ok, I have one issue left with luna-sysmgr-common and qt 5.1.0 Jul 22 17:20:23 OE_QMAKE_PATH_HEADERS points to ${includedir} but headers are in ${includedir}/qt5 Jul 22 17:22:10 morphis: use OE_QMAKE_PATH_QT_HEADERS luke Jul 22 17:22:19 yes Jul 22 17:22:33 but I am hitting the case with just using inherit qmake5 Jul 22 17:23:14 which is using ${OE_QMAKE_PATH_HEADERS} instead of OE_QMAKE_PATH_QT_HEADERS Jul 22 17:24:40 add OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}" into that recipe Jul 22 17:25:18 Anyone seen the Ubuntu Edge phone? Looks quite slick! Jul 22 17:26:02 JaMa: yes, but shouldn't that be the std.? Jul 22 17:26:21 Herrie: yes, but quite expensive :) Jul 22 17:26:27 Yes that too :( Jul 22 17:26:39 Not sure my employer is happy that they chose the name Edge as well :P Jul 22 17:26:54 Might see some lawsuits about it I guess.... Jul 22 17:28:17 morphis: we already talked about it.. see https://github.com/meta-qt5/meta-qt5/wiki/Building-with-OE#bad-include-paths-and-build-failing-to-find-qt5-headers Jul 22 17:29:15 :( Jul 22 17:29:27 JaMa: sorry .. Jul 22 17:29:28 morphis: have you ever seen SDL_systhread.c:88:26: error: 'RTLD_DEFAULT' undeclared when building libsdl? Jul 22 17:29:40 no Jul 22 17:29:41 morphis: it doesn't detect platform as linux and doesn't define __LINUX__ Jul 22 17:30:04 thats interesting Jul 22 17:30:07 morphis: I've reproduced it in dylan as well as master builds Jul 22 17:30:33 can you share your workdir after building upto that point where libtool is failing for you? Jul 22 17:30:44 JaMa: btw. forgive me when I remember things bad theses days ... shifting between to much different areas Jul 22 17:30:45 I would be interested to see where it differes from mine Jul 22 17:30:54 JaMa: yes, can do Jul 22 17:31:02 JaMa: how looks your latest recipe? Jul 22 17:31:06 morphis: no problem Jul 22 17:31:23 morphis: same as yours + that libtool removal in do_configure_prepend Jul 22 17:31:40 morphis: ah and with autogen.sh in use it also fails to find libtool Jul 22 17:38:57 JaMa: btw. morphis/work of meta-wop contains now support for qt 5.1.0 Jul 22 17:41:48 JaMa: ok, cmake is left to fix to work with qt 5.1.0: http://pastebin.com/ry0mt7c6 Jul 22 17:42:42 have you already removed cmake from meta-webos? Jul 22 17:43:08 not that it will fix this issue, but something which I plan to build world with for test Jul 22 17:44:12 yes Jul 22 17:44:17 it's part of morphis/work Jul 22 17:44:44 great, thanks Jul 22 18:01:55 JaMa: btw. for qtwayland we will use https://github.com/mer-packages/qtwayland in meta-wop Jul 22 18:03:03 JaMa: any idea about the cmake issue? Jul 22 18:03:38 is there high level diff between this qtwayland and upstream? Jul 22 18:03:58 morphis: I can find you the link where we discussed it on oe-core :) Jul 22 18:03:59 no Jul 22 18:04:22 JaMa: most changes are merged upstream but I would like to carry around a lot of patches in OE and they are doing the same work than we Jul 22 18:04:44 OK Jul 22 18:07:27 EricBlade: thanks for jumping in on that email thread Jul 22 18:45:33 sure thing Jul 22 19:12:06 JaMa: I remember which thread that was Jul 22 19:12:11 tagged it somewhere Jul 22 19:15:39 found it Jul 23 00:14:49 scoutcamper: yo Jul 23 00:14:55 ? Jul 23 00:15:05 you might find this slightly interesting https://dl.dropboxusercontent.com/u/3570226/DSC/DSC05372.JPG Jul 23 00:15:12 emphasis on might :\ Jul 23 00:16:21 Ziginox, nice find. although i must admit dvt-3 was essentially the same as production Jul 23 00:16:31 yeah Jul 23 00:16:38 the motherboard is exactly the same Jul 23 00:17:05 only differences I can find are labeling and the ROM version Jul 23 00:17:20 scoutcamper: is the case colour the same as a normal T|T? Jul 23 00:17:31 looks like it Jul 23 00:17:32 I don't have one to compare it to Jul 23 00:17:57 going by the pics the oslo seems to be a tad bit darker though Jul 23 00:18:06 I'll just have to hunt down a T eventually... Jul 23 00:18:09 my one to compare to is in a box somewhere in my storage closet Jul 23 00:18:19 heh Jul 23 00:18:29 mine are all currently in a box on the floor Jul 23 00:18:35 I need to put said box back on the shelf Jul 23 00:18:41 scoutcamper: https://dl.dropboxusercontent.com/u/3570226/DSC/DSC05366.JPG Jul 23 00:18:54 :) Jul 23 00:19:02 you are just missing the Foleo Jul 23 00:19:08 I know :L Jul 23 00:19:18 I wish I could find a lifedrive... Jul 23 00:19:35 tbh lifedrive sucked.... Jul 23 00:19:43 it would be cool to find some of the prototypes like the X420 and Zepplin and such Jul 23 00:19:53 battery life and slowness? Jul 23 00:20:12 specifically the slowness Jul 23 00:20:16 https://dl.dropboxusercontent.com/u/3570226/DSC/DSC05373.JPG https://dl.dropboxusercontent.com/u/3570226/DSC/DSC05375.JPG <-- the oslo's mobo btw Jul 23 00:20:20 the battery life is acceptable Jul 23 00:20:32 well, I plan to replace the microdrive with a larger CF card Jul 23 00:20:32 so Jul 23 00:21:45 Tungsten C is another on the list due to the keyboard Jul 23 00:22:20 for its time the tungsten c was awesome Jul 23 00:22:24 yeah Jul 23 00:22:33 I just hope the case isn't as fragile as the W... **** ENDING LOGGING AT Tue Jul 23 02:59:58 2013