**** BEGIN LOGGING AT Mon May 11 02:59:57 2009 May 11 05:22:15 anyone who understands the ophonekitd-main.c? May 11 05:22:38 I'm trying to remove the sim functions since my phone doesn't use them May 11 05:45:49 tmzt: hmm... what are you trying to achieve? without SIM ophonekitd... is not quite usefull right now May 11 05:50:33 I'm trying to make it work on a CDMA device, but what are you using for a dialer now? May 11 05:52:59 tmzt: CDMA device? May 11 05:53:31 cdma touch pro May 11 05:53:38 so... you have gsm but no SIM? May 11 05:53:57 it's not gsm at all, it's a US cdma phone May 11 05:54:08 * mrmoku wikipedias CDMA :-) May 11 05:54:59 tmzt: does frameworkd support it? May 11 05:55:58 I've patched it to work at least enough to make phone calls, though I haven't been able to test if that actually works because the audio routing isn't enabled now May 11 05:56:36 and what parts in ophonekitd main do you want to get rid of? May 11 05:56:47 I mean which ones to you need? May 11 05:56:53 the part that calls the sim unlocking May 11 05:58:34 and for frameworkd your CDMA is listed as GSM resource? May 11 05:58:47 yes May 11 05:58:54 but I had to comment out the sim parts May 11 05:59:10 people.openezx.org/tmzt/framework-cdma/ May 11 06:00:18 and phonebook/contacts you don't have? May 11 06:00:51 I don't know, I think that's implemented differently May 11 06:00:58 but I haven't looked at it yet May 11 06:01:13 ok... power_up_antenna? May 11 06:01:38 which is? AT+CFUN? May 11 06:02:13 no idea :) May 11 06:04:10 so... I would start at request_resource_callback()... May 11 06:04:28 remove the ogsmd_sim_ready thingie May 11 06:04:52 if you need to power up the antenna leave that call there May 11 06:05:12 otherwise replace it with ogsmd_network_register(register_to_network_callback, NULL); May 11 06:05:58 if you call power_up_antenna()... then change the callback... to just do that register... May 11 06:13:00 mrmoku: you mean in resource_callback? May 11 06:13:11 I think the GSM resource comes up as normal May 11 06:13:35 it needs to be requested... May 11 06:14:15 so the first thing run is list_resources? May 11 06:14:33 yep May 11 06:14:40 via timer from main May 11 06:15:02 and if it's available it calls request_resource GSM? May 11 06:15:57 I don't see how it gets to the next step May 11 06:16:04 in http://git.shr-project.org/git/?p=shr.git;a=blob;f=ophonekitd/src/ophonekitd-main.c May 11 06:16:32 oh May 11 06:16:44 request_resource_callback May 11 06:17:01 then power_up_antenna May 11 06:17:04 yep :) May 11 06:19:58 ok, it enables May 11 06:20:19 ** (process:581): DEBUG: request_resource_callback() May 11 06:20:19 ** (process:581): DEBUG: call ogsmd_device_set_antenna_power() May 11 06:20:30 ** (process:581): DEBUG: sim_ready_status_callback(status=0) May 11 06:26:35 mrmoku: so what your saying is I should replace ** (process:581): DEBUG: request_resource_callback() May 11 06:26:38 ** (process:581): DEBUG: call ogsmd_device_set_antenna_power() May 11 06:27:09 mrmoku: so what your saying is I should replace ogsmd_sim_get_sim_ready with the next step? May 11 06:27:30 if you don't need to call set_antenna_power... directly register to the network there May 11 06:27:48 if you need it... change the callback for it to just register to the network May 11 06:28:32 I think set_antenna_power is a stub but maybe not in frameworkd for non calpyso May 11 06:28:59 I don't need the phonebook here either, but I can replace it with a fake one maybe May 11 06:29:38 what usually calls register_to_network? May 11 06:30:00 oh, sim auto_status May 11 06:30:06 sim_auth_status May 11 06:30:14 ok May 11 06:30:22 which you don't want :P May 11 06:30:24 SHR: 03mok 07shr-overlay * r2cf803b3808a 10/openembedded/recipes/shr/libframeworkd-phonegui-efl2_git.bb: use SRCPV for libframeworkd-phonegui-efl2 May 11 06:30:30 right May 11 06:30:41 I'm going to try that then May 11 06:32:03 good luck May 11 06:32:35 thanks May 11 06:32:51 do this channel has an irclog somewhere? May 11 06:34:07 http://logs.nslu2-linux.org/livelogs/openmoko-cdevel/ May 11 06:34:32 khiraly1: sometimes it lacks info, feel free to ask me for logs at particular time/date. May 11 06:35:02 thanks May 11 06:36:30 didn't know that, I thought on #openmoko was logged May 11 06:36:34 only May 11 06:37:53 well... it had some break, some time ago May 11 06:38:37 looking closer... just some days are missing May 11 06:43:43 mrmoku: do you know the direct clone url for shr.git? May 11 06:43:52 the shr-project one, not the OE one May 11 06:44:24 tmzt: got to git.shr-project.org... click on the shr project and you have it :) May 11 06:44:40 yeah, but how to clone it? May 11 06:44:50 git://git.shr-project.org/git doesn't work May 11 06:45:02 http://shr.bearstech.com/repo/shr.git May 11 06:45:10 we have no git daemon running :( May 11 06:45:16 ah May 11 06:45:22 so anonymous clone only via http:// May 11 06:55:32 good morning May 11 07:09:52 Morning, any SHR developers around? May 11 07:12:37 morning May 11 07:18:44 garrop: yo May 11 07:33:09 garrop: na? just wanted to know if somebody is around? or have a specific question :P May 11 07:34:15 I don't get it: May 11 07:34:15 ** (process:659): DEBUG: call ogsmd_device_set_antenna_power() May 11 07:34:16 ** (process:659): DEBUG: ophonekitd_sim_auth_status_handler() May 11 07:34:16 ** (process:659): DEBUG: sim not ready May 11 07:37:15 oh, I didn't put it in power_up_antenna_callback May 11 07:43:05 mrmoku: it's not working, there whole function deals with the sim card not being preset, I don't want those errors at all but I still want any dbus errors May 11 07:43:34 the whole power_up_antenna_callback function May 11 07:43:59 maybe I'm actually returning a sim error in frameworkd? May 11 07:44:55 Sorry, I left my desktop for a while. I have translated SHR into Basque language and was wondering how to transfer the .pot files to the SHR team. Please advice, May 11 07:45:30 garrop: post it to the shr-devel list May 11 07:46:17 tmzt: description of SetAntennaPower API says it returns AuthFailed *if* the SIM is locked with a PIN May 11 07:46:17 ok, thanks May 11 07:47:37 mrmoku: yeah, it looks like I'm going to have to return true for simReady in abstractcdma/modem.py May 11 07:47:48 I didn't want to do that as I don't have a sim card May 11 07:48:11 but the API isn't abstract enough to support that it looks like May 11 07:48:56 tmzt: take that up with mickey|zzZZzz ;) May 11 07:49:23 yeah, he was going to look at my code but I've stuck with gsm api so far May 11 07:49:57 the difference needs to be in the state machine itself though I think, though I can't see how this is much different from an unlocked sim card May 11 07:52:09 we should really get rid of opkg.... May 11 07:52:11 * Package frameworkd-config-shr-dev is depended upon by packages: May 11 07:52:11 * frameworkd-config-shr-dev May 11 07:52:11 * These might cease to work if package frameworkd-config-shr-dev is removed. May 11 07:52:14 ;) May 11 07:52:31 Your mail to 'Shr-devel' with the subject Fwd: SHR Basque translation files Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list May 11 07:52:52 hehe May 11 07:53:09 if you're interested in SHR... you might want to subscribe :P May 11 07:54:09 Have a good morning and keep the good stuff going on... my two cents - I am interested in SHR, but do not have the skills to contribute in any other way than translations. I follow the project from time to time. TAke care May 11 07:54:27 garrop: I think Ainulindale will see and let it go :-) May 11 07:55:39 I haave sent him the files as a PM as well. Anyway, have fun and see ya. May 11 07:55:45 tmzt, may be you should use "fake sim"? May 11 07:55:54 garrop: you too (have fun) thanks May 11 07:55:59 oh, I guess I'm going to have to implement a cdmadevice.py anyway as it's going to return an error whether I check it or not May 11 07:56:04 possibly May 11 07:56:04 cdma phones sometimes have sims(ruim's) May 11 07:56:20 I'm going to have to talk to mickey|zzZZzz May 11 07:56:40 yeah, but I've never seen one, if anybody knows what AT commands they use I'd love to know May 11 08:11:39 ** (process:720): DEBUG: call ogsmd_device_set_antenna_power() May 11 08:11:40 ** (process:720): DEBUG: ophonekitd_sim_auth_status_handler() May 11 08:11:52 but I thought it wouldn't call that anymore?? May 11 08:15:30 tmzt, I had one, cdma, but china version, can work with ruim, and without it. But don't know anythink about AT commands, and it is just phone. May 11 08:20:12 I think a dbus signal is triggering the sim error this time May 11 08:26:36 mrmoku: what is the different between the _callback and the _handler functions? May 11 08:27:12 tmzt: the handlers listen to frameworkd signals May 11 08:27:23 the callbacks are used as callbacks for async dbus calls May 11 08:27:35 so there is something calling sim_auth_handler? May 11 08:27:46 what would that be in frameworkd? in device.py? May 11 08:28:07 sorry, no idea about the frameworkd part May 11 08:28:29 well, ok, but you mean a signal/error? May 11 08:29:09 signal May 11 08:29:39 I don't see anything relevant in dbus-monitor --system May 11 08:30:36 so it calls SetPower and that triggers the SimReady signal? May 11 08:31:16 sim auth and sim ready are two different things though May 11 08:31:38 yeah I see that May 11 08:31:46 tmzt: Have you tried it with Zhone? Zhone's code is quite easy to understand, especially the part where it initialises GSM. May 11 08:33:53 where is ogsmd_set_antenna_power defined? May 11 08:33:58 ah, I'll try that May 11 08:35:05 SHR: 03mok 07shr * r8eaed4784335 10/libframeworkd-phonegui-efl/src/view/message-list-view.c: phonegui-efl: implement names for message list May 11 08:36:01 tmzt: that's SetAntennaPower in device.py . May 11 08:38:32 oh! May 11 08:38:49 another file I needed to patch, we don't need AT+CPIN May 11 08:39:25 so it's calling self_object.AuthStatus( pin_state ) which is triggering _handler May 11 08:49:31 tmzt: Oh, i've another suggestion: very simple minimalistic not requiring anything except python and pygtk dialer: Kapula. May 11 08:49:56 tmzt: http://lindi.iki.fi/lindi/darcs/kapula/kapula May 11 08:52:02 tmzt: my guess is that ophonekitd_sim_auth_status_handler is actually callback, just misnamed. May 11 08:52:40 I found something in dbus-monitor --system May 11 08:52:52 signal sender=:1.15 -> dest=(null destination) serial=25 path=/org/freesmartphone/GSM/Device; interface=org.freesmartphone.GSM.SIM; member=AuthStatus string "OK" May 11 08:53:05 trying to track down where that's sent May 11 08:53:14 PaulFertser: it is set as handler for the AuthStatus signal... no callback May 11 08:54:22 mrmoku: ok, now i see that. Is there a reason for not using callback here? May 11 08:55:11 PaulFertser: well... it *is* a callback... just for a dbus signal May 11 08:55:41 and to distinguish it from the 'normal' callbacks (the ones we use for async dbus calls) it is called handler (I guess) May 11 08:56:27 mrmoku: no, i mean it seems Zhone doesn't use that signal at all May 11 08:57:13 PaulFertser: guess it is just much less async... May 11 08:57:18 and thus does not need it May 11 08:58:27 PaulFertser: my guess would be that it does SendAuthCode synchronously May 11 08:58:35 mrmoku: It does registration async afaict, with dbus_ok and dbus_error callbacks. May 11 08:58:42 I thought zhone doesn't support pin code? May 11 08:59:20 tmzt: no, it does May 11 08:59:37 mrmoku: http://rafb.net/p/urLERG88.html May 11 09:03:44 PaulFertser: I think ophonekitd listens to the AuthStatus signal, because it might change during the lifetime of ophonekit May 11 09:04:07 on startup it powers up the antenna, which files with sim not ready error, when the sim is not yet unlocked May 11 09:04:15 and then shows the pin dialog May 11 09:05:20 I'm looking at modems/abstract and I think I see where it does that but I've simplified DeviceSetAntennaPower in my version (abstractcdma/mediator.py) and I'm still getting the error message May 11 09:12:58 ah, cli-framework triggers the same event May 11 09:25:01 wonderful, I was importing the wrong abstract modem May 11 10:03:24 mrmoku: so if I don't have a messagebook or whatever, how do I just display the dialer screen (keypad)? May 11 10:04:11 the sim callback chain was displaying the messagebook screen, now nothing appears it just stops at register_to_network_callback() May 11 10:08:40 so do we use openmoko/shr-dialer for this then? I don't see a keypad screen May 11 10:14:13 tmzt: openmoko-dialer... should show up regardless of sim stuff May 11 10:15:24 yes May 11 10:15:30 working on that now May 11 11:00:48 PaulFertser: do you know why there are two usb ethernet modules? what's the difference between g_ether and cdc_ether? And can't we use cdc_ether? May 11 11:02:00 PaulFertser: and btw.... just to let you know... feeling bad that I still did not manage to get xorg running May 11 11:11:04 mrmoku: cdc_ether is not gadget May 11 11:11:20 mrmoku: you run it on your USB host May 11 11:18:29 lindi-: hmm... and we need gadget? May 11 11:18:41 mrmoku: both can be useful May 11 11:18:46 lindi-: I'm asking because of the netlink up/down not getting signalled problem we have May 11 11:19:05 mrmoku: if you want to network two freerunners then one will use cdc_ether as usb host and the other g_ether as usb device May 11 11:19:46 lindi-: so two cdc_ether won't talk? If you do USB Network one side is always cdc_ether and the other g_ether? May 11 11:20:08 mrmoku: two usb hosts can't talk to each otehr May 11 11:20:20 lindi-: ahh, ok. thanks May 11 11:20:23 mrmoku: in USB you have one host and up to 127 devices May 11 11:20:52 mrmoku: if they could talk you could just connect two PCs with usb cable May 11 11:20:59 mrmoku: unfortunately you can't do that May 11 11:21:11 lindi-: do you have any idea how to get netlink up/down for g_ether then? :-) May 11 11:21:31 mrmoku: possibly, unfortunately i'm busy right now to read the source :( May 11 11:21:56 lindi-: ok... if you have time and some idea... tell us :-) May 11 11:22:15 mrmoku: does it work for cdc_ether already? May 11 11:22:45 lindi-: well... my host gets it signalled, yeah May 11 11:23:03 If I plugin the FR NetworkManager on host side notices it and sets up the if May 11 11:25:00 mrmoku: good May 11 11:28:28 This splashscreen is far better with a nose! May 11 11:29:07 Ainulindale: which one? May 11 11:29:14 don't panic May 11 11:29:25 a nose?N May 11 11:29:31 (on the smiley) May 11 11:29:39 @all: Hi, I am try to use the dbus-lib to allocate a channel (in a simple c program) from the muxer (org.pyneo.muxer). So far, I asume my call is ok, but the reply always times out and I won't get any response. Is someone in this chat who could give me a hint? May 11 11:30:22 * mrmoku --> lunch May 11 11:37:04 shr-splash-dev... May 11 11:37:14 why would it install -dev packages on a fresh install? May 11 11:38:58 root@om-gta02 ~ $ opkg remove frameworkd-config-shr-dev May 11 11:38:58 Collected errors: * Package frameworkd-config-shr-dev is depended upon by packages: * frameworkd-config-shr-dev May 11 11:39:01 Ahem. May 11 11:50:38 tracfeed: Ticket #434 (webcam uvc modules) created May 11 11:56:39 nytowl: got a minute? May 11 12:06:57 Ainulindale: hehe, had that one too :P May 11 12:07:04 guess dos1 needs some spanking ;) May 11 12:11:03 Ainulindale: if you have the splash with the smiley... you installed it manually? May 11 12:12:42 Yes May 11 12:13:00 mrmoku: why isn't there any "notifier" package on the feed? May 11 12:13:30 Ainulindale: good question ;) was thinking about that too... May 11 12:14:12 Ok, checking then. May 11 12:14:20 Latest release seems good. May 11 12:14:28 How good is your efl2 lib nowadays? May 11 12:14:38 relay new stuff in the feed here... or even have some RSS feed May 11 12:14:40 Do you think it'll be ready for a normal use? May 11 12:15:17 no, not yet May 11 12:15:17 I can work on it though... to make it allday-ready fast :P May 11 12:15:34 And by the way May 11 12:15:41 We should start working on a way to keep upgrade path intact May 11 12:15:49 And/or a fallback solution May 11 12:16:00 I was thinking about a package shipping update scripts May 11 12:16:25 http://tinderbox.openembedded.net/public/logs/5100292.txt May 11 12:17:42 Can't fetch sources. May 11 12:17:45 (here) May 11 12:18:23 Ainulindale: (notifier) I'm doing the rsync now... could script something that feeds your SHR-WugBranler May 11 12:18:32 ahh... you were talking about *that* notifier ;) May 11 12:18:50 it is pointing th m0nt0's homelinux org server me thinks... might just be off May 11 12:18:57 Yep. May 11 12:19:04 Did you document your rsync thing? May 11 12:19:36 well... it is just rsync -av tmp/deploy/glibc/ /var/www/shr.bearstech.com/shr-unstable/ May 11 12:19:43 so not much to document :P May 11 12:20:07 yeah but still :-) May 11 12:20:23 (notifier is good but not the best) May 11 12:20:31 more important would be the SHRPV thingie to document May 11 12:20:50 it broke local builds - if you don't override SHRPV in local-builds.inc too May 11 12:21:13 So you recommitted it? May 11 12:21:16 Ainulindale: what color would you like the nose in? :P May 11 12:21:38 the SHRPV update in Makefile I still have to do May 11 12:21:54 but it won't help, because it won't change peoples confs May 11 12:22:00 have to mail to the list May 11 12:22:15 That's not what I meant May 11 12:22:22 * mrmoku has just two hands and a small brain ;) May 11 12:22:35 Yeah I know how you feel May 11 12:22:37 Anyway May 11 12:22:50 recommit what? May 11 12:23:14 SHRPV/SRCPV May 11 12:23:32 ahh, no. just a typo in here :P May 11 12:23:36 SRCPV... May 11 12:23:50 see... got only SHR in my head ;) May 11 12:24:36 my question was May 11 12:24:41 you introduced a specific PV, right? May 11 12:24:46 As I did before with SHR_PV May 11 12:25:09 similary, yeah May 11 12:25:26 I added SRCPV to the site.conf May 11 12:25:36 which always contains the correct git PV May 11 12:25:43 Ok, then. May 11 12:25:43 and that you can use in recipes May 11 12:25:48 and I added to the shr recipes May 11 12:26:45 Ainulindale: want me to update EFL_SRCREV for testing? to get the menu working? May 11 12:28:51 mrmoku: Well, what's your opinion? May 11 12:28:58 Is unstable stable enough to go in testing, these days? May 11 12:29:01 (Was off for a week) May 11 12:30:20 Ainulindale: I think so, yeah May 11 12:30:43 Well if we can get the opinion of, say, two other people, I'd say go for it May 11 12:30:54 I can't tell, as I didn't follow closely enough May 11 12:31:03 So why not ask in shr-devel? May 11 12:31:27 Ainulindale: can do... shr-user might be more responsive though May 11 12:32:12 well, for this kind of thing I'd say it would be more relevant to shr-devel May 11 12:32:27 But in this specific case as we have more testers and this is a sensible thing to do May 11 12:32:34 I'd say go and mail directly shr-user May 11 12:32:38 Ainulindale: I could crosspost ;) May 11 12:32:46 Bad boy! :-) May 11 12:32:50 :) May 11 12:33:40 need some coffee first though May 11 12:44:33 by the w ay mrmoku May 11 12:44:47 a french user told me you answered to him on the user ML in a "technical" way :-) May 11 12:44:54 (about ophonekitd cache) May 11 12:45:06 I don't know if it truly was you or any other people May 11 12:45:27 But I think we should try each & everyone of us to "polish" our answers for the users May 11 12:45:45 When we say to restart ophonekitd, let us not assume the user knows how to do that :-) May 11 12:45:58 (this isn't a criticism, merely a suggestion) May 11 12:46:08 s/ism// May 11 12:46:08 Ainulindale meant: (this isn't a critic, merely a suggestion) May 11 12:46:30 (god I'm boring) May 11 12:48:33 Ainulindale: :) will try May 11 12:50:08 Ainulindale, a small question..my friend and i arent sure...is your name sindarin or quenya? May 11 12:50:14 Quenya May 11 12:50:18 thx May 11 12:50:21 dolby May 11 12:50:30 Shame on you for not knowing that May 11 12:50:34 : / May 11 12:50:35 :-) May 11 12:50:53 sindarin is more common, just like my name : ) May 11 12:50:59 mrmoku: I know it's difficult by the way, I'm the most awful guy when it comes to explaining himself clearly May 11 12:51:06 naeg: Peh! :-) May 11 12:53:13 finding the correct balance is the problem May 11 12:53:56 don't think shr users want to be treated like my mum May 11 12:54:19 or my wife for that matter ;) May 11 12:57:14 Ainulindale, we're still going to release in two weeks? May 11 12:58:51 I'd like to. May 11 12:58:55 We'll talk about that :-) May 11 12:59:28 with opim? May 11 13:01:37 Well it depends on you May 11 13:01:43 And dos May 11 13:02:33 khiraly1, whats up May 11 13:02:34 ;) May 11 13:03:14 nytowl: could we package into om2009 two version of pida? One as right now. The other one would be from git directly. May 11 13:03:25 And with git itself May 11 13:03:34 what pida ? May 11 13:03:38 doh May 11 13:03:39 paroli May 11 13:03:41 sorry May 11 13:03:46 s/what/what's/ May 11 13:03:46 nytowl meant: what's pida ? May 11 13:04:31 nytowl: could we package into om2009 two version of paroli? One as right now. The other one would be from git directly. May 11 13:04:54 The currently shipping version is autoreved so it is head from git May 11 13:05:03 you want a pegged version as well ? May 11 13:05:43 yepp, I know it is from git. But need to reflash when git changes a bit May 11 13:05:57 pegged? Like sandbox? May 11 13:06:35 pegged as in a specific version May 11 13:06:58 I would like a local version of paroli, which I can update it from git, without the need to reflash the phone May 11 13:07:08 so I could interact more closely with mirko May 11 13:07:34 I have done that, there is a launcher script in paroli itself. Just I need to reinstall when I reflash to the latest unstable May 11 13:07:50 you can upgrade from the feeds right now you just need to jump through a few heaps, I will be looking at fixing the upgrade path , but there are some things higher on my list May 11 13:07:59 And git install takes about 1.5 hour on the freerunner May 11 13:08:53 so you have a local paroli package that you like to overwrite the version that you have installed on your phone ? May 11 13:09:05 nope May 11 13:09:36 you want to update the latest without reflashing ? May 11 13:09:46 I have the paroli as is. It starts automatically. However I have a local paroli too, which I can start by an another .desktop file (Im supposed to close the default one first) May 11 13:10:02 and I have git installed too May 11 13:10:12 so I can update to any git revision my local paroli May 11 13:10:34 so when mirko says he fixed some bugs, I can update my local paroli and see. May 11 13:10:51 ah ok , why not do the git checkout on the desktop and then rsync it ? May 11 13:10:56 It works great and fine. The only drawback, that if I reflash my phone it takes about 1.5 hours to reinstall git May 11 13:11:34 nytowl: yepp, this is the other possibility. But you resolved only the git part of the equation. May 11 13:11:38 if mirko says something is fixed there absolute latest will be in the unstable feed so just reinstall paroli from there May 11 13:13:45 but reinstalling is not as easy as typing in freerunner git pull May 11 13:14:02 it also doesn't take 1.5 hours May 11 13:14:59 all you need to do is opkg remove and the opkg install with a URL May 11 13:15:04 ok. We dont really understand each other. Maybe its only me who needs it May 11 13:26:34 mrmoku, does the new efl have the illume exit box fixed ? May 11 13:30:07 nytowl: yep May 11 13:30:18 (the syscon menu you mean?) May 11 13:30:20 any new problems show up ? May 11 13:30:27 yeah syscon May 11 13:30:29 so far... no May 11 13:30:32 looks good May 11 13:31:08 hmm maybe I'll let you guys test it for a couple of days before I grab it :) May 11 13:31:18 :) May 11 13:32:51 is the SRCPV working well for you ? May 11 13:33:01 yep, working nicely :) May 11 13:33:33 that's one I'll steal today then May 11 13:34:32 nytowl: meh :-) May 11 13:35:08 Ainulindale, you dragged your lazy ass in here good morning May 11 13:35:45 How's life? :-) May 11 13:35:51 nytowl: just to control us... not to do actual work though ;) May 11 13:36:05 hehe mrmoku May 11 13:36:26 Ainulindale: you did not tell me in what color you want your nose :P May 11 13:36:26 Ainulindale, pretty good spent the weekend build a treehouse for my girls May 11 13:36:51 0 hours on software May 11 13:37:30 mrmoku: green as all noses May 11 13:37:38 nytowl: good :-) May 11 13:38:07 is mokomaze 5.1 working for you yet ? May 11 13:38:56 Ainulindale: ok :) May 11 13:40:00 anyone programming in python? May 11 13:41:30 does anyone programing in python for the freerunner? May 11 13:42:23 yes a number of people usr what are you looking for ? May 11 13:43:11 i want to write an ide for python May 11 13:43:41 i would like to find some people which are interested in using and expand it May 11 13:44:33 I would have thought there were already tools for that May 11 13:45:14 nytowl: mokomaze has ode as dependency... in a version not yet in OE May 11 13:45:34 one of the 'two old autotools' packages :( May 11 13:46:05 i don't know, i simply wan't an ide which put's things together like python, pygtk and ipkg-tools May 11 13:46:25 mrmoku, thanks May 11 13:46:25 also python-dbus May 11 13:47:08 one to work with fso, shr and om May 11 13:47:54 nytowl: do you know people who would like to use sth. like that? May 11 13:49:14 it should be something plain and simple, easy to hack on written in python, pygtk for the ide-gui and (b)ash May 11 13:49:19 usr I'm sure there a people here that would use such a tool, if you are looking for people who might want to help develop it you might what to check #python May 11 13:50:37 i'm not sure because it should be just for the freerunner May 11 13:52:26 If it's an IDE why would it just be for the freerunner ? May 11 13:52:32 but i wouldn't like to implement kind of stuff by myself, except stuff i use myself May 11 13:53:06 You might also want to look at something other than pygtk as half of the freerunner distro's are trying to move away from gtk May 11 13:53:54 because i didn't found one which worked great for my needs May 11 13:54:44 what do they plane to use else? etk? May 11 13:55:20 probably on etk but other libraries from enlightenment May 11 13:55:50 pygtk is great because it works nearly everywhere May 11 13:56:31 so if i would implement modules for python-dbus coding i could use them later on May 11 13:57:04 do you code in python? May 11 13:57:30 I've written a few small programs in python May 11 13:57:51 and do you use python-dbus-calls? May 11 13:58:36 I don't think any of my programs use dbus May 11 13:58:55 to bad... May 11 13:59:45 i want to put automated python-dbus code together, to access the hardware May 11 14:00:15 most distro's will use frameworkd to access the hardware May 11 14:01:50 i want to do an ide wich does all this kind of stuff May 11 14:01:50 I just noticed shr's state files are wayyy too weak (volume) May 11 14:02:00 they used to have a louder volume setting May 11 14:06:36 the point is, i plan on to access the hardware in the most common ways dbus, framework mdbus or whatever... to simplify work later on i plan on to put all the single calls in an ide which shell be able to generate the code itself. the next time i'll need a call i can use the ide to generate it May 11 14:07:47 same for pygtk, ore what ever i'll use to code later apps May 11 14:08:29 so in the end i plan on to have an ide wich can do the most things by it's own May 11 14:11:40 to integrate new functionality i thought about to write single scripts or text files with plain example code which is modified and integrated in the app by using the ide May 11 14:13:32 who does like my plan for this ide? May 11 14:15:08 who would like to help? May 11 14:16:53 Greetings and Salutations, O happy Openmoko developers. May 11 14:17:27 mwester: would you like to help write an ide? May 11 14:17:54 All hail mwester! \o/ May 11 14:17:56 tracfeed: Ticket #435 (The default locale is again POSIX and not en_US.utf8) created May 11 14:18:07 usr: Nope. Command line is all I ever want. May 11 14:18:45 so you are the guy, which will implement the dbus May 11 14:18:55 who will May 11 14:19:18 Ainulindale, are you going to take charge, and lead us? :) We are lost in a maze of twisty little changes, and need someone to prioritize what to fix for a release. May 11 14:20:15 What is SHR-WugBranler on about? Is that the bug that requres the locales be built to get the shr theme? May 11 14:24:49 shit, as you all have reed i'm planing on to write an "python" ide for fso. let me tell you some more it'll be the most reliable and best freerunner compatible ide out there. and if you'll don't like my code you are free to feel sorry that you don't gave me support in this early days of coding an ide ^^ May 11 14:25:39 usr: you are writing an idea that can be used on freerunner? May 11 14:26:07 mwester: Well I can lead. I know what I want, I just need information first. May 11 14:26:13 i have plans on to do so May 11 14:26:14 hence my question to mrmoku about opimd w.r.t. lfp-efl May 11 14:26:20 I'd like to release with opimd May 11 14:26:23 I need to talk with dos for that May 11 14:26:59 s/idea/ide/ May 11 14:27:01 lindi- meant: usr: you are writing an ide that can be used on freerunner? May 11 14:27:11 because i think that's the kind of support openmoko could need right now May 11 14:27:28 nytowl: have you taken a look at the g_ether startup script used by SHR -- is that something that could find its way up to the OM distro to ensure that we use the correct (OM-provided) MAC addrs even if g_ether is a module? May 11 14:27:43 Ainulindale: I'd love to see opimd as well. :) May 11 14:27:48 i have to do sth. else, see you all May 11 14:37:22 tracfeed: Ticket #409 (autoload log on lost calls) updated May 11 14:41:57 mwester, I was going to start looking a startup optimization so I'll have a look at that too , is it in the overlay ? May 11 14:42:10 mrmoku, ? May 11 14:42:15 It's in the initscripts section of the overlay. May 11 14:42:22 TAsn: no May 11 14:42:29 please! May 11 14:42:33 ok May 11 14:42:41 TAsn: ok... May 11 14:42:59 for some reason callrec's sources are downloaded from an old cache in your build May 11 14:43:05 can you force rebuild+get from svn? May 11 14:43:17 or something, I don't really know what to do ;] May 11 14:43:24 btw, please rebuild evas May 11 14:43:29 added a patch to overlay. May 11 14:43:59 have to fix a mail problem on a clients server first though :( May 11 14:45:56 mrmoku, okie ;] May 11 14:50:40 are someone taking a look into the trac tickets? May 11 14:50:55 i see some of them looks solved or could not fix... May 11 14:53:14 methril|work, not sure ;] May 11 14:53:18 methril|work: well spaetz is supposed to :-) May 11 14:54:38 well some are really old May 11 14:55:31 Ainulindale: understand you... delegation is fun :P May 11 14:55:52 mrmoku: fun, no May 11 14:55:54 I'd like to do that myself May 11 14:55:57 I did my share May 11 14:56:00 I can't be everywhere May 11 14:56:06 Plus I'm starting a new project at work May 11 14:56:09 So I'm a bit busy May 11 14:56:14 TAsn: delegated my mail server problem to my colleague May 11 14:56:23 Coordinating this kind of thing is a full time job, and I can't do that, so I do what I can May 11 14:56:28 Ainulindale: no critic... just delegated something myself :P May 11 14:56:53 I know, just explaining :-) May 11 14:57:42 mrmoku: by the way, see the reactions about the migration? May 11 14:57:50 Ainulindale: yep May 11 14:57:55 mrmoku, ;] May 11 14:58:14 what migration? May 11 14:58:14 mrmoku: I seriously think we should micro-merge more often May 11 14:58:15 SHR needs a better unstable -> testing -> stable cycle May 11 14:58:21 methril|work: obviously May 11 14:58:28 I intend to write things down for the 22nd May 11 14:58:29 or at least well defined May 11 14:58:36 That's what I meant by micro May 11 14:58:38 methril|work, it's hard May 11 14:58:39 Identify something to test May 11 14:58:40 Test it May 11 14:58:41 i know May 11 14:58:43 since unstable is very betaish May 11 14:58:43 Then commit it May 11 14:58:45 It's not hard May 11 14:58:55 so it'll take time to get to testing May 11 14:59:00 i'm going to put my hands on something in SHR :) May 11 14:59:01 We can fix revisions for specific software May 11 14:59:07 So it's not hard May 11 14:59:13 Ainulindale, what I meant May 11 14:59:24 is that even the current testing is not really testing material May 11 14:59:30 it's unstable and less-unstable May 11 14:59:31 ;] May 11 14:59:44 that's because we don't have a stable yet May 11 14:59:49 indeed. May 11 14:59:58 Anyway, I was intending to feature-freeze this week May 11 15:00:01 And fix the remaining stuff. May 11 15:00:24 Hence my questions about ophonekitd-vala (still unanswered ptitjes :-p) and lfp-efl2 May 11 15:00:32 I want to see ophonekitd-vala deployed May 11 15:00:34 ASAP May 11 15:01:01 why not release a first framework (with python) and then migrate to vala? May 11 15:01:11 errr what's the link here? May 11 15:01:45 I was talking about ophonekitd, not frameworkd May 11 15:02:02 ok May 11 15:02:21 so... for example the fix of the syscon menu... which comes with a new EFL_SRCREV May 11 15:02:26 methril|work: Still waiting for substantial contributions from you by the way :-p May 11 15:02:38 how long are we supposed to have it in unstable until we're sure it won't break anything? May 11 15:02:40 mrmoku: correct procedure would be May 11 15:02:53 mrmoku: publicly tell that the revision in unstable has been bumped May 11 15:02:55 That we need testers May 11 15:02:57 Ainulindale: yes, you are right :) May 11 15:03:04 Test it ourselves May 11 15:03:10 A week is far enough for me May 11 15:03:13 If it is good then May 11 15:03:23 mrmoku, if it's fixed May 11 15:03:23 Create a migrate script for shr-upgrade-path, drop it there May 11 15:03:33 Bump revision in testing May 11 15:03:37 Wait for complaints May 11 15:03:40 I think putting the bindings back like they were are a good idea May 11 15:03:46 (agreed) May 11 15:03:53 Although May 11 15:03:59 is* May 11 15:04:00 I don't like the way it was done May 11 15:04:08 what was done? May 11 15:04:10 This has to imply USER AGREEMENT May 11 15:04:26 I'll write EULAs if you do that again :-p May 11 15:04:35 do what? May 11 15:04:42 mrmoku, fixing callrec and rebuilding evas? ;] May 11 15:04:47 :P May 11 15:05:03 ^ ^ May 11 15:05:10 mrmoku: changing things which impact on the way we're used to do things/UI/things seeable on an user point of view May 11 15:05:20 for example bindings changes May 11 15:05:23 this is unsettling May 11 15:05:27 this was unsettling for me at least :-) May 11 15:05:41 I told myself "hey, someone commited on that again. Without asking me if I liked it." May 11 15:05:44 me as in "user" :-) May 11 15:05:46 Ainulindale: well... changing the keybinding to suspend directly looked like the only alternative to have working suspend at all! May 11 15:06:04 it was thought as temporary only until the menu got fixed May 11 15:06:07 mrmoku: agreed, but this is obviously a failover solution, it has to be told somewhere :-) May 11 15:06:16 if it was and if I didn't read it, fine :-p May 11 15:06:30 But my pinky tells me that it wasn't told properly May 11 15:06:37 just add a menu entry for suspend? May 11 15:08:33 lindi-: in which menu? May 11 15:10:03 mrmoku: i'm sure there's some way for an application X to register itself to some menu-like thing where people can start the app in e? May 11 15:10:20 lindi-, desktop? May 11 15:10:43 TAsn: callrec is not in the overlay... its in OE May 11 15:10:49 and gets from svn.pprojects.om.org May 11 15:10:49 mrmoku, I know May 11 15:10:55 I know May 11 15:11:00 though it's taking a cache May 11 15:11:00 so what? May 11 15:11:03 somewhere in the middle May 11 15:11:06 an old cache May 11 15:11:19 instead of the real svn. May 11 15:11:20 ;\ May 11 15:11:21 maybe some SRCREV set? May 11 15:11:31 not that I know of. May 11 15:11:34 what is the current rev? May 11 15:11:36 mrmoku: how would you measure the probability of a full-fledged functional opimd based lfp-efl2 by the end of the week? May 11 15:11:38 (also looked in the bb) May 11 15:11:58 mrmoku, 4 May 11 15:12:04 Ainulindale: full-fledged functional? including messages? May 11 15:12:09 don't think so... May 11 15:12:15 contacts only might be possible May 11 15:12:47 messages are not even started... neither by dos1 nor by me May 11 15:12:52 Hmmm May 11 15:13:04 Contacts is a first good thing though May 11 15:13:20 We have a willing methril|work here May 11 15:13:25 I will concentrate on efl2 contacts for the next two days then May 11 15:13:26 And TAsn knows his way around python May 11 15:13:35 So we could use these gifts to help us :-p May 11 15:13:47 Ainulindale, that's a huge overstatement May 11 15:13:59 I know my way around python with a walking stick and a guiding dog ;] May 11 15:14:04 though yeah, I can help May 11 15:14:07 what do you need? May 11 15:14:09 well, i'm here, but my python skills are not really good May 11 15:14:21 methril|work: C? May 11 15:14:24 Vala? May 11 15:14:37 Ainulindale, isn't the contacts app written in vala? May 11 15:14:37 TAsn: well, opimd/messages May 11 15:14:40 better for me (i'm more C/C++) May 11 15:14:40 (at least should be) May 11 15:14:53 Ainulindale, I can also do (actually prefer) C. May 11 15:14:56 methril|work: well libframeworkd-phonegui-efl2 is C May 11 15:15:07 some bugs in? May 11 15:15:10 So if we can divide the work amongst people May 11 15:15:15 i don't mind to learn another language May 11 15:15:18 though I don't know my way around elementary May 11 15:15:19 mwester, does your g_ether handling allow connman to bring the interface up and down ? May 11 15:15:20 And if someone can help mrmoku with lfp-efl2 May 11 15:15:28 He could focus on opimd with dos May 11 15:15:30 TAsn: neither do i :( May 11 15:15:32 Hence speeding up the process May 11 15:15:35 TAsn: neither do I :-) May 11 15:15:36 Ainulindale, I promised I'll look into it tonight May 11 15:15:41 Ainulindale, shit. May 11 15:15:47 TAsn: But we already have the basic functionnalities in the code now May 11 15:15:49 * TAsn needs to find a new excuse May 11 15:15:51 TAsn: So we need the layer under May 11 15:15:55 nytowl: it brings it up... but does not recognize plug in / out May 11 15:16:00 ok, i take a look at the code and tell some progress here May 11 15:16:00 TAsn: that is opimd <> lfp-efl2 May 11 15:16:05 methril|work: http://git.shr-project.org/git/?p=libframeworkd-phonegui-efl2.git;a=blob;f=src/phonegui-contacts.c;h=a293cb0498013238c12edf289847e21529d84a41;hb=HEAD May 11 15:16:08 (example) May 11 15:16:21 Ainulindale: expect a ring ding ding bananaphone until this weekend May 11 15:16:41 mwester, do you know what's missing for hotplug support ? May 11 15:16:46 bumbl: aaaaaaah :-) May 11 15:17:02 TAsn: we seriously need hands here May 11 15:17:04 what are the missing features? May 11 15:17:07 TAsn: (callrec) I think the problem is that there is no rev set nowhere May 11 15:17:17 nytowl: The g_ether handling does not affect/impact the Neo side of things at all; it affects how the host side treats the connection, and lets the host's network manager handle the link correctly (i.e. instead of seeing a "random" cdc-ether device, the host sees a known mac addr, and assigns a persistent "ethN" interface to it). May 11 15:17:17 methril|work: well for the time being full fledged opimd contacts through lfp-efl2 May 11 15:17:23 set it to AUTOREV for unstable? May 11 15:17:24 I'll leave mrmoku for the technical issues May 11 15:17:30 mrmoku, oh, so it's caching? ;\ May 11 15:17:40 mrmoku, will check it out later, May 11 15:17:46 Ainulindale, I know, I will try to do my best May 11 15:17:47 TAsn: no... it is taking the first rev I think May 11 15:17:48 Then when messages will be opimdable, lfp-efl2 messages are needed too May 11 15:17:48 nytowl: for hotplug on the neo, we have a problem. I've been looking at it, and have procured a read cdc-ether hardware device to test with. May 11 15:17:58 mrmoku, can't be May 11 15:18:03 sounds weird May 11 15:18:04 ;] May 11 15:18:12 mrmoku: could you sum up quickly what is working and what isn't on lfp-efl2 ? May 11 15:18:18 Possibly on the ML? May 11 15:18:26 Ainulindale, I know, I will try to do my best, though I'm really busy working on e17 May 11 15:18:33 adding A LOT of rtl support May 11 15:18:41 TAsn: That's because you're not focused enough on the true needs here May 11 15:18:41 ;))) May 11 15:18:42 => SHR <= May 11 15:18:46 mwester I know the g_ether script and the connman handling are 2 separate issues one just triggered the other in my brain May 11 15:18:47 nytowl: specifically, I am concerned that perhaps the g_ether device cannot and should not send the normal plug/unplug events, based on what it is actually doing. :( May 11 15:18:51 Ainulindale, shr uses e17 May 11 15:18:56 so helping e17 means helping shr May 11 15:18:57 ;] May 11 15:18:58 TAsn: yeah but SHR uses other stuff :-p May 11 15:19:06 You sound exactly as ptitjes :-p May 11 15:19:13 "Yeah SHR will use vala. So I'll work on vala." May 11 15:19:17 Ainulindale, that traitor? nah. ;] May 11 15:19:17 nytowl: I hope to have an update for the shr-ML by the end of today on the hotplug issue. May 11 15:19:21 (j/k) May 11 15:19:22 then "Vala needs GIR. I'll work on GIR" May 11 15:19:31 next thing you know he's working on something far far away :-) May 11 15:19:46 is it safe update shr-testing today? May 11 15:20:05 Ainulindale, ;] May 11 15:20:06 max_posedon: quick question :-) May 11 15:20:08 mwester, if you could just CC me on that mail as Ainulindale hasn't fixed my shr ML subscriptions May 11 15:20:13 that's the way it is, people tend to drift. May 11 15:20:15 Ok. May 11 15:20:21 max_posedon: do you have time to work on some update scripts for SHR? :-) May 11 15:20:26 nytowl: which one? May 11 15:20:40 shr-devel May 11 15:20:56 sorry no, I care only about gentoo as distribution May 11 15:21:07 max_posedon: peh! :-) May 11 15:21:13 Ainulindale, anyhow, I'll try, will look into it. though we need standards! when in a yes/no dialog which is on the left and which is on the right? May 11 15:21:17 nytowl: so what with your subscription here? May 11 15:21:27 TAsn: Keep what is there already, then we'll work on that May 11 15:21:45 But on UI problems, I have to tell you, I'm as gifted as an oyster May 11 15:21:47 Ainulindale, It didn't change over when you mved the list May 11 15:22:02 Ainulindale, same here. May 11 15:22:08 I hate UI design ;] May 11 15:22:22 nytowl: what do you want exactly? May 11 15:22:23 btw, I think this time we'll write a non-python phonelog May 11 15:22:25 ;] May 11 15:22:42 anyhow, I really gotta go. May 11 15:22:44 ciao. May 11 15:23:43 Ainulindale: talking about UI... http://build.shr-project.org/tests/mrmoku/splash-mrmoku.ppm :P May 11 15:23:48 i stay waiting for mrmoku mail resuming the lfp-efl2 May 11 15:24:03 How can I open that mrmoku? May 11 15:24:14 nice! May 11 15:24:15 methril|work: will test out now what is working and what not May 11 15:24:20 ok, May 11 15:24:36 i take a look this night (as start) May 11 15:24:43 i've to go May 11 15:24:45 Ainulindale: Xglamo -root-ppm splash.ppm -hide-cursor May 11 15:24:55 Ah, no, opened it with gimp May 11 15:25:04 hope not on the FR :P May 11 15:25:06 Hmmm how can I be gentle enough May 11 15:25:11 :) May 11 15:25:13 Which word should I choose May 11 15:25:17 IT'S HORRID May 11 15:25:19 I love it! May 11 15:25:48 Kind of picasso-like though May 11 15:25:49 Ainulindale, I was hoping you could fix my subscription May 11 15:25:54 Mocki horor panic show ;) May 11 15:26:01 nytowl: what do you mean by "fix"? :-) May 11 15:26:17 nytowl: Do you want me to manually subscribe you? Change your subscription? Enlarge your penis? May 11 15:26:38 not the 3rd , I don't want you anywhere near my parts May 11 15:26:59 That's wise, I guess. May 11 15:28:17 I can manually resubscribe myself ( assuming I knew where the ML list is now ) , or you could change my email in the ML from nytowl@openmoko.org to .com May 11 15:28:54 lists.shr-project.org May 11 15:29:50 Done. May 11 15:29:56 And subscribed you to shr-devel too. May 11 15:30:59 Ainulindale, mrmoku thx May 11 15:31:12 Dolby. May 11 15:31:43 bbl May 11 15:39:07 Stereo is good enough for me. May 11 15:39:41 * mrmoku wonders if gta01 even has the dolby chip :P May 11 15:40:01 mwester: Same here. May 11 15:40:10 I'm quite happy with my current setup. May 11 15:40:15 mirko: here? May 11 15:40:26 mirko: The gui freezed without sim too May 11 15:41:26 mirko: The strangest thing, that I can tap on buttons (i/o, Peiple, Tele, Msgs) and got visual feedback. May 11 15:43:22 Bad news on the g_ether/netlink events, I suspect. May 11 15:43:22 mirko: there is nothing logged into paroli.log. BUT if I click on the alarm, I get into paroli.log time setting called May 11 15:43:54 mwester: who's claming that? May 11 15:44:03 me May 11 15:44:31 mwester: :( May 11 15:44:50 mwester: could you please share the news? May 11 15:44:58 We may end up having to carry a custom patch. May 11 15:45:09 khiraly1: I assume you wanna talk to paroli-mirko - he seems not to be here May 11 15:45:25 I have aquired a real physical cdc-ether device -- it turns out that it behaves like an ethernet switch. May 11 15:45:29 ~seen mirko-paroli May 11 15:45:30 mirko-paroli was last seen on IRC in channel #openmoko-cdevel, 1d 18h 58m 38s ago, saying: 'ecore'. May 11 15:45:46 mirko: doh. Are you not the same guy? May 11 15:45:54 khiraly1: nope :) May 11 15:45:58 sorry May 11 15:46:07 khiraly1: np :) May 11 15:46:09 meaning that the link comes up if the usb hardware "blob" in the center of the cable is plugged in, regardless of the status of the host on the far end of the cable. May 11 15:46:14 who are you than?;) May 11 15:46:23 I suspect g_ether is mimicing that behavior, as it probably should. May 11 15:46:33 i'm another mirko - working on the OpenWrt-port May 11 15:46:36 So it will not, by default, tell us about the status of the host on the other end. May 11 15:48:15 the trac of paroli-project requires authentication when I do register May 11 15:48:22 Its impossible to report bugs May 11 15:48:51 mwester: Still i fail to see a real reason to not set carrier_off when the link is actually unavailable. May 11 15:49:11 khiraly1: hu? you can't register? May 11 15:49:14 One can argure that. May 11 15:49:19 er, argue even. May 11 15:49:30 mirko: nope. May 11 15:49:37 but we can try to patch it, and see what upstream says. May 11 15:49:48 doh May 11 15:49:54 im kind of stupid. May 11 15:50:11 khiraly1: ? May 11 15:50:13 I written my name and password, and after immediatly I got a http auth window May 11 15:50:55 I assumed, Im not enabled to register. But I can write my name and password there, and will let me in May 11 15:50:57 ok May 11 15:51:05 :P - ok May 11 15:52:30 mwester: i failed to see a place to patch it. Spent some time looking but failed to understand how and where it reacts to disconnect. May 11 15:52:47 that could be a problem then. :( May 11 15:53:56 my concern is that I suspect for the reasons I've described, it was never designed with that in mind, and the necessary notification mechanism may not be easy to find and wire in. But with sufficient effort, I think it can be done. May 11 15:54:09 Ack May 11 15:59:59 mwester: and a module option to turn that behaviour on might convince upstream to want it :P May 11 16:00:38 I'm actually hoping that we're not the first to want this feature, so perhaps there's code out there if we can find it. May 11 16:17:15 mwester, PaulFertser: what about gether_connect()? isn't that what we want? May 11 16:17:43 mrmoku: I'll try to take a look at it now, thanks for the pointer. May 11 16:17:59 ok, update isn't possible, what SHR is most interested now, unstable or testing? May 11 16:21:41 unstable I'd say May 11 16:29:18 thanks May 11 16:30:56 Ainulindale: May 11 16:31:05 hi! May 11 16:31:20 mrmoku: there? May 11 16:31:22 DocScrutinizer: hi o/ May 11 16:31:35 Ainulindale: yep May 11 16:31:41 mrmoku: http://pastealacon.com/2872 May 11 16:31:45 (a fellow french) May 11 16:32:02 Ainulindale: build a moko11 .opkg for SHR??? (hint, hint) May 11 16:32:13 SRC_URI is file:// May 11 16:32:18 (for a local git repo) May 11 16:32:25 DocScrutinizer: I'm not here but you can leave a message May 11 16:32:34 heh May 11 16:33:09 Ainulindale: he has to set SRCPV-pn_... in local-builds.inc too... see post to ML May 11 16:33:50 mrmoku: you didn't update the wiki then :-) May 11 16:34:03 Ainulindale: I'm not here either, but you may leave your opinion ;-D May 11 16:34:06 Ainulindale: well... as I said before... two hands only ;) May 11 16:34:11 DocScrutinizer: on what? May 11 16:34:14 mrmoku: nah! May 11 16:34:26 Ainulindale: build a moko11 .opkg for SHR??? (hint, hint) May 11 16:34:28 mrmoku: I just wasn't sure I missed something or not there May 11 16:34:39 DocScrutinizer: What's the link with my opinion there? May 11 16:35:20 dos1! May 11 16:35:30 Ah, I startled him May 11 16:35:31 do you think it would be a nice-to-have, maybe even worth the work of somewone capable of doing that? May 11 16:35:33 You scared him. May 11 16:35:41 DocScrutinizer: I don't even know what it is May 11 16:35:53 dos1|neo: stay! ;) May 11 16:35:56 gsm-firmware update May 11 16:35:56 mwester: I remember seeing a patch about g_ether vs ethtool link report patch in Linus tree. did you check if you have it ? May 11 16:37:06 mrmoku: sorry, i accidentally tapped "x" button ;x May 11 16:37:14 rtp: good find May 11 16:37:22 mwester: http://patchwork.kernel.org/patch/20878/ May 11 16:37:40 PaulFertser: you too :) May 11 16:38:34 mrmoku: do you want ask me something ? or tell? May 11 16:38:39 ;x May 11 16:38:54 dos1|neo: editin SIM contacts still blocks frameworkd for ages ;P May 11 16:39:31 rtp: hmm... is that the patch you meant? because it is in... May 11 16:39:34 Ainulindale: I thought it might be a cool feature to upgrade gsm via opkg install moko11-fw May 11 16:39:58 DocScrutinizer: well I didn't even know it was a firmware =) May 11 16:40:03 But it could be a good thing yes May 11 16:40:05 mrmoku: i have to ask someone from fso, why May 11 16:40:13 (for my part I never updated my firmware. Should I?) May 11 16:40:24 sure May 11 16:40:33 mrmoku: I don't know the kernel he's using so it's hard to know if he has the patch or not :) May 11 16:40:34 What would be the changes? May 11 16:40:35 Ainulindale: you should May 11 16:40:46 moko11 is fixing some issues May 11 16:40:51 Which issues? May 11 16:40:56 Where can I find info? May 11 16:40:59 flowcontrol e.g May 11 16:41:02 How old is the captain? May 11 16:41:05 something about waking from suspend on call May 11 16:41:08 When do we eat? May 11 16:41:31 * DocScrutinizer thinks Ainulindale is drunk May 11 16:41:49 Nah. May 11 16:42:23 dos1|neo: another one ;) May 11 16:42:24 update-rc.d: /etc/init.d/shr-splash.sh: file does not exist May 11 16:42:31 mrmoku: i think i saw that earlier, but it doesn't exactly solve the issue. Might be a good hint though. May 11 16:42:48 PaulFertser: yeah, especially because we have that one... May 11 16:44:52 mrmoku: check in bb file if that file is installed... maybe i removed too much May 11 16:45:02 but it worked for me... May 11 16:45:20 have too eat first May 11 16:45:23 * mrmoku --> dinner May 11 16:46:41 DocScrutinizer: yes, it should be packaged... May 11 16:48:41 Which part of shr should I create packages to get the cool GUI apps running on Debian? shr-contacts, shr-dialer, shr-messages and shr-settings? Plus the two libframeworkd- libs? May 11 16:48:55 plus ophonekitd May 11 16:49:04 plus libframeworkd-phonegui May 11 16:49:06 plus libframeworkd-glib May 11 16:51:15 thrashold: what about elementary, is it already packaged? May 11 16:53:06 DocScrutinizer: I tried it, I hope I didn't break anything May 11 16:53:47 It seems not to work anymore though :-/ May 11 16:54:31 2009.05.11 18:50:40.442 ogsmd.modems.ti_calypso INFO Requesting new channel from 'gsm0710muxd' May 11 16:54:34 And stops there. May 11 16:54:39 DocScrutinizer: Can I kill you now? May 11 16:54:51 Or would you rather wait until next week? May 11 16:55:11 No reply from the muxer May 11 16:56:04 Ainulindale: have you followed the manual instructions of flashing calypso or used uSD image? May 11 16:56:56 PaulFertser: Yep, I finished compiling all of enlightenment, minus e itself (still waiting for it) May 11 16:57:18 thrashold: compiling != proper Debian packaging :( May 11 16:57:34 PaulFertser: manual instructions May 11 16:57:36 I'm building debs with debuild May 11 16:59:14 Ainulindale: have you seen a new version after AT+CGMR command? May 11 16:59:34 No. May 11 16:59:42 Ainulindale: if fluid.exe didn't report any errors, you're safe and new firmare is installed. Did it? May 11 16:59:50 No error at all. May 11 16:59:54 No output to AT+CGMR either. May 11 17:00:33 And now fluid sees nothing. May 11 17:00:38 I'm feewing wucky. May 11 17:00:42 Ainulindale: no error == should work (did flashing take some reasonable like 4 minutes) time? May 11 17:01:01 Yeah. But now I have no output at all on the muxer, and frameworkd timeouts. May 11 17:01:05 (on the muxer) May 11 17:01:23 Ainulindale: try to kill framework, kill the muxer. May 11 17:01:33 Ainulindale: ensure it's really killed (esp. the muxer). May 11 17:01:48 Ainulindale: there was no single report of unsuccessful reflash. May 11 17:01:54 I rebooted PaulFertser... May 11 17:03:08 2009.05.11 19:02:10.397 ogsmd.modems.ti_calypso INFO Requesting new channel from 'gsm0710muxd' May 11 17:03:11 root@om-gta02 ~ $ date May 11 17:03:14 Mon May 11 19:02:21 CEST 2009 May 11 17:03:35 Ainulindale: i'd try to socat - file:/dev/ttySAC0,crtscts,crnl,b115200 and then to power on the modem by sysfs node. May 11 17:03:48 socat? What's that? May 11 17:04:02 PaulFertser: what could this be? May 11 17:04:07 (I see that DocScrutinizer fled) May 11 17:04:34 Ainulindale: socat is an ultimate utility to connect anything to anything. In this case to connect your console to the serial port. May 11 17:04:44 Ainulindale: mad useful, supports TCP etc. May 11 17:05:05 I have no idea about what my problem could be there May 11 17:05:10 It's just not my field at all May 11 17:05:48 PaulFertser: socat'ed. echo'ed 1, 0, 1, 0. Nothing. May 11 17:05:54 Although echoing 1 takes time. May 11 17:06:08 [ 688.460000] rxerr: port=0 ch=0x00, rxs=0x0000000c May 11 17:06:08 [ 691.555000] modem wakeup interrupt May 11 17:06:10 Plus that. May 11 17:06:51 Still nothing in socat. May 11 17:06:57 Ainulindale: i assume you're trying it with the muxer not running, aren't you? May 11 17:07:54 Yes. May 11 17:08:01 I'm rebooting. May 11 17:08:41 Ainulindale: We need more data about this bug... May 11 17:08:56 Which bug? May 11 17:09:50 Ainulindale: http://docs.openmoko.org/trac/ticket/2257 May 11 17:10:28 Echoed 1, after reboot, no process. Still no output. May 11 17:10:59 Ainulindale: fuser /dev/ttySAC0 ? May 11 17:11:01 empty? May 11 17:11:13 1491 May 11 17:11:21 is it socat? May 11 17:11:22 That is, socat. May 11 17:11:25 Ok. May 11 17:11:36 Latest kernel? May 11 17:11:44 Linux om-gta02 2.6.29-rc3 #1 PREEMPT Wed May 6 07:56:45 CEST 2009 armv4tl unknown May 11 17:11:54 (don't move) May 11 17:12:21 kernel - 2.6.29-oe10+gitr119805+f656a97d946a2529630c9770a72c10a24dc397f9-r3.4 May 11 17:14:18 Nothing. At all. May 11 17:14:28 ATZ May 11 17:14:29 ? May 11 17:14:36 Nothing. May 11 17:14:37 Not OK as an answer? :-( May 11 17:14:37 Ainulindale: i suggest you try to reflash again. May 11 17:14:41 I tried. May 11 17:14:46 What gives? May 11 17:14:54 No answer on fluid. May 11 17:15:02 (how am I supposed to kill socaT?) May 11 17:15:07 Ainulindale: ^C May 11 17:15:16 Nope May 11 17:15:17 PaulFertser: I think I'm wrong... this is not the bug. You're flashing GSM. Sorry. May 11 17:15:19 Doesn't want to. May 11 17:15:24 Ainulindale: no answer or (reset target) state? May 11 17:15:31 PaulFertser: reset target May 11 17:16:20 PaulFertser: now it hangs on stty May 11 17:16:25 * Arhuaco BBL. May 11 17:16:41 waaaaaah May 11 17:16:45 Ainulindale: i think DocScrutinizer will say "try the uSD image" May 11 17:16:54 YUP!!! May 11 17:17:03 As it has a known-to-work kernel and script. May 11 17:17:36 talking to modem manually is RATHER tricky. May 11 17:18:01 DocScrutinizer: Do you think I could kill you now? :-) May 11 17:18:18 OTOH i can't imagine how a flash that ended with OK from fluid.exe can lead to a non-working modem. May 11 17:18:25 It's absolute NONSENSE to try and learn how to accomplish this *after* you (possibly unsuccessfully) flashed a new firmware May 11 17:19:21 Ainulindale: I probably go havok on the whole channel active members in a moment May 11 17:20:31 Ainulindale: what do you think why I asked you if we could have gsm-flashing as a package??? to lure you into trying the proven-to-trick-noobs manual method? May 11 17:20:47 Well I can't build a package of something I don't know the process of. May 11 17:20:53 I was trying to apply it myself, and apparently it failed. May 11 17:20:57 What can I say? May 11 17:21:06 use uSD-image May 11 17:21:11 That's what I'm trying to do May 11 17:22:05 the uSD image is a silly 5liner script, a fw-blob, and a good standard kernel and few fso-tools. plus adapted init.scripts May 11 17:22:10 Unfortunately it's scping at 180k/s apparently May 11 17:22:22 can be easily packaged to be a .opkg in SHR May 11 17:22:34 Why is it so slooow. May 11 17:23:09 no idea where to and from you're scp'ing May 11 17:23:47 DocScrutinizer: Ainulindale is no noob and fluid.exe didn't report any errors... :-/ May 11 17:23:59 DocScrutinizer: from my laptop to the neo May 11 17:24:00 USB May 11 17:24:20 I'm doing low speed apparently. May 11 17:24:25 Ainulindale: I get the same speed with my laptop+freerunner (om2009) combination May 11 17:24:27 Ainulindale: you have to: 1) download the uSD.tgz, 2) untar it. 3) Read the README, 4) proceed as told May 11 17:24:36 DocScrutinizer: What do you think I'm doing right now? =) May 11 17:24:42 I'm just trying to scp the freaking tarball! May 11 17:24:48 Half an hour :-/ May 11 17:24:57 Plus, problem is. May 11 17:24:58 wtf what for??? May 11 17:25:00 I can't even untar it! May 11 17:25:02 DocScrutinizer: apparently Ainulindale lacks another cardreader except the FR's. May 11 17:25:05 I don't have enough disk space... May 11 17:25:11 Yep... May 11 17:25:12 you shouldn't scp ther tarball to FR May 11 17:25:19 I'm scping the imagE. May 11 17:25:25 I don't have any card reader DocScrutinizer May 11 17:25:36 (Ooooh I'm feewing wucky today) May 11 17:26:13 * mwester is an idiot. May 11 17:26:35 Nah, just look at my wucky things today, I have no GSM now :-) May 11 17:26:46 I suggest you ntar on PC, then pipe tru ssh to dd on FR and dd to the uSD May 11 17:27:08 pipe tru ssh? May 11 17:27:13 * mwester plugs the freerunner USB cable back in, and discovers the solution to his networking problem he has been troubleshooting for the past 10 minutes. May 11 17:27:28 mwester: unplugged cable? :-) May 11 17:27:38 hehe May 11 17:28:34 Ainulindale: got a link to this uSD.tar.gz? May 11 17:28:55 http://wiki.openmoko.org/wiki/GSM/Flashing <= May 11 17:29:10 DocScrutinizer: so? Any idea? :-/ May 11 17:30:42 How come it's so slow.. May 11 17:31:05 Ainulindale: cat usd.image | nc 192.168.0.202 12345 (on host) and nc -l -p 1234 > /dev/mmcblk0 (on FR) adjust the second nc options if it differs for you (sometimes -p is not required). May 11 17:31:19 -p ? May 11 17:31:34 PaulFertser: Are you happy if I tell you I'm currently under windows because I'm at work? May 11 17:31:38 (seriously what a pain) May 11 17:32:10 Ainulindale: there's a nc port to windows too. May 11 17:32:42 Yeah I was looking for it. May 11 17:33:14 Ainulindale: tried http://www.securityfocus.com/tools/139 ? May 11 17:33:34 I was dezipping that May 11 17:35:00 * PaulFertser wished every FR user and developer was that good at understanding hints May 11 17:36:22 freesmartphone.org: 03mickey 07cornucopia * r84233b5d1521 10/fsodeviced/src/plugins/kernel26_powersupply/plugin.vala: fsodeviced: kernel26_powersupply: aggregate handles correctly when we don't have any power supply class devices May 11 17:36:34 freesmartphone.org: 03mickey 07libeflvala * r5926e6adaa79 10/vapi/eina.vapi: eina.vapi: bind EAPI const char *eina_stringshare_add_length(const char *str, unsigned int slen) EINA_WARN_UNUSED_RESULT; May 11 17:41:14 PaulFertser: meh May 11 17:41:28 Ainulindale: :( May 11 17:42:07 I can't see any progress though May 11 17:42:12 Ainulindale: so strange that it (gsm flashing) worked flawlessly for many lusers and now you did everything right and somehow you can't access calypso anymore... May 11 17:42:32 Ainulindale: use your network bytes transfered indicator... May 11 17:42:32 Two solutions May 11 17:42:38 (that's what I was doing= May 11 17:42:41 So May 11 17:42:43 Two solutions May 11 17:42:46 Either I did something wrong May 11 17:42:49 Or I did something wrong May 11 17:42:58 The third optional solution is that I'm doomed May 11 17:45:05 Ainulindale: ever watched "Cannibal! The musical!" ? May 11 17:45:08 Nah. May 11 17:45:41 Ainulindale: http://en.wikipedia.org/wiki/Cannibal_the_musical May 11 17:46:04 Great songs, very funny. May 11 17:46:46 Ainulindale: what stil unswanered questions ? May 11 17:47:28 Ainulindale: btw did you have the 10 messages I left on your answering machine till 5 days ? May 11 17:48:06 So I tried the testing today. May 11 17:48:14 This works not too bad May 11 17:49:05 A strange behaviour one time with my other party don't earing me (but that may be due to his phone) May 11 17:49:44 Else, except for the system menu (Power key) showing with one pixel wide this is quite stable May 11 17:50:11 PaulFertser: seems it won't transfer May 11 17:50:27 I'm doomed! May 11 17:51:03 Settings are really complete, that is very cool, except their display and choice of widgets are making it to big and sometimes impractical to change May 11 17:51:49 Ainulindale: create a shr package! I gonna supervise and provide files ;-) May 11 17:52:19 Ringing is still not synchronized with GUI (I persist to say this should be managed by opkd directly) May 11 17:52:23 Good feeling in general May 11 17:52:34 Is stable even better ? May 11 17:52:44 DocScrutinizer: For the time being I'd like to be able to use my GSM. May 11 17:52:52 Isn't there anything I can do? May 11 17:52:54 s/stable/unstable/ May 11 17:52:54 ptitjes meant: Is unstable even better ? May 11 17:53:15 Ainulindale: :((( what about cat usd.image | ssh root@fr bash -c 'cat > /dev/mmcblk0' ? May 11 17:53:43 PaulFertser: well I removed my battery as I was bored. I'll retry May 11 17:54:20 Ainulindale: at least we all know that by using fluid as you did one can't brick the modem. May 11 17:54:22 Ainulindale: hmm, in France I dunno, maybe you got another 8min to get a transcend usb-stick with 2GB uSD for <10 bucks May 11 17:55:15 PaulFertser: exactly what I menat with "pipe thru ssh" May 11 17:56:15 you need to install pk on FR though, to get rid of silly password request May 11 18:00:22 Seems it's going through this time after some tricks. May 11 18:01:09 It still keeps me wondering why the speed is so slow. May 11 18:01:36 It's using 15% of the capacity of the network May 11 18:01:38 cpu maxout for decrypt? May 11 18:01:58 write speed limitation in NAND? May 11 18:02:21 Not even, 50% cpu according to top May 11 18:02:22 hey, dfu-util is slow as hell too May 11 18:02:28 yeah May 11 18:02:47 Ainulindale: could you please tell me what question I still unanswered you ? May 11 18:02:53 probably writing to NAND takes it's time May 11 18:03:16 ptitjes: Usage. Still no news. May 11 18:03:18 Ainulindale: at the moment, I feel like being waiting for you for some days May 11 18:03:40 ptitjes: I've other things to do in my life, I was supposed to see you last thursday May 11 18:03:45 You weren't able to come May 11 18:04:02 Ainulindale: you decided this without consulting me man May 11 18:04:07 * DocScrutinizer still wonders what's Ainulindale's result of df -h May 11 18:04:14 Ainulindale: I am waiting to meet you for wekks now May 11 18:04:23 and what's the plan then May 11 18:04:42 Ainulindale: as for Usage, I am waiting for an overall support of ophonekitd/vala in OE May 11 18:04:47 ptitjes: You told me you would be coming May 11 18:04:55 I didn't decide without consulting you May 11 18:05:03 Plus, as told before, I have other things to do May 11 18:05:09 Namely a new project at work. May 11 18:05:27 Ainulindale: I told you I believed it was on Friday and that Thursaday was hard for me May 11 18:05:35 Then it's not my fault May 11 18:05:56 DocScrutinizer: what's the what? May 11 18:05:57 OK it is my fault if you want May 11 18:06:41 I just don't want to wait for you for weeks, proposing loads of rendez-vous, you then propose one and I'm not available, guess man, I also work May 11 18:07:04 So don't complain! May 11 18:07:04 mdbus -s is not working for me why? May 11 18:07:05 If you want that we meet, be a little more available May 11 18:07:15 but don't tell me we don't meet May 11 18:07:15 i use om 2008.12 May 11 18:07:21 I didn't tell you that May 11 18:07:21 usr: LOL May 11 18:07:24 You told that May 11 18:07:47 I have no time these days, I told you that, I freed a day, you weren't able to come, end of topic here May 11 18:07:49 PaulFerster: do you have a clue? May 11 18:07:59 I can't see why you want to make a battle out of everything May 11 18:07:59 usr: are you serious? May 11 18:08:09 shure May 11 18:08:20 usr is always serious ;-) May 11 18:08:22 usr: OM2008.x is qtopia based, no FSO there, no mdbus. May 11 18:08:46 Gaaaah it's so sloooow May 11 18:09:05 PaulFerster: great, as i thought... May 11 18:10:02 Ainulindale: so I give you my loads of questions I asked you on messages (if you have some time to answer now) May 11 18:10:03 checking for FSO... configure: error: Package requirements (fsoframework-2.0 >= 0.0.0.0) were not met: No package 'fsoframework-2.0' found May 11 18:10:11 what I missing? and where I can take it? May 11 18:10:22 and how do they access hardware? May 11 18:10:31 Ainulindale: you should have nfs-exported /dev/mmcblk May 11 18:10:32 ptitjes: I can't possibly remember any question, plus I have no access to my GSM currently. May 11 18:10:41 ahh wait, windoze May 11 18:10:44 Ainulindale: - What format for the broadcast of F9N, do you have the technical details from Bearstech May 11 18:10:46 through /sysfs? May 11 18:10:49 no NFS :-/ May 11 18:10:53 DocScrutinizer: meh :-) May 11 18:11:14 Ainulindale: - Did they tell you if we can organize a test broadcast session before we go to germany and when ? May 11 18:11:36 is somebody from FSO team alive?) May 11 18:11:57 Ainulindale: - I may be able to fix all the remaining stuff (and adding the one missing line in Usage) for F9N May 11 18:12:06 I told you a month ago I didn't know any of that, plus I don't know the technical details about broadcasting May 11 18:12:22 ... I would like it to run so that we can make a big test session at F9N May 11 18:12:24 You were supposed to write a mail about your questions and send it to me for the forward May 11 18:12:57 ... But I would need some support for this from you and mrmoku, that is finish the OE side, and build it May 11 18:13:18 ptitjes: will give you support in... 15mins? May 11 18:13:23 Ainulindale: errr, I don't anything about that too May 11 18:13:39 ptitjes: we spoke about that when we met a month or so ago May 11 18:13:48 Ainulindale: you only have to ask them what format so that I can google a bit and find the recipe May 11 18:13:50 you even took a piece of paper with what you should do written on it May 11 18:13:51 drunk :-D May 11 18:14:00 mrmoku: :) May 11 18:14:15 DocScrutinizer: had the same impression ;) May 11 18:14:19 ptitjes: they don't care, already told you that May 11 18:14:28 they'll install what we need May 11 18:14:36 Ainulindale: but I don't even know what to send them May 11 18:14:43 Neither do I May 11 18:14:51 I'm no media expert May 11 18:14:59 Ainulindale: I have no idea of what the stream have to contain, DNS stuff, etc... May 11 18:15:00 s/media // May 11 18:15:01 Ainulindale meant: I'm no expert May 11 18:15:13 Neither have I. May 11 18:15:52 Ainulindale: you told me "they are ok to setup a broadcast server", so could you ask what that "broadcast server" consist of please May 11 18:15:53 buy a mac! ;-D May 11 18:15:59 PaulFerster: which os do u use? i think for me the only way left to go is shr May 11 18:16:12 ptitjes: already told you they have no idea about that either May 11 18:16:21 ok May 11 18:16:26 so let forget the idea May 11 18:16:29 That's why they're willing to install what we want May 11 18:16:29 usr: on FR? Debian. But i recommend SHR. May 11 18:16:38 I have no idea about what's necessary, neither have they May 11 18:16:46 I don't want to take time for that May 11 18:16:49 They'll lend us bandwidth and CPU May 11 18:17:02 vagalume is still broken on shr right? May 11 18:17:04 max_posedon: looks like some configure script is looking for cornucopia, no? May 11 18:17:12 I'll come with a camera and very powered PC to do that if someone know the how and what May 11 18:17:27 But that's all May 11 18:18:01 PaulFertser, I just writing ebuilds for fso-abys-0.3.3, and libfsotransport require it May 11 18:18:39 max_posedon: look, it's from here http://git.freesmartphone.org/?p=cornucopia.git;a=tree;f=libfsoframework;h=8046c4db599e2a10388227b5e02b7b6ce75d8995;hb=HEAD May 11 18:18:45 *sigh*. May 11 18:19:04 wow May 11 18:19:06 crazy May 11 18:19:10 thanks May 11 18:19:28 somobody generate very interesting package names May 11 18:19:50 PaulFerster: well shr unstable? ore testing? May 11 18:20:02 usr: unstable May 11 18:20:29 PaulFertser: well I think I'll try at home as now it's slow as freaking hell May 11 18:20:39 And I have no way to properly monitor May 11 18:20:59 PaulFertser, so, freesmartphone-framework dead, long live cornucopia ? May 11 18:21:01 In between I have no GSM... gah... May 11 18:21:09 Ainulindale: or you can just leave it transfering and do something else. May 11 18:21:18 I'm at work, it's 20:21 here May 11 18:21:22 I'd like to eat :-) May 11 18:21:36 max_posedon: cornucopia is actively developed, but python framework is still being worked on too. May 11 18:21:44 max_posedon: and fso-abyss works with both. May 11 18:21:44 shr light? May 11 18:21:58 shr light, a.k.a. "fiat lux" May 11 18:22:01 usr: doesn't matter, you can opkg anything later. May 11 18:22:51 PaulFertser, fine, if fso-abyss works with both, what is goal for libfsotransport ? May 11 18:23:52 ptitjes: ok, here I am :-) May 11 18:24:16 which version exactly? glibc-ipk--20090509-om-gta02-testlab ore a standard? where is glibc for? May 11 18:24:32 mrmoku: thanks May 11 18:24:46 mrmoku: do you know what is the status of the recipes ? May 11 18:24:57 the last thing I remember was the gobject introspection thingie not building due to too old autotools May 11 18:26:05 max_posedon: no idea, try to read the code, i haven't tried neither fso-abyss nor cornucopia myself yet. May 11 18:26:07 mrmoku: do you have an idea how to solve that ? May 11 18:26:54 ptitjes: apart from updating the autotools? no idea... May 11 18:26:58 once i tried to compile something one the freerunner i got an error because of missing kernel-sources May 11 18:27:29 the app i tried to compile was portbunny May 11 18:27:37 PaulFertser, ok, thanks, so I possibly doesn't need this now May 11 18:28:42 mrmoku: could you try that ? May 11 18:29:16 ptitjes: I retry to build gobject-introspection now... see how it fails May 11 18:30:32 now it's flashing May 11 18:30:48 ptitjes: what depends on gobject-introspection and is there something that does not depend on it where the recipe is missing? May 11 18:30:48 i don't like the ui of shr May 11 18:30:58 Build a new one then. May 11 18:31:29 they could have used the one from om 2008.x May 11 18:31:38 No they couldn't. May 11 18:31:43 why? May 11 18:31:51 usr: you're hilarious May 11 18:31:58 Because it's not based on the same things at all. May 11 18:32:19 It's metaphorically comparable to trying to peel an apple with a rusted chainsaw May 11 18:32:28 i thought it's an illume theme May 11 18:33:11 mrmoku: humm... as I see it just libmodulo and ophonekitd are missing May 11 18:33:41 hi May 11 18:33:54 ptitjes: ok May 11 18:34:14 Ainulindale: btw. mickeyl said that INHERIT += "packaged-staging" May 11 18:34:18 is not optimal May 11 18:34:33 That is? May 11 18:34:54 don't know what it exactly is... but it seems to brake the vala-native thing for example May 11 18:35:08 break even May 11 18:35:18 well unfortunately I can't say May 11 18:35:24 And I don't even have time to check now May 11 18:35:35 Tomorrow, launch meeting for the project May 11 18:35:40 yeah... will play with it while doing shr.conf May 11 18:35:56 Plus I have a headache and my GSM is dying slowly May 11 18:36:04 veeeery veeeeeeeery slowly May 11 18:36:06 lol you have to reboot shr once a day for gsm-networking May 11 18:36:13 No. May 11 18:36:14 nah... May 11 18:36:27 This is utterly wrong. May 11 18:36:36 usr: how would you be even able to tell that... did you finished flashing? May 11 18:36:43 s/finished/finish/ May 11 18:36:45 mrmoku meant: usr: how would you be even able to tell that... did you finish flashing? May 11 18:36:55 "You can't change pants for a week with SHR!" May 11 18:36:56 it's written... May 11 18:37:04 on om.wiki May 11 18:37:09 lot of stuff is written... and utterly wrong May 11 18:37:17 usr: check the date. Check the author. Check the pertinence of the author. May 11 18:37:24 * Deubeuliou proposes usr as Troll-Of-The-Month Trophee May 11 18:37:26 Is it an argument of authority? Or just a false one? May 11 18:39:32 Ainulindale: my wife is complaining though.... my pants... start to stink :P May 11 18:39:45 heh :-) May 11 18:39:50 mickey|zzZZzz: it seems that even make of specs.git fail with your addition of org.freesmartphone.xml May 11 18:39:50 Damn it's a french guy who wrote this May 11 18:39:58 mickey|zzZZzz: I can't even regen libfso-glib May 11 18:40:28 mickey|zzZZzz: arf there is some py code called from the make file :§ May 11 18:40:30 What is shr ophonekitd(vala) status? May 11 18:40:39 max_posedon: hello May 11 18:40:45 ptitjes, hi! May 11 18:40:53 max_posedon: it is waiting to be packaged and some minor modifications May 11 18:41:04 max_posedon: and to be tested :) May 11 18:41:23 does it boot as fast as om2008.12 does? May 11 18:41:30 And Usage. May 11 18:41:38 could you notify me, when it will be packaged? I'll try prepare ebuild, and may be somebody will test it May 11 18:41:54 ptitjes, also, could you say few words about deps May 11 18:42:48 max_posedon: sure we'll do a message on the MLs because we really need some help to test/adjust it May 11 18:43:14 DocScrutinizer, PaulFertser : wrong image format according to uboot May 11 18:43:16 usr: try, look, search... it shouldn't make pain, trust me ;p May 11 18:43:56 Ainulindale: the instructions are complete and correct May 11 18:44:09 Well, I suppose the network copy failed somehow May 11 18:44:18 max_posedon: here are the runtime deps that holds from current ophonekitd version: libframeworkd-phonegui, sqlite, dbus May 11 18:44:47 usr: something like 1 min 30 sec to start Illume (Qi, shr-splash) May 11 18:44:58 DocScrutinizer: Disk /dev/mmcblk0 doesn't contain a valid partition table May 11 18:45:02 if it would have failed, tar wouldn't extract May 11 18:45:05 and fso-glib-1.0 May 11 18:45:06 I guess I'll try again at home. May 11 18:45:09 DocScrutinizer: local network copy May 11 18:45:39 huh? May 11 18:45:54 does anyone have any script to search on the SIM for a contct name by phone number? :D May 11 18:45:56 DocScrutinizer: well from my host to the freerunner May 11 18:45:57 you told you're going to copy the tarball May 11 18:46:00 n o May 11 18:46:01 no May 11 18:46:11 ptitjes, will libfso-glib be packaged also? I hope yes) May 11 18:46:25 sharwin, no, but it'd be pretty easy May 11 18:46:34 max_posedon: the runtime deps that are replaced: libfso-glib (replaces libframeworkd-glib) May 11 18:46:53 max_posedon: sorry I'm holding many discussion at the same time :) May 11 18:47:18 Ainulindale: you couldn't even copy the expanded uSD image as it's 290MB sth. you only could copy to mmcblk directly May 11 18:47:30 DocScrutinizer: and that's what I did. And that's what failed May 11 18:47:31 max_posedon: sure libfso-glib is the new way to do things (even for C apps) May 11 18:47:38 ok, np, just one more questions. Where vala-dbus-binding-tool comes from? May 11 18:48:05 DocScrutinizer: that's why I suppose that's because the network copy failed May 11 18:48:05 dos1|neo: and is vagalume still broken? May 11 18:48:21 max_posedon: finally, the deps that are added compared to previous version: gobject-introspection (both runtime and compile time) May 11 18:48:36 max_posedon: and obviously I forgot glib May 11 18:48:44 Blu3, it's preatty easy if you know frameworkd and python, but I know none of them atm :P May 11 18:48:59 Sharwin_F: update... current unstable has names in the list :D May 11 18:49:02 hmm, it's tricky to do phy dd like copy wit cat over a pipe I guess May 11 18:49:05 DocScrutinizer: Anyway, leaving for home, will keep you in touch about the process when I'll get there, hoping I'll be able to copy this image in less than an hour :-) May 11 18:49:27 mrmoku, in sms list you meaN' May 11 18:49:31 yeah May 11 18:49:34 DocScrutinizer: plus on windows... May 11 18:49:34 hmm good! May 11 18:49:35 Ainulindale: you should get a cardreader ;-) May 11 18:49:40 DocScrutinizer: I should May 11 18:49:57 but I'm too lazy for that May 11 18:50:01 anyway, I'm away now May 11 18:50:16 max_posedon: vala-dbus-binding-tool is one of my baby tools. it is there: http://git.freesmartphone.org/?p=vala-dbus-binding-tool.git;a=summary May 11 18:50:22 Ainulindale: I did get a nice usb-to-SD thingie when buying my uSD card... was included in the package May 11 18:50:35 max_posedon: err was it the question you asked, or maybe I did not understand ? May 11 18:50:52 sharwin, a few dbus calls and an array and you're good to go May 11 18:51:11 ptitjes, yes, it was thanks for answer, I'll touch you later, if I'll have new questions/problems May 11 18:51:22 if you're doing it in bash, it's fairly simple. use mdbus to fetch your contact book and your sms message book May 11 18:51:29 then iterate over them as you wish May 11 18:51:37 ptitjes: ok, now I remember... libtool is too old for gobject-introspection May 11 18:51:42 max_posedon: np, you are welcome May 11 18:51:55 I'm looking for someone who has successfully bitbaked va a sources that are using libfso-glib ... May 11 18:52:04 usr: i don't know, as last.fm is broken now ;p May 11 18:52:09 mrmoku: so where do we go now ? is it possible to update the whole stuff to libtool 2.2 ? May 11 18:52:12 mrmoku: thats what I suggested (usd thingy) May 11 18:52:27 libfso-glib compiles well but do not install the freesmartphone.h file in the work tree ... May 11 18:52:31 DocScrutinizer: couldn't live without it :P May 11 18:52:41 yup May 11 18:52:44 sharwin, do you know how to fetch the books? May 11 18:52:56 ptitjes: what to take care of while updating libtool? May 11 18:53:14 Blu3, by programming/scripting? nopes May 11 18:53:24 Hope I've time to look at it on summer May 11 18:53:36 but not at the moment, neither used python ever May 11 18:53:40 dbus inside python and w/ mdbus isn't all that different and you can figure it out May 11 18:53:41 Deubeuliou: did you look in /usr/lib/fso-glib/ ? May 11 18:53:44 i'm not a python person either May 11 18:53:54 Deubeuliou: sorry /usr/include/fso-glib/ ? May 11 18:54:29 mrmoku: the last time you tried to update libtool, you ended up with things that don't build, are you sure you can solve it ? May 11 18:54:30 ptitjes: what do you mean, in my own tree ? I have no problem with that May 11 18:54:44 mrmoku, upgrading from feeds: May 11 18:54:44 Collected errors: May 11 18:54:44 * ERROR: Cannot satisfy the following dependencies for frameworkd-config-shr-dev: May 11 18:54:44 * frameworkd-config-shr (= 0.8.5.1+gitr1365+668dde7d810425fefc3c885ef4f7f2eb5034f698-21+99525cd5cd631a9b3e66381fcbda43a271163b3a-r5) * May 11 18:55:07 the problem is that "find shr-unstable -name "freesmartphone.h" only returns two lines: May 11 18:55:12 ./tmp/work/armv4t-angstrom-linux-gnueabi/libfso-glib-0.0.1-gitrLOCAL-r0/image/usr/local/include/fso-glib/freesmartphone.h May 11 18:55:15 ./tmp/work/armv4t-angstrom-linux-gnueabi/libfso-glib-0.0.1-gitrLOCAL-r0/libfso-glib/src/freesmartphone.h May 11 18:55:49 Deubeuliou: sorry I don't understand you, http://git.freesmartphone.org/?p=libfso-glib.git;a=blob;f=src/Makefile.am;hb=HEAD#l27 says deliver freesmartphone.h to /usr/include/fso-glib May 11 18:55:50 ptitjes: no :P May 11 18:56:01 * DocScrutinizer is starting to hate git-tags May 11 18:56:05 i can't ssh lol May 11 18:56:24 usr: lol ;p May 11 18:56:28 fist boot? May 11 18:56:34 ^_^ May 11 18:56:38 Deubeuliou: ok obviously the bb recipe do not give the correct --prefix to ./configure May 11 18:56:40 ptitjes: yes. but currently, I don't want to build it with make. I works very well. this is an OE thing... May 11 18:56:40 second May 11 18:56:45 sharwin, mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.ListP May 11 18:56:45 honebooks May 11 18:57:06 indeed, there is no custom ./configure May 11 18:57:12 Deubeuliou: this one is the good one no ? ./tmp/work/armv4t-angstrom-linux-gnueabi/libfso-glib-0.0.1-gitrLOCAL-r0/image/usr/local/include/fso-glib/freesmartphone.h May 11 18:57:17 usr: make sure it isn't problem on your host ;p May 11 18:57:20 Blu3, thanks :) May 11 18:57:39 mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.RetrievePhonebook 'contacts' May 11 18:57:41 ptitjes, btw, have you success with cross compiling gobject-introscpection? May 11 18:57:42 i was able to ssh to om2008.12 May 11 18:57:46 Deubeuliou: except that there is "/usr/local" instead of "/usr" ... May 11 18:58:05 max_posedon: I did not try it May 11 18:58:14 Blu3, btw, never worked with dbus neither, so I've a lot to learn about :P May 11 18:58:17 mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.RetrieveMessagebook 'all' May 11 18:58:25 me too May 11 18:58:25 hm... so how ophonekitd can require it? May 11 18:58:30 max_posedon: mrmoku is trying to integrate it in OE, but he has too-old-version-of -libtool problem May 11 18:58:59 max_posedon: I mean, I never run ophonekitd on the phone yet May 11 18:59:03 ok, I hope I'll not have this issue... May 11 18:59:11 nice!) May 11 18:59:25 Blu3, is ther esome easy way to explore/learn about all the options/parameters? May 11 18:59:46 dent: ping May 11 18:59:52 ptitjes: hi May 11 18:59:53 max_posedon: I would have like it, but most of my OE attempts were bullshit May 11 18:59:56 usr: om2008.12 had different, wrong way for usb networking May 11 19:00:01 sharwin, you mean all the methods? May 11 19:00:01 onen: hello May 11 19:00:09 ptitjes: 2 questions for you May 11 19:00:22 usr: your neo is ethX now (most likely eth1) May 11 19:00:24 mdbus -s org.freesmartphone.ogsmd to start with. that gives you the path for gsm stuff May 11 19:00:42 ptitjes: 1. when do we start settling the car-sharing for FSOSHRUDCON? (I know, I ask all the time :-P ) May 11 19:00:53 then you'll see Device in there, that's the interesting one. issue mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device May 11 19:01:00 usr: do you know what RTM mean? ;) May 11 19:01:02 dos1|neo: i will try after the third bootup May 11 19:01:05 and you'll see all of the methods and signals available for that path May 11 19:01:05 Deubeuliou: where do you expect that .h file to be copied other than that location ? May 11 19:01:25 onen: could you start a mail about that on the ML please ? May 11 19:01:30 tell RTM May 11 19:01:31 ptitjes: 2. you got a new laptop lately. may I ask what size is the screen, I am currently hesitating taking one under 15 inches, but I am wondering if this is really better to have let's say 13 inches May 11 19:01:32 onen: that would be very kind May 11 19:01:37 never heard before May 11 19:01:42 ptitjes: email or wiki? May 11 19:01:55 onen: I'm sorry, I see the time shrinking shrinking day by day and it seems I can't manage all of that May 11 19:02:01 onen: both :) ? May 11 19:02:14 Blu3, is there any documentation? (in git repo maybe?) May 11 19:02:22 1sec May 11 19:02:30 onen: wow I am using a 17" May 11 19:02:37 usr: or even RTFM May 11 19:02:44 ptitjes: this is no pb for me to take care of this. Only, I want to be sure we car-share, because otherwise I would have taken tickets much earlier :-) May 11 19:02:55 Read The F****** Manual May 11 19:03:01 ptitjes: I see. but this then transportable, not portable ;-) May 11 19:03:12 onen: sure we car-share, else I can't afford the travel May 11 19:03:14 :) May 11 19:03:23 usr: everything you ask is described somewhere May 11 19:03:30 sharwin, visit http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD May 11 19:03:34 onen: hummm.. it depends of the brand... that one is very portable May 11 19:03:37 sometimes... May 11 19:03:38 :) May 11 19:03:39 ptitjes: wais a second May 11 19:03:50 Deubeuliou: oki May 11 19:03:55 I don't move ;) May 11 19:03:57 ptitjes: sure, your brand make expensive but very good hardware May 11 19:04:21 onen: finally someone with taste here :) May 11 19:04:27 I think it is expected to be here: /home/deubeuliou/dev/openmoko/shr-unstable/tmp/staging/armv4t-angstrom-linux May 11 19:04:34 -gnueabi/usr/include May 11 19:04:40 Blu3, have to go now, thanks, I'll check it later :) May 11 19:04:43 away May 11 19:04:44 ptitjes: and super phone, have to buy one ;-) May 11 19:04:46 ops May 11 19:04:47 ciao May 11 19:04:48 y/w May 11 19:05:04 Deubeuliou: ahh, this would mean it is not staged ? (mrmoku ??) May 11 19:05:21 onen: arrrgh beware of your privacy!!! May 11 19:05:40 but there is a NOTE: Running task 407 of 409 (ID: 11, /home/deubeuliou/dev/openmoko/shr-unstable/shr/openembedded/recipes/libfso-glib/libfso-glib_git.bb, do_package_stage) May 11 19:05:56 onen: except if you can install SHR on it (then I may follow you :) ) May 11 19:05:58 ptitjes: what privacy, they take good care of me. Even they remove apps that are no good for me ;-) May 11 19:06:09 héhéhéhé LOL May 11 19:06:19 ptitjes: ok I will start the car-sharing thing. bbl May 11 19:06:21 Deubeuliou, ptitjes: struggling with libtool right now... can't test May 11 19:06:46 Deubeuliou: the last time I looked at OE, I found that the package stage is the only one that is not loged in a file :( May 11 19:07:16 mrmoku: np. just do you see any reason a package would not be staged ? May 11 19:07:21 ow, ok :/ May 11 19:07:28 it used to work, though ... May 11 19:07:54 ptitjes: hmm... a failed build? May 11 19:07:55 Deubeuliou: through OE ? and you did not tell me ??? :) May 11 19:08:05 that would have been good news for me May 11 19:08:14 I feel kinda alone in my workd May 11 19:08:19 -k+l May 11 19:08:23 we should get openvpn 2.1rc in a pkg May 11 19:08:47 ptitjes: no, actually it failed somewhere else May 11 19:09:06 but I managed to get libfso-glib correctly bitbaked, once May 11 19:09:11 Deubeuliou: could you look at the content of all of the log file for the libfso recipe ? May 11 19:09:26 ok May 11 19:09:35 the connection dropped a few times... May 11 19:13:31 anyone know what this oFono thing is? May 11 19:16:06 ptitjes: ok... changing preferred-om-versions from 2007 to 2008 might work... building now May 11 19:16:25 ptitjes: what do you want me to look for exactly ? May 11 19:16:42 mrmoku: :) May 11 19:17:01 Deubeuliou: any error that could have made staging failing too May 11 19:18:41 ptitjes: there is no error at all May 11 19:18:52 Deubeuliou: arf May 11 19:19:05 I mean, bitbake doesn't complains May 11 19:19:06 Deubeuliou: build succeeded May 11 19:19:08 so ? May 11 19:19:19 Deubeuliou: in any log file ? May 11 19:21:48 ptitjes: nothing, as far as I can tell May 11 19:21:57 arf May 11 19:22:10 I'm sorry this means I cant help you :( May 11 19:22:29 an error would have been easy to correct, but... May 11 19:22:44 oh... they are empty May 11 19:22:50 I was only grepping them May 11 19:22:55 wait, one more time ... May 11 19:24:41 ptitjes: it is rebuilding lots of stuff... from glibc to glib ... May 11 19:25:04 mrmoku: is it a problem ? May 11 19:25:45 ptitjes: will tell you when it finished :P May 11 19:25:58 might be a good thing as well May 11 19:26:00 mrmoku: this will go in unstable, when current unstable goes to stable right ? May 11 19:26:41 think so... guess we will do one more testing with what unstable is now... and then horribly break unstable with your vala stuff ;) May 11 19:27:40 yeah!!! yihuu! (*** /me rinding the wild horse***) May 11 19:27:45 :) May 11 19:28:01 * mrmoku hopes ptitjes won't fall :P May 11 19:28:21 mrmoku: don't you want to try rodeo ;) May 11 19:28:35 nah... May 11 19:28:40 * mrmoku prefers to play soccer May 11 19:28:43 mrmoku: ophonekitd is logged as hell May 11 19:29:31 mrmoku: I am quite sure (may even bet) we won't have any seg. fault with it May 11 19:29:32 hmm... was too easy... glibc failed :( May 11 19:29:35 ptitjes: oh, in deed, a task fails silently: May 11 19:29:40 mrmoku: but a lot of log messages May 11 19:29:46 file /home/deubeuliou/dev/openmoko/shr-unstable/tmp/work/armv4t-angstrom-linux-gnueabi/libfso-glib-0.0.1-gitrLOCAL-r0/image/usr/local/lib/libfso-glib.so.0.0.0 is an Intel file, not an ARM May 11 19:30:11 oh oh oh May 11 19:30:24 Deubeuliou: the recipe might build for native, does it ? May 11 19:31:22 http://pastebin.com/d67772972 May 11 19:31:28 I added the oe_runmake May 11 19:31:46 mrmoku: (curiosity) isn't there a preferred-om2009 versions ? what does fso/m5.5 builds upon ? May 11 19:31:55 SRC_URI and S are specified in local-build.conf May 11 19:32:05 s/build/builds/ May 11 19:32:05 Deubeuliou meant: SRC_URI and S are specified in local-builds.conf May 11 19:32:37 err, isn't there an AUTHORS variable ? May 11 19:32:46 sorry this is offtopic May 11 19:33:10 AUTHOR = "Didier 'Ptitjes" May 11 19:33:16 second line May 11 19:33:39 Deubeuliou: when you specify the SRC_URI in your local-builds.conf you can let it defined in the recipe, can't you ? this is override ? May 11 19:33:52 I don't know, I'm not sure May 11 19:33:55 probably May 11 19:34:07 ptitjes: fso/m5.5 uses the same old stuff as we do May 11 19:34:13 Deubeuliou: I mean isn't there an AUTHORS variable to replace that, and add community ? May 11 19:34:23 mrmoku: wow May 11 19:34:33 there is no om2009... om is always a bit late ;) May 11 19:34:42 mrmoku: did any of the fso crews tried to build with more recent stuff ? May 11 19:34:46 mmmh maybe. I don't know OE very well ... May 11 19:35:12 err... org.openembedded.dev has om2009... sorry om May 11 19:35:38 can i receive calls on shr when the phone is in suspend? May 11 19:35:39 also you should let S be defined in the recipe I think, but I'm a complete OE ignorant so... May 11 19:37:14 usr: no, noone needs that feature ;p May 11 19:37:34 usr: (it was sarcasm of course) May 11 19:37:44 thx mrmoku ;) May 11 19:37:55 mirko-paroli: ? May 11 19:38:04 mrmoku: for the sry ;) May 11 19:38:08 ahh :) May 11 19:38:23 mrmoku: I know I was a little late, took me a while to read it ;) May 11 19:38:56 Deubeuliou: I'm lauching OE on my side too to try to reproduce what you have May 11 19:39:10 ptitjes: the compilation uses /usr/local/bin/valac :/ May 11 19:39:11 mirko-paroli: I'm struggling with libtool/autotools... to get something that works with some packages we want May 11 19:39:43 Deubeuliou: wow May 11 19:40:04 Deubeuliou: heh looking at the recipe there is no depends defined in it May 11 19:41:44 what is due to be compiled ? vala-native ? May 11 19:42:04 is seems to install files in the i686 staging directory ... May 11 19:42:11 Deubeuliou: yep, but also vala-dbus-binding-tool May 11 19:42:34 I don't understand how bitbake decides whether to compile for i686 or armv4t ..... May 11 19:43:04 Deubeuliou: mrmoku could told you that I think May 11 19:43:16 I did not read all the oe book May 11 19:45:06 it should build for native only when the recipe inherits native, no? May 11 19:45:32 Deubeuliou: oh as for the runtime depends I remember that OE is using the make-installed fso-glib.pc file. It uses the libs defined in the pc file to find the packages that the package depends on May 11 19:45:41 mmh why is vaal-native called so ? May 11 19:47:09 Deubeuliou: in fact vala-native is the vala compiler used to compile vala files for target armv4tl-blabla-bla May 11 19:48:31 Deubeuliou: IIRC 'native' in OE means build to run on build host May 11 19:49:26 Deubeuliou: and we won't compile vala files on the phone for now :) May 11 19:49:48 so no vala.bb now :) May 11 19:52:02 Onen_away: pong (too late I see) May 11 19:53:07 Deubeuliou: also as valac produces C files, it is not necessary to set --target= in valac's configure (a contrario, gcc-native.bb's gcc is built with --target=armv4tl-...) May 11 19:53:28 mmmh May 11 19:53:55 well ... I'll try to build vala-dbus-binding-tool (I was sure I already did it ...) May 11 19:54:47 Deubeuliou: but vala-dbus-binding-tool should be in the depends because that tool should be present when doing the build May 11 19:56:39 I lost all my OE tree yesterday ... May 11 19:57:01 I was trying to update it and it diseappered May 11 19:57:05 but it was broken, though May 11 19:58:18 oups May 11 19:59:32 Didier, you have a recipe for vala-dbus-binding-tool ? I copied one from another recipe, but I'm note sure if it's very clean May 11 20:06:33 Deubeuliou: it is in OE May 11 20:06:44 just bitbake vala-dbus-binding-tool-native May 11 20:07:00 ah, -native ? ok May 11 20:07:25 yep :) May 11 20:07:41 My head is going to explooooooode. May 11 20:09:42 DocScrutinizer? PaulFertser? May 11 20:10:00 It may sound stupid but I need a partition on my µSD if I try to do the nc/cat thing right? May 11 20:10:22 (apparently no) May 11 20:10:26 Ainulindale: no, the image already includes the MBR May 11 20:10:28 (but I still want to know) May 11 20:10:49 My brain is trying to cope with shiny blue lights so please forgive me my stupidity tonight May 11 20:10:57 Ainulindale: that's done for the sake of booting with NOR, so a small first partition with kernel is needed. May 11 20:11:46 Would you be able to translate that in zombie "BRAAAAIIINS" for me? May 11 20:12:31 Ainulindale: you have the image that should be byte-to-byte written to the card, from the beginning, overwriting the original partition table. May 11 20:12:41 Ok that sounds simpler May 11 20:12:45 The shiny blue lights agree May 11 20:12:54 (damn it's faster here) May 11 20:16:21 Ainulindale: please follow the readme instructions. please notice the passage about physical device uSD, *not* partition May 11 20:16:34 Yeah I reread that but my brain is on hold May 11 20:16:43 So quick Q&A is better than borking anything if I'm not that sure May 11 20:16:53 Something weird here though which might be of interest to mwester May 11 20:16:59 my network speed is going back and forth May 11 20:17:06 oscillating, according to gkrellm May 11 20:17:13 Is that expectable? May 11 20:20:25 ptitjes: vala-dbus-binding-tool-native doesn't compile (valac error) May 11 20:20:32 vala-dbus-binding-tool.vala:170.19-170.40: error: No arguments allowed when constructing type `GLib.Dir' GLib.Dir dir = new GLib.Dir(api_path); May 11 20:20:44 wrong vala version? May 11 20:20:52 hehe... Ainulindale was faster ;) May 11 20:21:02 with half a brain! May 11 20:21:31 that is to say a quarter of my usual brain cel May 11 20:21:32 +l May 11 20:22:08 Deubeuliou: grrrr... :) two seconds May 11 20:22:12 I fix this May 11 20:22:13 ok :D May 11 20:22:51 this is the result of a dangling commit in our vala repo which we removed May 11 20:23:08 DocScrutinizer: booting May 11 20:23:44 DocScrutinizer: what if it doesn't work? Should I slap you? May 11 20:23:52 shout "strike" when blue writing appears May 11 20:24:14 Spare! May 11 20:24:41 writing it seems May 11 20:24:59 I should buy a sd card reader it'd be easier on me May 11 20:25:08 U owe me another beer as soon as green writing appears May 11 20:25:18 failed to resubmit May 11 20:25:32 (hahaha, it's bluetooth :-p) May 11 20:25:51 Hi, May 11 20:26:24 I'm trying to build SHR as described in http://trac.shr-project.org/trac/wiki/Building SHR May 11 20:26:51 Still in blue DocScrutinizer May 11 20:27:00 rtfm May 11 20:27:08 and I'm stuck on libtool-native (do_unpack: failed) May 11 20:27:17 yeah I know 2 minutes & such, just keeping you up to date May 11 20:27:28 i found links-x11 in the angstrom repository,... May 11 20:27:41 green May 11 20:27:49 another beer then ;) May 11 20:28:13 McKael: that is strange... May 11 20:28:36 Ainulindale: now ssh to the phone without booting May 11 20:28:37 yes it is, mrmoku May 11 20:28:57 DocScrutinizer: battery fell... May 11 20:28:57 McKael: disk full? :P May 11 20:29:07 McKael: cheer up, building OE is quite hard sometimes :) May 11 20:29:13 mrmoku: that was my first check... May 11 20:29:32 PaulFertser: I've given up every time, actually May 11 20:29:34 McKael: can you pastebin the failing log? May 11 20:29:43 mrmoku: yes May 11 20:30:55 http://pastebin.com/m1f1bedbb May 11 20:31:21 DocScrutinizer: pin dialog. All is good. May 11 20:31:39 beeeer :-D May 11 20:31:56 McKael: i'd try to re-download libtool-native May 11 20:31:57 McKael: looks like broken download... try to remove /data/omshr/downloads/libtool-1.5.10.tar.gz and try again May 11 20:32:03 Forgive me to have ever doubted you, O master! May 11 20:32:10 nah, you owe me a SHR opkg May 11 20:32:14 mrmoku: the md5 is good, I checked it, May 11 20:32:17 (although I don't know why it didn't work before) May 11 20:32:25 mrmoku: but I can delete it May 11 20:32:57 mrmoku: btw I can uncompress it manually w/o error May 11 20:33:08 McKael: hmm... May 11 20:33:09 oooh nice SMS contact cache May 11 20:33:17 mrmoku worked well I see May 11 20:33:21 I was under the impression that was bitbake's test which was failing May 11 20:33:51 How does it check the archive has been correctly uncompressed? May 11 20:33:59 McKael: bitbake has some method to do everything verbosely... May 11 20:34:02 Ainulindale: you might have a look to uSD /home/root May 11 20:34:18 DocScrutinizer: so, all in all, apart from beer which I would have paid you anyway, what are the good thing about this firmware? May 11 20:34:24 +s May 11 20:34:27 and to init.d/5/s99-flashgsm May 11 20:34:40 McKael: don't know for sure... I *think* it checks the md5sum and then just unpacks... May 11 20:34:51 its the tar/gzip that is bailing out May 11 20:35:18 Ainulindale: these are all the parts needed to build a package May 11 20:35:25 freesmartphone.org: 03ptitjes 07vala-dbus-binding-tool * rad50ea594709 10/src/vala-dbus-binding-tool.vala: May 11 20:35:25 freesmartphone.org: Fix use of GLib.Dir May 11 20:35:25 freesmartphone.org: Signed-off-by: Didier 'Ptitjes May 11 20:35:34 mrmoku: so why? it looks like it's correctly untarred, and the archive looks good May 11 20:35:45 Ainulindale: see changelog for fixed issues in moko11 May 11 20:35:52 I'm running it again without the tarball May 11 20:36:05 DocScrutinizer: to me this type of thing should be done at reboot May 11 20:36:16 it should create a XX rc.d script May 11 20:36:21 yup, exactly May 11 20:36:26 autoremovable May 11 20:36:31 yup May 11 20:36:34 DocScrutinizer: can I reflash it now and then? May 11 20:36:37 McKael: is it untarred? you can check in tmp/work/i686-linux/libtool... May 11 20:36:44 do you find the source unpacked there? May 11 20:36:45 exactly what I'd suggest May 11 20:37:02 mrmoku: yes it is May 11 20:37:13 Ainulindale: (reflash) as frequent as you like May 11 20:37:33 Ok then I'll do that on my spare May 11 20:37:53 DocScrutinizer: Can we check at runtime if firmware = this or that? May 11 20:38:06 hm, current run is stuck at "NOTE: Preparing runqueue" May 11 20:38:13 Ainulindale: if you reflash same fw-version May 11 20:38:15 python using 100% cpu May 11 20:38:21 it's detecting this May 11 20:38:42 DocScrutinizer: question was more: how can I be sure I'm flashing firmware > current ? May 11 20:38:47 where do i get the libicu18n36 for ewww May 11 20:38:55 and stops after 3min with green (0k, 0blocks) May 11 20:39:14 you can't be sure May 11 20:39:24 you can downgrade as well May 11 20:39:44 Deubeuliou: this is fixed May 11 20:39:49 hmmmmpf May 11 20:39:50 update May 11 20:40:02 So I would like to autoremove the package after execution then May 11 20:40:03 Ainulindale: hmmmpf???? May 11 20:40:16 got it May 11 20:40:19 I don't want to ship it as default May 11 20:40:32 Oh let it go I'm thinking out loud May 11 20:40:37 Lousily May 11 20:41:26 ptitjes: got libtool-2.... to build May 11 20:41:29 Ainulindale: I joined in the middle of the discussion - are you flashing the FR with the uSD-card Image? May 11 20:41:32 Ainulindale: I suggest to temporarily change runlevel, and autoreset runlevel to standard in S99-flasggsm May 11 20:41:37 gobject-introspection-native configured now May 11 20:41:40 but does not build :( May 11 20:41:43 dent: ping May 11 20:41:49 ImportError: No module named _ctypes May 11 20:41:50 mrmoku: ohhhh May 11 20:41:51 McKael: yup May 11 20:41:55 depends on python-ctypes? May 11 20:41:58 DocScrutinizer: what I'd rather do is put it in Ssomething before framework May 11 20:42:04 then S99 would opkg remove it May 11 20:42:29 mrmoku: oh yeah that may be May 11 20:42:46 ptitjes: retrying May 11 20:43:08 McKael: not exactly FR, but GSM chipset inside. May 11 20:43:27 Ainulindale: I don't suggest to auto remove. you might want to switch back and forth between different moko?? versions May 11 20:43:27 PaulFertser: yeah that's what I meant of course ;) May 11 20:43:31 mrmoku: g-i is hell; it contains C libraries, C & python tools, ... May 11 20:43:46 DocScrutinizer: that's why I'd build different packages May 11 20:43:50 ptitjes: eeek May 11 20:44:06 DocScrutinizer: this is something so sensitive that I won't let it be alone by itself I'd say May 11 20:44:12 McKael: i never tried that, i always aimed at improving manual wiki instructions instead :) May 11 20:44:18 PaulFertser: Is it working fine or are there some tips I missed? May 11 20:44:35 Ainulindale: i toldya I'll do a little fancy and provide all the files needed. you only need to build a package out of it May 11 20:45:21 McKael: uSD image is working fine always. Manual instructions are working fine for me and some other folks :) May 11 20:45:57 PaulFertser: ok, thanks May 11 20:46:20 ptitjes: is that cython? May 11 20:46:23 bah! May 11 20:46:29 Ainulindale, just came back home, and it's late May 11 20:46:37 TAsn? May 11 20:46:37 I won't be able to contribute any code today ;] May 11 20:46:51 mrmoku: I don't know at all May 11 20:46:53 Well I didn't think you would, you lazy piece of ass May 11 20:46:58 ;] May 11 20:47:21 went to the women soccer national cup finals (lol0 May 11 20:47:24 DocScrutinizer: i'm still puzzled at how could manual instructions fail despite fluid.exe showed full success for Ainulindale and moreover he couldn't begin flashing again. May 11 20:48:20 ptitjes: just got two messages from you, one being from yesterday May 11 20:48:49 PaulFertser: no idea May 11 20:49:02 it's much about timing May 11 20:49:10 It'd be interesting to see the output of the latest successful attempt... May 11 20:49:29 you can't guarantee particular timing when flashing "by hand" May 11 20:49:43 Timing of _what_? May 11 20:49:55 PaulFertser: of PEBKAC May 11 20:50:01 starting modem, starting fluid May 11 20:50:19 let it go, I suppose I just made a mistake somehow May 11 20:50:44 Ainulindale: that usually adds to confusion, yes May 11 20:51:42 mrmoku, hmm upgraded from the feeds and I don't have Contact name on sms list May 11 20:51:48 as said before, manual way is proven-to-fail-on-noobs May 11 20:52:01 Sharwin_F: this may just be badly initiated cache May 11 20:52:08 by the way PaulFertser May 11 20:52:13 sorry, but youre noob wrt gsm-flashing May 11 20:52:18 I noticed that if I launch contacts just after GSM registration May 11 20:52:29 it only gets a limited amount of contacts May 11 20:52:34 but outputs no error May 11 20:52:36 DocScrutinizer: Agreed May 11 20:52:49 mrmoku: sorry but... I do I ask bb to get that tar.gz file again? May 11 20:52:51 Ainulindale, which cache? do I've to try/do something? May 11 20:52:53 Ainulindale: that's ok, you're supposed to wait for the SIM full readiness event. May 11 20:52:57 Sharwin_F: restart ophonekitd May 11 20:53:18 PaulFertser: So the framework is faulty there, then? May 11 20:53:23 as it lets me do that May 11 20:53:55 ptitjes: vala-dbus-binding-tool-native compiled May 11 20:54:12 but I still get the same warning when compiling libfso-glib May 11 20:54:14 \O/ May 11 20:54:16 /home/deubeuliou/dev/openmoko/shr-unstable/tmp/work/armv4t-angstrom-linux-gnueabi/libfso-glib-0.0.1-gitrLOCAL-r0/image/usr/local/lib/libfso-glib.so.0.0.0 May 11 20:54:23 this file is an Intel May 11 20:55:01 Ok, so here's the problem with the g_ether notification: the usb driver doesn't ever notice that the cable was unplugged. May 11 20:55:12 McKael: bitbake -c clean libtool-native and rm the tarfile in downloads May 11 20:55:34 Ainulindale: probably yes, probably no. That depends on declared specs... May 11 20:55:50 mwester: exactly May 11 20:56:10 mrmoku: ok May 11 20:57:24 Ainulindale, only numbers May 11 20:57:28 Ainulindale: probably rise this topic in a discussion with mickey|zzZZzz May 11 20:57:59 Ainulindale, may it be because my Contacts doesn't have the country prefix? May 11 20:58:14 because they are showed in the list as +34here_phone_number May 11 20:58:21 NOTE: preferred version x.y.z of {vala-native,tiff} not available -- are these messages important? May 11 20:58:23 but I don't have the prefix on the contacts May 11 20:58:30 Sharwin_F: I guess so. May 11 20:58:43 Sharwin_F: must match exactly :( May 11 20:58:49 (for now) May 11 20:59:07 mrmoku, ok, but it should be worked to apply the prefix in the future I hope :) May 11 20:59:45 Sharwin_F: Ainulindale: we had this normalized-intäl-numbers topic some time ago May 11 20:59:52 mwester: I guess the usb client can't know that itself, it has to get a gpio or other notification from the transceiver? May 11 21:00:02 Sharwin_F: if opimd does not do that automatically... yeah of course May 11 21:00:14 DocScrutinizer: Oh? And? May 11 21:00:19 ok :) going to have dinner May 11 21:00:21 anybody knows what package contains _ctypes for python? May 11 21:00:33 I thought you got my point back then May 11 21:00:44 well I don't remember it May 11 21:00:56 tracfeed: Ticket #436 (No autosuspend/autodimming when not touching touchscreen.) created May 11 21:00:56 tmzt: dunno. need to find the lowest level driver in the stack, and the hardware spec. May 11 21:00:58 *sigh* May 11 21:01:09 DocScrutinizer: don't do your granpa :-) May 11 21:01:34 DocScrutinizer: you think it is not possible... hardwarewise? May 11 21:01:57 you need three config values May 11 21:02:27 national-prefix, international-prefix, and countrycode May 11 21:02:28 mrmoku: same "do_unpack failed" error May 11 21:03:29 which is the proper command to activate the red-led within the dbus? May 11 21:03:37 then apply 2 regex replacing national-prefix with "+countrycode," May 11 21:03:41 McKael: you could check the md5sum with what is in OE May 11 21:03:51 well DocScrutinizer we already have that apart from the regex May 11 21:03:54 shit... ctypes is part of python (subpackage) May 11 21:04:01 Although I see no point to the "national prefix" May 11 21:04:10 national prefix isn't supposed to be all but 00 / + ? May 11 21:04:14 and replacing international-prefix with "+" May 11 21:04:24 sth. like mdbus -s .... i'm using shr May 11 21:04:43 mrmoku: as I told ealier, I checked the md5 and it was fine -- and the archive itself is fine as well :/ May 11 21:04:55 national-prefix is a user-config, usually "0" May 11 21:04:55 McKael: out of ideas then :( May 11 21:04:58 * McKael tries to remove the work dir May 11 21:05:04 DocScrutinizer: not true May 11 21:05:10 DocScrutinizer: well I disagree here May 11 21:05:18 in italy handy numbers have *no* prefix number May 11 21:05:19 What if I have two identical numbers from two different countries May 11 21:05:20 huh?? May 11 21:05:23 landline numbers have 0 May 11 21:05:25 And I happen to know both people May 11 21:05:35 If I'm roaming it'll just be weird May 11 21:05:38 wtf? May 11 21:05:43 @all hi, anyone that is used to the c dbus api on the fso image? May 11 21:05:45 I have to define a "home" country May 11 21:05:51 As a default for my contacts May 11 21:05:59 (that is contacts with no +/00) May 11 21:06:09 the international code is operator May 11 21:06:13 (IIRC) May 11 21:06:17 DocScrutinizer: and for landline numbers the 0 must be kept... even when calling from abroad May 11 21:06:29 aeerrr, sorry, this was countrycode May 11 21:07:46 mrmoku: 09113456 -> +499113456 ; 00499113456 -> +499113456 May 11 21:08:20 DocScrutinizer: this isn't systematic May 11 21:08:29 (the 09 => +49 9) May 11 21:08:32 0:national-prefix, 00:intl-prefix, 49:CC May 11 21:08:46 if I understand correctly what mrmoku was telling May 11 21:08:51 ptitjes: http://pastebin.com/m4c549d7b May 11 21:08:51 Ainulindale: huh why not? May 11 21:09:08 no idea he was telling that :-) May 11 21:09:38 DocScrutinizer: for itally it would be 02349999 -> +3902349999 May 11 21:10:00 italy of course ;) May 11 21:10:19 so your CC is 390 May 11 21:10:22 mrmoku: you will be happy May 11 21:10:25 mrmoku, May 11 21:10:29 DocScrutinizer: not so... May 11 21:10:30 here land line number: May 11 21:10:36 036541234 May 11 21:10:40 when calling from abroad May 11 21:10:41 freesmartphone.org: 03dos 07framework * rbe1cb0b9c453 10/framework/subsystems/opimd/pimb_sim_contacts_fso.py: opimd: SIM_Contacts_FSO: another try to fix Update() and Delete() May 11 21:10:41 it's May 11 21:10:49 +97236541234 May 11 21:10:49 and your carriers numbering scheme is crap May 11 21:10:51 for mobile numbers it would be: 33312345 --> +3933312345 May 11 21:10:56 i.e the 0 is dropped May 11 21:11:09 same for cellular, we just drop the 0 May 11 21:11:19 TAsn: we too... but not the italians May 11 21:11:19 (same here) May 11 21:11:26 oh May 11 21:11:43 mrmoku: it works for me May 11 21:11:46 ;) May 11 21:11:52 italians are nuts May 11 21:11:54 dos1: fine... will test tomorrow May 11 21:11:54 fuck the italians! ;] they don't need mokos they have good food, good wine and sexy girls. May 11 21:11:59 DocScrutinizer: tell me ;) May 11 21:12:14 hehe, I'l ask your wife May 11 21:12:21 :) May 11 21:12:37 anyhow, this is driving me crazy (that's why I opened the bug) intl number handling must be solved. May 11 21:12:56 are incoming calls always in +xxxx format? May 11 21:13:04 or does that even differ between providers? May 11 21:13:13 here it differs May 11 21:13:24 my SMSes are always + May 11 21:13:26 mrmoku, differs May 11 21:13:30 sms are always + May 11 21:13:31 my calls are sometimes + sometimes no May 11 21:13:32 here as well May 11 21:13:35 phone number hell :( May 11 21:13:41 calls are always without + May 11 21:13:57 m0nt0: you're crazy ;) May 11 21:14:10 ?? May 11 21:14:11 though calls from abroad have + May 11 21:14:23 m0nt0: discussing international phone number schemes... May 11 21:14:27 Ainulindale: my further argumentation back when was: we need to normalize each number before using it for anything, except for storing to conatcts, and dialing from numberpad or contacts May 11 21:14:28 and italian specialities May 11 21:14:43 DocScrutinizer, exactly. May 11 21:15:00 though normalization should only add the correct prefix, not drop. May 11 21:15:04 Ainulindale: which boils down to "normalize prior to comapre" May 11 21:15:21 I mean, if I have the numbers May 11 21:15:27 +3 123 May 11 21:15:29 so what about ita specialities? May 11 21:15:31 and +4 123 May 11 21:15:42 how do you normalize then... if sometimes you have to keep 0 and sometimes not May 11 21:15:46 I want them to cound as different May 11 21:15:59 m0nt0: in italy mobile numbers are always without 0 and landline numbers always with 0 May 11 21:16:08 even if you add the national 0039 prefix May 11 21:16:15 international.. May 11 21:16:20 mrmoku, screw the italians! ;] May 11 21:16:35 mrmoku, not only that, mobile i think always start wit 3 May 11 21:16:55 mrmoku: if there's no rule how to do it, it "does not compute" May 11 21:17:01 yeah, italians often do silly things May 11 21:17:21 different regexps for different countries then? May 11 21:17:29 mrmoku, no. May 11 21:17:31 a phone number it's a phone number, you are talking about that for opimd? May 11 21:17:37 anyway it seems italian CC is 390 for all we need to know May 11 21:17:54 DocScrutinizer, not on cell numbers May 11 21:17:55 m0nt0: about not having to add the correct prefixed full number in the phonebook... May 11 21:18:06 CC is +39 or 0039 May 11 21:18:06 mrmoku: the regex is a siple replace all tiöes May 11 21:18:27 mrmoku, in case you weren't listening May 11 21:18:28 tracfeed: Ticket #436 (No autosuspend/autodimming when not touching touchscreen.) updated May 11 21:18:33 well about that is not so difficult i think May 11 21:18:41 m0nt0: not for cellphone purposes as mentioned before May 11 21:18:47 it should get the current prefix country from the framework May 11 21:18:58 no wait, no good. May 11 21:19:03 :) May 11 21:19:22 PaulFertser: you told me I can ask bb to be verbose - is there a way to display the external commands it runs (e.g. tar/gzip)? May 11 21:19:29 good until your next trip to austria ;) May 11 21:19:32 we need a way to know how to "add" the correct prefix before comparing May 11 21:19:35 PaulFertser: -D -D -D wasn't enough May 11 21:19:42 TAsn: pleeeease NOOO May 11 21:19:59 mrmoku, duh, I meant for adding ones that don't have a prefix May 11 21:20:01 DocScrutinizer, why not? May 11 21:20:14 though I guess hoping we don't clash two numbers with different country codes May 11 21:20:19 is better than adding prefixes May 11 21:20:21 TAsn: guess numbers in your phonebook without prefix are israelian ones, no May 11 21:20:31 mrmoku, no May 11 21:20:35 if you go to austria and ask frameworkd for the CC... May 11 21:20:41 mrmoku, I know May 11 21:20:44 that's why I said. May 11 21:20:48 no wait, no good. May 11 21:20:58 we should just drop the prefix then. May 11 21:21:11 maybe May 11 21:21:15 dropping country code May 11 21:21:22 and adding a 0 if not already a 0 May 11 21:21:24 isn't it simple? May 11 21:21:27 CC is a property of your phonebook contacts, i.e. a property of *you* May 11 21:21:44 I remember a mail from raster... about that difficulties... May 11 21:22:01 TAsn: please read my previous staements May 11 21:22:15 and compare it to what there's already theer. May 11 21:22:19 how do i access the led's via mdbus -s? i can't find the right address May 11 21:22:20 DocScrutinizer, not quite May 11 21:22:27 believe me, I did a lot of thinking about number normalization May 11 21:22:31 if (caller_number == sim_contact) !! (caller_number == CC_prefix + sim_contact): May 11 21:22:36 I mean, I may have an israeli number without a prefix May 11 21:23:17 and also an austrian number without a country prefix May 11 21:23:26 oh fuck May 11 21:23:35 TAsn, that's up to you May 11 21:23:35 so it's not surely a property of me May 11 21:23:39 m0nt0: we talk about that May 11 21:23:55 ppl live in different places in the world, and some live in more than one place May 11 21:24:08 I think we need to compare without a prefix May 11 21:24:10 to contacts May 11 21:24:26 TAsn: then you're really out of luck in working with computerized gadgets May 11 21:24:30 so i'm only in my contry i save phone numbers without prefix, if i live in more than one country i'll save phones with the prefix May 11 21:24:44 DocScrutinizer, why? May 11 21:24:49 m0nt0, sucks. ;] May 11 21:25:03 too much work for the "dumb" user May 11 21:25:07 never trust the user May 11 21:25:08 TAsn: sucks May 11 21:25:19 users never do the "right" thing ;] May 11 21:25:29 if you save "foo" as 123 in austria and then you travel to germany and from there you call "foo" i think that the operator will call the 123 in germany, not in austria May 11 21:25:39 so it's not a problem May 11 21:25:48 m0nt0, duh May 11 21:25:56 it'll call 123 in germany May 11 21:26:04 yeaf May 11 21:26:09 TAsn: so go use windoof which tries to do right thing user isn't capable to figure how to do May 11 21:26:14 m0nt0: why not store every number in international format every time? May 11 21:26:35 can you get the current MCC from the gsm network? May 11 21:26:38 DocScrutinizer, that's the other end of the rainbow May 11 21:26:45 or is that not the right value? May 11 21:26:51 I just think users can't be trusted in these matters May 11 21:27:00 though when users want to go deep, they should be able to. May 11 21:27:03 no doubt about that. May 11 21:27:04 McKael: sorry, last time i tried was several months ago, i've already forgot and don't have bb handy, luckily i don't use OE :) May 11 21:27:07 yes, there are 2 solution: 1) save every number in international format (may be the better way), 2 compare phone numbers discardig the CC May 11 21:27:17 though I for once will hate storing the intl prefix for every number May 11 21:27:20 PaulFertser: what do you use? :) May 11 21:27:25 or maybe the question is how other UE's do it? May 11 21:27:25 m0nt0: so, what downsides of the 1)? May 11 21:27:33 m0nt0, I prefer 1 May 11 21:27:38 m0nt0, I prefer 2 May 11 21:27:40 I meant 2 May 11 21:27:40 ;] May 11 21:27:43 lol May 11 21:27:44 since most of those users are in places where traveling between countries is common May 11 21:27:49 McKael: i use Debian on FR and so far everything i needed to compile (except Qi and the kernel) i compiled on fr itself. May 11 21:28:03 i prefer 2 because i don't like to have all my numbers with +39 May 11 21:28:12 m0nt0: why? May 11 21:28:12 m0nt0, exactly. May 11 21:28:16 Shit May 11 21:28:21 http://lists.openmoko.org/nabble.html#nabble-td529906|a533940 May 11 21:28:22 Aha, I think I faked bb, by manually adding a libtool-native-1.5.10-r10.do_unpack file May 11 21:28:23 I'm in minority again May 11 21:28:24 btw, I don't think I ever got an sms match to number May 11 21:28:25 ;] May 11 21:28:29 I have some numbers with CC May 11 21:28:33 evening ladies May 11 21:28:33 suggests to compare from right to left... 7 digits May 11 21:28:40 though never worked. May 11 21:28:40 Would it not work well to save all numbers in int'l format then remove the CC is it match the current CC from the tower? And if a call comes without a CC, assume it's local and attach the current tower CC? May 11 21:28:46 mrmoku, why 7? May 11 21:28:49 m0nt0: fsck, you must'nt discard the country prefix May 11 21:28:57 PaulFertser, i don't like it as i don't like the pink color, no reason, i simply don't like it, but i think that the better way is to do the 1 sol May 11 21:29:24 so i have to live with my CC prefix May 11 21:29:28 here numbers are 8-9 May 11 21:29:38 (without prefixes) May 11 21:29:39 m0nt0: if i choosed between an average black bike and a really good pink road bike, i'd choose pink. May 11 21:29:47 PaulFertser, ++ May 11 21:29:53 TAsn: well here numbers sometimes have 6 digits May 11 21:29:55 ohhh come on May 11 21:29:56 yay! package libtool-native-1.5.10: completed May 11 21:30:02 it was an example :D May 11 21:30:04 Toaster`: there s no such thing as inbound call in non-canonical format. at least there must not May 11 21:30:09 McKael: congrats May 11 21:30:11 mrmoku, exactly, that's why comparing 7 is a bad idea ;] May 11 21:30:45 TAsn: might be mobile numbers have at least 7 don't know... May 11 21:30:56 hm.. ok May 11 21:31:02 ok, i think that the most "dumb user" solution is to do 2 simple things May 11 21:31:13 as a starter, do you agree that we should automatically add the CC from the network to the incoming call? May 11 21:31:17 today, openmoko was trying to tell me that +41... numbers were invalid (at least some friendly voice at t-Mobile uk told me that) May 11 21:31:19 (if not already there) May 11 21:31:26 so that's the first issue to solve May 11 21:31:33 1 store everything with the CC, 2 give the user an option as "display the CC" May 11 21:31:38 But probably i wouldn't dare cycling in a pink jersey still. May 11 21:31:44 well, if nobody wants to believe me in the findings of half a year number normalizing for twinkle, go on invent a smarter way to do it May 11 21:31:54 m0nt0, not the best idea May 11 21:31:58 why May 11 21:32:04 ppl sometimes use the contact list to store passwords May 11 21:32:05 TAsn: no, don't agree May 11 21:32:09 and PIN numbers May 11 21:32:15 mrmoku, why not? May 11 21:32:29 mrmoku, ptitjes, people on shr-devel@ May 11 21:32:31 You've got a mail May 11 21:32:33 * DocScrutinizer away for boredom May 11 21:32:38 I agree with DocScrutinizer... it's your phonebook... so my numbers without CC would need german CC applied... even when abroad May 11 21:32:47 TAsn, better thing so, a pwd that seems a phone number, more secure :D May 11 21:32:52 mrmoku, no May 11 21:32:58 DocScrutinizer: Hey! May 11 21:33:02 numbers without CC should have the CC when added! May 11 21:33:02 Stop being an ass :-) May 11 21:33:06 DocScrutinizer: you know we agree May 11 21:33:10 at least both of us May 11 21:33:13 i.e if I'm in germany and I add a number without a prefix May 11 21:33:15 DocScrutinizer: stop bothering about the others May 11 21:33:20 You know their opinion is worth nothing :-p May 11 21:33:22 it should add it with a german prefix May 11 21:33:30 (as I'll overcommit them anyway :-p) May 11 21:33:31 actually, I don't think it should add a prefix at all May 11 21:33:47 the numbers in the contact list should stay as typed May 11 21:33:56 you must not annoy the user May 11 21:34:00 by changing their data. May 11 21:34:13 just mind your own business ;] May 11 21:34:16 TAsn: are you on shr-devel? May 11 21:34:28 Ainulindale, yes. May 11 21:34:31 though I'm going to bed May 11 21:34:36 then read your mails and stop annoying DocScrutinizer May 11 21:34:37 so atm, let's pretend I'm not. May 11 21:34:38 ;] May 11 21:34:40 I already owe him a beer May 11 21:34:42 DocScrutinizer, you are wrong.! May 11 21:34:45 I don't want to owe him two of them May 11 21:34:51 ahahahah May 11 21:34:57 Or maybe I'll bring german piss along May 11 21:35:03 That way it'll be cheap May 11 21:35:15 I would let the user define wheter to put or not the prefix... Personally I don't set the prefix because I'm not out of my country a lot, so when I'm out I just look for the phone in the contacts list and add a +34 (spain) May 11 21:35:20 that' would be easy May 11 21:35:27 I mean, assuming the phone is always local May 11 21:35:36 unless the phone has a prefix May 11 21:35:54 Heh, OpenBSD faq has something about it. May 11 21:35:57 Ainulindale: read it... but will answer tomorrow May 11 21:36:00 Sharwin_F, yes May 11 21:36:02 I agree May 11 21:36:08 going to bed too now... without TAsn though ;) May 11 21:36:09 that's what I think. May 11 21:36:19 if the user sets a prefix, call to that country, if not, call to the country where the network is... easyt May 11 21:36:19 mrmoku, you are gmt+1 right? May 11 21:36:41 TAsn: +2.? don't know 23:36 May 11 21:36:47 +1 May 11 21:36:48 mrmoku: quick answer informally? May 11 21:36:51 i'm +2 May 11 21:36:56 and here it's 00:36 May 11 21:36:57 Ainulindale: good thing :) May 11 21:36:58 night. May 11 21:37:09 mrmoku: well I don't want to be a pain I'm telling that because I feel it's necessary May 11 21:37:17 I'm willing to step down if people don't think so May 11 21:37:25 I just think now we're going straight into a wall of brick May 11 21:37:30 Ainulindale: no pain... feeling the necessity of some organization too May 11 21:37:59 mrmoku: Yeah I just see a huge difference between work & SHR and I makes me feel creepy May 11 21:38:14 Ainulindale: no need for that :) May 11 21:38:18 I feel no legitimacy telling people what they should do for SHR May 11 21:38:22 But I should feel that way May 11 21:38:37 Priorities are priorities, but as now they're not written anywhere.. May 11 21:38:37 +1 May 11 21:38:51 +1 May 11 21:39:02 That's a +2 for what? May 11 21:39:07 Is there any reason why loglevel=0 is not removing all logs from being printed during boot/suspend/resume? May 11 21:39:09 Ainulindale: The community needs you leading SHR! May 11 21:39:10 for organization me thinks May 11 21:39:13 for prioritis to be written May 11 21:39:20 wurp2|working: the community needs *someone* leading SHR May 11 21:39:21 and organizations May 11 21:39:41 That someone happens to be me right now out of convenience May 11 21:39:50 Because I can shout the loudest May 11 21:40:04 i think that there should be someone who lead the project, 2 or 3 ppl and decide priorities May 11 21:40:17 m0nt0: well did you get my mail? May 11 21:40:26 we can talk about that, but at some point a decision should be taken May 11 21:40:29 Ainulindale: will answer tomorrow... tired now May 11 21:40:33 gnight all May 11 21:40:33 mrmoku: good night :-) May 11 21:40:42 Ainulindale, i'm sorry, but i don't think May 11 21:40:42 good night May 11 21:40:45 Ainulindale: you get shit done, too, which is nice May 11 21:40:53 wurp2|working: by others :-p May 11 21:40:59 m0nt0: Well it's on shr-devel May 11 21:41:00 Everyone feels better taking shouts from someone who contributes a lot May 11 21:41:06 acutually i got some problems, the new router is driving me crazy May 11 21:41:06 Err May 11 21:41:09 I don't contribute that much May 11 21:41:14 Orally, yes May 11 21:41:19 In terms of lines of code, not that much May 11 21:41:25 Ainulindale: I dunno, I haven't followed as closely for a while... but you are the reason there *is* an SHR May 11 21:41:28 I was always the best for oral contributions :-> May 11 21:41:37 Ainulindale: Don't I know it! May 11 21:41:43 Meh :-) May 11 21:41:47 Ainulindale: I will reply to the mail May 11 21:41:58 ptitjes: You'd better do it yes. May 11 21:42:07 Ainulindale: but basically I think there should be two || ways like in fso May 11 21:42:09 mail? May 11 21:42:09 Ainulindale, checking shr devel May 11 21:42:12 Else I know where you live and I can build a buzz bomb May 11 21:42:18 Ainulindale: they work on two fronts simultaneously May 11 21:42:30 hehe, need sime hints? May 11 21:42:51 DocScrutinizer: http://lists.shr-project.org/pipermail/shr-devel/2009-May/000025.html May 11 21:42:53 Ainulindale: just try. you don't what I can find in my hangar May 11 21:44:01 ptitjes: libfso-glib sitll compiles as Intel instead of ARM May 11 21:44:24 (it's a pity how I feel as the bogeyman writing this type of mail) May 11 21:45:10 how do i set the led to on via dbus?`i found the device May 11 21:45:11 Ainulindale: I support you on that May 11 21:45:30 Deubeuliou: I don't know what happens... :( May 11 21:45:55 Deubeuliou: mostly because you didn't build vala but vala-native or something like that May 11 21:45:59 hi! May 11 21:46:04 * spaetz yawns May 11 21:46:05 night May 11 21:46:11 spaetz: are you on shr-devel? May 11 21:46:15 yep May 11 21:46:17 If you are, reply or die May 11 21:46:35 I'll kick the crap out of anyone who won't reply May 11 21:46:43 here is the device: org.freesmartphone.Device.LED.SetBrightness( i:brightness ) May 11 21:46:53 on a conference trip currently with sporadic Wifi access. May 11 21:46:54 Ainulindale, +1 for the mail, that's what's in my mind also May 11 21:47:00 how do i set sth. May 11 21:47:01 WIll need to cahckup on mails May 11 21:47:43 spaetz: http://lists.shr-project.org/pipermail/shr-devel/2009-May/000025.html May 11 21:47:55 Ainulindale: so is this about SHR the distro or the different parts? May 11 21:48:06 tmzt: the distro May 11 21:48:13 (including parts) May 11 21:48:19 I'm pretty sure I built it ... but I'll recheck May 11 21:48:25 about SHR everything i think May 11 21:48:31 * methril reading Ainulindale's mail about the core team May 11 21:48:43 the peculiar thing here is that we are a distro but also software May 11 21:48:43 Ainulindale: READING May 11 21:49:49 Ainulindale, not only that, i think that everyone needs some distro mantainer, and some sw main developer who coordinates the parts May 11 21:50:24 i got it myself... May 11 21:50:28 nice, the dbus May 11 21:50:32 split opinion. On the one hand everyone will continue to wowork on what he finds most fun May 11 21:50:48 let's say ptitjes for the ophonekitd or libmodulo for example and when i ask "What can i do?" he can write me "do the message part or something similar" May 11 21:50:50 spaetz: I disagree on that :-) May 11 21:50:56 on the other hand some organization thcan make decisions is desirable May 11 21:51:11 spaetz: By someone you mean the people not directly involved in SHR May 11 21:51:20 Sad to say but I don't do what is fun to me for SHR May 11 21:51:36 Don't you think writing mails and shouting at people makes me feel warm inside May 11 21:51:51 Because this isn't the case May 11 21:51:55 Ainulindale: I don't think you are representative of SHR then :) May 11 21:52:03 well May 11 21:52:09 you ought to be concious that being part of a team May 11 21:52:13 you have certain rights, yes May 11 21:52:18 but certain responsibilities as well May 11 21:52:21 most people will consume. Some people will do what they think is fun and a few people will do the grunt work May 11 21:52:30 one can't take and not give something in return May 11 21:52:58 work like mrmoku is doing right now. ensuring that stuff compiles although idiots like me commit stuff without testing May 11 21:53:11 spaetz, ok, the shr organization i think is necessary for the active contributors i think May 11 21:53:11 I agree that most people will do that, that's why we need people motivated to do the other stuff May 11 21:53:12 well, is a comunnity effort, but everyone here is an adult, and Ainulindale is right, we know our responsabilities May 11 21:53:15 could i break my phone via dbus? May 11 21:53:23 usr: no May 11 21:53:25 (me spanks spaetz May 11 21:53:31 set vibe to 1000 May 11 21:53:50 how does one call gstreamer to play a sid file from cli? May 11 21:53:56 usr: are you there just to say disturbing things or will you talk about dev at all? =) May 11 21:54:31 m0nt0: would like to contribute to ophonekitd ? :D May 11 21:54:37 ore would it still be 100 %? i read an article how to convert songs in vibration on om May 11 21:54:50 ptitjes: he already wants to contribute to its dbusification May 11 21:54:57 ptitjes, want to contribute to the ophonekitd and gui things, yes May 11 21:54:58 ptitjes: still waiting your draft by the way May 11 21:55:11 usr: I know 7 methods, but these are secret wisdom for hw wizards only ;-) May 11 21:55:13 m0nt0: did you start working on what I told you was necessary for the dbusification? May 11 21:55:29 That is writing down functional contexts, picking one, and starting to write specs for Dbus? May 11 21:56:06 Ainulindale, since friday i'm working for a business thing that i have to do tomorrow, but i've read the vala code to make pluginnable app May 11 21:56:07 Ainulindale: i'm waiting mrmoku resume May 11 21:56:23 Ainulindale: hum I thought I had sent it... :( May 11 21:56:29 about lfp-efl2 May 11 21:56:30 and tomorrow i'm going to write some small portion of code May 11 21:56:37 Ainulindale: let me fix this now May 11 21:56:38 methril: yeah I know :-) May 11 21:56:39 usr: if you find method #8, please tell me May 11 21:57:00 Aintunlindale: so my next question... ^^ if every noob can use the dbus and change states of settings... what about conflicts? for example i use the power led and set it orange May 11 21:57:01 m0nt0: well I'd suggest first try to picture what you'd do to instantiate a GUI over dbus May 11 21:57:04 DocScrutinizer: thanks for the spanking. Thanks to my stolen hotel Wifi; I got it with some delay May 11 21:57:04 well, i'd like to be part of the team May 11 21:57:04 that is, dbus wise May 11 21:57:16 would you do org.shr.ophonekitd.Dialer.ShowDialer ? May 11 21:57:17 m0nt0: pluginable app ? May 11 21:57:25 Or would you do org.shr.ophonekitd.Dialer.ShowDialer(string number) ? May 11 21:57:29 etc. May 11 21:57:29 Ainulindale: How many time do you think the "core" responsabilities could take? May 11 21:57:30 http://shr-project.org/trac/wiki/How%20to%20join still shows the old ML address. May 11 21:57:31 so we want to get the gui via dbus signal? May 11 21:57:38 methril: Not that much May 11 21:57:44 More time at the beginning of course May 11 21:57:46 And i fail to find the new one. May 11 21:57:47 when the phone finished it's charging it would be purple... so... May 11 21:57:55 So to summarize, I think yes, some core team that makes decision is good. But most contributors will just continue to do what the y do know. May 11 21:58:00 I'd say 5 to 6 hours the first two weeks just for the sake of writing material May 11 21:58:08 Then not more than half an hour a week I'd say? May 11 21:58:30 s/know/now/ May 11 21:58:31 spaetz meant: So to summarize, I think yes, some core team that makes decision is good. But most contributors will just continue to do what the y do now. May 11 21:58:50 m0nt0: you didn't read my mail about dbusification, did you? :-) May 11 21:59:09 Ainulindale, read and replied to that May 11 21:59:21 spaetz: with the Ainulindales assumption most of the contributors that want to be part of the core team, could be part of them May 11 21:59:25 So you already know that we will launch UI over dbus May 11 21:59:44 Ainulindale, http://lists.shr-project.org/pipermail/shr-devel/2009-May/000010.html May 11 22:00:07 PaulFertser: http://lists.shr-project.org May 11 22:00:31 Ainulindale: in short, do i have to take care, when i access the dbus? ore can i write what ever i wan't? May 11 22:00:32 m0nt0: so you know what I was describing then? May 11 22:00:33 ptitjes: Thanks :) May 11 22:00:34 so can you make this point to me more clear what do you mean for "launcing from dbus"? May 11 22:00:54 m0nt0: let us say that I have a fully functional UI library already divide to be able to launch parts separately May 11 22:01:01 Now I want to define my dbus methods for that May 11 22:01:03 THe question is May 11 22:01:07 How would you design it? May 11 22:01:12 ahhh ok May 11 22:01:13 PaulFertser: i modified it May 11 22:01:14 PaulFertser: np :) could you fix the wiki page plz ? :) May 11 22:01:26 m0nt0: that is the basic material we should talk about before writing any code :-) May 11 22:01:38 Let us agree on some basics, then start rock & coding May 11 22:01:39 ptitjes: i did May 11 22:01:52 methril: cool :) May 11 22:01:56 Ainulindale, sorry but dbus it's quite new to me... :D May 11 22:02:02 m0nt0: if i want to change led brightness, turn on wifi etc... use the whole dbus. maybe it's better then echo values to /sysfs ^^ May 11 22:02:05 Don't be sorry m0nt0 May 11 22:02:16 I still don't know a thing about vala May 11 22:02:21 It doesn't prevent me from doing other things May 11 22:02:25 :D May 11 22:02:35 I'll find time one day to dive into it May 11 22:02:40 But for now, I've other stuff to do May 11 22:02:57 Ainulindale: can I write prototype in vala ? because DBus lakes a human-readable serialization... May 11 22:02:59 well so we need to define some dbus method, bus, interfaces to startup the gui, is this reight? May 11 22:03:14 ptitjes: prototype of what? May 11 22:03:19 We first need specs ptitjes May 11 22:03:20 Not code May 11 22:03:21 you want to write an ide? May 11 22:03:25 Written understable specs May 11 22:03:27 usr: the dbus daemons use sysfs on the backend May 11 22:03:31 s/understable/understandable/ May 11 22:03:32 Ainulindale meant: Written understandable specs May 11 22:03:46 m0nt0: exactly May 11 22:03:56 ahhhhh that's clear then May 11 22:03:57 Ainulindale: do you have plans on writing an ide? May 11 22:03:57 Something along the lines of May 11 22:04:05 org.shr.ophonekitd.Dialer : call management object May 11 22:04:08 so i'm going to write them :D May 11 22:04:12 - ShowDialer() shows the dialer May 11 22:04:15 some kind of gui? May 11 22:04:22 - ShowDialer(string number) shows the dialer with prefilled number May 11 22:04:23 etc May 11 22:04:23 ooook May 11 22:04:26 just written specs May 11 22:04:29 then we'll talk about it May 11 22:04:30 yes May 11 22:04:34 then we'll prototype them May 11 22:04:38 usr: next time ide you made it on my banlist :-/ May 11 22:04:47 it wasn0t clear that part May 11 22:05:01 I seriously think that writing code first is a BAD thing May 11 22:05:18 Even though people will tell me "it's better and/or faster that way" May 11 22:05:21 I just won't read it May 11 22:05:39 Ainulindale: ack May 11 22:05:41 I have an openenmeded/recipes/vala/vala-native_git.bb (shipped with the standard OE tree) but bitbake tells there is nothing providing vala-native May 11 22:05:46 well, is faster, but later you could have some bad design decissions May 11 22:05:47 Written understandable specs are readable by everyone May 11 22:05:58 it seems like bitbake doesn't look in this folder May 11 22:06:01 And when we'll have the full picture we'll be able to prototype :-) May 11 22:06:21 well anyone from FSO team? the docs for the api in frameworkd need an update also May 11 22:06:29 DocScrutinizer: check for PN May 11 22:06:41 should I better create a link to it, copy it, or is there a way to tell bitbake to look in this path ? May 11 22:06:48 Ainulindale: double ACK. PN? May 11 22:06:53 damn May 11 22:06:55 Ainulindale: for interfaces are just like what you wrote above May 11 22:06:56 Deubeuliou: check for PN May 11 22:07:00 +me May 11 22:07:06 ptitjes: I don't want code! May 11 22:07:12 Don't try to convince me, it won't work May 11 22:07:33 Ainulindale, html, pdf, odf, which format? with images, or without images? :D May 11 22:07:37 I don't want XML, I don't want code, I don't want any form of standardized way to picture this, I want talks! May 11 22:07:57 Ainulindale: what I can't add UML pictures ? May 11 22:07:59 m0nt0: mails on the ML, possibly written material on the wiki and/or images depending on what you prefer May 11 22:08:05 let's talk! May 11 22:08:13 DocScrutinizer: the first ack was about what? May 11 22:08:20 talks brings to nothing May 11 22:08:25 specs first May 11 22:08:27 Ainulindale, ok, i'll put it in a txt and them write a mail, stay tuned :D May 11 22:08:28 you tell that because you don't talk ptitjes May 11 22:08:30 UML sequence diragrams do May 11 22:08:35 Ainulindale: what are you at? May 11 22:08:35 so it brings you to nothing that's for sure May 11 22:08:52 uuuuh so uml is used in real life? :D May 11 22:08:57 I already have them in txt May 11 22:09:00 m0nt0: ptitjes is the only user :-p May 11 22:09:06 ahahahah May 11 22:09:06 ptitjes: then mail them dammit! =) May 11 22:09:22 but there is no explanations May 11 22:09:26 Just because you have them doesn't mean we (developers) agree May 11 22:09:38 And as you see you don't have explanations and we'll need explanations May 11 22:09:43 we could try to write some exploits May 11 22:09:45 As well as why you structured that this way May 11 22:09:52 And as well as your choices May 11 22:09:58 and you won't put that in vala or in UML May 11 22:10:03 ptitjes: specs without explanations is worth nothing. see ALSA-specs May 11 22:10:09 (because even if you can do that it'll be unreadable) May 11 22:10:44 DocScrutinizer: sure I just wrote those because this is the third time I wrote them differently so I know what they means May 11 22:10:46 :) May 11 22:10:50 -s May 11 22:11:37 Ainulindale: have you finesched an May 11 22:11:41 app May 11 22:12:03 /kick usr May 11 22:12:43 ptitjes: Just because you wrote them doesn't mean your choices were good or relevant as you may not have the big picture in mind, as maybe neither of us May 11 22:12:52 That's why talks are necessary May 11 22:13:00 When a client tells you he needs foo May 11 22:13:10 you don't come with foobar already developed May 11 22:13:14 you try first to understand what foo is May 11 22:13:39 Ainulindale: sorry to bother you again, but I'm sure: you mean the name would be "vala" ? I don't find any "PN =" in any BB file, I don't know how bitbake sets the package name, I thought it was simply based on the recipe's file name May 11 22:13:50 s/I'm sure/I'm not sure/ May 11 22:13:50 Deubeuliou meant: Ainulindale: sorry to bother you again, but I'm not sure: you mean the name would be "vala" ? I don't find any "PN =" in any BB file, I don't know how bitbake sets the package name, I thought it was simply based on the recipe's file name May 11 22:13:58 Deubeuliou: by default it's based on the package name May 11 22:14:06 * ptitjes is writing a lot May 11 22:14:32 ptitjes: well any written material in your /Users/ directory isn't worth a penny to me as long as it doesn't hit the ML! May 11 22:14:35 (or my mailbox) May 11 22:14:46 Already told that loads of time =) May 11 22:15:02 And I did you a favor by acknowledging OSX :-p May 11 22:15:07 seems obvious to me May 11 22:15:19 Ainulindale: I everytime write in a text file before copy/paste in a mail for that kind of stuff May 11 22:15:28 DocScrutinizer: well different people work differently May 11 22:15:41 Ainulindale: hence my "SHR Rumblings" folder on my desktop May 11 22:15:55 ptitjes, so you have got those specs for the dbus guification? May 11 22:15:56 Deubeuliou: go in your root shr-* dir, do a . setup-env and bitbake -b path/to/vala.bb May 11 22:16:16 m0nt0: shhh this is only my view :) May 11 22:16:19 too late, I edited the recipe that provides "vala" May 11 22:16:29 you shouldn't do that May 11 22:16:31 it's working as is May 11 22:16:36 you don't have to do that May 11 22:17:08 ptitjes, lol, so are you going to mail that? May 11 22:17:12 mmh ok. and what is -b ? it adds a file ? May 11 22:17:27 else i'm going to write them, also from my points of view May 11 22:17:30 check the man May 11 22:17:32 ok May 11 22:17:34 m0nt0: do it anyway May 11 22:17:34 sorry May 11 22:17:36 right May 11 22:17:39 ok May 11 22:17:48 Deubeuliou: no problem I can't do everything at the same time =) May 11 22:17:54 my bad :) May 11 22:17:56 m0nt0: it is necessary to confront point of views May 11 22:18:05 I have my idea already written, I didn't mail it on purpose May 11 22:18:35 I don't care about the format as long as the design choices are understandable May 11 22:18:48 Ainulindale, ok May 11 22:18:49 And as long as we can guess what does what May 11 22:19:06 There is two points to this exercise May 11 22:19:14 First make you think about what you'd like to work with May 11 22:19:22 Then make you see what other would like May 11 22:19:36 p.s. this is what i need, i want to contribute and i'd like to be useful so what i habe to do? i need someone who tells me "do this" rather than "do that" May 11 22:19:41 In order to come up with a new and "better" idea which will be a compromise May 11 22:19:53 m0nt0: no problem, I'm there for that :-p May 11 22:20:00 I like to tell other people to do what I don't want to do usually May 11 22:20:06 Here I did it anyway but nevermind May 11 22:20:26 Ainulindale, so you're the boss :D May 11 22:20:36 well unfortunately yes May 11 22:21:24 why unfortunately, it's a bad thing to do that alone, i agree, but a core team is going to be done so you'll be alone for a short time May 11 22:21:30 :D May 11 22:22:09 heh May 11 22:22:41 * dos1 votes for usr in core team and he thinks that DocScrutinizer has the same opinion ;) May 11 22:22:55 hehe May 11 22:23:19 dos1 for Chief Graphics Officer May 11 22:23:21 è May 11 22:23:23 ! May 11 22:23:42 Nah May 11 22:23:47 CGO he's already taken by me May 11 22:23:52 for Chief Grumpy Officer May 11 22:24:12 anyway, after reading lot of irc logs and mails, going to sleep now May 11 22:24:16 Ah forgive me I'll do a tag there for ptitjes' understanding => :-p May 11 22:24:31 spaetz: i want to be just Master ;D May 11 22:24:52 nahh, Ainu is Senior Vice President of Spanking Operations May 11 22:24:59 I like that. May 11 22:25:02 Ainulindale: You shouldn't put tags on things that are true! May 11 22:25:12 wurp2|working: meh :-p May 11 22:25:51 hmm May 11 22:27:23 i'll answer mail tomorow May 11 22:27:52 Ainulindale, where can I find the source of phonegui-efl? (not 2) May 11 22:27:58 TAsn: shr.git May 11 22:28:03 and i'll work on dbusification specs... err... talk about that when the first draft will be preented May 11 22:28:05 oh, cool. May 11 22:28:06 thanks. May 11 22:28:41 even that ALSA-like doc from ptitjes i i understood correctly May 11 22:28:55 good night ;) May 11 22:29:06 night, dos1 May 11 22:29:13 good night dos1 May 11 22:29:20 s/i i/if i/ May 11 22:29:20 night dos1 May 11 22:29:56 i think that i'm going to sleep too. May 11 22:29:56 night Doc, night ptitjes, night methril... night eveeeryyyyooneeee ;) May 11 22:30:11 night, tomboy May 11 22:30:28 methril: about your investment this isn't a matter of being the oldest guy or what May 11 22:30:35 I think let us wait and see who wants to be in May 11 22:30:43 And if we're 8, so be it, what's the matter with 8 people? May 11 22:30:56 I form the APO ;-D May 11 22:30:59 ok, but i understand that if someone is more time working on the project, has pripority May 11 22:31:13 night dos1 May 11 22:31:22 ahh too late May 11 22:31:49 well, more people, harder to agree May 11 22:31:57 or maybe minister of secret operations ;-) May 11 22:31:59 methril: Votes are there for that. May 11 22:32:09 I think the true limit is 10 May 11 22:32:16 not all people might have to agreee on all issues May 11 22:32:28 all depends on how you set up things May 11 22:32:31 Yep we're not talking about something as deep as spaetz told May 11 22:32:41 I don't think we need to decide on which package should go in the feed May 11 22:32:44 This isn't relevant May 11 22:32:48 it's ok to disagree. Thhis gives more opinion May 11 22:32:57 and a more general overview May 11 22:33:02 Things to migrate such as EFL_SRCREV though has to be decided May 11 22:33:07 s/has/have/ May 11 22:33:08 Ainulindale meant: Things to migrate such as EFL_SRCREV though have to be decided May 11 22:34:02 actually, I thingk default images are a prime example of where core member voring might be useful :) May 11 22:34:19 and EFL_SRVREV as well of course May 11 22:34:27 SRCREV May 11 22:34:45 For default image I agree but first vote goes to users :-) May 11 22:35:42 IMHO depends on the "branch". For testing has to be decided, for unstable broken things and newer stuff is OK for me May 11 22:35:52 That's what I meant. May 11 22:37:06 methril: btw the older people have to be preferred is bullshit :) May 11 22:37:17 * mwester growls May 11 22:37:21 (agreed) May 11 22:37:21 whoever is willing to invest efforts should be preferred May 11 22:37:36 I just want people to know that this is a responsibility May 11 22:37:41 not whoever happened to join at some earlier stage May 11 22:37:46 That it'll take time of not fun job May 11 22:37:50 But it's necessary May 11 22:37:54 ok May 11 22:38:02 forget that sentence May 11 22:38:13 mwester: and you're not that old May 11 22:38:20 bah May 11 22:38:35 I was on the core team that designed _dirt_ May 11 22:38:46 mwester: nahh, really old means older than 30 May 11 22:38:51 * spaetz ducks May 11 22:39:01 mwester: you mean the team before the "fiat lux" team? May 11 22:39:02 * spaetz is older than 30 :) May 11 22:39:21 (I'm bible joking, this is bad.) May 11 22:39:26 :D May 11 22:39:28 back in the old days, when a young man was a strong man, all the people they stepped *back* - when young man wahalked by ;-D May 11 22:40:05 is there a terminal-editor with syntaxhighlights for python and bash scripts for shr, fso? May 11 22:40:19 yes, emacs is in the feed May 11 22:40:21 Ainulindale, talking about specs, if i write a signal, that signal is emitted by the gui? May 11 22:40:31 spaetz types faster than I. May 11 22:40:33 today, the old man got all the money, and young man he's got nothing in the world these days May 11 22:40:34 They won't be any signals I think May 11 22:40:36 which feeds? May 11 22:40:39 mwester: hehe May 11 22:40:47 But if you need any, yes, they'll be emitted by the gui and/or ophonekitd May 11 22:40:50 Justify your needs May 11 22:40:51 shr feed May 11 22:40:56 DocScrutinizer: I don't have any money. May 11 22:41:07 hehe, same here May 11 22:41:14 me neither May 11 22:41:23 And I'm losing my hair on top of it. May 11 22:41:30 Sigh. May 11 22:41:34 got it thx May 11 22:41:35 So am I and I'm young May 11 22:42:10 i'm in the barrier May 11 22:42:14 just 30 May 11 22:42:15 Is that why you are bearded? to compensate? :) May 11 22:42:19 Ainulindale, how does the gui and ophonekitd then talk? let's say that i click on "refuse" on the incoming call, how this "click" is returned to ophonekitd? May 11 22:42:39 spaetz: I proudly wear my beard, and have done so since I was 15 May 11 22:42:40 *replied* May 11 22:42:48 spaetz: and how come you know how I look? May 11 22:43:01 m0nt0: it isn't May 11 22:43:09 m0nt0: it goes to the framework May 11 22:43:17 m0nt0: AIUI that's what those missing specs are all about May 11 22:43:21 then ophonekitd will receive a signal from the framework telling him call has been closed May 11 22:43:30 and it'll tell to the gui to close itself May 11 22:43:41 Ainulindale: haven't you noticed the camera in your FR :)? May 11 22:43:53 Ainulindale, ok May 11 22:43:59 DocScrutinizer, AIUI?? May 11 22:44:05 no, actually you told that you are bearded at some point May 11 22:44:10 as far as I can tell, the only camera I have is the hidden camera wurp2|gone set up to watch my girlfriend's boobs May 11 22:44:14 ~wtf aiui May 11 22:44:16 no binary found. May 11 22:44:18 hehe May 11 22:44:22 fsckAA May 11 22:44:27 !! May 11 22:44:39 as i understand it May 11 22:44:50 mwester: fix bzzbot! May 11 22:45:02 fix my ISP. May 11 22:45:09 hehe May 11 22:45:11 both of them. May 11 22:45:49 ~wtf ISP May 11 22:45:50 no binary found. May 11 22:45:54 I have two links; the bot gets confused when one fails, and it tries to connect over the other. May 11 22:46:09 no binary found? May 11 22:46:10 so wtf AIUI? :D May 11 22:46:12 what? May 11 22:46:16 ­ May 11 22:46:17 gah. :P May 11 22:46:18 "as I understand it" May 11 22:46:24 ahhhhh May 11 22:46:27 lol, sorry May 11 22:46:53 bzzbot: ISP is Internet Service Provider May 11 22:46:54 mwester: okay May 11 22:47:00 ~wtf ISP May 11 22:47:02 no binary found. May 11 22:47:04 bah. May 11 22:47:10 hehehe May 11 22:47:19 it's a really polite bot May 11 22:47:23 hehehe May 11 22:47:26 what is this error: May 11 22:47:27 git read-tree 1 failed with signal 128, output: May 11 22:47:28 fatal: Not a valid object name 1 May 11 22:47:30 ? May 11 22:47:36 while fetching the sources May 11 22:47:37 ~what is ISP May 11 22:47:38 it has been said that isp is Internet Service Provider May 11 22:47:41 sigh. May 11 22:47:43 would be fun to write app to bring www-sides down with sync for hate-addresses May 11 22:48:45 ~isp May 11 22:48:45 it has been said that isp is Internet Service Provider May 11 22:48:58 ~wtf afaik May 11 22:48:59 no binary found. May 11 22:49:09 ~afaik May 11 22:49:21 ahaaaa May 11 22:50:36 usr: aha, and what is the relation to topic of this channel?? May 11 22:50:37 nobody has any clue about this error ? May 11 22:53:03 err, maybe 1 isn't a valid name for whatever you try to do? May 11 22:53:53 Deubeuliou: you are probably missing a PREFERRED_VERSION for the package in question. May 11 22:53:55 Deubeuliou: if you put the command.... May 11 22:55:30 did you do bitbake -b Deubeuliou ? May 11 22:55:44 well, good night May 11 22:55:47 cdevel you could write this one... anonymous-web-attack May 11 22:55:52 tomorrow more and better :) May 11 22:56:29 Ainulindale: who's Op of # ATM?? May 11 22:56:51 DocScrutinizer: noone May 11 22:56:58 DocScrutinizer: unfortunately May 11 22:57:29 I usually refuse to kick, as I don't trust myself May 11 22:58:08 sometimes I feel like I'd be happy someone else did nevertheless May 11 22:58:26 Ainulindale: actually, I put another recipe, along with the one that was used, but with a more recent version name May 11 22:58:41 so the latter is used May 11 22:58:53 /shr-unstable/openembedded/recipes/vala/vala_0.7.2.bb May 11 22:58:56 it shouldn't May 11 22:59:01 we have a PREFERRED_VERSION May 11 22:59:06 So you probably borked your config May 11 22:59:11 NOTE: preferred version 0.6.0 of vala not available (for item vala) May 11 22:59:11 So results will be unpredictable May 11 22:59:12 :s May 11 22:59:16 ok May 11 22:59:21 k, a /ignore will do for now - I hope May 11 22:59:37 DocScrutinizer: nah I'll paste everything for you May 11 23:00:09 beware, we meet in a few days >;-) May 11 23:00:18 Heh :-) May 11 23:00:32 Anybody knows the basics of streaming here by the way? May 11 23:00:35 (Video streaming) May 11 23:02:07 regarding what ? encoding, solutions, how it is done... ? May 11 23:02:16 night May 11 23:02:40 Deubeuliou: yep May 11 23:03:03 no channel op? May 11 23:03:08 how can that be' May 11 23:03:10 ? May 11 23:04:10 there are a numerous of flash solutions, but I guess it's not what you are looking for ? May 11 23:04:36 are you thinking about a streaming server ? May 11 23:04:45 that's for F9N May 11 23:04:49 ah, ok May 11 23:04:52 then, vlc May 11 23:04:56 or May 11 23:05:01 Question is, how would you setup it? May 11 23:05:07 Would you be able to do some experiments? May 11 23:05:14 I think so :) May 11 23:05:21 Intel and Nokia announce open source telephony project (oFono) May 11 23:05:24 Then could you get in touch with ptitjes for that? May 11 23:05:25 interesting May 11 23:05:30 And with bearstech for the servers? May 11 23:05:34 The already told me they could help us with that May 11 23:05:40 I'll try this week or, at least, this WE May 11 23:05:42 ok May 11 23:05:52 Deubeuliou: well it might be too late... May 11 23:05:52 I can run tests on my server May 11 23:06:03 ok, asap, then May 11 23:06:15 it's for next week remember May 11 23:06:49 yes, next weekend. not this one May 11 23:07:02 but ok, I'll run tests asap May 11 23:07:19 Thanks a lot May 11 23:07:41 Wednesday evening, I think May 11 23:07:51 Deubeuliou: I have a camera and PC already at home that I thought to come there with May 11 23:08:00 great :) May 11 23:09:40 Ainulindale: bitbake -c build --buildfile=/home/deubeuliou/dev/openmoko/shr-unstable/openembedded/recipes/vala/vala_0.7.2.bb May 11 23:09:44 still fails May 11 23:09:50 log? May 11 23:09:51 this file simply contains: May 11 23:09:57 (require ?) May 11 23:09:59 require vala.inc May 11 23:09:59 SRC_URI = "${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=gir-writing" May 11 23:10:02 PR = "r2" May 11 23:10:07 that's normal May 11 23:10:17 What's the full error log? May 11 23:10:19 Please pastebin May 11 23:10:24 the log is just git read-tree 1 failed with signal 128, output: May 11 23:10:24 fatal: Not a valid object name 1 May 11 23:10:27 Heh May 11 23:10:30 You lack a rev May 11 23:10:36 * spaetz yawns May 11 23:10:38 in your include file May 11 23:10:42 sleep time May 11 23:10:45 night May 11 23:10:49 I put SRCREV in the BB ? May 11 23:10:52 Nah May 11 23:10:53 good night, spaetz May 11 23:10:56 In shr-autorev-unstable May 11 23:10:56 Ainulindale: I tried to tell him that. May 11 23:10:59 but it should already be there May 11 23:11:04 but as you touched everything May 11 23:11:11 you most surely broke everything May 11 23:11:21 id did not change anything like shr-autorev-unstable May 11 23:11:23 mwester: :-) May 11 23:11:50 mwester: I saw, but I did not understand what it meant May 11 23:12:05 Deubeuliou: check http://git.shr-project.org/git/?p=shr-overlay.git;a=blob;f=openembedded/conf/distro/include/shr-autorev-unstable.inc;h=ec9c476e187fbe0f8f7b3d37851920e637606649;hb=HEAD May 11 23:12:12 copy the one for vala-native May 11 23:12:14 rename it vala May 11 23:12:22 (SRCREV) May 11 23:12:58 SRCREV_pn-vala-native = "${AUTOREV}" <-- that one ? May 11 23:13:02 yep May 11 23:13:09 in the include file ? May 11 23:13:14 yep May 11 23:13:18 if you want to keep it May 11 23:13:22 put it in your locale include file May 11 23:13:26 local build something May 11 23:14:38 same error May 11 23:14:48 I apste you everything May 11 23:15:06 then you did something wrong =) May 11 23:15:17 can I have ssh access to your setup? May 11 23:15:24 stupid python question, I'm reading in a hex value ('\x00\x14'), and for life of me, I can't get it to convert to a decimal. Anyone have any tips? May 11 23:15:37 exec bc ? :-) May 11 23:15:58 Ainulindale: yes: wrong include file ... May 11 23:16:12 heh May 11 23:16:19 I wouldn't have guessed :-> May 11 23:17:40 ok, fetch works now. but do_install fails: May 11 23:18:00 NOTE: make DESTDIR=/home/deubeuliou/dev/openmoko/shr-unstable/tmp/work/armv4t-angstrom-linux-gnueabi/vala-0.7.2-r2/image install May 11 23:18:04 make: *** No rule to make target `install'. Stop. May 11 23:18:14 Give me ssh access =) May 11 23:18:23 ok .... mmh May 11 23:18:34 Want my public key? May 11 23:19:57 no need May 11 23:21:15 shhh ... I can't remember my router password ... May 11 23:21:29 Youngsters! :-) May 11 23:21:39 Can't you have a proper BSD router like everyone? :-) May 11 23:21:40 ah, found it May 11 23:21:48 pfff May 11 23:21:50 I have a fonera :) May 11 23:22:02 I ssh to it :p May 11 23:26:14 giong to bed, tomorrow i'll write the mail May 11 23:26:19 good night May 11 23:46:13 ptitjes: vala-bootstrap-native builde pas... May 11 23:48:14 arf May 11 23:48:31 make[3]: *** No rule to make target `valaccodearraymodule.lo', needed by `libvala.la'. Stop. May 11 23:49:07 Deubeuliou: by the way you didn't reply to all May 11 23:50:06 rhaa, ok May 11 23:51:01 ptitjes: does it tell anything to you? May 11 23:51:33 nah May 11 23:51:46 Ainulindale: but we have had a vala night some days ago May 11 23:51:56 should we build the branch with autorev? May 11 23:52:01 (fso) May 11 23:52:07 oh for sure yes May 11 23:52:24 then could you build vala-bootstrap-native with it? May 11 23:52:26 branch pending-upstream-move May 11 23:52:36 oh sorry May 11 23:52:37 errr fso branch here May 11 23:52:41 it's for Deubeuliou May 11 23:52:47 stop rewinding... May 11 23:52:53 stupid me May 11 23:53:03 SRC_URI = "${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=gir-writing" May 11 23:53:22 this has to be pending-upstream-move!!! May 11 23:53:24 :) May 11 23:53:30 then you should tell him so!!! May 11 23:53:33 is it in git like this ? May 11 23:53:41 I check May 11 23:54:04 yes May 11 23:54:19 hum May 11 23:54:24 See? No written specs or docs! :-p May 11 23:54:56 * DocScrutinizer wonders who's got the stupid idea to start at 09:00 at F9N May 11 23:55:00 Same error May 11 23:55:04 can i rotate the screen via dbus? May 11 23:55:14 can you read docs? May 11 23:55:26 DocScrutinizer: for your sake, I was talking to the nameless May 11 23:55:59 ptitjes: same error with the branch you just named May 11 23:56:04 i can, but i don't want to get that deep into it May 11 23:56:26 if it's not worth it May 11 23:56:42 Ainulindale: this may be a bootstrap problem May 11 23:56:53 Then you should go and ask on #dbus, usr they'll answer May 11 23:57:05 Ainulindale: lo is build with C files, C files with valac May 11 23:57:07 thx May 11 23:57:23 Ainulindale: official release versions comes with C files inside May 11 23:58:00 Ainulindale: you have to build that and then with that valac build valac from git May 11 23:58:20 Deubeuliou: don't tell me you didn't build the first bootstrap normally... :-> May 11 23:58:24 I'll have to kill you May 11 23:58:45 Ainulindale: normally this is the goal of those bootstrap and al recipes that mickey and moku have done May 11 23:59:01 Ainulindale: I told you I didn't touch the bootstrap May 11 23:59:07 grah :-) May 12 00:00:22 If it works, everything will be ready on Wendnesday for streaming !!! May 12 00:01:28 ../compiler/valac: line 105: /home/deubeuliou/dev/openmoko/shr-unstable/tmp/work/armv4t-angstrom-linux-gnueabi/vala-0.7.2-r2/git/compiler/.libs/ May 12 00:01:30 lt-valac: cannot execute binary file May 12 00:01:31 Sigh. May 12 00:01:39 (pfiu... I have an english presentation tommorrow morning about Douglas Adams still to be finished...) May 12 00:01:40 (arm) May 12 00:01:42 aw :/ May 12 00:02:07 you already fixed it, didn't you ? May 12 00:02:36 Nah. May 12 00:03:06 ah, vala needs to be rebuilt properly after the boostrap ? May 12 00:03:19 How could I know? I'm a vala noob! May 12 00:03:26 I don't know neither May 12 00:03:32 And our gentle friends didn't write any kind of doc=) May 12 00:04:10 haha May 12 00:04:13 (my guess is it won't work) May 12 00:04:35 Ainulindale: I think mrmoku has succeeded May 12 00:04:54 Yeah he sure did but here Deubeuliou touched this and that May 12 00:05:02 And I don't know what "this" or "that" is May 12 00:05:47 arf dunno what this or that are neither May 12 00:06:14 not that much ... :'( May 12 00:06:37 can we overwrite your shr recipes tree? May 12 00:06:44 Or do you have local modif? May 12 00:06:53 files related to libframeworkd-phonegui-*, libfso, vala May 12 00:07:00 I don't have any local modif May 12 00:07:08 Are you sure? May 12 00:07:30 the only thing I wrote is in /home/deubeuliou/dev/vala/libframeworkd-phonegui-gtk May 12 00:07:36 the rest isn't important May 12 00:08:42 let's rickroll your recipes then May 12 00:13:36 Ainulindale: there is a \ to much May 12 00:13:51 Damn lag **** ENDING LOGGING AT Tue May 12 00:15:12 2009 **** BEGIN LOGGING AT Tue May 12 00:15:31 2009 May 12 00:15:40 ptitjes: won't build bootstrap May 12 00:16:16 the rules are supposed to be clean, right ? May 12 00:19:58 Si ça marche je file au pieu May 12 00:20:41 To me it's a dumb thing in the makefile directives for vala-bootstrap May 12 00:20:43 I can't do a thing May 12 00:21:05 I see May 12 00:21:17 well, maybe we should wait for the vala team to fix it May 12 00:21:39 but, you told that mrmoku managed to buidl it ? May 12 00:21:41 Hmmmm. Weird. May 12 00:22:04 it means he was able to build what, exactly ? May 12 00:22:39 mmmh you managed to build vala-bootstrap-native-0.7.1, later. why not now ? May 12 00:22:54 SRC_URI_pn-vala-bootstrap-native= "${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=pending-upstream-move" May 12 00:22:57 this is normal ? May 12 00:23:29 We tried with and without May 12 00:23:33 ok May 12 00:23:40 That's why it built once May 12 00:24:29 we'll clean everything and rebuild just vala May 12 00:24:42 (everything vala related) May 12 00:26:27 I guess it'll fail. May 12 00:26:35 If it does, check tomorrow with mrmoku|away :-) May 12 00:26:48 ok ! May 12 00:27:15 I'll try to rebuild vala-native and vala-bootstrap-native anyway May 12 00:28:26 if I understand well, vala-native is the i686 compiler and -bootstrap, the ARM one ? May 12 00:29:09 Brain... not... working... anymore... POWEROFF May 12 00:29:29 meh. right May 12 00:29:30 Please check with the guys tomorrow May 12 00:29:36 I'm not aware of what they did May 12 00:29:42 To me this sounds as a bad makefile directive May 12 00:29:46 yeah. have a deep sleep May 12 00:29:50 Tomorrow, big meeting. Night! May 12 00:30:05 and thanks ! May 12 00:30:16 (you're welcome) May 12 00:30:18 I'm off May 12 00:31:25 Ainulindale: night May 12 00:36:00 me too, bye May 12 00:47:55 tracfeed: Ticket #437 (mplayer with tremor support) created May 12 00:58:16 mickey|zzZZzz: http://logs.nslu2-linux.org/livelogs/ofono.txt May 12 00:59:54 (log from #ofono IRC channel, where a shallow technical comparison of FSO and ofono took place) **** ENDING LOGGING AT Tue May 12 02:59:57 2009