**** BEGIN LOGGING AT Thu Jun 10 02:59:57 2010 Jun 10 06:28:12 JaMa|Zzzz: I've confirmed that my ISP had a problem with a transparent proxie. That could be the cause for the yesterday Package.gz discrepance :/ Jun 10 06:29:09 mickey|bbl: again the same problem with gsm Jun 10 06:37:07 jluis: ah good, I had similar problem at work with proxy.. I had to tunnel it to get latest Package.gz etc.. Jun 10 06:59:16 zub, Haven't reviewed the new patches yet (and not sure if I'll be able to today), but THANKS! :P Jun 10 09:52:12 <[Rui]> morning Jun 10 09:54:59 moin Jun 10 11:31:30 still got this zhone problem: http://pastebin.com/6Bkwcedv Jun 10 12:02:27 misc: yop! Hi new image new test? :) will you be kind enough to send me a long blalblalblalblalblalblalblballblab sms? Jun 10 13:21:52 freesmartphone.org: 03Frederik.Sdun 07utilities * r5a6ac8e49ef4 10/palmpre/preboot/src/main.vala: Use the config in /boot instead of /etc Jun 10 13:21:53 freesmartphone.org: 03Frederik.Sdun 07utilities * r31d681abb9b5 10/palmpre/preboot/src/main.vala: preboot: Only create new IOCheannel if necessary Jun 10 13:21:54 freesmartphone.org: 03Frederik.Sdun 07utilities * r03f39a48ae59 10/palmpre/ (13 files in 4 dirs): Merge branch 'master' of fso:utilities Jun 10 13:21:56 freesmartphone.org: 03Frederik.Sdun 07utilities * r78d59cc05a1a 10/palmpre/preboot/src/main.vala: Jun 10 13:21:56 freesmartphone.org: Revert "preboot: Only create new IOCheannel if necessary" Jun 10 13:21:56 freesmartphone.org: This reverts commit 31d681abb9b59e56d481a617dc8053b3077e5177. Jun 10 13:21:56 freesmartphone.org: 03Frederik.Sdun 07utilities * rd288b62c215f 10/palmpre/preboot/src/main.vala: preboot: Add simple shutdown key Jun 10 13:49:43 freesmartphone.org: 03Frederik.Sdun 07utilities * rdd6ba00cd102 10/palmpre/preboot/src/main.vala: preboot: improve shutdown key handling Jun 10 14:31:33 oh hai mickey_berlin! Jun 10 14:31:52 mickey_berlin: did you look at http://pastebin.com/6Bkwcedv yet? Jun 10 14:33:05 hi Wonka Jun 10 14:33:10 where's that output from? Jun 10 14:33:24 that's from /tmp/zhone.log Jun 10 14:33:49 after starting zhone in current shr-u, it starts that cycle Jun 10 14:34:14 zhone has not been adjusted for fsogsmd Jun 10 14:34:17 it won't run on shr-u Jun 10 14:34:23 ah Jun 10 14:34:27 you need to use zhone2 Jun 10 14:34:31 (but that's incomplete) Jun 10 14:34:56 the GPS part works, and that's what I'm interested in ;) Jun 10 14:35:00 right :) Jun 10 14:35:04 is zhone2 modular in some way? Jun 10 14:35:25 not yet Jun 10 14:35:33 i'm not sure what to turn zhone2 into, to be honest Jun 10 14:35:44 i want something lean and mean for myself and for demoing new platforms Jun 10 14:35:47 but other than that... no idea Jun 10 14:35:56 I'd like to keep (and eventually extend) the GPS stuff from zhone Jun 10 14:36:35 but the GSM call stuff I don't need Jun 10 14:36:48 the GSM cell reception GUI is nice to have Jun 10 14:37:09 in fact, that's the two thins I want, GPS and GSM cell reception Jun 10 14:40:14 right Jun 10 14:40:21 let me think about this for a bit Jun 10 14:40:54 as a matter of fact, chances are i have quite some more time for FSO & Zhone in a couple of weeks... :) Jun 10 14:54:05 date command in u-boot doesn't work. It sets everything else correctly except the month, which is always 01. Jun 10 14:54:10 anyone else observing this ? Jun 10 14:54:45 when I try to set the month to 13 or something ridiculous, it correctly tells me I provided a bad date Jun 10 14:55:20 I'm trying to set pcf50633's rtc so that my distro doesn't nag about files with mtimes in future Jun 10 14:57:55 I see I need to write my month into RTCMT (0x5E) in BCD format in pcf50633's address space. Is it mapped somewhere ? Jun 10 14:59:15 nevermind, I see it's on i2c. damn Jun 10 15:01:34 hehe neat, I see u-boot has i2c memory modify command, nice Jun 10 15:10:04 i2c support in u-boot is broken too ! Jun 10 15:10:09 I get a bunch of: I2c read: failed 2 Jun 10 15:10:26 damn do I need to write s3c2442 I2c control registers by hand too ? Jun 10 15:10:33 or is that broken too? :D Jun 10 15:39:39 TAsn: n/p Jun 10 16:50:58 nice, I've lost the patch :/ Jun 10 16:51:05 so much trouble for such a simple patch Jun 10 16:51:10 * ThibG installs git-email Jun 10 16:56:37 hehe Jun 10 16:57:50 git-email is great though. especially if you want to send a multi patch series Jun 10 16:59:31 btw. i noticed that there now is generic support in the mmc stack for suspending the mmc controller. the current glamo driver implements his own mehtod for this (disable_timer). Jun 10 17:02:00 hw, why wouldn't the AR6000 driver go upstram? Jun 10 17:04:15 well it only qualifies for staging. but since nobody is working on it, it would be removed from staging again after some time. Jun 10 17:05:13 ok Jun 10 17:07:50 ThibG: and i'd say it hardly makes sense rewriting a driver when there're known firmware issues never to be corrected. Jun 10 17:10:12 makes sense indeed Jun 10 17:20:02 hi!... Jun 10 17:22:43 larsc, if I get things right, the disable_timer is used to suspend the controller after a certain amount of time without using it? Jun 10 17:24:03 right Jun 10 17:24:09 ok Jun 10 17:24:58 and there is now a more or less generic framework for this in the mmc core. Jun 10 17:25:56 see include/linux/mmc/host.h +56 Jun 10 17:26:03 ok, thanks Jun 10 17:26:28 the omap_hs... driver is the only one which implements it currenlty Jun 10 17:39:27 using fsogsmd i can't activate a previously held call Jun 10 17:39:42 if I had two calls (one active and one held) and close the active one Jun 10 17:39:47 s/had/have/ Jun 10 17:39:48 daniele_athome meant: if I have two calls (one active and one held) and close the active one Jun 10 17:40:24 the only way of closing it (even Release() doesn't works) is by using ReleaseAll() Jun 10 17:42:32 +CME error: 3 Jun 10 17:42:33 :( Jun 10 18:10:59 JaMa|Wrk: hi. do you have an example in mind of a bitbake recipe using cmake and Qt? I am trying to make a recipe for marble Jun 10 18:30:14 mrmoku|away, TAsn: why indicators about active resources does not work in idle screen? they used to work some time ago... Jun 10 18:30:28 and now they seem to be unfortunately forgotten Jun 10 18:34:27 GarthPS: not by heart, but git grep should find few quickly Jun 10 18:49:09 JaMa: thx (I did different search.. :) I don't know a lot about git so..) Jun 10 18:49:30 hello Jun 10 18:50:34 can somebody tell me howto change a .bb file and keep the changes if i do a make update ? Jun 10 18:51:15 I also lost my first recipe with update! Jun 10 18:52:05 yes Jun 10 18:52:07 2" Jun 10 18:52:43 does git work in a different way than CVS and SVN ? Jun 10 18:53:06 i've added the following line to my local conf: BBFILES += "${TOPDIR}/mypackages/*/*.bb" Jun 10 18:53:07 then i can store my recipes in shr-unstable/mypackages/.../*.bb Jun 10 18:53:28 (I use shr-u) Jun 10 18:53:53 nschle85: explaine your tought Jun 10 18:54:52 if you change a local file in a cvs repository sandbox , remote changes are merged into that file Jun 10 18:55:07 local changes are kept Jun 10 18:55:36 but make update seems to remove the local changes Jun 10 18:56:10 to far for me sorry :) Jun 10 18:56:13 can't help Jun 10 18:57:22 but can i make a copy of the bb file and work like you described ? Jun 10 18:57:46 but howto tell that my local file should be used insted of original file ? Jun 10 18:59:52 the file shr-unstable/conf/local.conf is used be default Jun 10 19:00:18 when you want to build somethin in shr-u of corse Jun 10 19:01:26 nschle85: the same merging is default for git too, but Makefile always clean it Jun 10 19:01:58 for simple local changes you can probably use git stash Jun 10 19:03:53 JaMa: thanks Jun 10 19:56:06 larsc, I have something running... I guess... I'll test a bit, and send it to openmoko-kernel, but I'm not sure I do everything the right way Jun 10 20:10:38 dos1: dunno... noticed too though :/ Jun 10 20:12:18 guys, i do not understand the "module=..." par in the SRC_URI = "svn://.. "in a bitbake recipe.. Jun 10 20:12:36 some one cann tell me what is it for? Jun 10 20:17:49 GarthPS: usually trunk Jun 10 20:17:57 GarthPS: it means which dir should be checkouted Jun 10 20:18:33 GarthPS: then you should set S to something like ${WORKDIR}/_module_ Jun 10 20:19:46 JaMa: ok this part I had understood. thx .so for example If I do a svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu/marble. it means my SRCURI has the be Jun 10 20:19:48 SRC_URI = "svn://anonsvn.kde.org/home/kde/trunk/KDE/kdeedu;module=marble;proto=http" Jun 10 20:20:03 seems right Jun 10 20:20:24 because I hav this error Jun 10 20:20:33 ERROR: Task 5 (/home/sylvain/dev/SHR-Build/shr-unstable/mypackages/marble/marble.bb, do_fetch) failed with 256 Jun 10 20:20:33 NOTE: Task failed: Unknown fetch Error: [Errno 2] No such file or directory: '/home/sylvain/dev/SHR-Build/shr-unstable/downloads/marble_anonsvn.kde.org_.home.kde.trunk.KDE.kdeedu_1_.tar.gz' Jun 10 20:21:01 GarthPS: you;re missing SRCREV Jun 10 20:21:13 it should 'n be a tar.gz no? as ..ahhh! ok Jun 10 20:21:27 GarthPS: it should be tar.gz.. Jun 10 20:21:39 GarthPS: first it does svn co, then package result to tar.gz Jun 10 20:21:48 and then unpack this tar.gz to workdir Jun 10 20:22:25 and the same .tar.gz is then available also in sources stash ie http://build.shr-project.org/sources) Jun 10 20:22:37 JaMa: ok hum and the SRCREV I set it as what ever revision I want right? how to co the lastest? Jun 10 20:24:09 GarthPS: SRCREV should be set to some well tested revision and included in recipe, in your local.conf or in some distro config you can override it with SRCREV_pn-marble = "${AUTOREV}" to get always the latest available Jun 10 20:24:43 JaMa: ok thx! I will note this one ;) Jun 10 20:25:03 GarthPS: but AUTOREV is not allowed in recipe itself (some people doesn't want latest-greatest-not-tested-revision Jun 10 20:25:28 JaMa: yeah yeah I anderstand why. Jun 10 20:40:36 JaMa: If you have a second , can you tell me what is wrong here? http://pastebin.com/rg3aGe7y thanks!! Jun 10 20:44:22 GarthPS: have you tried svn co manually for that url? Jun 10 20:44:35 GarthPS: try to -c fetch -D Jun 10 20:45:20 GarthPS: I dont see marble in that dir http://websvn.kde.org/branches/KDE/3.5/kdeedu/ Jun 10 20:45:29 JaMa: a manual svn co works Jun 10 20:45:41 JaMa: nope wrok past Jun 10 20:45:53 JaMa: wrokng Jun 10 20:46:04 http://websvn.kde.org/branches/KDE/4.5/kdeedu/marble/?sortby=date Jun 10 20:46:07 note 3.5 Jun 10 20:46:31 http://paste.pocoo.org/show/224072/ Jun 10 20:46:38 what is the " -c fetch -D" to use with what? Jun 10 20:47:22 bitbake -c fetch -D -b path-to-marble-recipe will show more debug and only for this task (easier to read without eglibc poking inside..) Jun 10 20:47:53 JaMa: I just copy past your pastbin and it works here Jun 10 20:48:12 thx for the other trick Jun 10 20:48:15 GarthPS: sorry my typo (3.5) Jun 10 20:52:08 JaMa: DEBUG: Running /usr/bin/env svn co -r 1136443 http://anonsvn.kde.org/home/kde/branches/KDE/4.5/kdeedu/marble@1136443 marble Jun 10 20:52:21 why is it pasting "@1136443" Jun 10 20:52:26 ? Jun 10 20:53:45 GarthPS: what bitbake version do you have? Jun 10 20:54:23 JaMa: Version: 1.8.18-2 Jun 10 20:56:33 GarthPS: hmm that version doesn't seem like vanila, can you try 1.10 (I didn't notice @rev before...) Jun 10 20:57:27 JaMa: hum I have that kind of warning when I "make update".. Jun 10 20:58:09 make update should checkout 1.10 Jun 10 20:58:43 is your Makefile only an link? like this? lrwxrwxrwx 1 shr shr 15 Dec 12 2008 Makefile -> common/Makefile Jun 10 21:01:15 GarthPS: and that @rev doesn't break my svn co Jun 10 21:01:16 JaMa: yes it is! Jun 10 21:01:29 GarthPS: what does it says when you run it by hand? Jun 10 21:01:37 GarthPS: and what warning do you have with make update? Jun 10 21:02:36 JaMa: grrr no more warning right now.. wait I will try in a new session Jun 10 21:03:13 but yes my Makefile is a link Jun 10 21:03:58 ok no more warning about bitbake version Jun 10 21:04:32 (bitbake handling file will take a bit) Jun 10 21:05:06 GarthPS: and bitbake is still 1.8.18 for you? Jun 10 21:07:55 JaMa: yes... Jun 10 21:08:41 oh shit I made a make update and some guy commit changes so ... me not yet building my new recipe Jun 10 21:09:26 * JaMa pushed lot's of changes.. Jun 10 21:09:38 but you can still call that fetch with -b Jun 10 21:09:46 doesn't try to build deps.. Jun 10 21:10:30 about 779 changed files.. some are from SHR images too Jun 10 21:15:14 JaMa: yes I saw that :p Jun 10 21:15:25 svn co -r 1136443 http://anonsvn.kde.org/home/kde/branches/KDE/4.5/kdeedu/marble@1136443 marble give mes this here Jun 10 21:15:31 svn: OPTIONS de 'http://anonsvn.kde.org/home/kde/branches/KDE/4.5/kdeedu/marble': 200 OK (http://anonsvn.kde.org) Jun 10 21:15:39 and nothing else Jun 10 21:20:22 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531338 seems a bit related.. Jun 10 21:21:14 GarthPS: other checkouts work for you? (except this one with @? does it work without @rev?) Jun 10 21:22:01 svn co http://anonsvn.kde.org/home/kde/branches/KDE/4.5/kdeedu/marble Jun 10 21:22:01 svn co -r 1136443 http://anonsvn.kde.org/home/kde/branches/KDE/4.5/kdeedu/marble Jun 10 21:22:01 works Jun 10 21:22:19 JaMa: is that what you ask? Jun 10 21:22:48 well it works here with @rev too, so maybe it's something with your svn (from host) Jun 10 21:24:12 hehe sorry.. Jun 10 21:24:50 change SRC_URI to proto=svn Jun 10 21:25:25 I was testing it here with svn: all the time.. Jun 10 21:26:57 GarthPS: http://git.openembedded.org/cgit.cgi/bitbake/commit/?h=1.8&id=0ffd75ad931413b68d106897bedbcd7f87114c14 Jun 10 21:27:44 JaMa: YEssssssssssssssssssssssss Jun 10 21:27:45 :) Jun 10 21:32:37 JaMa: thanks to you! Jun 10 21:59:24 mickey|bbl: zhone2 seems not to be in shr-u feed Jun 10 22:37:27 <[Rui]> What's coming up in the next !elmdentica release for your !freerunner: http://is.gd/cKGiA http://is.gd/cKGkp Jun 10 23:06:59 hi Jun 10 23:07:13 does anyone know the name of that relatively new navigation programme for the FR? Jun 10 23:07:20 an alternative to navit as it were Jun 10 23:07:31 <[Rui]> Zorkman: mc navit, I think Jun 10 23:08:59 yes, that is it Jun 10 23:09:10 google doesn't seemto be able to find the homepage :s Jun 10 23:12:06 [Rui] do you have a link by any chanse? Jun 10 23:12:13 <[Rui]> Zorkman: nopes Jun 10 23:12:19 thanks anyway :) Jun 10 23:13:08 <[Rui]> Zorkman: :) Jun 10 23:15:27 aha ,think it is called mc navi, not mc navit Jun 10 23:32:23 opkg install mcnavi :) Jun 10 23:32:25 night all Jun 10 23:39:36 <[Rui]> gnight! **** ENDING LOGGING AT Fri Jun 11 02:59:57 2010