**** BEGIN LOGGING AT Mon Nov 02 02:59:56 2009 Nov 02 06:10:08 mrmoku|a`: Using intone from tests/mrmoku/unstable/feed/ cause a lot of alignment traps like this: Alignment trap: intone (1679) PC=0x40433f4c Instr=0xe594200c Address=0x7273753b FSR 0x003 The Intone from opkg.org runs fine. Recompile? Nov 02 07:25:11 TeLLuS: its just in logs, but it can run or no? Nov 02 07:31:01 JaMa: well it should be fixed? Nov 02 07:33:27 lindi-: yes, it should be, but recompile is not enough.. and we need to fix thumb broken binaries first.. Nov 02 07:36:23 heya JaMa, any news on that DBus segfault? :D Nov 02 07:38:39 rebelThor: read log :) Nov 02 07:40:08 JaMa: which log, the channel one ? Nov 02 07:40:38 yes Nov 02 07:42:23 JaMa: No, segfaults Nov 02 07:42:43 rebelThor: in short, dbus_1.2* works out of the box even with thumb, dbus_1.3* works when recompiled without thumb, so dbus is easy to fix.. others are more difficult Nov 02 07:43:38 TeLLuS: and do you have any backtrace? I have lots of alignment traps (also on my zaurus) and the apps are ok with it.. so maybe its caused by something else.. Nov 02 07:43:39 JaMa: so the main issue is now eglibc/thumb ? Nov 02 07:44:35 TeLLuS: i guess that it could be in libsqlite.. which was segfaulting also when called from python etc.. Nov 02 07:44:41 rebelThor: yes Nov 02 07:45:03 JaMa: No was in libc or something like that.. Nov 02 07:47:16 rebelThor: I'm trying to create some testcase.. then we can fix it in eglibc/gcc/binutils/... Nov 02 07:47:52 JaMa: wish I could help, but it's way too lowlevel for me :D if you have anything I could test though, I'll be glad to help Nov 02 07:48:12 rebelThor: it almost work with eglibc,libx11,dbus recompiled without thumb.. Nov 02 07:48:37 or maybe it was in glib Nov 02 07:48:40 rebelThor: its too lowlevel for me too... but with simple testcase we can call for help :) Nov 02 07:49:54 rebelThor: first segfaults/Illegal instructions while booting were fixed in few minutes at #oe, but gurus which can read asm and also are highlighted by armv5 instruction in armv4 code :) Nov 02 07:50:18 s/, but/ by Nov 02 07:50:22 s/, but/ by/ Nov 02 07:50:24 JaMa meant: s/ by/ by Nov 02 07:50:32 lol :) Nov 02 07:50:51 JaMa: hehe, I got it :) well.. good luck with the test case ;) hope we get rid of shr/import soon :D Nov 02 07:51:54 rebelThor: http://ibot.rikers.org/%23oe/20091027.html.gz see mickey and pb :) Nov 02 07:56:03 moin Nov 02 07:58:27 moin Nov 02 07:58:29 JaMa: heh, read the logs, and yeah, we definitely need some asm guru :D Nov 02 08:03:47 morning Nov 02 08:08:28 JaMa: spotting armv5 in armv4 code is not that hard, i did it once after trying to understand why tf my self-compiled Qi doesn't work at all ;) Nov 02 08:11:19 PaulFertser: I've read which armv5 instructions were needed to replace in early android porting to armv4, even found some seaching script at http://wiki.openmoko.org/wiki/Android_porting, but reading whole eglibc/libx11 is too much for me.. Nov 02 08:15:49 JaMa: the question is how the hell they could be slipping in Nov 02 08:16:07 JaMa: mine was obvious: libgcc was compiled for armv5. Nov 02 08:17:40 hmm I said it wrong.. its not just armv5 instruction, but asm sequence thumb-safe on armv5t and unsafe on armv4t Nov 02 08:18:17 and the script I found is not usefull for this case :) Nov 02 08:18:33 but I'm looking for ghosts now :) Nov 02 08:20:52 JaMa: wow, that is starting to be interesting. Looks like a bug in thumb codegeneration for armv4 then? Have you tried reporting it to gcc devs? Nov 02 08:24:19 PaulFertser: that's just what I'm guessing now.. and what I understood from what pb said with first thumb issue.. so nothing to report without some usefull testcase.. Now I have dbus segfaulting with thumb and ok without. But its still too long code for testcase and I think that problem can be still somewhere else and thumb enabled dbus just triggers it.. Nov 02 08:26:02 JaMa: (pb said) was it on #oe? I'd like to see how it was done (for my own amusement and learning). Nov 02 08:26:31 PaulFertser: http://ibot.rikers.org/%23oe/20091027.html.gz see mickey and pb :) Nov 02 08:27:16 JaMa: yo, thanks a lot! :D Nov 02 08:34:59 JaMa: hehe, it was nice Nov 02 08:35:35 morning Nov 02 08:35:50 how do I turn off thumb instructions in the shr/merge branch? Nov 02 08:36:52 spaetz: for some recipe? or as default? Nov 02 08:37:15 spaetz: ARM_INSTRUCTION_SET = "arm" Nov 02 08:38:41 JaMa: as default. Nov 02 08:38:53 putting that in my local.conf should be sufficient, right? Nov 02 08:39:10 I want to try without as mrmoku told me that it seems to crash quite often... Nov 02 08:39:22 and I finally want to try a shr/merge image on my FR... Nov 02 08:39:47 and smaller binary size over less speed doesn't sound like the right trade-off for the FR anyway... Nov 02 08:39:55 JaMa: (the same problem somewhere else) shouldn't be a big deal to grep all the sources for pop pc. Nov 02 08:40:23 spaetz: you can add it to shr.conf directly.. as it was before.. Nov 02 08:42:55 spaetz: I'm not sure if its right trade-off, but I trust oe guys.. http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-October/002714.html Nov 02 08:43:52 JaMa: but koen send a mail this year, daying he disabled it because it doesn't seem to work right :) Nov 02 08:47:01 spaetz: but just for gcc-4.3? no? Nov 02 08:47:11 spaetz: and in stable branch.. Nov 02 08:48:15 JaMa: haven't checked in details. just some quick googling Nov 02 08:48:26 strange that conf/machine/include/tune-arm920t.inc says that thumb is off by default Nov 02 08:50:12 JaMa: perhaps through this? include/sane-toolchain.inc:PREFERRED_ARM_INSTRUCTION_SET_armv4t = "thumb" Nov 02 08:50:21 spaetz: and thumb is off for gcc-4.4.2 (overridden in recipe) Nov 02 08:50:41 JaMa: mmh, ok. then mrmoku was wrong about that Nov 02 08:51:07 damn, I aborted my build for that :). Yet again another restart from scratch... Nov 02 08:51:13 spaetz: he was right, that with thumb off the image was "working" Nov 02 08:51:57 spaetz: but I think we should invest some more time to investigate this issue and/or call for help then Nov 02 08:52:31 spaetz: because if we switch thumb off, then we wont switch it on again later.. :/ Nov 02 08:52:38 yep, right Nov 02 08:52:45 anyway, need to leave wlan. bbl Nov 02 10:01:18 hmm interesting to see undefined instruction after objdump -d :) Nov 02 10:08:53 Unknown internal dbus error: Activation of org.freesmartphone.ousaged timed out, 82 (dbus-glib-error-quark), code 20 Nov 02 10:09:01 in current test/mrmoku Nov 02 10:09:13 Does somebody know how to fix it? Nov 02 10:21:21 Hey max_posedon o/ Nov 02 10:21:58 hi! Nov 02 10:22:17 How's life? Nov 02 10:22:25 life is different) Nov 02 10:27:41 mrmoku|a`, shr's ophonekitd asks me for a pin, when my sim down't required it Nov 02 10:27:49 and aborts on connect Nov 02 10:28:01 s/connect/when I entering correct pin Nov 02 10:29:58 Sim auth dialog should be hidden after register_to_network_callback() Nov 02 10:30:42 ok, my phone works, just with annoing sim auth on display Nov 02 10:31:17 if somebody interested, that unknown internal dbus error, was fixed by switching to ousaged, instead of fsousaged Nov 02 10:35:20 Noth that switching to ousaged can be considered a fix anyway Nov 02 10:39:31 max_posedon: I was just about to ask the same question. Asking for an unrequired pin after a fresh install and an opkg upgrade including mrmoku feed Nov 02 10:40:52 I don't get a connection though. I'll try ousaged Nov 02 10:51:23 Arigead: if you're experiencing this reliably why don't you just turn on enough debugging to actually isolate the issue? Nov 02 11:59:31 back again... Nov 02 11:59:54 * spaetz has to grade 4 student presentations today... Nov 02 12:08:12 PaulFertser: Sorry got distracted there. I'm reflashing to go through this again and I'll see what debug is in /var/log/ophonekitd Nov 02 12:40:08 mrmoku|a`: there is a groff patch on the OE mailing list. Nov 02 12:40:22 might that help with the groff probs on buildhost? Nov 02 12:40:53 patch by ricardo.salveti openbossa.org Nov 02 12:44:03 spaetz: didn't mrmoku already solve the groff issue by disabling document building? Nov 02 12:54:54 rebelThor: yes, there is a patch, but that needs to be applied to each failing package and I am still not sure it will go into upstream OE without discussion Nov 02 12:55:45 WTH is wrong with util-linux.ng and why does it always fail on the first compilation? Nov 02 13:03:56 raster: ping Nov 02 13:04:42 JesusMcCloud: ping Nov 02 13:04:56 i have little problem with edje Nov 02 13:05:57 i want to do something like this using edje and elementary.Layout - http://scap.linuxtogo.org/files/3c999b7d5410e494f14ab1a94d5dcdb5.png Nov 02 13:06:15 basicaly: it's box on top, and scroller under box Nov 02 13:06:39 and i'm rewriting it using elm_layout Nov 02 13:07:39 how can i do that using SWALLOW parts? i want scroller to use all possible space Nov 02 13:08:11 i already have edje file, but only with relative positioning - so box on top uses 30% of space, and scroller 70% Nov 02 13:08:19 but that's not what i want ;x Nov 02 13:08:56 dos1, pong Nov 02 13:09:14 JesusMcCloud: already described my problem :) Nov 02 13:12:26 dos1, so basicallythe scroller vertical size should adapt to how much space the boy needs? Nov 02 13:12:39 s/boy/box/ Nov 02 13:12:39 JesusMcCloud meant: dos1, so basicallythe scroller vertical size should adapt to how much space the box needs? Nov 02 13:12:45 JesusMcCloud: yup Nov 02 13:13:04 like i already have in pure elementary Nov 02 13:13:49 dos1, i dont get your problem Nov 02 13:14:17 i have edje group Nov 02 13:14:28 with two swallows Nov 02 13:14:49 one on top of group, second under the first one Nov 02 13:15:11 first one is feeded with elm_box, second with elm_scroller Nov 02 13:16:06 all i want is to adapt vertical size of scroller to all available space - so box isn't neighter bigger nor smaller than what it needs Nov 02 13:17:37 dos1, sry i dont get your problem... you dont need any special edje for what you want to do if i see it right on the screenie Nov 02 13:17:57 JesusMcCloud: but i want special edje to do something on top on it later :P Nov 02 13:18:47 dos1, the add somethign to the existing and dont replace it? Nov 02 13:19:39 JesusMcCloud: no, it has to be replaced :P Nov 02 13:20:40 but i know what to do later and how to do that... now i just want to have scroller adjusting to available space, nothing more :x Nov 02 13:22:33 dos1, you mind telling me what you want to put on top and why that waht's already there isn't enough? Nov 02 13:23:43 to have that box expandable with button (something like Panel widget in elm, but not exactly that) :P Nov 02 13:24:43 dos1, i have an idea for a hack, but i dont think you'd want that... Nov 02 13:25:41 whne expanding the box is it expanded to the current height+something fixed r current height-somethign dynamic? Nov 02 13:27:03 JesusMcCloud: wait a moment, i have expanding almost done Nov 02 13:27:04 s/height-somethign/height + somethign/ Nov 02 13:27:05 JesusMcCloud meant: whne expanding the box is it expanded to the current height+something fixed r current height + somethign dynamic? Nov 02 13:27:12 i'll send it to you Nov 02 13:27:21 ok Nov 02 13:27:41 * JesusMcCloud gets his freerunner Nov 02 13:42:46 dos1, i gtg, bbl Nov 02 13:42:58 JesusMcCloud: :/ Nov 02 13:43:36 http://openmoko.opendevice.org/~dos/blipomoko and http://openmoko.opendevice.org/~dos/blipomoko.edj Nov 02 14:31:36 is there any guid on how to build shr if now it's mered? Nov 02 14:31:40 *merged Nov 02 14:45:55 spaetz: hmm... don't think that groff patch can have any influence Nov 02 15:26:05 mrmoku|away: ok Nov 02 15:26:15 gone again, more lectures to attend... Nov 02 17:46:20 mrmoku|away, I need you help. ;{ Nov 02 17:59:18 can someone please remind me: is tests/mrmoku/feed/ a symlink to tests/mrmoku/unstable/feed/ ? :) Nov 02 17:59:38 rebelThor1: yes Nov 02 17:59:41 Heinervdm: thanks Nov 02 18:17:12 * Sharwin_F just received an SMS, clicked on notifier to see it and nothing happened apart from notifier window being closed... Nov 02 18:17:33 where's my message? :O Nov 02 18:18:56 Sharwin_F: you have to change the MESSAGES_APP variable in /usr/bin/notifier Nov 02 18:20:34 Heinervdm, but on opening shr-apps-messages I think it doesn't show neither... (it should appear at the top of all them, isn't it?) Nov 02 18:21:22 Sharwin_F: yes, it should Nov 02 18:21:45 i had some strange false notifications some time ago, but don't know why Nov 02 18:22:22 Heinervdm, hmm I have listened to the SMS income ringtone too, so it's not only notifier Nov 02 18:22:29 TAsn: i'm writing blip.pl client ("polish version" of twitter) Nov 02 18:22:35 TAsn: and i did some edje hacking Nov 02 18:22:43 cool edje hacking? Nov 02 18:22:48 TAsn: maybe you'll be interested in effects, uploading ;) Nov 02 18:25:33 2009.11.02 18:14:10.921 ogsmd.device INFO incoming message on sim storage index 2 Nov 02 18:25:33 2009.11.02 18:14:11.68 oeventsd.fso_triggers INFO Receive IncomingMessage on index = 2 Nov 02 18:26:08 may I try opimd-cli to search for it? Nov 02 18:26:18 dos1, Heinervdm ^ Nov 02 18:26:45 Sharwin_F: try ogsmd interface firstly Nov 02 18:26:50 it was stored on SIM Nov 02 18:27:09 dos1, any help with it? ;) Nov 02 18:27:25 Sharwin_F: mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device Nov 02 18:27:34 ok :) Nov 02 18:27:39 and then look for ReceiveMessagebook or something like that Nov 02 18:28:32 TAsn: http://openmoko.opendevice.org/~dos/blipomoko and http://openmoko.opendevice.org/~dos/blipomoko.edj Nov 02 18:28:44 dos1, org.freesmartphone.GSM.SIM.RetrieveMessage( i:index ) ? Nov 02 18:29:13 (it's python script. connecting to blip is commented out, ui is feeded with my fake data :P) Nov 02 18:29:21 Sharwin_F: ok, can be Nov 02 18:29:23 so Nov 02 18:29:37 Sharwin_F: mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SIM.RetrieveMessage 2 Nov 02 18:29:41 so yes, it's there Nov 02 18:29:56 try with opimd-cli then Nov 02 18:30:10 dos1, but I don't get it on shr-apps-messages Nov 02 18:30:10 opimd-cli m query MessageRead 0 Direction in Nov 02 18:30:29 Sharwin_F: did you check carefully logs? there is no traceback? Nov 02 18:31:08 dos1, on frameworkd everything gone right. I'll look into phonefsod or whatever is called now Nov 02 18:31:31 Sharwin_F: well. opimd should handle this message Nov 02 18:31:39 Sharwin_F: which backend do you have default? Nov 02 18:31:46 SIM-Messages-FSO or SQLite-Messages? Nov 02 18:32:03 dos1, the one which comes with last image... I think SIM one Nov 02 18:32:05 let me check Nov 02 18:33:41 dos1, 2009.11.01 23:55:53.307 opimd INFO Registered backend SIM-Messages-FSO Nov 02 18:35:04 mrmoku|away, shr-team, mrmoku/unstable have problems with ophonekitd/fsousaged Nov 02 18:35:09 can it be fixed soon? Nov 02 18:36:01 dos1, opimd-cli gives me 0 results Nov 02 18:37:00 I have Nov 02 18:37:03 Unknown internal dbus error: Activation of org.freesmartphone.ousaged timed out, 82 (dbus-glib-error-quark), code 20 Nov 02 18:37:09 in ophonekitd log Nov 02 18:37:24 and army of fsousaged Nov 02 18:37:53 dos1, you may want to look at this (cat frameworkd.log | grep opimd) Nov 02 18:37:54 http://pastebin.ca/1653438 Nov 02 18:38:40 Sharwin_F: looks ok Nov 02 18:41:57 dos1, but ogsmd is showing it, whereas opimd is not Nov 02 18:53:41 Heinervdm: are you around? I just reflashed the tests/mrmoku/unstable image and I do not see the Vagalume icons (without performing any modifications other than update/upgrade) Nov 02 18:54:13 rebelThor1: that's strange, but i have to go now Nov 02 18:55:45 rebelThor1: but i the index.theme is included again in the next builds, so just ignore it for now Nov 02 19:06:10 dos1, me is not testing blipmoko Nov 02 19:06:17 dos1, anything special I should look at? Nov 02 19:06:48 dos1, sliding window: I like! Nov 02 19:07:06 mrmoku|away, sliding window: great for config/volume in active call. TAsn: http://openmoko.opendevice.org/~dos/blipomoko and http://openmoko.opendevice.org/~dos/blipomoko.edj Nov 02 19:07:12 TAsn: hehe :D Nov 02 19:07:25 anything more? Nov 02 19:07:26 TAsn: now i have second sliding window, for buttons on bottom ;) Nov 02 19:07:30 TAsn: not yet Nov 02 19:07:39 okie, cool. :) Nov 02 19:07:46 that's an awesome effect Nov 02 19:07:50 with great usability Nov 02 19:08:22 dos1, too bad you don't know C :( Nov 02 19:08:37 well, at least you are a good edje hacker ;) Nov 02 19:08:43 well, i know C a bit Nov 02 19:08:59 we'll probably bug you for help with phoneui's edjs Nov 02 19:09:33 ok, just prepare everything for me and point me exactly in which lines in which file i have to add my edje things ;D Nov 02 19:14:24 freesmartphone.org: 03mickey 07cornucopia * r1a953d914116 10/fsogsmd/src/lib/ (atcommands.vala atunsolicited.vala modem.vala sms.vala): fsogsmd: smshandler: hand over incoming sms to smsstorage Nov 02 19:40:52 TAsn: whatsup Nov 02 19:41:10 mrmoku, fine fine. Nov 02 19:41:22 how can I apply git patches from my gmail inbox? Nov 02 19:41:44 Hi does someone know where we can asks question to fso's guys? Nov 02 19:41:46 TAsn: save them Nov 02 19:41:58 copy paste? Nov 02 19:42:05 don't know gmail Nov 02 19:42:12 that sounds ugly. ;| Nov 02 19:42:20 anyhow, I just need to save them Nov 02 19:42:24 and then do a git apply ? Nov 02 19:42:26 and then use git am Nov 02 19:42:35 or git apply Nov 02 19:42:44 git am commits them... git apply just applies them Nov 02 19:47:18 bah, but it doesn't include commit info/sender Nov 02 19:47:23 I'll just manually add it ;( Nov 02 19:47:53 TAsn: gmail probably sucks... don't you have the possibility to save a mail to a file? Nov 02 19:48:25 ok, how do I do it in evolution? Nov 02 19:48:30 I'll just send it to that. Nov 02 19:48:40 hehe, don't know evolution either :P Nov 02 19:48:58 TAsn: is it in patchwork? Nov 02 19:49:03 bah. Nov 02 19:49:07 mrmoku, it's in shr-devel Nov 02 19:49:10 mind applying it? :) Nov 02 19:49:13 then it's easy :) Nov 02 19:49:13 libphone-utils :) Nov 02 19:49:18 max_posedon's ? Nov 02 19:49:24 yes. Nov 02 19:49:46 TAsn: I think I don't have commit rights for phone-utils Nov 02 19:49:55 but just click on the patch (in patchwork) Nov 02 19:49:58 and then on mbox Nov 02 19:50:06 link please. :| Nov 02 19:50:16 http://patchwork.dev.bearstech.com/project/SHR/list/ Nov 02 19:52:02 thanks Nov 02 19:52:03 trying. Nov 02 19:52:24 TAsn: and then use git am Nov 02 19:52:26 not git apply Nov 02 19:52:32 as that preserves authorship Nov 02 19:52:41 and add -s for your sign-off Nov 02 19:53:05 can you hand "git am" a link? Nov 02 19:53:07 done. Nov 02 19:53:08 :) Nov 02 19:53:18 or do you have to save and use it locally? Nov 02 19:53:18 mrmoku, nvm -s Nov 02 19:53:22 SHR: 03maxposedon 07libphone-utils * rf1377146556d 10/src/phone-utils.c: Fix g_warning usage Nov 02 19:53:27 forgot about it. :) Nov 02 19:53:55 mrmoku, btw, in "your" shr fsousaged broken Nov 02 19:54:11 also, why shr asks me a pin, when pin disabled?! Nov 02 19:54:45 and phonekitd segfaults, when I enter pin, and I can't close enter-pin window Nov 02 19:54:57 so, now it always with me, little annoing Nov 02 19:55:13 mrmoku, we should kill ophonekitd already. :) Nov 02 19:57:08 mrmoku, btw, did you see dos's cool sliding window? Nov 02 19:57:15 the new one no Nov 02 19:57:17 great for volume hiding Nov 02 19:57:22 daywork is striking back :( Nov 02 19:57:26 :| Nov 02 19:57:36 day surfing strikes back here :) Nov 02 19:57:40 :P Nov 02 19:57:42 HUGE waves ;] Nov 02 19:58:39 I'm soo tired. Nov 02 19:59:15 hehe me too... even without big waves :P Nov 02 19:59:22 mrmoku, TAsn and what about same(g_error) fix for libphone_ui?) Nov 02 19:59:45 max_posedon, bah. Nov 02 19:59:47 * JaMa has HUGE waves of tiredness Nov 02 19:59:47 ok, sec. :) Nov 02 19:59:56 JaMa, how was the disco? Nov 02 20:00:00 (and did the image boot?) Nov 02 20:00:07 JaMa: how is the thumb fight? Nov 02 20:00:08 TAsn: boring as always :) Nov 02 20:00:38 TAsn: and image booted ok.. just after return from disco.. but 2 segfaults later I went to bed.. Nov 02 20:00:55 mrmoku: pb and khem are fighting now too... Nov 02 20:00:56 max_posedon, done, thanks. :) Nov 02 20:01:06 SHR: 03maxposedon 07libphone-ui * r04abd8afdaf5 10/src/phoneui.c: Fix g_error usage Nov 02 20:01:16 I'm so glad we move to compiling with -Wal -Wextra -Werror Nov 02 20:01:20 welcome, I hope next patches will be bigger) Nov 02 20:01:26 will prevent people from contributing bad code. Nov 02 20:01:51 and also helped me find out a couple of issues. Nov 02 20:03:38 btw, where is shr-i386? Nov 02 20:04:11 max_posedon, we only support i686 :| Nov 02 20:04:20 ok, i686 good for me too) Nov 02 20:04:24 ;] Nov 02 20:04:29 got a modem? Nov 02 20:05:13 nope, just want dev-platform supported by valgrind Nov 02 20:05:24 and. I think neo can be a modem, isn't it? Nov 02 20:05:36 (at least .31 have some g_modem) Nov 02 20:05:49 maybe. :) Nov 02 20:05:54 max_posedon, having valgrind could be nice. :) Nov 02 20:05:58 but you don't really need it. Nov 02 20:06:15 you can run phoneuid on a pc Nov 02 20:06:31 will work flawlessly. Nov 02 20:06:38 so, this is why are I ask about shr-i686 Nov 02 20:06:45 max_posedon, :) Nov 02 20:06:48 just compile it yourself Nov 02 20:06:54 as it's a developers only request anyway. Nov 02 20:07:04 people who can take care of themselves Nov 02 20:08:00 ok, I have one more issue Nov 02 20:08:13 speak, please. Nov 02 20:08:14 Could you remove po/Makefile.in.in from libphone-ui-shr? Nov 02 20:08:30 I don't even have an idea what that is. Nov 02 20:08:40 it useless, and prevents running autoreconf Nov 02 20:08:45 its autogenerated file Nov 02 20:08:54 done. Nov 02 20:09:06 and autoreconf- dislike it Nov 02 20:09:10 ok, thanks Nov 02 20:09:17 now I can cleanup my ebuild Nov 02 20:09:20 *s Nov 02 20:09:38 is this normal: [phonefsod] error: (0) Activation of org.freesmartphone.ousaged timed out ? Nov 02 20:09:56 it's normal if your fsousaged doesn't work Nov 02 20:09:56 :) Nov 02 20:10:08 TAsn: fsousaged appears to be running.. Nov 02 20:10:18 rebelThor1, but not answering. Nov 02 20:10:21 rebelThor1, ps -Af | grep fsousaged | wc -l Nov 02 20:10:34 max_posedon: 23 :D Nov 02 20:10:34 if result bigger than 1, you have broken fsousaged Nov 02 20:10:37 SHR: 03tom 07libphone-ui-shr * r6aba8ce0017e 10/po/Makefile.in.in: Removed po/Makefile.in.in thanks max_posedon Nov 02 20:10:46 its mrmoku/unstable bug Nov 02 20:10:52 I switched to fsousaged Nov 02 20:10:58 sorry, to ousaged Nov 02 20:11:21 max_posedon: so opkg remove fsousaged and opkg install ousaged ? Nov 02 20:11:27 nope) Nov 02 20:11:33 just edit /etc/framework.conf Nov 02 20:11:36 rebelThor1: ousaged is part of frameworkd Nov 02 20:11:41 or ask mrmoku and company fix it) Nov 02 20:11:45 ah, silly me :D Nov 02 20:12:55 mrmoku, TAsn have you idea about correct installing shr-specs? Nov 02 20:13:07 e.g. how it should be done, by any other distro, except OE? Nov 02 20:13:13 no idea. Nov 02 20:13:21 mrmoku, is the man to ask about shr-specs Nov 02 20:13:22 :) Nov 02 20:14:07 because current way, (install to some path, and set variable) is a big ugly Nov 02 20:14:54 mrmoku, what about may be include xml in sources when required for example? Nov 02 20:14:55 no ieda. Nov 02 20:15:04 but I'm generally against ugly stuff Nov 02 20:15:06 :) Nov 02 20:15:57 ciao. Nov 02 20:17:10 max_posedon: hmm Nov 02 20:17:24 max_posedon: what is the problem with shr-specs? Nov 02 20:17:33 another idea - pkg-config wrapper Nov 02 20:17:44 problem is that phone* stuff require it Nov 02 20:17:59 and there is no good way install shr-specs Nov 02 20:18:17 max_posedon: make xml Nov 02 20:18:20 and configure.ac in phone* detect/find correct spec Nov 02 20:18:39 I can do, it, I dislike setting variable with path to xmls Nov 02 20:18:58 install -m xml/* to /usr/share/shr-specs Nov 02 20:19:37 max_posedon: for phoneuid and phonefsod then use SPECS_PATH=.... Nov 02 20:19:43 for configure Nov 02 20:19:46 hi guys Nov 02 20:20:08 I got it, but its exactly what i dislike a little Nov 02 20:20:12 max_posedon: fso-specs are done the same way... Nov 02 20:20:15 does anybody know how well Gabriel (dbus over ssh) is working? Nov 02 20:20:25 really? hm.. Nov 02 20:22:46 hi Nov 02 21:06:00 which package contains mkfs.vfat? Nov 02 21:06:14 dosfstools? Nov 02 21:07:15 im installing Nov 02 21:07:16 thx Nov 02 22:10:36 does anyone know if it is possible to connect to the system bus, using in system.conf from dbus? Nov 02 22:10:58 I mean over tcp Nov 02 22:12:15 frameworkd not starting correctly here... Nov 02 22:12:20 frameworkd.log: http://pastebin.ca/1653859 Nov 02 22:13:12 cat frameworkd.log | grep ERROR: http://pastebin.ca/1653862 Nov 02 22:13:58 problems seems some service file from dbus Nov 02 22:31:43 freesmartphone.org: 03mickey 07cornucopia * r8bc5c56bbfee 10/fsogsmd/ (8 files in 3 dirs): fsogsmd: bind Sms.Message as Vala class to improve the memory management w/ struct nightmare **** ENDING LOGGING AT Tue Nov 03 02:59:57 2009