**** BEGIN LOGGING AT Wed Aug 24 02:59:57 2011 Aug 24 09:57:29 Morning! Aug 24 10:21:48 chandra back online (another time, this time after a mainbord hw fix) Aug 24 11:58:00 gnutoo: hi Aug 24 12:46:15 Alex[sp3dev]: hi Aug 24 12:47:01 gnutoo: imho e17 sucks. it is not a comfortable ui and it is laggy as hell. i think i'll try compiling openbox instead Aug 24 12:47:32 ok Aug 24 12:47:49 but the telephony UI is ok? Aug 24 12:48:05 gnutoo: and as for the kernel stuff. i have ported the audmgr from codeaurora tree to my kernel (i think you can just use CA tree on dream as is unlike me) and added some error checks so now only one audmgr is spawned Aug 24 12:48:23 ok Aug 24 12:48:46 I have to switch dream to 35/37 Aug 24 12:48:47 gnutoo: yes, the telephony is perfect as is cornucopia. i find the yaml files for declaring events a beautiful thing. it is all like qtopia but with x11 Aug 24 12:48:59 gnutoo: try msm-2.6.38 branch from codeaurora Aug 24 12:49:14 ok Aug 24 12:49:36 I miss something because 35 did boot only on android Aug 24 12:49:37 where is this "msm-2.6.38 branch" ? Aug 24 12:49:54 maybe some argument of bkbootimmg like --base Aug 24 12:50:11 rah: https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=summary Aug 24 12:50:44 thanks Aug 24 12:50:54 gnutoo: are you building with the correct amss version in the kconfig? actually rpc stuff can be hard to debug if it stucks at boot Aug 24 12:51:26 ok Aug 24 12:51:30 I'll look Aug 24 12:52:08 bbl Aug 24 12:52:12 okay Aug 24 12:56:20 SHR: 03dos 07shr-settings * r0ae69a3685d0 10/ (37 files in 2 dirs): Change deprecated label_set() calls to text_set() Aug 24 13:11:49 SHR: 03dos 07shr-settings * r3b2559fec094 10/data/po/pl/ (shr-settings.mo shr-settings.po): [data] update polish translation Aug 24 13:11:54 SHR: 03dos 07shr-settings * r96f0e01da436 10/data/po/shr-settings.pot: [data] update pot file Aug 24 13:12:28 gnutoo: i'm compiling 2.6.38 just to see if it compiles. so far minor compilation errors pop up. looks like some includes are broken for msm7k. if you don't manage to get it running, i think there are custom ports of 37 and 39 to dream Aug 24 13:22:26 ok Aug 24 13:51:04 SHR: 03Martin.Jansa 07shr-chroot * r1c8ac7dad46c 10/ (201 files in 27 dirs): system upgrade Aug 24 14:22:35 hi Aug 24 14:22:52 hi Aug 24 14:23:07 any success with your kenrel Aug 24 14:23:10 ? Aug 24 14:24:54 yes Aug 24 14:25:16 I cloned it outside of OE and compiled it with the new OE toolchain Aug 24 14:25:40 it gives the same error Aug 24 14:25:50 on make modules Aug 24 14:25:59 if I run "make -i modules" it succeeds Aug 24 14:33:32 it seems like a bad solution Aug 24 14:33:42 but I have a way to test now Aug 24 14:33:50 JaMa|Off: ping Aug 24 14:34:15 pong Aug 24 14:37:13 how can I set the verbosity so that BB will show the full gcc command ? Aug 24 14:42:41 dcordes: for bb you can use -D or -v, but this is "hidden" by kernel build itself Aug 24 14:43:42 dcordes: but you can check it from make -n output after sourcing temp/run.do_compile in builddir Aug 24 14:48:07 JaMa|Off: ah these scripts are valuable Aug 24 14:48:10 ran that Aug 24 14:49:15 be aware that there is exit() in fatal() Aug 24 14:49:28 which I usually remove before sourcing it Aug 24 14:49:47 because otherwise you won't see it failing because shell will be gone immediately Aug 24 14:50:21 yea just noticed that :> Aug 24 14:53:11 JaMa|Off: ook I cleaned out the run scripts directory Aug 24 14:53:31 JaMa|Off: what was the command again that I should try and how to pass it ? Aug 24 14:53:39 s/command/param/ Aug 24 14:53:40 dcordes meant: JaMa|Off: what was the param again that I should try and how to pass it ? Aug 24 14:57:17 dcordes: -Wno-error= Aug 24 14:59:46 and how do I tell OE how to use that Aug 24 14:59:56 assuming we wanna patch that in later for leo Aug 24 15:00:00 kernel recipe Aug 24 15:07:59 did you try to put it in CFLAGS yesterday? Aug 24 15:15:45 let me go through the log again Aug 24 15:18:35 +CFLAGS="$CFLAGS -Wno-error=unused-but-set-variable" " Aug 24 15:18:54 JaMa|Off: that's how I added it in the kerneƶ.bb Aug 24 15:20:20 the question is whether it's actually used by kernel build Aug 24 15:45:09 JaMa|Off: ok. I added above line in recipe, ran make virtual/kernel, got the error, sourced the run script, ran make -e modules Aug 24 15:47:51 JaMa|Off: but don't see gcc line. output looks same as "direct" bitbake Aug 24 15:51:57 16:40:18 < JaMa|Off> dcordes: but you can check it from make -n output after sourcing temp/run.do_compile in builddir Aug 24 15:52:22 ok Aug 24 15:52:24 sorry Aug 24 15:52:42 there you go Aug 24 15:55:18 JaMa|Off: haha it's time to quote the matrixmovie : Cypher: "All I see now is blonde, brunette, redhead. " Aug 24 15:56:30 JaMa|Off: I am looking for the gcc command that will yield the error right ? Aug 24 15:57:11 yes Aug 24 15:57:34 if there is -Wno-error=unused-but-set-variable param or not Aug 24 16:00:11 JaMa|Off: I copied the last few hundred lines to a text editor Aug 24 16:01:52 JaMa|Off: grep for error yields nothing Aug 24 16:02:13 JaMa|Off: so it might not be passed correctly Aug 24 16:05:03 dcordes: see Makefile in kernel sources, stuff like CFLAGS_KERNEL Aug 24 16:05:32 or append to KBUILD_CFLAGS Aug 24 16:40:06 indeed Aug 24 16:40:34 JaMa|Off: where can I find KBUILD_CFLAGS ? Aug 24 16:40:42 ./Makefile Aug 24 16:40:46 in kernel dir Aug 24 16:40:46 ok Aug 24 16:41:09 GNUtoo|laptop: I'm optimizing the leo kernel for shr use Aug 24 16:42:09 ok Aug 24 16:45:27 GNUtoo|laptop: I think I might have pointed you to the wrong version of the "iwlist scan capable" bcm4329 driver Aug 24 16:46:02 GNUtoo|laptop: do you have a 2.6.32 kernel available for nexus ? Aug 24 16:46:17 no Aug 24 16:46:28 else Alex[sp3dev] pointed me to brcm80211 Aug 24 16:46:47 and something to activate it Aug 24 16:46:56 forget about brcm80211 if you're not on 38 or later Aug 24 16:46:56 interesting Aug 24 16:47:10 not interesting Aug 24 16:47:16 ok Aug 24 16:47:21 37 Aug 24 16:47:36 .. for me. because all I have for leo is a very untidy 2.6.32 Aug 24 16:47:41 ok Aug 24 16:47:46 so what is the right driver? Aug 24 16:47:52 I want iwlist eth0 scan Aug 24 16:48:01 and not islist eth0 scan "" Aug 24 16:48:01 well, you can try it out. but i'd recommend to port the one from mainline because it was broken until recently and got massive fixes during spring and summer Aug 24 16:48:10 ok Aug 24 16:48:39 Alex[sp3dev]: does it support master (access point) mnode ? Aug 24 16:49:02 dcordes: not sure. have never tried actually Aug 24 16:49:57 but it has...netlink support Aug 24 16:50:06 which means that everything works with it Aug 24 16:50:10 from iwconfig Aug 24 16:50:14 to network manager Aug 24 16:50:14 yep Aug 24 16:50:18 to connman Aug 24 16:50:19 etc... Aug 24 16:51:12 GNUtoo|laptop: the driver I use on leo in 2.6.32 qsd8250 kernel also has that Aug 24 16:51:27 ah? Aug 24 16:51:35 are you sure it's not WEXT only? Aug 24 16:52:10 what is the right driver then? Aug 24 16:52:16 GNUtoo|laptop: I think I might have pointed you to the wrong version of the "iwlist scan capable" bcm4329 driver Aug 24 16:52:36 GNUtoo|laptop: I use it with wicd and I select wext there Aug 24 16:52:49 ok Aug 24 16:53:00 so it's not nl80211 capable as I tought Aug 24 16:53:11 it's rather the userspace that has to adapt to the driver Aug 24 16:53:14 anyway Aug 24 16:53:23 at least it does have the iwlist scan capability Aug 24 16:53:28 yes Aug 24 16:53:32 where can I find it Aug 24 16:53:38 I've pushed alsa btw Aug 24 16:53:40 maybe it's more feasible for you to try the Alex[sp3dev] driver Aug 24 16:53:51 what git ? Aug 24 16:54:09 same than before, nexusone branch: the leviathan-incomming git Aug 24 16:54:50 https://gitorious.org/htc-msm-2-6-32/leviathan-incoming Aug 24 16:54:51 GNUtoo|laptop: maybe compat-wireless has it? although the driver is in staging Aug 24 16:55:03 ok Aug 24 16:55:12 compat-wireless has staging I think Aug 24 16:58:32 GNUtoo|laptop: i have looked at the csv files. i think we can integrate equalizer settings to kernel as is (filter coefficients) and as for the audiopara, they contain device ids so we will need to calculate them at runtime. I think I will try to implement it during the week Aug 24 16:58:59 ok Aug 24 17:01:11 GNUtoo|laptop: nope, looks like compat wireless does not supply this new driver Aug 24 17:02:27 ok Aug 24 17:02:31 so I was wrong Aug 24 17:02:33 anyway Aug 24 17:02:44 dcordes, please point me to the right driver... Aug 24 17:02:53 or the right diff Aug 24 17:03:06 GNUtoo|laptop: if i ever want to build shr, should i use unstable or testing if i plan to make patches? Aug 24 17:03:36 unstable or core Aug 24 17:03:50 what is core? is it like a minimal image? Aug 24 17:03:53 no Aug 24 17:04:00 it's the next generation SHR Aug 24 17:04:11 it's based on openembedded-core and it's called shr-core Aug 24 17:04:22 it's not totally ready yet Aug 24 17:04:28 and lacks a lot of packages Aug 24 17:05:27 okay. i will try gentoo first.. in fact i think that if it compiles on gentoo i can use it to make patches. i don't think i want to play with init scripts, just copy the dream stuff and yaml and modify Aug 24 17:05:53 we have 2 porting guides.... Aug 24 17:06:03 maybe look at them as a TODO list Aug 24 17:06:12 yes, i did Aug 24 17:06:17 ok nice Aug 24 21:28:48 yo Aug 24 21:31:01 hi Aug 24 21:31:01 yo mrmoku Aug 24 21:31:14 hi mrmoku! Aug 24 21:40:05 gah, holidays are nice... but one gets nothing done :-P Aug 24 21:43:03 freesmartphone.org: 03angelo 07angelox/testing * r682c6f4b7ceb 10aurora/aurora-applications/app-webbrowser/ (Aoura.html Aoura.qml OpenMe.qml main.qml qmldir): aoura: create back button Aug 24 21:52:54 freesmartphone.org: 03angelo 07angelox/testing * rc3d66f520911 10aurora/ (23 files in 4 dirs): aoura: create a separate project for the aoura web-browser Aug 24 22:01:50 ping dcordes Aug 24 22:04:39 freesmartphone.org: 03angelo 07angelox/testing * r76b165c15908 10aurora/aoura/configure.ac: aoura: fix installation directory for aoura Aug 24 22:13:32 dcordes: http://htc-linux.org/wiki/index.php?title=SnapdragoonAlsaDriver Aug 24 22:13:33 freesmartphone.org: 03angelo 07angelox/testing * r44db45709acd 10aurora/ (4 files in 3 dirs): aoura: update author and improve code style of Browser element Aug 24 22:16:30 bye Aug 25 01:48:18 good night everyone! **** ENDING LOGGING AT Thu Aug 25 02:59:58 2011