**** BEGIN LOGGING AT Mon Nov 28 02:59:57 2011 Nov 28 05:33:25 freesmartphone.org: 03morphis 07gdbus * rb57f10bda237 10libfso-glib/configure.ac: Nov 28 05:33:25 freesmartphone.org: Set vala 0.14 as required version Nov 28 05:33:25 freesmartphone.org: Signed-off-by: Simon Busch Nov 28 07:06:39 moin Nov 28 07:07:16 GNUtoo: maybe you should start to have a save working installation as backup on another partition Nov 28 07:08:00 GNUtoo: and I have no idea what might have broken telephony... probably the switch to newer vala? Nov 28 07:45:54 /win move 2 Nov 28 07:45:57 gah Nov 28 08:09:01 mrmoku: bind your /win :-) Nov 28 08:09:12 and save your layout Nov 28 08:09:17 They won't change that way :-p Nov 28 08:09:36 you seriously using irssi on openmoko? Nov 28 08:24:44 Ainulindale: thing is... I have to restart bip for that... as I accidently quit this channel some day ago :P Nov 28 08:25:15 lindi-: why not? Nov 28 08:25:31 ahh on the device? there I used it too yeah Nov 28 08:33:24 mrmoku: well it's not exactly touchscreen-friendly Nov 28 08:38:49 lindi-: which chat app is touchscreen friendly? Nov 28 10:08:56 JaMa|Off: new vala fails for me due to missing gtk Nov 28 10:09:00 JaMa|Off: rebasing needed? Nov 28 10:43:45 mrmoku, hi Nov 28 10:44:39 hi GNUtoo Nov 28 10:45:03 GNUtoo: got more hints for you broken telephone? Nov 28 10:45:07 +r Nov 28 10:45:51 yes it seem in the lowlevel_openmoko Nov 28 10:46:30 let me boot on SHR(I used qtmoko because I needed telephony and that nearly failed, I didn't find how to import the contacts from the sim but I found the last calls in the sim) Nov 28 10:47:19 morn Nov 28 10:47:34 any comm?ents regarding alignment issues under ARM Nov 28 10:47:35 mrmoku, could it be the vala upgrade? Nov 28 10:48:01 DocScrutinizer, I think JaMa|Off knows more than us about alignement issues Nov 28 10:48:43 I think I recall we had alignment problems causing random segfaults, like some 2 years or more ago Nov 28 10:48:59 you happen to recall the fix for that? Nov 28 10:49:17 it's toolchain issue(libc I think) Nov 28 10:49:27 so one of the fix was to install -dbg packages Nov 28 10:49:41 but then it was fixed in a better way by JaMa|Off + khem Nov 28 10:50:24 mrmoku: quassel is at leasta bit better than irssi Nov 28 10:50:46 and I don't remember it segfaulting Nov 28 10:51:03 DocScrutinizer: you can configure whether kernel detects it and cause segfault or not Nov 28 10:51:07 because maybe echo something> /some/sysfs/path made the kernel automatically fix theses Nov 28 10:51:08 hmm, not sure about segfaults either Nov 28 10:51:11 DocScrutinizer: I think default is to not catch it Nov 28 10:51:18 ahaaaa Nov 28 10:51:25 DocScrutinizer: I've been hitting this problem with latest binutils gold Nov 28 10:51:26 at a performance cost Nov 28 10:52:11 DocScrutinizer: see e.g. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647049 Nov 28 10:52:50 http://www.pastie.org/private/1blrdbsaglo2v1hx1n2zpq Nov 28 10:52:53 mrmoku, ^^^ Nov 28 10:53:14 I'll try to open it manually Nov 28 10:55:50 the modem doesn't seem to respond Nov 28 10:56:08 but I tried osmocombb yesterday and it worked so the modem is not broken Nov 28 11:05:21 mrmoku, I'll eat Nov 28 11:11:47 GNUtoo: hmm... if it does not even respond when trying manually... there's not much left to blame Nov 28 11:13:55 lindi-: thanks, but that bug seems not to suggest how you shall deal with proper alignment. Shall we insert dummy bytes to structures, or is there a compiler directive, or a linker directive, or what'S the deal? Nov 28 11:14:35 DocScrutinizer: hmm? I don't think valid C programs should do unaligned accesses? Nov 28 11:14:54 well, you got those Nov 28 11:14:56 no? Nov 28 11:15:22 is char buf[16]; double *f = (double*)buf[1]; f = 2.0; legal? Nov 28 11:15:30 is char buf[16]; double *f = (double*)&buf[1]; f = 2.0; legal? Nov 28 11:16:01 NFC Nov 28 11:16:22 I'm not interested in debates, I'm looking for a solution to a problem Nov 28 11:16:55 the problem being: #3 0x4164f466 in modest_mail_operation_get_msg (self=0x3410b8, header=0x30bec0, progress_feedback=, user_callback=0x4167a999 , user_data=0x33d930) at modest-mail-operation.c:2840 Nov 28 11:17:35 and seems this is appearing randomly for some builds while not existing in others Nov 28 11:18:00 mrmoku: how it fails? build time? Nov 28 11:18:10 DocScrutinizer: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka3721.html lists some common fixes Nov 28 11:18:20 thanks Nov 28 11:18:59 JaMa|Off: yup Nov 28 11:19:03 DocScrutinizer: I can take a quick look at the source possible if you have a link Nov 28 11:19:15 | cp: cannot stat `/OE/shr-core/tmp-eglibc/sysroots/om-gta04/usr/share/aclocal/gtk-2.0.m4': No such file or directory Nov 28 11:19:25 during do_configure Nov 28 11:19:26 wait a minute Nov 28 11:21:19 lindi-: probably I can't get the link to src now, as I'm in a hurry to sign a employment. Anyway it's an odd callback pointer in above that looks fishy, so maybe "alligned DATA access" (the link you posted) isn't to the point here Nov 28 11:21:58 seems I am looking for a way to align CODE, probably a linker directive Nov 28 11:48:44 mrmoku: does only target vala fail or even -native? Nov 28 11:49:03 mrmoku: here it doesn't fail but we don't have gtk+-native to add it for both Nov 28 11:49:45 JaMa|Off: hmm... it did not build the -native one I think Nov 28 11:50:00 ahh it did Nov 28 11:50:06 JaMa|Off: yeah, vala-native worked Nov 28 11:50:10 * mrmoku lunch bbiab Nov 28 11:50:34 ok Nov 28 11:57:14 mrmoku, maybe I don't know how to use the modem manually Nov 28 11:57:18 ahhh 9600 Nov 28 11:57:22 it should be 115200 Nov 28 12:09:02 DocScrutinizer: align code? Nov 28 12:09:41 DocScrutinizer: I don't see how you could have unaligned instructions Nov 28 12:10:34 that trace suggests there's an unaligned callback function pointer Nov 28 12:10:44 afk Nov 28 12:11:01 DocScrutinizer: that looks like thumb code Nov 28 12:11:22 but hmm " user_callback=0x4167a999 " shows that the view_msg_cb is aligned Nov 28 12:15:53 DocScrutinizer: see A4.1.9 of arm architecture reference manual Nov 28 12:16:31 DocScrutinizer: "Is the register containing the address of the target instruction. Bit[0] of Rm is 0 to select a target ARM instruction, or 1 to select a target Thumb instruction. If R15 is specified for , the results are UNPREDICTABLE." Nov 28 12:17:05 DocScrutinizer: if the lowest bit of the function pointer is "1" then you are telling the cpu to switch from arm mode to thumb mode Nov 28 12:17:20 pespin: can you fix libeflvala please? /libeflvala-1_2011.01.13.1+svnr65643-r1/vala/examples/elementary/main.c:262: undefined reference to `elm_box_homogenous_set' Nov 28 12:17:47 pespin: just s/homogenous/homogeneous/g Nov 28 12:24:13 mrmoku, hmmm any idea how to \r\n on shell? Nov 28 12:30:31 pespin: I'll add patch with it to meta-oe soon Nov 28 12:31:30 JaMa|Off, I'm currently maintaing a new version of eflvala in gitorious, as it needs lots of changes in its vapi Nov 28 12:32:01 I can push this change in svn now, but I hope I won't break compatibility when moving back from gitorious to E svn Nov 28 12:32:28 JaMa|Off, btw are you sure the s/homogenous/homogeneous/g change is only for box or for all widgets? Nov 28 12:33:07 as I don't have new elm here in netbook and I need to much time to rebuild whole E here Nov 28 12:37:27 JaMa|Off, can you try it please? http://pastebin.com/fmqDJGAp Nov 28 12:37:51 mrmoku, I tried an old fsogsmd and it seem not to work either Nov 28 12:38:32 if eflvala compiles with that patch I'll push it to svn :) Nov 28 12:39:10 mrmoku, there is a muxer? or is it integrated to fsogsmd Nov 28 12:41:19 hi, someone knows if SHR is usable without frameworkd fso1? Nov 28 12:41:36 hmmm good question Nov 28 12:42:33 pablo: no, because then you don't have opimd which is required by nearly everything Nov 28 12:45:14 HeinervdmWork: is that an SHR or fso2 limitation? Nov 28 12:45:56 pablo, altough you may be able to use some dumb phone application such as zhone2 or aurora on top of SHR Nov 28 12:46:49 pablo, opimd has still not been ported to fso2 :) Nov 28 12:47:33 pespin: ok thanks Nov 28 12:50:48 is opimd the only missing part to get a fully working fso2? is there a place where to check the frameworkd replace progress? Nov 28 12:57:35 mrmoku, I really don't see what it could be Nov 28 12:58:13 uname -a: Linux om-gta02 2.6.39.4 #1 Sat Nov 19 16:22:13 CET 2011 armv4tl GNU/Linux Nov 28 13:01:17 basically for some reason the modem doesn't answer Nov 28 13:10:21 mrmoku, am I the only one with broken telephony? Nov 28 13:16:19 mrmoku, in other words should I try to reflash? Nov 28 13:20:34 dang, now they got me Nov 28 13:21:02 signed the contract :-D Nov 28 13:21:18 DocScrutinizer51: congrats :-D Nov 28 13:21:26 it's for the cobol thing? Nov 28 13:21:27 GNUtoo: muxer is integrated in fsogsmd Nov 28 13:21:40 mrmoku: thanks Nov 28 13:21:43 pablo: that's an fso thing Nov 28 13:22:01 GNUtoo: nah, LTE modules Nov 28 13:22:03 GNUtoo: tried with mickey-term? Nov 28 13:22:30 DocScrutinizer51, what's that? something like 3G LTE? Nov 28 13:22:42 yep Nov 28 13:22:46 exactly Nov 28 13:22:57 you're developping a 3g lte module? Nov 28 13:23:02 for what company? Nov 28 13:23:08 it's nicer than the cobol thing Nov 28 13:23:10 a lot nicer Nov 28 13:23:15 ST-E Nov 28 13:23:19 ah ok Nov 28 13:23:23 st ericson Nov 28 13:23:23 nice Nov 28 13:23:27 congratulation Nov 28 13:23:35 thanks Nov 28 13:23:51 you will be doing only the hardware part? Nov 28 13:23:58 or also some software part too? Nov 28 13:24:19 let's if they can cope with a nerd like me :-) Nov 28 13:30:22 GNUtoo: both Nov 28 13:30:43 "master of the I2Cbus" Nov 28 13:30:51 ok Nov 28 13:31:24 will your module make it in phones? Nov 28 13:31:34 probably Nov 28 13:31:40 wow nice Nov 28 13:31:53 I hope the protocol to talk to it won't be proprietary Nov 28 13:32:09 given 70% of phones use ST-E chips Nov 28 13:32:13 like for instance msmcomm, samsung protocol etc.... Nov 28 13:32:46 GNUtoo: NFC, prolly what the customer asks for Nov 28 13:33:00 ok Nov 28 13:46:04 JaMa|Off, python-elmentary fails Nov 28 13:46:44 libefl-vala too Nov 28 13:47:03 I have fix for 2nd but not yet for python-elementery Nov 28 13:47:11 ok Nov 28 13:47:18 I'm using your test branch Nov 28 13:48:05 I didn't push it there, because I was on 2 meetings Nov 28 13:48:11 ok Nov 28 13:48:14 I'll wait then Nov 28 13:51:37 GNUtoo: patch pushed but build is still running Nov 28 13:53:00 now even elementary itself failed due to host contamination :/ Nov 28 14:13:46 pespin: looks the same as mine and works (libeflvala builds with OE after http://git.openembedded.org/meta-openembedded-contrib/commit/?h=jansa/test&id=41ce7c9777aef4b85ab198b4a6b1fbe8464f724a ) Nov 28 14:14:39 JaMa|Off, ok I'm finishing compiling E. Give me about 20 min and I'll push it upstream Nov 28 14:22:21 thanks Nov 28 14:22:48 thanks JaMa|Off penghb Nov 28 14:22:49 oops Nov 28 14:22:52 thanks JaMa|Off pespin Nov 28 14:42:09 JaMa|Off, fixed in rev 65653 Nov 28 14:42:27 pespin: where can I find your tp vapi works? Nov 28 14:42:52 libeflvala getting lots of love is a good argument for using it :) Nov 28 14:43:25 mrmoku, tp dbus vapi is inside etalk. Nov 28 14:43:30 wait, I'll share links here Nov 28 14:43:35 thx Nov 28 14:44:27 https://gitorious.org/etalk/etalk/trees/master/src Nov 28 14:44:34 pespin: great Nov 28 14:44:36 * mrmoku clonse Nov 28 14:44:40 err clones Nov 28 14:44:43 have a look at telepathy_gdbus_*.vala Nov 28 14:45:04 mrmoku, master branch of etalk works with old eflvala from E svn Nov 28 14:45:20 neweflvala branch which I pushed yesterday is working against new eflvala Nov 28 14:45:26 which is in... *looking for link* Nov 28 14:45:27 ok, for now I'm interested in tp vapi Nov 28 14:46:04 pespin: any plans on upstreaming the tp vapi stuff? Nov 28 14:46:09 grrr nothing compiles Nov 28 14:46:16 https://gitorious.org/eflvala Nov 28 14:46:24 mrmoku, upstreaming where? Nov 28 14:46:38 vala? Nov 28 14:46:42 while waiting for the efl stuff to be fixed I tried aurora-image Nov 28 14:46:50 that failled too with: Nov 28 14:46:57 | configure: error: Package requirements (qfsodbusxml2cpp >= 0.7.0) were not met: Nov 28 14:46:58 mrmoku, the thing is, people from TP doesn't give support for dbus api Nov 28 14:47:16 instead, they want you to use telepathy-glib Nov 28 14:47:40 I know :/ Nov 28 14:47:59 but does vala already have tp bindings? Nov 28 14:48:11 mrmoku, but yeah, we could move this vala files to a separate library and link it from our apps :) Nov 28 14:48:14 probably cannot... because old dbus is obsoleted Nov 28 14:48:23 that's my main point Nov 28 14:48:33 we will need from at least three places :) Nov 28 14:48:35 hmmm telepathy-glib had a vala vapi, but... well... I didn't like it Nov 28 14:48:55 mrmoku, I'm on with moving it somewhere else :) Nov 28 14:49:02 ok Nov 28 14:49:02 s/on/ok/ Nov 28 14:49:03 pespin meant: mrmoku, I'm ok with moving it somewhere else :) Nov 28 14:49:30 it's just that I didn't have time to do it, and as I'm the only one using it since I started it, I prefered having it locally to develop faster Nov 28 14:49:38 sure Nov 28 14:50:04 I will try it first... you can think about a sexy name meanwhile :P Nov 28 14:50:14 btw, if you are planning to use eflvala, please use new one, as concepts in the old one are wrong ;) Nov 28 14:50:40 then push it to svn repo asap :) Nov 28 14:50:43 mrmoku, "ear" ? :P Nov 28 14:50:46 hahah Nov 28 14:50:49 better to do it before release.. Nov 28 14:50:54 that's appropiate for a telephony E app Nov 28 14:50:55 then after release with api frozen Nov 28 14:51:23 pespin: sure, will use the new one Nov 28 14:51:34 pespin: the commented stuff needs fixing? Nov 28 14:51:35 JaMa|Off, vala vindings are not in the same pack as other efl libs which are going to be released Nov 28 14:51:54 JaMa|Off, in fact,I plan to work on them mostly when they are released, so I don't have to change the vapi 4 times in the same week ;) Nov 28 14:52:12 and most of the widgets are not up to date as in the C code Nov 28 14:52:23 I know, but still imho better to review api changes and concept changes now :) Nov 28 14:52:59 mrmoku, (commented) it depends. Some have vala->C generation problems. Some have gabble connection manager problems, etc. Nov 28 14:53:19 JaMa|Off, who is gonna review it? :P Nov 28 14:53:46 * mrmoku cloning eflvala too Nov 28 14:54:10 GNUtoo: python-elementary fix pushed too Nov 28 14:54:19 pespin: the examples in eflvala are already updated or still old? Nov 28 14:54:26 mrmoku, updated Nov 28 14:54:26 pespin: whoever cares about in efl ML :) Nov 28 14:54:37 JaMa|Off, I think nobody cares ;) Nov 28 14:54:40 pespin: but having changes in different repo seems wrong to me Nov 28 14:54:41 ok nice Nov 28 14:54:44 thanks a lot Nov 28 14:54:54 pespin: then why not update it directly in EFL repo? Nov 28 14:55:08 JaMa|Off, changes are breaking old eflvala apps Nov 28 14:55:23 pespin: and efl trunk doesn't break existing efl apps? :) Nov 28 14:55:30 ie elementary apps mostly Nov 28 14:56:14 maybe send a patchset to e-devel and ask if anybody has objections? Nov 28 14:56:19 yeah but as we need to change and try lots of things it's better to have it somewhere zub can commit for example Nov 28 14:56:25 with development happening somewhere else it could also stay in fso.git Nov 28 14:56:53 I plan to move it to E in some days time Nov 28 14:57:11 still IMHO worth at least announcing on e-devel and asking for objections, ideas Nov 28 14:57:39 ok I'll write a mail, but I think it won't get much attention Nov 28 14:57:42 hi. there are some (past september) CVE-patches for n900 camera kernel, on gitourious source. Nov 28 14:58:07 because if you announce a lot of changes later when you have apps using new api and old apps still broken by that change you wont win anything Nov 28 14:58:20 after announcement you can at least say they were warned :) Nov 28 14:58:37 see edbus discussion about how nasty api changes can be :) Nov 28 14:59:37 karl678: nice there's still some work going on for n900 kernel Nov 28 14:59:43 karl678: got a link? Nov 28 14:59:48 JaMa|Off, yeah but I don't want people having to change its apps (or you guys patch them) while I play with the vapis :) Nov 28 15:00:13 mrmoku, there is a 3.0 kenrel but it lacks the modem Nov 28 15:00:23 heh Nov 28 15:00:39 JaMa|Off, I'll make an announcement though, that seems ok to me Nov 28 15:00:40 modem should be sent for mainline soon tough Nov 28 15:00:44 at least I hope Nov 28 15:00:47 pespin: thanks2 Nov 28 15:00:51 GNUtoo: great Nov 28 15:01:10 mrmoku: see meta-nokia-wip branch :) Nov 28 15:01:31 but nothing changed since than according to git remote update :/ Nov 28 15:01:41 JaMa|Off, basically if I push all the changes to E svn now, you'll need to be patching OE apps all the day long Nov 28 15:01:48 and they are not 1 line patches Nov 28 15:01:57 lots of lines have to be changed Nov 28 15:02:06 is coding started on any repo to migrate opimd to fso2? Nov 28 15:02:28 pablo, you might want to talk with mrmoku and dos1 about that :) Nov 28 15:02:47 pablo: I don't know of anybody started that Nov 28 15:02:52 mrmoku: no link, but I think it's the upstream source (meego/nokia) something. Nov 28 15:02:57 ok Nov 28 15:03:06 pespin: but if needs to be done then better now then later.. but I see that you're not done with changes.. so announcement what you have now and what you plan to change is enough for me :) Nov 28 15:03:15 I needed to change about 150 lines of code in etalk to make it work with newer vapi. (and I'll probably need to refactor more code which is not longer needed or needs different approach) Nov 28 15:03:44 JaMa|Off, pespin ffalarms still fails, did I miss something? Nov 28 15:03:49 JaMa|Off, that's the point, I'm not done with changes yet, and I don't want everybody to be changing code all the day Nov 28 15:03:51 pespin: we have only 2 libeflvala depenedend apps (ffalerms, ffphonelog) Nov 28 15:03:57 box.homogenous_set Nov 28 15:04:08 here's are my branches: Nov 28 15:04:11 GNUtoo, patch it in oe -> homogEneous_set Nov 28 15:04:18 DocSalarySlave: nah... exagerating ;) Nov 28 15:04:22 s/e/a/ Nov 28 15:04:25 mrmoku meant: DocSalarySlava: nah... exagerating ;) Nov 28 15:04:25 without caps, of course Nov 28 15:04:27 GNUtoo: I didn't fix ffalarms, jut libeflavala build Nov 28 15:04:32 ok Nov 28 15:04:39 can someone fix ffalarms? Nov 28 15:04:41 GNUtoo: same replace needs to be done in ffalarms Nov 28 15:05:02 GNUtoo: I'll Nov 28 15:05:23 mrmoku: feels odd after almost 30 years freelancer Nov 28 15:05:41 hehe Nov 28 15:06:00 DocSalarySlave: going to move somewhere? or doing work from home? Nov 28 15:06:05 btw guys, did you think about cloning ffalarms and ffphonelog into shr-project.org and apply patches there? as it seems nobody own those projects... Nov 28 15:06:33 mpve to north town, suburbs. Commute, to be precise Nov 28 15:06:42 pespin: they're both there already Nov 28 15:06:48 so not from home, alas Nov 28 15:06:55 DocSalarySlave: ok, but not moving either Nov 28 15:07:04 mrmoku, hmm and we are applying patches in OE? -.^ Nov 28 15:07:04 salary slaves aren't supposed to work from home Nov 28 15:07:13 pespin: and Lukasz was active few months back Nov 28 15:07:23 pespin: we're too polite maybe :) Nov 28 15:07:31 pespin: because not everybody is using as new efl as we're Nov 28 15:07:31 yeah hahah Nov 28 15:08:03 mrmoku: nah, not moving. I'm not going to permanently move anymore, too old for that shit Nov 28 15:08:10 :) Nov 28 15:08:12 pespin: layout.file_set( "/usr/local/share/elementary/objects/test.edj", "layout" ); Nov 28 15:08:15 JaMa|Off, nah, it will be "good released" efl soon :) Nov 28 15:08:22 that explains why background is black ;) Nov 28 15:08:30 and too good ;-P Nov 28 15:08:40 mrmoku, hmm where's that? Nov 28 15:08:46 the elm example Nov 28 15:09:45 pespin: win.smart_callback_add( "delete-request", Elm.exit ); Nov 28 15:09:46 mrmoku: sorry, that about the patches was wrong. found the link, it was for a other tree branch. http://meego.gitorious.org/meego-device-adaptation Nov 28 15:09:48 mrmoku: seems ST-E N is one of the bigger departments of them Nov 28 15:09:48 does not work either Nov 28 15:10:25 GNUtoo: ffalarms SRCREV bump in jama branch Nov 28 15:10:44 ah not yet, but soon Nov 28 15:11:00 if it doesn't pan out, I'll join UB-Med Siemens, or build some PSUs, or whatnot else. N/Fue/Er is big enough Nov 28 15:11:15 morning people Nov 28 15:12:09 or get a nice temporary job outside EU Nov 28 15:12:22 mrmoku, I said examples are good meaning they compile, not tha they are perfect :P Nov 28 15:12:37 and they are using new unowned add model, not constructors anymore Nov 28 15:13:15 plosihing pressure vessels in Japanese powerplants ;-D Nov 28 15:13:17 * pespin reboot, hope newer e17 boots ok :P Nov 28 15:13:23 polishing* Nov 28 15:17:26 pespin: are the examples allowed to segfault? ;) Nov 28 15:17:41 not the ones I had time to try ;) Nov 28 15:17:53 can you give me path? Nov 28 15:17:57 to the examples Nov 28 15:17:59 *example Nov 28 15:18:27 shr and freesmartphone websites seem a bit outdated. how far is a new stable image? no presure. Nov 28 15:18:58 pespin: examples/elementary/elementary-vapi Nov 28 15:19:13 JaMa|Off, NOTE: Runtime target 'task-x11' is unbuildable, removing... Nov 28 15:19:18 lots of stuff like that Nov 28 15:19:24 karl678, stable? what's that? :P Nov 28 15:21:44 GNUtoo: because of what? Nov 28 15:21:49 no idea Nov 28 15:21:52 no idea yet Nov 28 15:21:55 it should show in log Nov 28 15:22:02 NOTE: package shr-image-2.0-r19: task do_rootfs: Started Nov 28 15:22:20 JaMa|Off, what branches do you use? Nov 28 15:22:45 jansa/test for oe-core/meta-oe and jama for meta-smartphone Nov 28 15:23:01 if you've used jama branch in meta-smartphone then it's expected Nov 28 15:23:08 ok Nov 28 15:23:15 I just switched to that Nov 28 15:23:32 it depends on oe-core/jansa/test at least because of avahi Nov 28 15:23:46 ok Nov 28 15:23:46 but don't switch to it yet if you need working image Nov 28 15:24:12 why? Nov 28 15:24:39 I need working image for tomorrow Nov 28 15:24:41 because systemd transition is not complete yet Nov 28 15:25:01 maybe that's why I've the no-telephony problem Nov 28 15:25:24 and even with optimistic mrmoku it wont happen tomorrow I guess :/ Nov 28 15:25:29 :P Nov 28 15:25:43 elsa is blocking me ;) Nov 28 15:26:00 is shr-lite-image without systemd in theses branches? Nov 28 15:26:19 no, only with systemd Nov 28 15:26:41 what should I do then? Nov 28 15:26:46 mrmoku, is not segfaulting here :S Nov 28 15:26:52 do you have latest EFL? Nov 28 15:27:21 GNUtoo: I don't know which commits did you build from those branches... Nov 28 15:27:56 so I should rebuild from scratch? Nov 28 15:27:59 GNUtoo: but most of changes which doesn't depend on systemd and are beneficial for normal shr-core were already moved to shr branches Nov 28 15:28:16 is there a simple way to disable systemd ? Nov 28 15:28:22 pespin: try the genlist... it segfaults for me when I quit the app then Nov 28 15:28:26 GNUtoo: probably easiest way is to rebuild yes Nov 28 15:28:29 mrmoku, hmm but the window is not closing Nov 28 15:28:41 indeed Nov 28 15:28:44 if I rebuild which branches should I pick? Nov 28 15:28:48 GNUtoo: otherwise you can read all patches shr..jansa/test and reverse them and rebuild Nov 28 15:28:51 and if you press Ctrl+C to quit it it segfaults Nov 28 15:28:54 yeah Nov 28 15:28:57 let me look at it Nov 28 15:28:57 but only if you tried the genlist before Nov 28 15:29:02 GNUtoo: shr branches and master for meta-smartphone as always Nov 28 15:29:16 ok so theses branches are expected to build fine Nov 28 15:29:51 yes, that's what is build on buildhost Nov 28 15:30:33 jansa/test and jama are all WIP, sharing mostly with mrmoku for systemd otherwise just my playground for commits with will later move to shr branches Nov 28 15:30:34 or maybe I could just download an image from buildhost and work on systemd? Nov 28 15:30:38 pespin: http://paste.pocoo.org/show/514037/ Nov 28 15:30:50 just had some funny idea. what will happen if i tried to build shr without enlightenment but with (poky) sato interface, i wonder. :-) Nov 28 15:31:02 mrmoku, ah, good one ;) Nov 28 15:31:06 :P Nov 28 15:31:20 GNUtoo: working on systemd and depending on telephony for daily phone doesn't look good :) Nov 28 15:31:36 karl678, telephony apps need efl but you could try to just switch the desktop environment Nov 28 15:31:54 JaMa|Off, I depend on my phone only when I'm out Nov 28 15:32:04 JaMa|Off, so thanks to microsd I could do both Nov 28 15:32:14 pespin: http://pastebin.com/apydcZz8 Nov 28 15:32:30 GNUtoo: ok.. try buildhost image to confirm that telephony is still working after last cornucopia changes Nov 28 15:33:24 pespin: not very helpful :/ Nov 28 15:33:58 I'll look into vala code to see if I get some inspiration, else look for weird things in C code ;) Nov 28 15:36:08 the opimd module handles the contacts in the sim card? Nov 28 15:36:50 pablo, afair it's done in fsogsmd now Nov 28 15:36:56 but I might be wrong Nov 28 15:37:25 pablo: it handles contacts and messages... but *not* in SIM Nov 28 15:37:30 pablo: it is using sqlite Nov 28 15:38:43 great, so if I only want contacts in SIM then I can avoid frameworkd? Nov 28 15:40:37 pespin: I have to extend my diff :) Nov 28 15:40:38 http://paste.pocoo.org/show/514039 Nov 28 15:40:45 fixes the segfault :) Nov 28 15:41:03 pablo: you would need some app to handle the contacts though Nov 28 15:41:14 pablo: fsogsmd offers you to read the contacts via dbus Nov 28 15:41:24 mrmoku, heh, nice! Nov 28 15:41:27 but the SHR contacts app does not do that Nov 28 15:41:38 mrmoku, you are too fast for me! ;) Nov 28 15:41:43 nah Nov 28 15:42:02 you're not awake that... when I'm getting sleepy you will get to speed :) Nov 28 15:42:09 s/that/yet/ Nov 28 15:42:09 mrmoku meant: you're not awake yet... when I'm getting sleepy you will get to speed :) Nov 28 15:42:10 JaMa|Off, are there images from today? Nov 28 15:42:23 ohh... nice my image finished :) Nov 28 15:42:26 the lastest images seems from the 26 Nov 28 15:42:38 20111126 Nov 28 15:42:51 but that was after all cornucopia changes Nov 28 15:42:58 ok Nov 28 15:43:12 today only feed build is running (not so many changes over weekend anyway) Nov 28 15:46:22 ok Nov 28 15:46:52 the problem is that telephony broke yesterday night, right after opkg upgrade.... Nov 28 15:46:59 so I'll see Nov 28 15:47:39 mrmoku, applied in eflvala git :) Nov 28 15:47:40 I'll try aurora and then SHR Nov 28 15:47:41 yes it could be caused by cornucopia upgrade too, but hard to tell which combination of patches from wrong branches you had Nov 28 15:47:51 ok Nov 28 15:48:07 mrmoku, I can give you access to the gitorious repo if you want to add/improve vapi + tests :) Nov 28 15:49:27 zub, ^ same goes for you ;) Nov 28 15:51:03 GNUtoo: only upgrade in feed will be ffalarms and shr-version Nov 28 15:52:59 pespin: let's see... have to get warm with it first :) Nov 28 15:53:13 ok hehe Nov 28 15:53:16 ok Nov 28 15:57:56 pespin: the ironic thing is that on http://telepathy.freedesktop.org/wiki/Rationale , language independence is touted as one of the advantages of the telepathy architecture... yet by deprecating the dbus API and asking everyone to use glib bindings, they are totally undermining this :-( Nov 28 15:59:06 antrik, yes I agree, not supporting the dbus api looks a bad solution for me Nov 28 15:59:18 pespin: gracias... I'll see if I need it, I guess flooding you with patches works enough for me :-P Nov 28 15:59:26 zub, lol Nov 28 15:59:52 pespin: IIRC there were some renamings/deprecations in the C api that are still pending to be reflected in libeflvala Nov 28 16:00:06 yes, and lots of new stuff to get in ;) Nov 28 16:00:27 I've got some genist extensions locally, but it's nothing too important Nov 28 16:00:31 genlist Nov 28 16:00:31 lot of check Elementary.h -> elementary.vapi work to do ;) Nov 28 16:01:03 if you can please send me whole uptodate widgets, so I don't have to check then anyway to add new stuff Nov 28 16:01:11 *them Nov 28 16:01:48 hm, my parser broke on that, can you rephrase? :) Nov 28 16:02:20 zub, I wanted to give you access so you can push those little patches to enchance the vapi. Nov 28 16:02:48 because I need to check whole Elementary.h together with elementary.vapi at some point Nov 28 16:03:09 and I prefer doing it at once, or at least at once per class/widget Nov 28 16:03:10 I haven't yet had a look at the gitorious repo; is it connected with svn, did you go the git-svn way? Nov 28 16:03:16 else I need to check 2 times ;) Nov 28 16:03:22 zub, yeah Nov 28 16:03:27 wunderbar! Nov 28 16:03:32 I mean.... estupendo :) Nov 28 16:03:36 :) Nov 28 16:04:01 I had to add a patch to E svn though, and I'll need to move it to gitorious too. Nov 28 16:04:13 git svn rebase Nov 28 16:04:20 but I don't have the git-svn here in the netbook Nov 28 16:04:33 I'll copy it from PC to netbook this night when I'm at home Nov 28 16:04:49 here I'm working with git and pushing to gitorious atm Nov 28 16:05:02 hm, I think you only need git svn rebase && git push .... to get it to gitorious Nov 28 16:05:26 the fun thing is that those changes arelady collide with some I pushed to gitorious yesterday Nov 28 16:05:30 though, maybe not :-/ Nov 28 16:05:49 looks like a fun ride :) Nov 28 16:05:54 because I fixed the box_homogenous_set->box_homogeneous_set typos but I didn't know there was the same problem in other places in the vapi Nov 28 16:07:11 zub, so btw, if you want to push vapi improvements directly it's ok for me, as I'll need to check whole .h and .vapi anyways, and if you already did some work there, it will be less tedious for me ;) Nov 28 16:07:25 as check will be faster Nov 28 16:07:37 pespin: ok, though I added only what I needed Nov 28 16:07:51 btw. what's the ctor/static add status? already in, everywhere, and examples updated? Nov 28 16:07:59 yeah I do the same for the moment ;) Nov 28 16:08:12 zub, yeah, everywhere working Nov 28 16:08:25 zub, and newefl branch of etalk is using it and working :) Nov 28 16:08:38 *neweflvala Nov 28 16:08:43 you're as fast as a neutrino :) Nov 28 16:09:03 I just had some time yesterday ;) Nov 28 16:09:19 thought I felt like a zombie after so much code refactoring... u.u Nov 28 16:09:32 braaaaaains Nov 28 16:09:43 xD Nov 28 16:22:58 zub, uhh the 3 params on genlist funcs patch is still not pushed in gitorious right? u.u Nov 28 16:23:42 pablo: if you want to use SIM contacts directly, you are screwed. someone decided that good performance with 25000 messages (or was it 15000?) is more important than the ability to use SIM storage Nov 28 16:24:07 zub, no, it's not >.< you have it uploaded somewhere right? Nov 28 16:24:11 what's more, last time I brought this up, I was told that Apple and Android don't use SIM storage either, so it MUST be the right thing to do Nov 28 16:25:10 pespin: http://linux.fjfi.cvut.cz/~zub/SHR/libeflvala/0001-eflvala-fix-prototypes-of-GenList-callbacks.patch ? Nov 28 16:25:16 (nevermind the fact that they are both US-centric, where they mostly don't even have SIMs AIUI...) Nov 28 16:25:29 zub, yep thnx Nov 28 16:25:33 de nada Nov 28 16:34:53 pespin: what vala version do you use on your host? Nov 28 16:35:07 pespin: neweflvala does not build for me Nov 28 16:35:13 $ valac --version Nov 28 16:35:13 Vala 0.14.0.38-9bad Nov 28 16:35:31 mrmoku, which err? Nov 28 16:36:14 et_contact.c:294:3: Fehler: Zu wenige Argumente für Funktion »_variant_get17« Nov 28 16:36:20 pespin: which means not enough arguments Nov 28 16:36:50 mrmoku, which vala version do you have? Nov 28 16:36:56 static void _variant_get17 (GVariant* value, TelepathySimple_Presence* result); Nov 28 16:37:04 [mok@gonzales] ~/src/openmoko/etalk-> valac --version Nov 28 16:37:05 Vala 0.14.0 Nov 28 16:37:08 afair I had some problems which are fixed in git valac ;) Nov 28 16:37:15 hehe ok Nov 28 16:37:21 yeah Nov 28 16:37:22 * mrmoku yourt -S vala-git then Nov 28 16:37:32 I think that line was related to the error Nov 28 16:37:36 mrmoku, exactly! :) Nov 28 16:37:56 will tell you in 2 mins Nov 28 16:41:21 zub, applied in vapi + examples Nov 28 16:41:25 pespin: yup, builds with vala-git :) Nov 28 16:41:53 mrmoku, I jut pushed some genlist delegates stuff which was wrong in vapi + examples Nov 28 16:42:03 I'll push now changes to get etalk working with those changes Nov 28 16:42:40 puuuush, you can do it! :) Nov 28 16:42:58 pespin: ahh... nice option 'become offline when closing' Nov 28 16:43:07 that is getting me mad with empathy Nov 28 16:43:15 you close it... but it leaves the accounts online Nov 28 16:43:26 mrmoku, yeah, it's something still to be implemented in telepathy Nov 28 16:43:26 which means tp will auto-answer incoming calls ;) Nov 28 16:43:31 some kind of resource handling Nov 28 16:43:42 I spoke about that in #telepathy some days ago Nov 28 16:43:49 :) Nov 28 16:43:52 atm I need to manually set all accounts to offline Nov 28 16:45:23 btw, now you try etalk, I know some things are not working properly yet hehe :) Nov 28 16:45:38 and I need to clean the code a bit too Nov 28 16:45:58 anyway, eflvala + etalk have everything pushed to gitorious Nov 28 16:46:13 now I'm going to the canteen to get some fresh air hehe Nov 28 16:46:17 see you later! Nov 28 17:16:35 hi mickeyl Nov 28 17:18:56 INIT: cannot execute "/sbin/getty" Nov 28 17:19:01 link to getty ls lacking Nov 28 17:19:38 on both SHR and aurora images Nov 28 17:20:31 JaMa|Off, do you know why getty link is not there? Nov 28 17:20:37 that prevent logging from serial console Nov 28 17:20:54 and since the screen is kind of black Nov 28 17:20:59 I hope that it will come back Nov 28 17:23:52 GNUtoo: do you have tinylogin or util-linux-agetty installed? Nov 28 17:23:57 or mingetty? Nov 28 17:24:01 I've something Nov 28 17:24:15 lrwxrwxrwx root/root 0 2011-11-26 19:53 ./sbin/getty.tinylogin -> /bin/tinylogin Nov 28 17:25:07 ah looks reversed :/ http://git.openembedded.org/openembedded-core-contrib/commit/?h=shr&id=f6aa6fc06af906ab7ee374d544b81f1ef9948403 Nov 28 17:25:54 trying ssh Nov 28 17:26:08 ssh fails to create usb0 Nov 28 17:26:13 sigh Nov 28 17:26:25 I'll power off the hard way Nov 28 17:29:31 JaMa|Off, could you fix? Nov 28 17:29:51 can you check cat /var/lib/opkg/alternatives/getty from tar.gz image? Nov 28 17:29:58 not now need to finish something first Nov 28 17:30:00 ok Nov 28 17:30:09 and those arguments in .bb seems fine Nov 28 17:30:12 np, just do it later Nov 28 17:30:13 after checking .bbclass Nov 28 17:31:09 tar: Exiting with failure status due to previous errors Nov 28 17:31:21 strange Nov 28 17:31:27 getty.tinylogin -> /bin/tinylogin is right Nov 28 17:31:29 when I extracted it without v it shown no failure Nov 28 17:31:49 ahhh I'm not root anymore Nov 28 17:31:51 one second Nov 28 17:31:57 only missing is getty -> getty.tinylogin Nov 28 17:32:18 which should be created on first boot with opkg configure Nov 28 17:32:35 cat: ./var/lib/opkg/alternatives/getty: No such file or directory Nov 28 17:32:53 it's from buildhost Nov 28 17:32:56 shr build host Nov 28 17:33:24 but getty -> agetty is created already in my images before booting Nov 28 17:33:46 not for me Nov 28 17:34:47 maybe I'll re-extract Nov 28 17:35:16 GNUtoo: ah I see, fixing it now Nov 28 17:36:02 what was the issue? Nov 28 17:36:55 ** (mdbus2:419): CRITICAL **: file main.c: line 5600: uncaught error: Error calling StartServiceByName for org.freesmartphone.ogsmd: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success (g-dbus-error-quark, 23) Nov 28 17:37:17 I'll re-extract Nov 28 17:37:30 -rwsr-xr-- 1 root 113 142852 Nov 21 11:29 /usr/libexec/dbus-daemon-launch-helper Nov 28 17:37:45 messagebus:x:998: Nov 28 17:40:28 GNUtoo: missing inherit Nov 28 17:40:37 ok Nov 28 17:40:39 2011-11-26T19:18:33.385417Z [ERROR] DBusServiceDevice <>: Can't open modem Nov 28 17:40:40 and the later is because wrong extract Nov 28 17:40:49 ok I'll re-extract Nov 28 17:40:59 I'm really too tired Nov 28 17:41:06 sorry Nov 28 17:42:44 tinylogin is being rebuilt on buildhost, but without PR bump and with new images.. so it will take long Nov 28 17:43:52 ok thanks a lot Nov 28 17:44:22 now have to find what's contamining my qemux86-64 elementary build from host :/ Nov 28 17:44:29 ok Nov 28 17:56:01 btw what's the correct way(other than rm -rf .e;reboot) if you accidentally pressed next during the setup screen during the part where you have to select 2.0 Nov 28 17:56:40 btw who asked about the backlight Nov 28 17:56:43 because: Nov 28 17:56:45 root@om-gta02:/sys/class/backlight/pcf50633-backlight# cat brightness Nov 28 17:56:45 0 Nov 28 17:58:02 on first boot, right? Nov 28 17:58:23 don't know what you mean "where you have to select 2.0" Nov 28 17:58:31 scale or what? Nov 28 17:58:45 ah right scale Nov 28 17:58:49 yes on first boot Nov 28 17:59:03 never mind Nov 28 17:59:06 I've found it Nov 28 17:59:09 it was in scaling Nov 28 18:01:25 ** (mdbus2:2421): CRITICAL **: file main.c: line 5600: uncaught error: Error calling StartServiceByName for org.freesmartphone.ogsmd: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/libexec/dbus-daemon-launch-helper: Success (g-dbus-error-quark, 23) Nov 28 18:01:33 and this time I extracted correctly Nov 28 18:01:53 ahhh wait a second Nov 28 18:01:55 I did Nov 28 18:01:57 tar xvjpf Nov 28 18:02:00 like as usual Nov 28 18:02:04 but maybe that's wrong Nov 28 18:02:16 because it uses the /etc/groups<->ID of my host Nov 28 18:02:25 I should rather use numerical id Nov 28 18:02:29 like in man/info tar Nov 28 18:02:51 --numeric-owner Nov 28 18:03:34 right Nov 28 18:04:00 maybe we should add this somewhere to wiki Nov 28 18:04:14 as this one is pretty hard to spot Nov 28 18:04:32 as now users/groups are handled in do_rootfs already not in postinst how it was before Nov 28 18:04:50 so before when you've extracted it with wrong UID/GIDs it was fixed during first boot Nov 28 18:05:10 now it stays wrong until next upgrade Nov 28 18:05:15 ok Nov 28 18:05:38 I was thinking of adding it to a wiki too Nov 28 18:05:38 I'll add it at least to bug where I've reported it Nov 28 18:05:39 but which one Nov 28 18:05:42 openmoko or SHR Nov 28 18:06:31 even both as --numeric-owner wont harm Nov 28 18:10:58 JaMa|Off, there is no install page Nov 28 18:11:10 at least no page where there is tar used Nov 28 18:11:20 so I guess the user guessed the command Nov 28 18:12:20 http://bugzilla.pokylinux.org/show_bug.cgi?id=1711 Nov 28 18:12:30 thanks for spotting it and reporting Nov 28 18:12:57 ok np Nov 28 18:13:23 I'd like to work a bit on the wiki but I've to fix my phone too Nov 28 18:15:14 * JaMa|Off back to daywork :/ Nov 28 18:15:38 ok Nov 28 18:17:01 still the same problem Nov 28 18:17:12 fsogsmd fails to open the modem Nov 28 18:31:31 GNUtoo: tried an older, verified to work image already? Nov 28 18:46:12 mrmoku, I was editing the wiki Nov 28 18:46:20 hey! Nov 28 18:46:22 and I've tried the 26 image Nov 28 18:46:28 and fsogsmd fails to open the modem Nov 28 18:46:35 the modem can be opened in qtmoko tough Nov 28 18:49:33 mrmoku, i created a gta04 page @ fso-wiki. to collect some status/todo items: http://wiki.freesmartphone.org/index.php/Hardware/GTA04 Nov 28 18:49:38 just fyi Nov 28 18:49:39 GNUtoo: hmm... strange... 26 has the vala change, right? Nov 28 18:49:45 Slyon: great Nov 28 18:49:58 I guess so Nov 28 18:50:22 Slyon, also I added gta04 to the hardware comparison Nov 28 18:50:23 GNUtoo: will try 26 too in a bit Nov 28 18:50:26 ok Nov 28 18:50:47 GNUtoo, jop. i saw it and added an image and the link to this detail page Nov 28 18:52:18 ok Nov 28 18:52:51 nice Nov 28 19:02:01 GNUtoo: booting Nov 28 19:02:04 ok Nov 28 19:16:19 GNUtoo: indeed... does not look good :/ Nov 28 19:31:36 I just installed shr-core; after rebooting, I don't have any icons on the main menu - any suggestions on fixing that? Nov 28 19:33:09 about n900, if I install SHR, can I: have german language, listen to musik (headphone), connect to internet over modem? Nov 28 19:54:57 SHR: 03GNUtoo 07meta-smartphone * r257e7da6eefc 10/meta-aurora/recipes-aurora/images/aurora-image.bb: meta-aurora: aurora-image: fix microsd booting on openmoko devices Nov 28 19:55:51 karl678, for german I dont' know, for music if you load alsa states manually yes, for 3g yes Nov 28 19:58:13 heyho Nov 28 19:58:30 GNUtoo: cool, thanks! that would mean shr is already usefull for me. something else I should know about, generaly? Nov 28 19:59:44 SHR: 03morphis 07meta-smartphone * r505005d70aff 10/meta-fso/recipes-freesmartphone/freesmartphone/libfso-glib_git.bb: meta-fso: libfso-glib: bump SRCREV Nov 28 19:59:54 SHR: 03morphis 07meta-smartphone * r90547c92705c 10/meta-fso/recipes-devtools/vala/ (vala_0.14.0.5-98ae.bb vala_0.14.0.6-68e8.bb): meta-fso: vala: update to new version 0.14.0.6 Nov 28 19:59:55 SHR: 03morphis 07meta-smartphone * rcbf465b93b85 10/meta-aurora/recipes-aurora/aurora/aurora-daemon_git.bb: meta-aurora: aurora-daemon: don't depend on libfso-qt anymore and bump PR Nov 28 20:02:01 morphis, hi Nov 28 20:02:28 karl678, you already have tried meego? Nov 28 20:02:42 if so maybe you're familiar with the booting procedure already Nov 28 20:03:14 morphis, ah nice for libfso-qt Nov 28 20:04:55 GNUtoo: not really. I don't even have a n900 yet. I will get one in the next few days. Nov 28 20:05:06 karl678, ah? Nov 28 20:05:13 you buy the n900 for SHR? Nov 28 20:06:18 GNUtoo: yes. Nov 28 20:06:47 I think you'd better buy a gta04 Nov 28 20:07:04 GNUtoo: you had problems with libfso-qt? Nov 28 20:07:21 the n900 is great but we, SHR developpers don't have enough time to do all what we want for the n900 Nov 28 20:07:34 morphis, yes it didn't find the correct version Nov 28 20:08:17 :) Nov 28 20:08:32 GNUtoo: I did look into gta04, but it is simply to expensive and I need a keyboard. Nov 28 20:09:04 karl678, ok, are you ready to do some small device adaptation for the n900? Nov 28 20:09:29 basically the most needed thing at the moment is to fix the sound quality during calls Nov 28 20:10:07 but no one want to work on it, because or they are busy with other machines, or they are busy with other stuff like trying to make GPS work on n900 Nov 28 20:10:25 freesmartphone.org: 03morphis 07aurora * r5f65f6d4f19a 10/aurora-daemon/src/ (15 files in 7 dirs): Nov 28 20:10:25 freesmartphone.org: aurora-daemon: replace self written window component with implementations from qt-components Nov 28 20:10:25 freesmartphone.org: Signed-off-by: Simon Busch Nov 28 20:10:26 freesmartphone.org: 03morphis 07aurora * r56c46373dc5f 10/aurora-daemon/src/ (7 files in 7 dirs): Nov 28 20:10:26 freesmartphone.org: aurora-daemon: rename root object to rootWindow to avoid naming conflicts with component ids Nov 28 20:10:26 freesmartphone.org: Signed-off-by: Simon Busch Nov 28 20:11:04 morphis, it now displays something in the gta02 Nov 28 20:12:07 karl678, basically the n900 is great, the only thing is that we need more developers Nov 28 20:12:15 freesmartphone.org: 03morphis 07aurora * rfd4b052d45eb 10/aurora-daemon/src/components/external/PageStackWindow.qml: Nov 28 20:12:15 freesmartphone.org: aurora-daemon: add currentPage property for PageStackWindow back as it was removed before Nov 28 20:12:15 freesmartphone.org: Signed-off-by: Simon Busch Nov 28 20:12:57 GNUtoo: I'd like to. I've even startet a C course a few weeks ago. don't know if I can really be of any help, but I really want to be. I like this project. Nov 28 20:13:11 karl678, ok nice Nov 28 20:13:22 basically in the todo list there is: Nov 28 20:13:30 *) integrate better the state files Nov 28 20:13:39 (alsa state) Nov 28 20:13:44 GNUtoo: hmm... I'm quite lost Nov 28 20:13:50 * ) fix bad sound in telephony Nov 28 20:13:52 mrmoku, me too Nov 28 20:13:57 GNUtoo: did you try some non-vala way to talk to the modem? Nov 28 20:14:12 mrmoku, yes but I failed, I guess I didn't do it the right way Nov 28 20:14:19 mrmoku, and osmocombb works Nov 28 20:14:48 NOTE: package aurora-image-1.0-r3: task do_rootfs: Started Nov 28 20:14:56 I'll try a console image Nov 28 20:15:08 did we have kernel changes? Nov 28 20:15:11 freesmartphone.org: 03morphis 07aurora * r83c9db1a1d43 10/aurora-daemon/src/components/external/PageStackWindow.qml: Nov 28 20:15:11 freesmartphone.org: aurora-daemon: add currentPage property for PageStackWindow back as it was removed before Nov 28 20:15:11 freesmartphone.org: Signed-off-by: Simon Busch Nov 28 20:15:13 no idea Nov 28 20:15:36 hmm... built on 20th Nov 28 20:15:50 ok Nov 28 20:16:35 what good console image is there? Nov 28 20:16:42 angstrom's console image is systemd Nov 28 20:17:15 core-image* Nov 28 20:17:16 maybe Nov 28 20:17:46 karl678, you could also learn vala, that's what we use in fso Nov 28 20:18:06 the syntax is close to java Nov 28 20:20:58 fso2-console-image maybe Nov 28 20:22:29 JaMa, hi, did you push yet the inherit for getty? Nov 28 20:25:01 GNUtoo: about vala, I look into into it. I am sure I learn it sooner or later, but I have to become a bit more confident in C first. Nov 28 20:25:34 GNUtoo: yes and it should be built already Nov 28 20:25:40 ok nice Nov 28 20:25:47 I'll try a new image then Nov 28 20:25:53 an image I built Nov 28 20:25:54 but I also said it wasn't PR bumped.. Nov 28 20:26:01 ah ouch Nov 28 20:26:03 sorry Nov 28 20:26:06 what should I clean? Nov 28 20:26:12 tinylogin Nov 28 20:28:20 thanks a lot Nov 28 20:28:28 yw Nov 28 20:31:43 JaMa: hmm... did we have any kernel changes for gta02 recently? Nov 28 20:32:13 yes mci changes Nov 28 20:32:21 hmm... mci? Nov 28 20:32:29 modem is not working anymore Nov 28 20:32:34 could that be related? Nov 28 20:32:43 probably not Nov 28 20:33:19 * mrmoku tries an older kernel anyway Nov 28 20:33:29 I'll build a console image very soon Nov 28 20:33:33 glamo_mci.. instead of reverting a lot of patches we have now only 2 lines commented out in glamo_mci Nov 28 20:33:44 I tested that and it worked fine Nov 28 20:33:51 s/fine/better Nov 28 20:33:54 there is not much left if the tty of the modem does not respond even with a terminal Nov 28 20:33:59 and most important it didn't broke the modem Nov 28 20:34:18 JaMa: toolchain? Nov 28 20:34:30 few patches yes Nov 28 20:34:41 indeed for terminal not responding Nov 28 20:34:59 then it would probably work with an older kernel too Nov 28 20:35:02 mrmoku: testing it with mterm? Nov 28 20:35:05 yup Nov 28 20:35:12 but GNUtoo tested without vala Nov 28 20:35:16 dunno how Nov 28 20:35:20 was mterm updated for newer vala? Nov 28 20:35:31 morphis: ^^ ? Nov 28 20:35:50 vala seems C like enough, I think I could learn it parallel to C. Nov 28 20:35:56 JaMa: no commit there Nov 28 20:35:58 * JaMa remembers mdbus2 changes but not sure about mterm Nov 28 20:35:59 mrmoku, picocom Nov 28 20:36:03 ahh, ok Nov 28 20:36:16 mrmoku, I'll retry Nov 28 20:36:21 mrmoku: please try with latest vala version Nov 28 20:36:27 but the funny thing is that I don't even see the AT interpreter ready Nov 28 20:36:31 there was another bug in vala 0.14.0 Nov 28 20:36:40 I didn't discovered before Nov 28 20:36:41 that should come with power cycling the modem right? Nov 28 20:36:54 morphis: if the modem doesn't respond even with picocom... that would rule out vala Nov 28 20:37:02 mrmoku: for sure Nov 28 20:37:04 GNUtoo: yup Nov 28 20:37:18 mrmoku, let me retry Nov 28 20:37:21 /sys/bus/platform/devices/gta02-pm-gsm.0/power_on Nov 28 20:37:24 write 0 to it Nov 28 20:37:26 wait a second Nov 28 20:37:30 write 1 to it Nov 28 20:37:33 wait another second Nov 28 20:37:37 and then access the tty Nov 28 20:37:53 (without waiting too much as calypso will fall asleep :P) Nov 28 20:38:10 yes Nov 28 20:38:14 hmm... no picocom in the feed Nov 28 20:38:17 ah wait a second? Nov 28 20:38:21 mrmoku, build it Nov 28 20:38:42 hehe, that would take long Nov 28 20:38:49 I have no armv4t populated Nov 28 20:39:04 do you want a binary? Nov 28 20:39:04 ahh... could build it on the buildhost Nov 28 20:39:09 yes Nov 28 20:39:20 mrmoku: buildhost is fixing images atm :/ Nov 28 20:39:23 there is minicom Nov 28 20:39:25 :) Nov 28 20:40:05 morphis: was that vala error related to serial stuff? Nov 28 20:40:05 ��b� Nov 28 20:40:10 that's what I saw on the line Nov 28 20:40:17 yeah, saw something like that too Nov 28 20:41:21 * JaMa was hit by busybox's tar... tar: unrecognized option '--numeric-owner' Nov 28 20:41:24 wait a second Nov 28 20:41:44 root@om-gta02:~# minicom -s Nov 28 20:41:44 minicom: there is no global configuration file /etc/minirc.dfl Nov 28 20:41:44 Ask your sysadmin to create one (with minicom -s). Nov 28 20:41:46 maybe there are flow control or such options Nov 28 20:41:46 heh Nov 28 20:42:47 ok it works Nov 28 20:42:53 yo Nov 28 20:42:56 picocom -b 115200--no-reset --flow=hard /dev/ttySAC0 Nov 28 20:43:19 back to rebuilding with newer vala then :) Nov 28 20:43:42 I wonder.... Nov 28 20:43:52 maybe fso doesn't access the serial port the right way Nov 28 20:43:57 with flow control etc... Nov 28 20:44:47 /sys/bus/platform/devices/gta02-pm-gsm.0/flowcontrolled Nov 28 20:45:06 ok Nov 28 20:45:06 SHR: 03Martin.Jansa 07meta-smartphone * ree479b1446f8 10/meta-shr/recipes-shr/tasks/task-shr-feed.bb: task-shr-feed: add picocom, tar Nov 28 20:45:22 hmm... it's using that for suspend Nov 28 20:45:24 cat /sys/bus/platform/devices/gta02-pm-gsm.0/flowcontrolled => 0 Nov 28 20:45:27 yes Nov 28 20:45:36 JaMa: :) Nov 28 20:45:38 that's what the lowlevel_openmoko plugin source says Nov 28 20:57:00 lindi-: thimb ;-P Nov 28 20:57:05 thumb even Nov 28 20:58:16 hmmm Nov 28 20:58:20 lindi-: somebody thought it's funny to compile with/for thumb. Thumb is borked in that gcc vrsion Nov 28 20:58:28 I see some stuff on serial line Nov 28 20:58:32 AT,OK Nov 28 20:58:37 etc... Nov 28 20:58:51 so fso can send stuff to the serial line Nov 28 21:00:15 anybody a clue how to tell a binary is using thumb? Nov 28 21:00:52 GNUtoo: when you see OK, then modem can send back Nov 28 21:02:36 DocScrutinizer, maybe with binutils Nov 28 21:03:04 objdump left me wondering Nov 28 21:03:19 I've lost the howto links tough Nov 28 21:06:40 http://emucode.blogspot.com/2010/08/gba-emulator.html Nov 28 21:16:21 >>You can independently switch between these two instruction sets on the fly using the BX instruction.<< thanks karl678 Nov 28 21:57:54 JaMa: I have /mnt/* pointing to non existing dirs in /media (apart from ram which is there) Nov 28 21:57:57 known thing? Nov 28 22:04:14 for me all 4 links exist in /media :/ Nov 28 22:06:15 mm Nov 28 22:06:18 JaMa: another thing Nov 28 22:06:25 the fix for elsa.pam you did Nov 28 22:06:29 is that actually correct? Nov 28 22:06:39 to use common-auth for all Nov 28 22:06:45 not common-session and such? Nov 28 22:08:56 looks like you're right, I've just followed the replace Nov 28 22:09:48 and system-auth in gentoo has all parts included, so for sure you're right Nov 28 22:10:48 ok Nov 28 22:10:55 does not work anyway :P Nov 28 22:11:51 * mrmoku needs a break now Nov 28 22:11:59 and battery is empty too :) Nov 28 22:12:02 cu Nov 28 22:13:15 cu Nov 28 22:22:55 mrmoku: heh, now I've fixed my login (there was root twice in shadow, weird) but seems like keymaps is not loaded with n900 keys.. so hw keyboard not very usable to fix it :) Nov 28 23:05:10 mrmoku: hallo! are you running bleeding-edge valac? **** ENDING LOGGING AT Tue Nov 29 02:59:57 2011