**** BEGIN LOGGING AT Sat Nov 17 03:00:00 2012 Nov 17 04:34:52 I am in possession of a USB3 hdd with enough space to download and compile OWOS and some other stuff \o/ Nov 17 08:45:16 rrix: even regular hard disks are too damn slow for this. you'll die waiting on a usb disk Nov 17 08:55:00 anyone awake right now, that has an installed and working build-desktop ? Nov 17 09:07:48 EricBlade: you still around? Nov 17 09:17:10 panda-z: yup! Nov 17 09:18:43 EricBlade: so what's the problem? Nov 17 09:18:59 panda-z: I am receiving report from one person, that since pulling my latest commit to build-desktop, they're unable to re-build Nov 17 09:19:39 was wondering if anyone else might be able to try that and let me know how it works out - i'm currently testing bouncing around all the commits in recent history, and back, to see if i can duplicate it Nov 17 09:20:11 but that unfortunately, takes a little over an hour to complete when it's going through a qt package change Nov 17 09:20:31 er, qt and webkit. qt alone is only about a 15 minute change Nov 17 09:21:18 in short, i'm wondering if someone who's not already up to date could try an upgrade build from the most recent head Nov 17 09:21:20 EricBlade: i've tried just now, and it failed as package 'db8' not found Nov 17 09:22:23 panda-z: hmm. that's .. interesting. Nov 17 09:22:24 when building configurator Nov 17 09:22:37 yeah, that was the same problem reported Nov 17 09:22:54 do you know about where in the commit tree you were before? Nov 17 09:24:09 yes, https://github.com/openwebos/build-desktop/commit/97ce6fdeff76cc9afb12ec7135c609377b03f625 Nov 17 09:24:41 ok so you were up to date right before then. i've done this back and forth multiple times, and have not had the error Nov 17 09:26:37 seems the *.pc file of db8 aren't installed to staging/libs/pkgconfig Nov 17 09:27:41 ... and since staging isn't touched when rebuilding, that probably explains why it's worked for me every time Nov 17 09:30:44 so, it's not rebuilding db8 using cmake, but it needs to. Nov 17 09:30:46 so could you remove ~/luna-desktop-binaries/db8 and rebuild again to see if it will successfully build? Nov 17 09:33:00 i guess what i need to do is go back a couple of commits, remove the *.pc files for db8, build, then go back to head, build again, and then test to see if rebuilding db8 by removing it's .stamp works Nov 17 09:37:22 thanks for the assist Nov 17 09:40:12 yw, did you solve the problem? Nov 17 09:40:53 i haven't quite got that far yet, still rebuilding to current webkit/qt Nov 17 09:41:07 but i think that i know where the root cause of it is now, and we should be able to act accordingly. Nov 17 09:41:29 there was no change to db8 itself, but the way it was built changed, so we need to force a rebuild on it Nov 17 09:42:35 so remove .stamp should work? Nov 17 09:43:45 I'm about 99% certain that rm'ing the db8 .stamp should fix it Nov 17 09:44:52 ok my building is done, so just to step back one commit and check Nov 17 09:45:03 will try that Nov 17 09:46:56 ah, db8 has been converted to cmake build Nov 17 09:47:18 yeah, i can confirm that fixes Nov 17 09:47:57 as Arch use db-5.3, so i need do some hack Nov 17 09:53:30 when building db8, it complains error: ‘void g_thread_init(gpointer)’ is deprecated http://pastebin.com/uvLtS9tm Nov 17 09:53:58 are you somehow building it with -Wall ? Nov 17 09:54:42 oh, it says right there, -Werror=deprecated-declarations Nov 17 09:54:47 i just run build-webos-desktop.sh Nov 17 09:55:03 i'm not getting that at all, and i just rebuilt db8 Nov 17 09:55:52 gm herrie Nov 17 09:56:53 what's your glib version? Nov 17 09:57:16 how do i check Nov 17 09:58:43 do you use ubuntu Nov 17 09:58:51 yes 11 Nov 17 09:59:07 pkg-config --modversion glib-2.0 Nov 17 09:59:50 2.28.6 Nov 17 10:00:42 mine is newer that yours, i'm using 2.34.2, so i should do some more hack Nov 17 10:01:17 i don't even have a glib/deprecated in mine Nov 17 10:01:40 you may want to file an issue with db8 regarding that, so HP has a heads up Nov 17 10:02:21 so i will report that on JIRA later Nov 17 10:03:27 i don't know that anyone is or is not thinking about upgrading components such as that, but that may be part of our problem with ubuntu 12.10 Nov 17 10:04:55 or a quick hack is add -Werror=deprecated-declarations to CFLAGS Nov 17 10:05:43 should leave now, see you. Nov 17 10:05:56 morning Nov 17 10:06:02 JaMa|zzz: ping Nov 17 10:11:17 folks Nov 17 10:14:00 pong Nov 17 10:17:17 JaMa|zzz: somehow packagegroup-webos-boot and packagegroup-webos-extended are gone from my latest build image Nov 17 10:17:43 it's with latest meta-webos/meta-wop Nov 17 10:18:11 any idea? Nov 17 10:21:06 as far as I can see on buildhost we don't have this problem Nov 17 10:21:47 morphis: I'll check but looks correct Nov 17 10:22:38 I added webos-boot and webos-extended now directly to webos-dev-image.bb IMAGES_FEATURES Nov 17 10:22:39 morphis: can you try bitbake -e webos-dev-image | grep IMAGE_INSTALL? Nov 17 10:22:50 I did already Nov 17 10:23:01 it does not mention both package groups Nov 17 10:23:05 you want the output? Nov 17 10:23:16 yes please Nov 17 10:23:22 and are you using buildhistory? Nov 17 10:23:31 yes Nov 17 10:23:44 thats where I see that both pg's are gone Nov 17 10:23:53 Ah I see now Nov 17 10:24:00 IMAGE_INSTALL ?= "${WEBOS_IMAGE_BASE_INSTALL}" Nov 17 10:24:12 that gets overwritten by IMAGE_INSTALL += in webos-dev-image Nov 17 10:24:17 ah Nov 17 10:25:01 change that to IMAGE_INSTALL_append = " or we need to readd WEBOS_IMAGE_EXTRA_INSTALL in webos-dev-image recipe Nov 17 10:25:59 fixing it now Nov 17 10:26:21 btw. I have this as well: http://paste.ubuntu.com/1364603/ Nov 17 10:26:26 it's for webos-image Nov 17 10:27:35 so it's not only the missing _append Nov 17 10:31:16 JaMa|zzz: bb -e with _append fix for webos-dev-image: http://paste.ubuntu.com/1364610/ Nov 17 10:31:34 morphis: can you git grep for com.palm.app.wifi in all your layers? Nov 17 10:31:38 I don't see it here Nov 17 10:31:45 ignore it, please :) Nov 17 10:32:00 ah damn it Nov 17 10:32:28 was using a += in my local.conf for IMAGE_INSTALL as well ... Nov 17 10:32:38 narf Nov 17 10:32:48 :) Nov 17 10:32:57 thats where the problem comes from ... Nov 17 10:33:03 sorry for the noise ... Nov 17 10:33:07 np Nov 17 11:00:05 EricBlade: now it build correctly Nov 17 11:06:26 JaMa|zzz: somewhere soon we should merge again from wop meta-smartphone to uptream meta-smartphone Nov 17 11:10:00 true Nov 17 11:11:38 should I do it? Nov 17 11:12:54 yes, please Nov 17 11:29:38 morphis: webos-dev-image changes done and pushed, wop changes merged in meta-smartphone/shr pushing in few minutes Nov 17 11:29:56 great, thanks a lot Nov 17 11:44:48 ShiftyAxel|Away: and the next "bug" for you http://issues.webos-ports.org/issues/323 :) Nov 17 11:55:02 hm, it would be really nice to have a terminal application Nov 17 15:29:07 morning Nov 17 15:31:20 morning Nov 17 15:31:46 JaMa|zzz, when you are not zzz ping me :D Nov 17 15:33:31 ka6sox-away: ping Nov 17 15:33:32 :) Nov 17 15:33:57 he he.... Nov 17 15:34:24 is there a way to have Jenkins tell us when it *starts* a build? Nov 17 15:35:06 on irc? Nov 17 15:37:18 yes Nov 17 15:37:32 I never know if its building or not...I see the results though. Nov 17 15:41:37 yes I can configure it, it's per job Nov 17 16:16:47 morning Nov 17 19:54:39 Evening guys Nov 17 22:07:30 morning Isandunk Nov 17 22:07:54 :) Nov 17 22:07:56 how goes it Nov 17 22:13:58 tree down...had to get out the chainsaw and get it off the road. Nov 18 00:20:21 hmm. where does libaffinity come from? i don't see it in our sources, and the only references i see to it refer only to webos source code Nov 18 00:40:06 ah. it's not open, so it's not used. Nov 18 00:54:47 anyone around that's familiar with the "rounded shader corner" problem i was talking about here the other day? Nov 18 00:55:12 rawr Nov 18 00:55:47 rawr Nov 18 00:57:01 whats everyone up to? Nov 18 00:57:59 I love this class. Theoretically these online quizzess should have a link to the relevant section of the online book that can be used for a 50% point reduction on that question. Except it doesn't. **** ENDING LOGGING AT Sun Nov 18 02:59:58 2012