**** BEGIN LOGGING AT Wed Nov 04 02:59:57 2009 Nov 04 06:50:40 pb___: ah no.. i had old libpthread on my fs which wasn't replace by opkg eglibc upgrade.. looks better now.. Nov 04 07:05:08 pb___: morning, you awake? Nov 04 07:05:20 One question with regard to your patch Nov 04 07:09:27 JaMa: morning. One issue with our iterworking patches: In our current interworking patch we use: __ARM_ARCH_V4T__ Nov 04 07:09:49 however pb pointed out yesterday in his patch that rather than __ARM_ARCH_V4T__ we should use __ARM_ARCH_4T__ Nov 04 07:10:17 and indeed googling both term leads to 900 hits for __ARM_ARCH_4T__ and only 3 hits (all ours basically :-)) for __ARM_ARCH_V4T__ Nov 04 07:10:38 could it be that our interworking patch is not correct? Nov 04 07:33:27 spaetz: its working now.. i just tested it with old libpthread (one without patch) which was left in /lib and used.. Nov 04 07:34:14 spaetz: but I'll check if both those __ARM_ARCH are defined for us Nov 04 08:12:18 JaMa: just pushed a patch Nov 04 08:12:42 the existing interwork patch had both versions __ARM_ARCH_V4T__ and __ARM_ARCH_4T__ in one patch Nov 04 08:12:49 so I am pretty sure the __ARM_ARCH_V4T__ is a typo Nov 04 08:13:31 google never finds __ARM_ARCH_V4T__ besides in our own patch Nov 04 08:13:47 I pushed to shr/merge and will rebuild... Nov 04 08:14:59 the fix seems right independent of any other things anyway. I foud more references that this assembly is not interworking safe in armv v4t (in a mail from 2006....) Nov 04 08:16:04 spaetz: you need to update PR = "${INC_PR}.5" in all eglibc recipes and use that patch in all (it apply cleanly) see http://pastebin.ca/1656281, I wanted to push this just after greping gcc sources for that V4T.. Nov 04 08:16:45 spaetz: and there is few more usages of V4T in OE tree http://pastebin.ca/1656277 Nov 04 08:18:37 spaetz: and dbus still segfaults.. so we need a bit more.. Nov 04 08:19:28 JaMa: check http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?h=shr/merge&id=5bf7719db1cf57d0a7cc027403f60c3e8fcbdc97 Nov 04 08:19:43 this is pb's patch with the one typo coorection that he gave later on IRC Nov 04 08:20:02 I did bump PR for eglibc_2.10 Nov 04 08:20:04 spaetz: this one in in my pastebined too :) Nov 04 08:20:22 haven't applied patch to other eglibc versions though Nov 04 08:20:29 spaetz: all I'm saying it that this patch is probably needed for ALL eglibc versions Nov 04 08:20:36 yep Nov 04 08:20:47 and the patch was ported from the "glibc" patch, right? Nov 04 08:20:48 spaetz: hi Nov 04 08:21:12 so if there is a typo with regard to __ARM_ARCH_V4T__ then it should be changed in the glibc patch too Nov 04 08:21:18 spaetz: yes Nov 04 08:21:22 hi pb___ Nov 04 08:22:45 pb___: see my pm. do you know if __ARM_ARCH_V4T__ will never be defined? Nov 04 08:23:00 because in that case the existing interworking glibc patch has a typo too Nov 04 08:23:36 also, I hope you are fine that I made you the author of the commited patch (http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?h=shr/merge&id=5bf7719db1cf57d0a7cc027403f60c3e8fcbdc97) Nov 04 08:24:02 it's in the shr/merge branch for now and if it fixes stuff we should cherypick to dev.OE too Nov 04 08:25:33 but I don't dare to modify anything glibc related in dev.OE. koen proposed to ban me in a recent commit message anyway :) Nov 04 08:26:02 no __ARM_ARCH_V4T__ in gcc-4.4.2 sources.. Nov 04 08:28:48 JaMa: ok, so then that is probably a typo... Nov 04 08:29:05 I thought so, as google didn't turn up anything at all Nov 04 08:36:41 spaetz: strange also no __ARM_ARCH_V*4T__ in 2.6.32-rc6 Nov 04 08:39:13 spaetz: "ban people that have recently gained commit access from poking at conf/distro for the first few weeks" Nov 04 08:39:42 PaulFertser: yes that was me :) Nov 04 08:40:09 so I am not going to poke at glibc in dev.OE either :) Nov 04 08:41:21 and its not in `echo | ../tmpdir-dev-shr/cross/armv4t/bin/arm-oe-linux-gnueabi-gcc -march=armv4t -dM -E - | grep __ARM` rebuilding now.. Nov 04 08:41:45 JaMa: fixed same issue in the glibc patch. But also just in shr/merge branch Nov 04 08:41:52 spaetz: sorry, I didn't see your pm, I guess you sent it to my other machine. Nov 04 08:42:06 I think __ARM_ARCH_V4T__ is just wrong, afaik no version of gcc defines that. Nov 04 08:42:17 yep, I did. But it's all clear now, so you can ignore my pm anyway :) Nov 04 08:42:23 heh Nov 04 08:42:24 very good :-) Nov 04 08:42:31 pb___: thanks. Nov 04 08:42:54 spaetz: will you apply it to all eglibc? Or should I sent my patch (for all eglibc) to oe.dev ML? Nov 04 08:43:01 pb___: I won't modify glibc in the dev branch. But if you are interested in fixing glibc Nov 04 08:43:25 yeah, I will do that later today unless someone else commits the patch first. Nov 04 08:43:43 pb___: http://pastebin.ca/1656281 Nov 04 08:43:50 you might want to lift that commit: http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?h=shr/merge&id=b7c9855c7ece03a0876c0d50922f908b65c5f095 Nov 04 08:43:55 cherry-pick Nov 04 08:44:03 which is for glibc. Nov 04 08:44:41 the previous commit in that branch is for eglibc. Nov 04 08:44:57 and the same patch should also still be ported to glibc... Nov 04 08:45:04 anyway, compiling now... Nov 04 08:45:34 righto Nov 04 08:45:55 JaMa: looks good. line 71 of that patch seems bogus but it is harmless since those "Index:" lines aren't really used for anything anyway. Nov 04 08:47:36 pb___: ah, thats older version.. I noticed just after commiting it and its fixed in my tree Nov 04 08:47:57 righto Nov 04 08:47:58 pb___: should I send it to ML, or will you apply directly? Nov 04 08:48:16 probably best send it to the list, that will help me to remember about it. Nov 04 08:48:33 ok Nov 04 08:48:34 I have to go to a board meeting in about 45 mins so I won't be able to look at it until after that. Nov 04 08:54:07 pb___: dbus-daemon issue is still there, I'll recheck if the 3rd chunk with corrected V4T helps and then ping you with info, or should I check clone.S now? Nov 04 08:57:46 JaMa: you are quick at compiling and flashing! Nov 04 08:58:29 spaetz: I guess we don't need to rebuild from scratch :) Nov 04 08:58:57 JaMa: yeah, you definitely need to correct any instances of _V4T_ that remain. Nov 04 08:59:10 if that doesn't help, ping me later with more info and I will take another look. Nov 04 08:59:16 bbl Nov 04 08:59:17 * pb___ -> Nov 04 08:59:30 spaetz: only problem here is when I'm testing something without bumping revision (to be sure that I'll bump it just once, when its tested) to make sure that I reinstall everything needed.. Nov 04 08:59:42 pb___: thanks a lot Nov 04 08:59:49 enjoy meeting Nov 04 08:59:50 JaMa: yes Nov 04 09:11:15 JaMa: I deleted SD card and rebuild a new image to make sure all the updates propagate up (I know recompiling glibc should have been sufficient). Nov 04 09:11:29 task 5671 of 7246 Nov 04 09:12:11 spaetz: NOTE: Running task 3458 of 8159 but only few tasks are needed :) Nov 04 09:12:28 heh Nov 04 09:12:36 spaetz: but you have still that image with thumb disabled, haven't you? Nov 04 09:13:49 ummh, now that I ask, I did a make update, so I have all local changes overwritten... Nov 04 09:13:58 pure shr/merge now... Nov 04 09:14:46 I do have in my local. conf: PREFERRED_ARM_INSTRUCTION_SET_armv4t = "arm" Nov 04 09:14:50 PREFERRED_ARM_INSTRUCTION_SET = "arm" Nov 04 09:15:06 there is PREFERRED_A? Nov 04 09:15:09 so, if this is not overwritten anywhere Nov 04 09:15:23 I think only ARM_INSTRUCTION_SET can be used.. Nov 04 09:15:24 yes, found that at some place... Nov 04 09:15:44 mmh Nov 04 09:15:55 mornin Nov 04 09:16:01 moin Nov 04 09:18:25 Running task 7242 of 7246, flashing image soon. Nov 04 09:18:26 spaetz: you're right PREFERRED_ARM_INSTRUCTION_SET is also used in sane-toolchain.inc Nov 04 09:18:39 yep, that's probably where I grepped that Nov 04 09:18:52 not sure if/where it is actually used Nov 04 09:19:50 spaetz: just few lines bellow it to set ARM_INSTRUCTION_SET :) Nov 04 09:20:01 ahh :) Nov 04 09:21:14 so ARM_INSTRUCTION_SET="arm" can be used in local.conf and ARM_INSTRUCTION_SET="thumb" shouldn't because if i understand that comment there correctly then thumb would be then used even in recipes where is ARM_INSTRUCTION_SET="arm" (like gcc/mplayer) Nov 04 09:23:48 spaetz: btw something new with connman? Nov 04 09:24:39 JaMa: besides the crash that I experience, it actually works with -I for excluding an interface, apparently Nov 04 09:24:42 ahh my computer is so slow while building eglibc, mesa and kde-4.3.3 in parallel (12threads now) Nov 04 09:24:53 the #connman channel told me there was a bug that was recently fixed Nov 04 09:25:22 but I couldn't really test it ebcause of the crash Nov 04 09:26:38 hehe, maybe it crashed before disabling iface :) Nov 04 09:27:23 :) Nov 04 09:37:02 spaetz: is dbus-daemon still segfaulting for you? it is for me.. Nov 04 09:37:31 just booting Nov 04 09:37:38 spaetz: but libx11,fontconfig,freetype seems fixed now Nov 04 09:37:47 and e-wm Nov 04 09:38:38 well, at least that would be progress :) Nov 04 09:40:15 JaMa: well, I have a dbus-daemon] Nov 04 09:40:32 would that be a sure sign for a crash? let me check if connman is fixed Nov 04 09:41:05 Starting system message bus: Unknown username "system" in message bus configuration file Nov 04 09:41:08 dbus. Nov 04 09:41:13 blah :-(. Nov 04 09:41:43 that warning is from connman.. Nov 04 09:41:45 /etc/dbus-1/system.d/connman.conf: Nov 04 09:41:55 connman doesn't crash anymore :) Nov 04 09:42:01 it runs. Nov 04 09:42:22 * JaMa don't have defunct because it fails completely.. Nov 04 09:42:51 spaetz: try to comment line in dbus system.conf Nov 04 09:43:17 spaetz: it should start dbus-daemon then, but expect it to segfault later in dbus-launch or something (so still no x11) Nov 04 09:44:24 JaMa: although a /etc/init.d/dbus restart seems to work Nov 04 09:44:45 I do get X11 Nov 04 09:44:53 and e-wm? Nov 04 09:44:55 yes Nov 04 09:45:01 I have it all running Nov 04 09:45:06 can open contacts app and all Nov 04 09:45:11 is your dbus rebuilt with thumb enabled? Nov 04 09:46:17 my dbus ipkg is from 2 days ago, so I am not sure Nov 04 09:46:32 maybe just your new builds are with thumb (after make update) Nov 04 09:46:39 I think it is vanilla shr/merge with the PREFERRED_ARM_blah set in lcoal.conf Nov 04 09:46:59 then try to rebuild/reinstall dbus Nov 04 09:48:11 ~. Nov 04 09:48:12 . Nov 04 09:48:29 spaetz: or you can try ipk/binary from Nov 04 09:48:31 http://jama.homelinux.org/org.openembedded.shr/dbus/ Nov 04 09:48:55 just recompiling Nov 04 09:49:39 I don't have fsousaged running. This is the one deficiency that I can see so far (dbus still compiling) Nov 04 09:53:52 spaetz: Program received signal SIGSEGV, Segmentation fault. Nov 04 09:53:52 0x403cdc5c in ?? () from /usr/lib/libreadline.so.4 Nov 04 09:53:59 when running frameworkd Nov 04 09:54:29 I guess you have pythong without thumb too Nov 04 10:00:51 I guess, so my python framworkd is still running Nov 04 10:01:54 not sure about how much we really save with thumb. smaller binaries are good for small caches but there are performance losses as well. Nov 04 10:02:07 perhaps we should just go for a thumbless version initially Nov 04 10:03:03 thumb sometimes increase performance, and sometimes makes slower bigger binaries Nov 04 10:03:57 soltys, my opinion, thumb shouldbe enabled/disabled *per* package Nov 04 10:04:22 max_posedon: are you sure gcc is not yet advanced enough to do a good decision on its own? Nov 04 10:05:24 I think its can;t because of interworking issues Nov 04 10:05:53 max_posedon: its disabled *per* package but default in OE is to use it Nov 04 10:06:39 soltys, I wish you good luck, but siuggest compare results Nov 04 10:06:52 e.g. so, * Nov 04 10:06:57 I didn't any thumb benchmark but i belive oe devs who did benchmarked it and set it to enabled by default Nov 04 10:08:03 pb___: http://jama.homelinux.org/org.openembedded.shr/dbus/ is still there I found one more http://jama.homelinux.org/org.openembedded.shr/python if it would be easier to dig it in python.. Nov 04 10:09:34 pb___: I'll scan clone.S for unsafe constructions as you suggested.... after boring java daywork.. Nov 04 10:09:38 they might enable it because of thumb2, which we haven't Nov 04 10:10:31 max_posedon: they enabled it especially for armv4t http://lists.linuxtogo.org/pipermail/angstrom-distro-devel/2008-October/002715.html Nov 04 10:11:59 max_posedon: and also it worked ok with older glibc... so we can try uclibc or buy a lots of beer to pb for fixing it in eglibc for us.. Nov 04 10:12:53 oh. ok) Nov 04 10:16:03 TAsn, mrmoku: is phonefsod supposed to just quit? Nov 04 10:16:18 and phonefsod -d supposed to not output anything? Nov 04 10:16:53 reinstalling dbus Nov 04 10:21:49 spaetz: in my testing, thumb actually gave better performance than arm on gta01, not worse Nov 04 10:22:05 if there are particular hotspots that run better with arm then you can compile those bits specifically as arm code Nov 04 10:22:11 on gta02 it might be different though I doubt it Nov 04 10:22:19 pb__: ok Nov 04 10:23:02 back to my meeting now Nov 04 10:23:13 have fun ;) Nov 04 10:23:33 mrmoku: PIN SIM is not coming up, how do I debug all those new apps! Nov 04 10:24:02 contacts app shows screen, but no contacts (well, i haven't entered SIM PIN yet, so no surprise) Nov 04 10:32:08 ahh looking at /var/log/phonefsod.log it seems that it was running jsut fine... Nov 04 10:32:23 so, who is supposed to start the SIM PIN auth stuff? Nov 04 10:36:43 mickeyl: using frameworkd and fsousaged, I get this in frameworkd.log: Nov 04 10:36:48 GSM can't be registered (org.freedesktop.DBus.Error.ServiceUnknown: The name :1.54 was not provided by any .service files). Enabling Nov 04 10:38:22 mickeyl: 1st error msg here: Nov 04 10:38:23 2009.11.04 10:35:16.10 dbus.proxies ERROR Introspect error on :1.53:/org/freesmartphone/Usage: dbus.exceptions.DBusException: org.freedesktop.DBu Nov 04 10:38:26 s.Error.NoReply: Message did not receive a reply (timeout by message bus) Nov 04 10:38:59 dbus is running, so no crashes there Nov 04 10:39:25 interesting Nov 04 10:39:43 lunch.. Nov 04 10:40:56 so far, it seems the only thing not running, which probably should is fsousaged. Is there an easy way to switch back to ousaged? Nov 04 10:41:04 take out one unknown Nov 04 10:51:30 using ousaged rather than fsousaged makes things work a lot better :( Nov 04 10:51:39 I actually get asked for my SIM PIN now. Nov 04 10:52:00 and the contacts app then of course shows my SIM card contacts... Nov 04 10:59:40 gone for next 2h... Nov 04 11:24:51 Hello all, wondering about mrmoku feeds I've been a bit busy for doing anything constructive so far this week but have been doing an opkg upgrade and shr-messages ain't happy to start. Is it worth trying to get debug out of this or is this already being taken care of? Nov 04 11:26:11 Arigead: are you on the phoneui stuff already? or still using the old ones? Nov 04 11:28:52 rebelThor: I'm on the old ones and was in the process of migrating so had done a reflash, upgrade and was then going to install new UI. I stopped after upgrade to check things were still working. Maybe that's not a valid test at all and after upgrade I should remove and install the packages for new UI Nov 04 11:29:29 I'll get the list of the email list and remove & install and see if the new UI Works Nov 04 11:59:44 mrmoku: please run shr-image build on buildhost.. I would like to see if dbus from buildhost segfaults or no.. Nov 04 12:01:41 JaMa: as is? Nov 04 12:01:55 you need the full image? or lite image is sufficient? Nov 04 12:04:54 JaMa: ok, building... meanwhile off for lunch Nov 04 12:05:40 ah I just pushed oe.dev merge Nov 04 12:06:03 mrmoku|away: as is/was in updated git Nov 04 12:06:17 mrmoku|away: that oe.dev merge is not important just spaetz's eglibc patch Nov 04 12:12:59 [13:05] OpenEmbedded: Koen Kooi shr/merge * rf33edf7de7 openembedded.git/conf/distro/include/sane-srcrevs.inc: Nov 04 12:13:01 [13:05] OpenEmbedded: opkg: bump SRCREV to r240 Nov 04 12:13:40 [13:04] OpenEmbedded: Koen Kooi shr/merge * r37930cdaf9 openembedded.git/conf/distro/include/sane-srcrevs.inc: efl: bump SRCREV to 43437 Nov 04 12:13:52 mrmoku|away: maybe we also should bump EFL? ;) Nov 04 12:14:07 dos1: we are using efl version from org.oe.dev Nov 04 12:14:15 oh Nov 04 12:14:21 ok then ;) Nov 04 12:14:28 dos1: you mean in shr/import? :) Nov 04 12:14:59 no, i don't care about shr/import. i want working shr/merge images ASAP :P Nov 04 12:16:01 so why are you asking for bump with copy&paste of that actual bump? Nov 04 12:17:24 ah nvm, in case we would have it overwritten in shr confs.. I see.. Nov 04 12:17:59 JaMa: we changed it 2 weeks ago, so dos1 propably doesn't knew it ;) Nov 04 12:19:43 Heinervdm: yes no I see why he asked :), /me feels a bit tired after lunch.. :) Nov 04 12:19:51 :) Nov 04 12:20:11 s/no /now / Nov 04 12:20:11 JaMa meant: Heinervdm: yes now I see why he asked :), /me feels a bit tired after lunch.. :) Nov 04 12:20:29 Heinervdm: do you have your thumb build? Nov 04 12:20:43 JaMa: no Nov 04 12:20:53 i started a build now Nov 04 12:22:05 Heinervdm: expect some segfault still.. (if its not just something on my buildhost.., but I've checked twice now..) Nov 04 12:23:36 JaMa: If i pull the latest shr/merge now, should _not_ segfault on dbus or are there any more modifications required? Nov 04 12:23:50 /should/it should/ Nov 04 12:24:28 for testing purposes, I know it's not clear yet if it segfaults :D Nov 04 12:30:52 it probably will segfault Nov 04 12:31:02 but some othere segfaults would be fixed Nov 04 12:31:17 it doesn't require a full rebuild, right? Nov 04 12:31:35 no Nov 04 12:32:07 cool, will let you know a bit later if it segfaults ;) Nov 04 12:32:58 rebelThor: thanks.. Nov 04 13:05:40 aloha! Nov 04 13:21:16 it does not segfault for me Nov 04 13:21:26 at least not visibly... Nov 04 13:21:49 but then I have compiled much without thumb code generation Nov 04 13:21:55 I guess Nov 04 13:22:08 JaMa: new dbus with thumb also doesn't segfault for me. Nov 04 13:22:25 I am just preparing a patch to remove the "system" user error from dbus connman config file Nov 04 13:22:52 spaetz: so you've modified the default files, right? Nov 04 13:23:29 rebelThor: it segfaults later even with modified config files.. Nov 04 13:23:39 rebelThor: ie when e-wm gets dbus connection.. Nov 04 13:28:04 why it says Package dbus md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. when installing from local files? Nov 04 13:33:16 renaming file (ie from .ipk to .opk) is enough.. Nov 04 13:40:22 re Nov 04 13:43:09 JaMa: so, what binaries are still crashing for you? Nov 04 13:49:20 pb__: yes ie in python and dbus-daemon Nov 04 13:49:36 pb__: but e-wm,fontconfig,freetype seems fixed Nov 04 13:57:00 rebelThor: no, I don't have stuff modified anymore. I used to compile without thumb support, so my python might still by old. but e.g dbus is current shr/merge Nov 04 13:58:25 recompiling python now, so I should be pretty much using the stock shr/merge tree now Nov 04 13:58:57 spaetz: i'm doing a stock build on my own now, but it'll be a while `till it'll be completed Nov 04 13:59:17 sure, takes a while. One thing in the image that I have noticed: Nov 04 13:59:51 on a different topic, how much space should I give to the ext3 partition on my SD card in order to hold the rootfs ? I'm tired of flashing the phone's memory Nov 04 13:59:53 frameworkd doesn't seem to call fsousaged in a way that it causes it to be started (sorry to be so fuzzy, not sure what's happening) Nov 04 14:02:56 eh,, 500MB should be enough for anybody :) Nov 04 14:06:30 buildhost has new eglibc too http://tinderbox.openembedded.net/builds/37388/ Nov 04 14:09:31 JaMa: still building locales :P Nov 04 14:10:22 mrmoku: can I eat cookies from dos? :) Nov 04 14:12:50 mmh, cookies Nov 04 14:13:35 mrmoku: once your dayjob has finished, I'd love to have your input on why phonesfsod is asking twice for authentication (as seen in my mailed phonefsod log) Nov 04 14:13:51 and why it doesn't ask FSO to register to a provider :) Nov 04 14:13:52 JaMa: oh right, drat. let me try a build now and see if I can spot any obvious errors. Nov 04 14:16:09 mickeyl: still sleeping? Nov 04 14:20:59 JaMa: yep... I'm still full from lunch... just eat them :) Nov 04 14:25:22 is there any way for me to install mkfs.vfat somehow? or other ways of formatting a SD partition to fat without using the computer? (i'm missing the micro adapter) Nov 04 14:25:45 (to format it on the FR, obviously :D) Nov 04 14:27:35 SHR: 03mok 07phonefsod * rd2c6ddb0c5b2 10/src/phonefsod-fso.c: fso: set antenna power instead of get auth status in resource handler Nov 04 14:27:40 SHR: 03mok 07phonefsod * r9741bcf10979 10/src/phonefsod-fso.c: fso: better handling of SIM errors Nov 04 14:27:49 spaetz: can you rebuild and retry? Nov 04 14:27:53 dos1: new packagekit failed here, any idea? http://pastebin.ca/1656715 Nov 04 14:28:02 Used instructions for running libphone-ui from the mailing list but I'm getting an error on running phoneui-messages. "Caught remote method exception org.freedesktop.DBus.Error.Spawn.FailedToSetup: Failed to setup environment correctly" /var/log/framework tells me nothing I'm afraid Nov 04 14:28:11 JaMa: it needs newer glib Nov 04 14:28:39 JaMa: it's just recipe for later (as my patch was applied and recipe needed change) Nov 04 14:28:47 JaMa: build still 0.5.1 Nov 04 14:28:49 Arigead: is phoneuid running? Nov 04 14:32:05 mrmoku: No! Sorry didn't think it'd have to be started manually. Maybe I should restart the phone Nov 04 14:32:24 dos1: so I should eat just tangogps + add checksums for both? Nov 04 14:33:55 JaMa: yup Nov 04 14:35:59 Arigead: it starts when x is starting Nov 04 14:36:07 so either restart x or the phone :) Nov 04 14:37:02 mrmoku: will rebuild as soon as my main build finished, thanks Nov 04 14:37:56 yummy Nov 04 14:38:03 dos1: thanks Nov 04 14:38:39 mrmoku: frameworkd/fsousaged combo doesn't work here, btw. old ousaged works. Nov 04 14:38:39 * JaMa cannot tag cookie 413 as eaten.. Nov 04 14:39:19 JaMa: done ;) Nov 04 14:39:29 spaetz: shr/merge? Nov 04 14:39:43 * mrmoku tags 413 as eaten :) Nov 04 14:40:06 shr/merge Nov 04 14:40:28 mrmoku: i was first :P Nov 04 14:40:41 hehe Nov 04 14:40:48 and I ate it :P Nov 04 14:40:55 mrmoku: Thanks restarted the phone and it's running. Waiting for GSM connection... GSM not starting and can't switch on GSM Antenna from settings? Nov 04 14:41:00 * JaMa likes this workflow Nov 04 14:41:04 mrmoku: problem seems that frameworkd doesn't access org.freesmartphone.usaged by that dbus path, so it never gets registered. Nov 04 14:41:18 15 lines of IRC log with the frameworkd error msgs here: http://dpaste.com/116126/ Nov 04 14:42:08 It seems to access ousaged by the ":1.54" path and not the one specified in the fsousaged.service file Nov 04 14:42:09 dos1: PREFERRED_VERSION_glib-2.0 = "2.22.1" isn't enough? which version is needed for packagekit? Nov 04 14:42:20 hmm Nov 04 14:42:21 It=frameworkd Nov 04 14:42:27 2.20, something like that Nov 04 14:42:32 JaMa: can you show me log? Nov 04 14:42:40 spaetz: hmm Nov 04 14:42:41 dos1: sure Nov 04 14:42:47 15:27:32 < JaMa> dos1: new packagekit failed here, any idea? http://pastebin.ca/1656715 Nov 04 14:42:53 oh Nov 04 14:42:55 :D Nov 04 14:43:39 I asked mickeyl through IRC, but he pretetends to sleep :) Nov 04 14:43:57 so I guess it's a hard question :) Nov 04 14:45:02 JaMa: oh, probably something with opkg backend code Nov 04 14:45:42 forget this recipe then, i have to look closer for that Nov 04 14:47:43 ok Nov 04 14:56:36 JaMa: what splash-theme is your shr/merge using? mine was on handy, should it be on shr-splash-theme-logo ? Nov 04 14:56:51 (by default) Nov 04 14:57:00 the default here is the tux splash Nov 04 15:05:43 Give up can't get the GSM antenna to start up I must have removed something I shouldn't have :-( Nov 04 15:06:10 Arigead: new shr/merge image? Nov 04 15:06:27 mrmoku just fixed phonefsod some minutes ago. Nov 04 15:06:47 also I am still using ousaged rather than fsousaged as the old one still works for me. Nov 04 15:07:34 so the new phonefsod package is probably not build on the buildhost Nov 04 15:07:56 not for shr/merge Nov 04 15:08:41 just flashing a new image with the fixed phonefsod Nov 04 15:08:48 will report back soon whether it fixes things Nov 04 15:09:24 rebelThor, spaetz: strange Nov 04 15:09:30 it should be shr-splash-theme-logo Nov 04 15:09:47 dos1: really? hahaha Nov 04 15:09:56 weird Nov 04 15:10:19 Is there any way to speed up the "Handling BitBake files" operation that is occurring every time I try to build my application ? Nov 04 15:10:43 spaetz: I was picking up image from http://build.shr-project.org/tests/mrmoku/unstable/images/om-gta02/ I'll look for shr/merge image. Does that image have phoneui installed by default? Nov 04 15:11:05 Arigead: not sure whether there is one readily available on the buildhost Nov 04 15:11:18 but yes, that would have phoneui Nov 04 15:12:00 but it also still has glitches to be worked out... :( Nov 04 15:13:02 spaetz: it was ever so. When you say it might not be available does that mean it has to be build from scratch. Building a full shr lite image has never worked for me. Nov 04 15:13:32 jm3474: BB_SRCREV_POLICY="cache" in your local.conf, but be aware that it might find some issues (as to not getting updates when it should) Nov 04 15:14:28 Arigead: I don't know if such an image has ever been build (or made available on the buildhost, as I am not involved with that). I have built the image here locally. Nov 04 15:14:42 sorry, so I can't help you answering if/where its on the buildhost Nov 04 15:14:57 Arigead: no merge image on the buildhost Nov 04 15:15:00 not yet Nov 04 15:15:07 Arigead: aren't you using the mrmorku/tests image ? Nov 04 15:15:25 JaMa: btw... I thought it should build only utf8 locales? Nov 04 15:15:33 i think spaetz is talking about the shr/merge branch/image, which is a different thing altogether :) Nov 04 15:15:42 jm3474: but it shouldn't take more than about 10s after the first time... (?) Nov 04 15:16:09 Weiss: haha, 10 seconds.... It often takes 30-60 for me :). Even if nothing has changed Nov 04 15:16:16 Weiss: in my case it is more like 1 min every time Nov 04 15:16:16 rebelThor: Yes I am but the last one if from 12th Oct If I'm in the right location Nov 04 15:16:29 ick.. I only get that the first time Nov 04 15:16:46 Weiss: same here, takes a lot even if it's not first time.. you must have a monster of a machine? :D Nov 04 15:17:04 I did notice that one of the package (epdfview or something, I think) has a hardcoded AUTOREV which makes it hang for a little while (and break if there's no intenet connection) Nov 04 15:17:21 rebelThor: nope, I have a laptop with a hefty I/O bottleneck.. Nov 04 15:17:56 Weiss: are you sure you don't have BB_SRCREV_POLICY="cache" in your local.conf ? Nov 04 15:17:57 single core (which was an error - I bought it just before dual-core laptops because common and cheap) Nov 04 15:18:08 rebelThor: hmm.. possibly. but I didn't do it myself.. Nov 04 15:18:30 Weiss: it shouldn't be there by default, but adding it will make it load in under 10 seconds Nov 04 15:18:44 rebelThor, spaetz: it gives me handy.. dunno why Nov 04 15:19:00 JaMa: heh, dos said it should be logo :D Nov 04 15:19:44 rebelThor: nope, can't find it anywhere under "conf". I just timed it.. takes five seconds to start Nov 04 15:19:58 .. to start "handling bitbake files", and 9-10 seconds to finish Nov 04 15:20:56 Weiss: i'm finishing my shr-lite-image in a couple of minutes, and I'll tell ya how much it takes for me, I'm on a core 2 duo 1.8G, but iirc it takes a lot more Nov 04 15:21:11 FUCK, YEESSS Nov 04 15:21:16 IT LIVES Nov 04 15:21:20 * Weiss wonders if something's broken with his installation (but I'm not complaining :) Nov 04 15:21:29 no "handling bitbake files" here but "Parsing .bb files, please wait...done." takes really old (even after done).. Nov 04 15:21:38 mrmoku: thanks, phonefsod works now. 1 request for SIM PIN and it actually registers Nov 04 15:21:39 s/old/long/ Nov 04 15:21:39 JaMa meant: no "handling bitbake files" here but "Parsing .bb files, please wait...done." takes really long (even after done).. Nov 04 15:21:57 spaetz: for a moment there, I thought you won the lottery... :) Nov 04 15:22:00 fsousaged gets started despite the weird error messsages in frameworkd.log Nov 04 15:22:11 mrmoku: it builds about 3 locales for me and then lots of gconv packages.. Nov 04 15:22:18 my shr/merge image boots, and works. no crashes Nov 04 15:22:30 spaetz: make a call... I dare you :D Nov 04 15:22:45 even fucking connman did not crash and properly ignores /dev/usb0 Nov 04 15:24:22 :) Nov 04 15:25:33 Active phone call screen comes up. Now I only have the problem that speaker/mic volume are set to 0 and moving the sliders doesn't help Nov 04 15:25:53 TAsn: LAZY SURFER. Come and fix your code :) Nov 04 15:29:05 Weiss: over 60 seconds and still at NOTE: Handling BitBake files: \ (4324/7821) [55 %] Nov 04 15:31:38 rebelThor: interesting.. I wonder why it's so fast for me, then. I must have a different option somewhere.. Nov 04 15:32:51 JaMa: NOTE: generating locale nl_BE@euro (ISO-8859-15) Nov 04 15:33:00 and that for a thousand of locales :) Nov 04 15:33:06 spaetz, no can do. Nov 04 15:33:18 spaetz, I'm a slave of the waves, when they rise I must comply. Nov 04 15:37:16 rebelThor: I'm on an old (many months, 22nd August) version of shr/import and bitbake 1.8.12.. should that make any difference? Nov 04 15:37:29 mrmoku: hmm GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 cs_CZ.UTF-8 en_US.UTF-8" in my local.conf Nov 04 15:37:44 mrmoku: thats probably why its ok here Nov 04 15:38:42 ENABLE_BINARY_LOCALE_GENERATION wasn't enabled before? I have it overriden in local.conf for long.. so I haven't noticed.. Nov 04 15:40:48 TAsn: ever seen "The perfect wave?" You'll die in the end :) Nov 04 15:41:17 TAsn: just send you more logs by mail Nov 04 15:41:26 also I don't have any /etc/libphone* Nov 04 15:41:29 do I need one? Nov 04 15:41:47 wth?! yes you need one. Nov 04 15:42:01 let me check the .ipk Nov 04 15:42:05 though it shouldn't have worked Nov 04 15:42:11 at all. Nov 04 15:42:18 so it's weird you don't have it. Nov 04 15:42:37 exact name: /etc/libphoneui.conf Nov 04 15:43:19 ok, just finished building the last updates of the shr/merge, trying it on the phone in a moment :) Nov 04 15:43:59 should it be in the phoneuid package? Nov 04 15:44:04 or in the phoneui-apps one? Nov 04 15:44:49 checked phoneuid package, no file in there. Nov 04 15:44:55 JaMa: we usually had GLIBC_GENERATE_LOCALES = "en_US.UTF-8" though that leads to not building image nowadays Nov 04 15:45:04 as it insists to be a britannic image ;) Nov 04 15:45:25 TAsn: phone-utils.conf ? Nov 04 15:45:32 no Nov 04 15:45:40 exact name: /etc/libphoneui.conf Nov 04 15:45:40 libphoneui.conf Nov 04 15:45:44 I am stupid Nov 04 15:45:55 have i, no clue why I oversaw it Nov 04 15:46:04 probably searched on my host, rather than FR or so :) Nov 04 15:46:14 ;) Nov 04 15:46:40 http://dpaste.com/116216/ Nov 04 15:46:48 this is the audio part, I guess Nov 04 15:48:54 mrmoku: greping shr/import where it was defined before.. Nov 04 15:49:21 mrmoku: hmm nowhere.. just local.conf.sample Nov 04 15:49:30 spaetz, shit. Nov 04 15:49:35 logs are exactly like mine Nov 04 15:49:37 same for config :| Nov 04 15:49:46 are you sure you are using the latest version? Nov 04 15:50:26 spaetz, and I can't seem to find "the perfect wave" or any info about it online. Nov 04 15:51:34 might not be the right title Nov 04 15:51:47 Patrick Swayze and Keanu Reeves? Nov 04 15:52:21 Point Break Nov 04 15:52:36 http://www.imdb.com/title/tt0102685/ Nov 04 15:53:31 TAsn: why do you use alsa hardware commands and not FSO? Nov 04 15:53:47 mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Device.GetSpeakerVolume and stuff? Nov 04 15:54:18 anyway, once that is fixed, the shr/merge lite image is ready for use for me :) Nov 04 15:54:40 spaetz, volume is not yet supported in fso. Nov 04 15:54:54 ahh, k Nov 04 15:54:57 and although having that would be nice, it's just not there. Nov 04 15:55:39 spaetz, as you probably noticed Nov 04 15:55:45 it's called Point break ;] Nov 04 15:55:51 and yeah, of course I saw it. Nov 04 15:56:04 and damn, those waves were big Nov 04 15:56:25 though I must admit, although I surfed amazingly smaller waves, it must have felt the same ;] Nov 04 15:56:36 I mean, I felt like if I was riding his waves. Nov 04 15:56:50 As there was almost a record breaking storm here in israel Nov 04 15:56:59 many people were too afraid to go surfing Nov 04 15:57:25 and I surfed those huge waves while a storm is flooding cities and breaking stuff. ;) Nov 04 16:01:03 dos1: shr-settings still uses ophonekitd for determining the GSM antenna status Nov 04 16:01:17 do you mind we we go back to FSO to do that? Nov 04 16:01:20 ie use org.freesmartphone.ousaged /org/freesmartphone/Usage org.freesmartphone.Usage. Nov 04 16:01:23 GetResourceState Nov 04 16:02:10 mrmoku: http://build.shr-project.org/Makefile there is still few require srcrevs which are not needed now and also GLIBC_GENERATE_LOCALES is commented out.. Nov 04 16:02:26 mrmoku: maybe you can enable it again.. Nov 04 16:02:27 spaetz: yup, i'll change that Nov 04 16:02:56 ahh, you will. ok cool Nov 04 16:02:59 mrmoku: ah shr/merge is not changed there yet.. :) so its needed I guess Nov 04 16:03:49 dos1: because that is now broken of course. Just wondered... Nov 04 16:05:04 ringtone is also broken. Nov 04 16:05:28 ringtone? Nov 04 16:05:46 on incoming call it simply vibrates and in shr-settings when I press "play" it changes to "stop" and then imediately back to "Play" Nov 04 16:05:56 so I wonder if sound is broken on my FR in general Nov 04 16:06:22 yep, seems like sound is broken. Nov 04 16:06:52 TAsn: would that explain it :-) ? Nov 04 16:06:53 aplay notify_message.wav Nov 04 16:06:53 ALSA lib confmisc.c:768:(parse_card) cannot find card '0' Nov 04 16:07:20 hm.. yes, that really explain it ;) Nov 04 16:07:26 as in the libphoneui.conf file Nov 04 16:07:31 I'm referring to card 0 Nov 04 16:07:32 :) Nov 04 16:07:34 right. Nov 04 16:07:42 ok, so you are not guilty Nov 04 16:07:53 at least not proven to be guilty for now :) Nov 04 16:08:02 you remain on my list of suspects :) Nov 04 16:08:17 ok, no clue how to debug alsa. sorry. Nov 04 16:08:23 I'm fine with that, my father is a lawyer. ;] Nov 04 16:08:24 I have to give up at this point Nov 04 16:08:29 spaetz, you should. ;] Nov 04 16:08:40 as you are for some reason missing sound card 0 :| Nov 04 16:08:59 if anyone wants to try a working image but without sound card. I put it up for now: http://sspaeth.de/uploads/tmp/shr-lite-eglibc-ipk--20091104-om-gta02.rootfs.tar.gz Nov 04 16:11:05 cat /dev/snd/controlC0 Nov 04 16:11:05 cat: /dev/snd/controlC0: File descriptor in bad state Nov 04 16:11:12 never seen such a thing Nov 04 16:12:04 ohh, was on my host again. ignore me Nov 04 16:12:09 I need to go home now. Nov 04 16:12:11 tired Nov 04 16:30:41 mrmoku|away: you have some strange groff on buildhost.. (maybe upgraded 1.20.1 I sent you just for groff-native for testing.. please drop that patch there... it shouldn't be in shr/merge) Nov 04 16:45:22 haha, the new splash is indeed tux for me now :D.. weird Nov 04 16:45:42 "no soundcards found" :D Nov 04 16:47:13 JaMa: I got X :D Nov 04 16:47:59 I'm trying to build an application for SHR and it seems that during the configure error it doesn't recognize the GTK library: "checking for GTK... configure: error: Package requirements (gtk+-2.0) were not met: No package 'gtk+-2.0' found" Nov 04 16:48:00 dbus works for you? Nov 04 16:48:13 rebelThor: or X as plain Xorg without e-wm? Nov 04 16:48:17 JaMa: just a sec.. I'm now at the configuring stuff in e Nov 04 16:48:41 rebelThor: is framework running for you? Nov 04 16:48:48 frameworkd of course.. Nov 04 16:49:17 just a sec.. Nov 04 16:49:39 JaMa: 1854 ? Ss 0:51 python /usr/bin/frameworkd Nov 04 16:50:25 I didn't get any pin requests though Nov 04 16:50:48 and no contacts listing, but I'm not sure if it's the libphoneui stuff or not Nov 04 16:50:59 yeah, it is libphoneui-contacts Nov 04 16:51:01 pb__: ^^ strange.. it seems that python works for rebelThor.. and he should have almost the same image as mine is.. Nov 04 16:51:36 JaMa: I can post the local.conf or any other file you'd like.. Nov 04 16:51:46 pb__: it built from same branch, but on different buildhost.. Nov 04 16:52:07 i'm not on 64 bit, does that count ? Nov 04 16:52:22 rebelThor: you haven't disabled thumb in local.conf, have you? Nov 04 16:52:33 JaMa: nope, just a sec, I'll paste it somewhere so you can check it Nov 04 16:53:19 rebelThor: not sure.. but ie openssl build is using binutils on buildhost.. so maybe your binutils version on buildhost generates better binaries.. I have 2.20 as iits used in oe Nov 04 16:53:32 JaMa: http://pastebin.com/d12e3aa1a Nov 04 16:54:11 rebelThor: looks ok Nov 04 16:54:23 JaMa: yeah, basic stuff, removed all the "require" lines per mrmoku.. Nov 04 16:54:45 anything anyone want to test on it? :D Nov 04 16:55:48 hmm, 2009.11.04 16:48:18.529 frameworkd.subsystem ERROR could not import ophoned.py: /usr/lib/libasound.so.2: version `ALSA_1.0.11' not found Nov 04 16:56:43 * JaMa hopes that there is no need to reboot after eglibc reinstall Nov 04 16:56:48 or is there? Nov 04 16:58:05 so, when would be a right time to completely switch to shr/merge? :D Nov 04 16:58:23 it builds, it boots, sound doesn't seem to work, but who uses sound anyway :D Nov 04 17:08:50 JaMa: heh, yes strange groff Nov 04 17:10:02 JaMa: forgot about that one :) Nov 04 17:10:10 hopefully the git clean -d -f fixes it Nov 04 17:10:26 mrmoku: 2009-10-29:17:08 < JaMa> mrmoku: please try this groff http://pastebin.ca/1647932 (and don't compile groff_1.20.1.. it will fail with hdtbl enabled) Nov 04 17:10:33 :) Nov 04 17:10:46 :) Nov 04 17:12:22 SHR: 03maxposedon 07libphone-ui * r2332496bcd70 10/src/phoneui.c: Fix g_error usage Nov 04 17:13:19 max_posedon: finally applied, thanks :) Nov 04 17:13:56 max_posedon: btw... tangogps does *not* segfault for me on map download... Nov 04 17:17:03 dos1: as I'm old... and my memory sucks... could you remind me how to switch to fsodevice? Nov 04 17:17:07 +d Nov 04 17:17:29 mrmoku: a) add [fsodevice.*] sections Nov 04 17:17:34 mrmoku: b) disable odeviced Nov 04 17:17:47 mrmoku: c) write initscript to run fsodeviced on system startup Nov 04 17:17:57 ahh, no dbus activation? :P Nov 04 17:18:06 mrmoku: there is dbus activation Nov 04 17:18:19 mrmoku: but you need it started on boot in order to have idle notifier working Nov 04 17:18:26 ok, thanks Nov 04 17:18:58 some changes in configuration is also needed IIRC Nov 04 17:19:08 as some names changed Nov 04 17:20:24 ok... time to peel potatoes :| Nov 04 17:20:28 and dinner after that Nov 04 17:20:33 and playing cards after that Nov 04 17:20:33 JaMa: it does seem to have stopped crashing for me on your machine now, possibly since you updated libpthread Nov 04 17:20:39 bbl Nov 04 17:20:44 are you still able to reproduce that crash? Nov 04 17:28:44 pb__: looks ok now, strange but GREAT :). I'm 100% sure, that I've rebuilt and reinstalled eglibc after patch from morning.. so what could change? I guess that closing screen session and starting new one doesn't change anything wrt libpthread.. Nov 04 17:30:35 we should rebuild python-pyalsaaudio Nov 04 17:30:36 SHR root@gojama ~ $ ldd /usr/lib/python2.6/site-packages/alsaaudio.so Nov 04 17:30:36 /usr/lib/python2.6/site-packages/alsaaudio.so: /usr/lib/libasound.so.2: version `ALSA_1.0.11' not found (required by /usr/lib/python2.6/site-packages/alsaaudio.so) Nov 04 17:35:04 rebelThor, spaetz: rebuilding python-pyalsaaudio fixes "No soundcards found..." but you need it manually Nov 04 17:35:41 rebelThor, spaetz: because bumping PR is not probably usefull for anyone who didn't upgraded alsa between builds (just shr..) Nov 04 17:37:45 hmm there's no subversion client in SHR repos? Nov 04 17:37:57 Sharwin_F: IRC it is.. Nov 04 17:38:24 JaMa, no package svn or subversion :S Nov 04 17:39:17 so you're syncing against old repo.. what feed are you using? Nov 04 17:40:17 JaMa, mromku/test Nov 04 17:40:37 that may be the problem Nov 04 17:40:47 Sharwin_F: ah, its probably only in task-shr-feed which are not build yet probably.. Nov 04 17:41:05 ok :9 Nov 04 17:43:52 bbl Nov 04 17:53:41 JesusMcCloud: ping Nov 04 17:54:24 BluesLee, pong Nov 04 17:55:32 JesusMcCloud: hi, any progress with an ultrafast, ultranice theme?;-) Nov 04 17:56:24 JesusMcCloud: such a home screen looks nice http://scap.linuxtogo.org/files/eb33ab0e9992663010a7b4d5889e7ae9.png Nov 04 17:56:34 JesusMcCloud: do you know who did it? Nov 04 17:57:27 yes, well, sort of... i got stuff for university to do this week... A LOT, but since i am a genius, i will have it doen by tonight Nov 04 17:57:49 JesusMcCloud: what kind of stuff, maybe i can help Nov 04 17:57:53 this is the fastes homescreen you'll ever get: http://scap.linuxtogo.org/files/b344fb735f421fa76a8026423ffe56d4.png (16bpp pngs without alpha) Nov 04 17:58:56 BluesLee, i will check if i have the latest version of elm theme pushed into git... if so, you could add disabled items (new feature in latest elm) Nov 04 18:00:09 JesusMcCloud: nice feature, categories would also be nice so that i can drop sortdesk Nov 04 18:00:45 JesusMcCloud: out with it ;) + a new image with phoneui would be nice Nov 04 18:00:48 BluesLee, it is just a different style, no extra program logic added Nov 04 18:01:37 JesusMcCloud: btw: less striking means more time for the neo ;p Nov 04 18:05:05 bumbl, i dont participate... its no godd. i woudl have had a lecture last week some day, but there was no place, because stupid protesters occupied the lecture hall Nov 04 18:06:04 JesusMcCloud: striking against what? Nov 04 18:07:18 bumbl, jesus fucking christ the vienna univesity has huge expenses because of the protest, becuase the have to rent halls somwhere else! and the students and universities complain because the have no money (one of their points), the whole thing is just a giant brainfuck! Nov 04 18:08:12 BluesLee: austrian students are striking for more money for universities by disowning the 15 richest families of Austria and similar stupid ideas Nov 04 18:08:45 JesusMcCloud: hmmm, let them strike ... i think a student must strike at least once in his life to tell his children ... in 2009 me and my ... Nov 04 18:09:05 heh. what exactly does it mean for students to be on strike? Nov 04 18:09:56 JesusMcCloud: i know - i am against those strikes too - i think achievments and performance are nothing bad Nov 04 18:10:06 pb__: hehe Nov 04 18:10:21 pb__: holding the universities biggest rooms captured Nov 04 18:10:38 JesusMcCloud: do you also have problems with sim authentification after your #1024 fix? it takes much more time than before, 5 minutes vs. 2 min Nov 04 18:11:11 and of course the rectorship fully supports it! i mean come on how stupid can you be yelling "give us more money" while causing huge costs. they are also against the bologna process "oh my god this really sucks, now that i can study one part in my homecountry and finish my study in another country without any obstacles whatsoever!" thos people are so fuckin stupid! Nov 04 18:11:25 BluesLee, nope sim auth works like a charm Nov 04 18:11:54 JesusMcCloud: hmm, i will check it with another distro Nov 04 18:12:29 all the university talk reminds me.. i still have to hand in 2 exercises today... Nov 04 18:12:36 so i am 25% here Nov 04 18:12:49 JesusMcCloud: the default kbds in shr are still unusable at least not finger friendly Nov 04 18:13:18 BluesLee, yaeh i think i should submit mine, now that the exist for over a year.... Nov 04 18:13:54 JesusMcCloud: mine has problems when rotating to the wrong direction Nov 04 18:14:07 that is no layout issue Nov 04 18:14:17 JesusMcCloud: or rotating back afair Nov 04 18:18:20 freesmartphone.org: 03mickey 07cornucopia * r59c66bb02d0a 10/fsogsmd/src/lib/sms.vala: fsogsmd: sms: fix off-by-one error for concatenated messages Nov 04 18:26:57 JesusMcCloud: well they fully disqualified by the point when they got cheerful during the speech of attac spokesman Felber (i watched the livestream to get an impression of the protest) - but hey I was educated by the "Leistungsprinzip" Nov 04 18:30:09 bumbl, i more for "lustprinzip"... works quite well for me, just obey your instincts... you have them for a good reason Nov 04 18:31:34 hmm yeah - my "Leistungsprinzip" includes motivating myself for almost anything if it gets me what i want ;p Nov 04 18:35:08 bumbl, you can combine that... this blonde waitress... i started paying round afterround of really nasty obsteler for her, a freidn of mine and me... en when she was truyl disgusted, she started pouring drinks into my mouth... the good ones! a little negotiation an we were both drinking the good stuff. get her to the point where she WANTS you to drink with her, and simply tell her "sry, but i have to go now, the last tr Nov 04 18:35:08 amway is coming and i need a place to sleep", so baiscally i spent 30€ on drinks worth 80€ AND had a nicer place to sleep. tha is why i keep telling myself to follow my insticts Nov 04 18:36:04 and all that while some dipshits were thinking about striking and how to protest in the most efective way.. screw them! Nov 04 18:36:37 ok, i have no idea what you two are talking about. ;P Nov 04 18:36:50 * juri_ goes back to her regularly scheduled deep hack session. Nov 04 18:36:54 The new SHR release, of course! Nov 04 18:37:01 JesusMcCloud: ;) hehe Nov 04 18:39:25 the power of obstler Nov 04 18:40:02 bumbl, although this kidn of stuff almost got me into a barfight with the linger of some german emo band who came to my favourive bar... just because i told one of the "groupies" not to waste her time on a guy who doesnt even have hair on his chest. when he wanted to argue with me, i told him that he should first grow some hair on his chest, before i even talk to him... not to meintion the shitty music... Nov 04 18:40:30 juri_: we are talking about the place where the pizzamen delivers his delicious stuff ;p Nov 04 18:43:15 freesmartphone.org: 03mickey 07cornucopia * r2f6cf83d6f95 10/fsogsmd/src/lib/ (atcommands.vala atunsolicited.vala sms.vala): fsogsmd: sms: feeding incoming CMTI to SmsStorage works now Nov 04 18:43:50 * JaMa found his neo at home with that cute slick slider, yay! Nov 04 18:44:20 JaMa, what does the offspring look like? Nov 04 18:44:34 JesusMcCloud: there is an easier way to do this - just show the emo a corner - you are happy because he won't bother you again and he is happy because he has a place to be unhappy Nov 04 18:45:56 bumbl, i these guys just provide music... Nov 04 18:46:10 yay2, locked screen and now it wants password, but there is no virt keyboard.. Nov 04 18:47:15 playya_: ping Nov 04 18:47:26 JaMa, short pong Nov 04 18:48:37 which gypsy/navit patches should be in shr/merge (from patchwork?) Nov 04 18:49:12 dos1, I give up. Nov 04 18:49:16 I'm going to give KDE another go. Nov 04 18:49:23 what should I need to know? Nov 04 18:49:23 TAsn: ;D Nov 04 18:49:43 TAsn: just one thing: it rocks Nov 04 18:49:48 JaMa, 375-377 Nov 04 18:50:00 but i can't test them atm :( Nov 04 18:50:02 bumbl, ok, will give it a go. :| Nov 04 18:50:08 I'm so sad I am doing that, but wth. :| Nov 04 18:51:01 playya_: navit cannot be build with some patches which were already accepted before.. I have some reverted here to compile it at all.. Nov 04 18:51:33 bah, I chickened out again. Nov 04 18:51:37 not a good time for me. Nov 04 18:51:56 playya_: something with 233-235 Nov 04 18:52:09 I actually did: "pacman -S kde" answered yes to the first question, but then no to the final confirmation. :| Nov 04 18:52:10 JaMa, the werror patch is needed for new gcc Nov 04 18:52:50 playya_: and I have seen some dbus activation file in latest navit sources so maybe 236 is not needed anymore Nov 04 18:52:56 235 is the evil one Nov 04 18:53:04 some changed some lines in the config Nov 04 18:53:27 well with kde you will have a shitload of options you probably don't need but if you do it can pay off as you have a system which fits your workflow Nov 04 18:53:35 mabye. i wrote a patch and maybe someone apllied it Nov 04 18:54:18 brb Nov 04 18:54:19 playya_: ok, I'll retry, thanks Nov 04 18:54:22 bumbl, will give a go sometime. Nov 04 18:55:27 JaMa, python-alsaauudio won't help me Nov 04 18:55:46 even aplay ccan't find audio card 0 Nov 04 18:56:07 andd /dev/snd only contaains timer or so Nov 04 18:56:15 gone again, bbl Nov 04 18:56:17 spaetz, Nov 04 18:56:20 lsmod | grep snd Nov 04 18:56:34 spaetz: try ldd /usr/lib/python2.6/site-packages/alsaaudio.so Nov 04 18:56:48 TAsn, snd-soc-wn8 sth is loaded Nov 04 18:56:51 have to now. playing around with navit later Nov 04 18:56:52 does it said that alsa_1.0.11 is missing? Nov 04 18:57:02 really gonne bbl Nov 04 18:57:26 jama will try Nov 04 18:58:14 JaMa: -sh: ldd: not found ? :D Nov 04 18:58:28 opkg install ldd Nov 04 18:58:29 spaetz, I have 9 lines there... Nov 04 19:00:12 JaMa: heh, I think I'll have to build ldd :D Nov 04 19:01:19 rebelThor: its part of eglibc.. so it should be there.. Nov 04 19:01:26 TAsn, i also quite some lines Nov 04 19:01:46 don't have the fr here atm Nov 04 19:02:28 i was also looking for ldd somee time ago Nov 04 19:02:40 this is what I have on lsmod | grep snd: http://pastebin.com/d581812c5 Nov 04 19:04:29 rebelThor, if you rmmod snd_soc_wm8753 and modprobe it again, do you see sth in dmesg? Nov 04 19:05:01 lsmod looks pretty similar to mine Nov 04 19:05:14 spaetz: nope, no new messages in dmesg Nov 04 19:05:42 mmh Nov 04 19:07:35 JaMa: find / | grep ldd returns nothing... :D Nov 04 19:11:36 rebelThor: I mean part of eglibc recipe, so it should be build already, but its not installed by default... Nov 04 19:15:50 heh, ldd is actually a script, that uses /bin/bash :D and seems like bash is not installed Nov 04 19:16:25 where is ldd? Nov 04 19:16:46 spaetz: had to install it, it's already build in deploy/ipk/armv4t Nov 04 19:16:54 s/build/built/ Nov 04 19:16:54 rebelThor meant: spaetz: had to install it, it's already built in deploy/ipk/armv4t Nov 04 19:17:35 ahh, k. ok so i have to do that tomorrow Nov 04 19:18:47 JaMa: Ldd output: http://pastebin.com/d21d65e18 Nov 04 19:20:39 /usr/lib/libasound.so.2: version `ALSA_1.0.11' not found Nov 04 19:20:45 aha! Nov 04 19:20:52 spaetz: what does that mean? Nov 04 19:21:17 couldn't find alsa :-) Nov 04 19:21:31 lol, I could figure that much :D but how do we fix it? :) Nov 04 19:21:54 spaetz, rebelThor, as i said before bitbake -c clean -b recipes/python/python-pyalsaaudio Nov 04 19:22:10 build it again and opkg install -force-reinstall python-pyalsaaudio Nov 04 19:22:20 JaMa: ok, trying it now Nov 04 19:22:32 but you do havee a file /usr/lib/libasound.so.2 right? Nov 04 19:23:05 yes Nov 04 19:23:27 but it wants to find ALSA_1.0.11 and there is ALSA_1.0.15 Nov 04 19:23:36 why is the recipe for tangogps 0.9.8 not in git? Nov 04 19:24:10 nobody ate that cookie yet?... Nov 04 19:24:18 mrmoku|away: got (only) today to try the fsodeviced, after configuring it it worked out of box, so i guess it works... Nov 04 19:24:22 JaMa: reinstalled it and it doesn't error any more.. should I reboot ? Nov 04 19:24:41 Heinervdm: isn't? http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=shr/merge&id=1777ecc500bcdc4957d35c89f10e10d6ba1c0040 Nov 04 19:24:59 rebelThor: or restart frameworkd Nov 04 19:25:13 spaetz: i did it, tasty! Nov 04 19:25:22 JaMa: ah, i started my build before that commit Nov 04 19:25:34 JaMa, but i get alsa probs even with aplay Nov 04 19:25:51 so it can't be just python... Nov 04 19:26:37 aplay errors: http://pastebin.com/d7a54f294 Nov 04 19:26:44 you're right, aplay complains still, but framework is a bit happier Nov 04 19:27:20 maybe its because of newer udev.. Nov 04 19:27:36 haven't checked.. but snd is now enabled in 2.6.31 config Nov 04 19:27:40 so I'll try Nov 04 19:29:57 spaetz: Tried to untar your rootfs to create a jffs2 to flash. I've an error on untar-ing your rootfs. I's not giving me any specific error just "tar: Exiting with failure status due to previous errors" Nov 04 19:30:26 Arigead: try jffs2 instead.. Nov 04 19:30:53 Didn't realise there was a jffs2 there. I'll download that. Nov 04 19:31:00 JaMa: thanks Nov 04 19:31:16 spaetz: can you create pack's for calc git? Nov 04 19:31:19 heh, it actually connects to the GSM network.. cool Nov 04 19:31:30 you can you mine, if there isn't Nov 04 19:32:33 Jama: Nope there ain't one just the tar.gz Nov 04 19:32:49 heh, ffalarms segfaults :D Nov 04 19:33:29 Arigead: http://jama.homelinux.org/org.openembedded.shr/images/om-gta02/ is mine Nov 04 19:33:48 Heinervdm: calc_0.0.2 is there too if you want Nov 04 19:33:56 Heinervdm: and git should be the same Nov 04 19:34:28 JaMa: i meant, that the git command complains about missing pack's ;) Nov 04 19:34:32 mplayer: /usr/lib/libasound.so.2: version `ALSA_1.0.5' not found (required by mplayer) Nov 04 19:34:41 do I need to rebuild mplayer ? Nov 04 19:35:36 JaMa: Thanks! downloading now I'll try it out Nov 04 19:36:15 Heinervdm: ah strange 0.0.2 should be preferred after yesterday bump and it worked ok.. Nov 04 19:36:30 rebelThor: wait with mplayer.. I'll push mplayer+glamo patch Nov 04 19:36:41 JaMa: ooh, cool :D Nov 04 19:36:59 JaMa: that's just a warning, something git specific Nov 04 19:37:02 JaMa: ping me when it's up, i'll be happy to test it Nov 04 19:37:21 JaMa: fatal: Zero packs found! Nov 04 19:37:59 Heinervdm: and its from calc_git or that 0.0.2 tag? Nov 04 19:38:19 JaMa: for everything Nov 04 19:38:37 because it's while checking out the git Nov 04 19:39:45 vanous123: what did you do to configure it? Nov 04 19:40:03 mrmoku: what's the command to solve "fatal: Zero packs found!" Nov 04 19:40:36 Heinervdm: hehe, no idea Nov 04 19:40:41 it is not repacking the repo Nov 04 19:41:02 but you did it for the shr repo ;) Nov 04 19:41:06 as we're doing that daily Nov 04 19:41:18 mrmoku: i followed mickey's instructions from his email Subject: org.freesmartphone.Device.Orientation, 10th Sept. Nov 04 19:41:23 Heinervdm: for which repo? Nov 04 19:41:34 vanous123: which ML? Nov 04 19:41:36 hmm, notifier and shr-today both installed and running in merge? should notifier be excluded? Nov 04 19:41:38 community? Nov 04 19:41:39 mrmoku: calc it's on github Nov 04 19:42:21 mrmoku: community Nov 04 19:42:23 Heinervdm: what I'm doing on the buildhost is 'git repack' Nov 04 19:42:33 vanous123: ok, thanks Nov 04 19:44:09 mrmoku: http://pastebin.com/m161313e2 Nov 04 19:45:13 vanous123: great, as somehow I can't find it... Nov 04 19:46:23 ok, i'm back Nov 04 19:46:24 i had to stop frameworkd as advised and run fsodeviced from command line Nov 04 19:46:56 calc is on github, no clue if i can pack sth there Nov 04 19:47:10 mrmoku: what i don't know is how to have it running constantly (as i am not sure if it already can replace the rest of the odeviced interfaceses) Nov 04 19:47:29 spaetz: just try it ;) git repack Nov 04 19:47:58 hi PaulFertser, about the alsa mailing list,against what should I base my patches? how should I do that(the kernel that we use is an msm kernel not a vanilla one,and it contains mach-msm code too that is needed for alsa) Nov 04 19:48:30 Heinervdm, but i can't execute aany git cmds on their servers ;-) Nov 04 19:48:45 oh :) Nov 04 19:48:56 rebelThor, does sound work for you now? Nov 04 19:49:07 spaetz: hmm, not sure how to test it :D Nov 04 19:49:13 <[Rui]> is armv6 compatible with armv4? I wonder if I can run SHR on my SmartQ7... Nov 04 19:49:14 aplay, eg.? Nov 04 19:49:31 spaetz: aplay errors out: http://pastebin.com/d7a54f294 Nov 04 19:49:44 GNUtoo: if it really depends on the custom kernel you should just mention that and give a link to it in case anyone's interested. Nov 04 19:50:28 PaulFertser, that's what I did but I was said that: "Please submit any code you have to the mailing list, it's much easier to review things via the standard workflows and getting the drivers into mainline would be good." Nov 04 19:50:45 rebelThor, ok same error as i had..... Nov 04 19:51:21 GNUtoo: yes, you didn't submit the code at all. Nov 04 19:51:41 GNUtoo: it assumed that you submit the actual driver so people can review it. Nov 04 19:52:39 I submited only a git link Nov 04 19:52:56 that was in a long line(bug or wrong manipulation in evolution) Nov 04 19:54:12 should I mention it and ask what to do? Nov 04 19:55:13 GNUtoo: no Nov 04 19:55:21 GNUtoo: look, you have a new alsa driver, right? Nov 04 19:55:24 yes Nov 04 19:55:30 GNUtoo: it depends on some parts of the kernel that are not mainline yet Nov 04 19:55:39 but it depend on mach-msm/qdsp5/ Nov 04 19:55:42 indeed Nov 04 19:56:08 GNUtoo: but it is not a problem to review it. So you prepare it as if other parts were already mainline and send it, so people can review it easily. Nov 04 19:56:37 GNUtoo: mentioning that it depends on 'that' and 'that' and why it does. Nov 04 19:56:39 ok so git send mail or something like this...thanks a lot Nov 04 19:56:43 ok Nov 04 19:56:54 GNUtoo: do not forget to properly wrap long lines in the mail ;) Nov 04 19:57:13 indeed that was an evolution bug or a wrong manipulation from my part Nov 04 19:57:19 s/from my part/from me Nov 04 19:57:31 because it's done by default Nov 04 19:57:40 and the rest seem corect Nov 04 19:57:50 I'll doubble check before sending it Nov 04 19:58:49 anyone has Trac access around here? I can't seem to be able to close my own bugs.. :D Nov 04 19:59:34 spaetz, I have good news, the forecasts say there won't be waves in the following weekend. Nov 04 20:05:41 Full orientation = flat faceup. Sending change signal for faceup Nov 04 20:05:43 :) Nov 04 20:06:53 JaMa: NOTE: Running task 2785 of 7246 Nov 04 20:08:41 rebelThor: OM trac? Nov 04 20:08:42 mrmoku: I finished task-shr-feed :P Nov 04 20:09:00 JaMa: hehe, buildhost got hit by the EFL bump :P Nov 04 20:10:16 yeah that good one :) Nov 04 20:11:33 playya_: NOTE: the following files were installed but not shipped in any package: NOTE: /etc/dbus-1/system.d/Gypsy.conf, is this ok? Nov 04 20:12:01 mrmoku, did another efl bump? :) Nov 04 20:12:10 TAsn: Koen did :P Nov 04 20:12:17 great :) Nov 04 20:12:20 what are the new features? Nov 04 20:12:21 we don't override the EFL rev anymore Nov 04 20:12:25 no idea Nov 04 20:12:33 TAsn, hooray, no waves ;) Nov 04 20:12:39 spaetz, ;] Nov 04 20:13:11 flat and calm sea until new years eve is what we want now ;) Nov 04 20:13:20 hehe ;] Nov 04 20:13:28 i think he fixed pkg building, no clye if he also bumped rev Nov 04 20:13:39 mrmoku, we also got new alsa, right? Nov 04 20:13:46 .20 iirc Nov 04 20:13:51 no wind whatsoever Nov 04 20:14:00 TAsn, yes newer alsa Nov 04 20:14:01 or in other words Nov 04 20:14:20 PaulFertser: nope, the SHR trac.. Nov 04 20:14:25 tell me when I can revert the ugly hacks I did in order to workaround the bug in alsa 1.0.5 Nov 04 20:14:33 actually Nov 04 20:14:38 all I need is buildhost, so it's ok Nov 04 20:14:44 I'm reverting, ok? :) Nov 04 20:15:01 1.0.15 imho Nov 04 20:15:07 alsa... Nov 04 20:15:30 yeah, that's what I meant. Nov 04 20:15:36 anyhow, now we got 1.0.20, right? Nov 04 20:15:55 but as i said, not working on shr/merge for me Nov 04 20:16:10 no clue, not at my build box atm Nov 04 20:16:16 spaetz, lsmod | grep snd | wc -l Nov 04 20:16:21 on the moko, do you get 9 lines? Nov 04 20:16:41 not near my fr either :) Nov 04 20:16:50 :| Nov 04 20:16:59 i'll check in a bit Nov 04 20:18:36 updated alsa. :) Nov 04 20:18:43 *reverted the alsa workaround Nov 04 20:18:44 SHR: 03tom 07libphone-ui * r1e1a1078ae11 10/src/phoneui-utils-sound.c: removed the alsa < 1.0.16 workaround Nov 04 20:18:52 TAsn: nooooo Nov 04 20:18:56 I'm not even testing. Nov 04 20:19:06 mrmoku, why not? Nov 04 20:19:12 we have new alsa in shr/merge only Nov 04 20:19:20 so update in import... :) Nov 04 20:19:25 it's about time... Nov 04 20:19:29 nah... Nov 04 20:19:34 please? Nov 04 20:19:37 pretty please? Nov 04 20:19:38 :) Nov 04 20:19:40 :P Nov 04 20:19:43 or kill shr/import already ;) Nov 04 20:19:46 yup Nov 04 20:19:49 even better. Nov 04 20:19:54 alsa 1.0.15 Nov 04 20:19:57 is ~2 years old :| Nov 04 20:20:20 that's before the first smartphone ever came out ;] Nov 04 20:20:30 I wasn't even born then. Nov 04 20:20:31 ;] Nov 04 20:21:06 TAsn: lets hope that next shr/merge image will work :) Nov 04 20:21:15 mrmoku: it works now.. what do you mean? :) Nov 04 20:21:16 * TAsn is crossing his fingers. Nov 04 20:21:21 rebelThor, really? Nov 04 20:21:33 me and spaetz are running shr/merge right now Nov 04 20:21:40 with X, and even connected to the GSM network Nov 04 20:21:52 some sound problems though Nov 04 20:21:58 right, we just don't have sound... Nov 04 20:22:03 rebelThor, Nov 04 20:22:04 ;) Nov 04 20:22:10 lsmod | grep snd | wc -l Nov 04 20:22:13 well... who needs sound.... on a phone :P Nov 04 20:22:23 mrmoku: that's what I said :D Nov 04 20:22:23 but who wants sound on a phone... Nov 04 20:22:31 hehe Nov 04 20:22:35 TAsn: 6 Nov 04 20:22:41 I have 9 Nov 04 20:22:45 mind pastbining it? Nov 04 20:22:50 TAsn, he pasted that above Nov 04 20:22:53 maybe we can use a usb sound card :) Nov 04 20:22:56 oh, where? Nov 04 20:22:58 I'll paste mine, sec. Nov 04 20:23:18 TAsn: sure, w8 Nov 04 20:23:46 TAsn: http://pastebin.com/d581812c5 Nov 04 20:23:49 http://pastebin.com/mf9b0dc Nov 04 20:24:05 vanous: hmm... do you have ringtone with fsodeviced? Nov 04 20:24:08 snd_pcm_oss Nov 04 20:24:11 oss? Nov 04 20:24:14 what the heck? Nov 04 20:24:14 eeek Nov 04 20:24:21 I think that's your issue. Nov 04 20:24:33 mrmoku: have sim out :( Nov 04 20:24:46 now and cannot get it back tonight Nov 04 20:25:11 rebelThor, spaetz, watch my paste. Nov 04 20:25:18 you are missing all the correct modules Nov 04 20:25:30 and use oss instead of alsa :| Nov 04 20:25:41 it's not like we want to :D Nov 04 20:25:56 this is what the default options on shr/merge spit out Nov 04 20:25:57 rebelThor, right ;) Nov 04 20:25:58 vanous: ok Nov 04 20:26:07 snd_soc_neo1973_gta02_wm Nov 04 20:26:08 snd_soc_s3c24xx_i2s Nov 04 20:26:08 snd_soc_s3c24xx Nov 04 20:26:18 rebelThor, then you should modify them, duh. ;] Nov 04 20:26:21 ok, so kernel config is diffferent? Nov 04 20:26:40 maybe it's just loading of modules Nov 04 20:26:43 not even compiling. Nov 04 20:27:02 so should we try to rmmod everything, then attempt to load your list ? Nov 04 20:27:13 yes, please. Nov 04 20:27:14 kernel config should have oss disabled... it's 2009 Nov 04 20:27:43 opkg list_installed | grep snd Nov 04 20:27:44 cool, /me watches onlinee debugging from his n800 Nov 04 20:28:14 make sure you have those modules installed. Nov 04 20:28:19 (the ones I use) Nov 04 20:28:26 you should probably have everything. Nov 04 20:28:31 TAsn: http://pastebin.com/d5c9ce8fc Nov 04 20:28:49 ok Nov 04 20:28:53 as I thought, this looks good. Nov 04 20:28:56 so a rmmod Nov 04 20:29:00 and modprobe Nov 04 20:29:04 should do the trick. Nov 04 20:30:13 TAsn: what was the first one, doesn't look like it was included in your paste Nov 04 20:30:19 so what decides which mod to load? udev? Nov 04 20:30:24 or is it snd_soc_neo1973_gta02_wm ? Nov 04 20:30:29 this. Nov 04 20:30:33 and the two s3c ones Nov 04 20:30:41 and it's included in my paste Nov 04 20:30:44 first line... Nov 04 20:30:48 rebelThor, just modprobe this Nov 04 20:31:00 "modprobe this" ? Nov 04 20:31:04 it should load deps automatically Nov 04 20:31:17 hello Nov 04 20:31:25 modprobe snd_soc_neo1973_gta02_wm Nov 04 20:31:26 it must be too late for me, since FATAL: Module this not found. Nov 04 20:31:26 rebelThor, just modprobe 1-4 from my paste. Nov 04 20:31:28 lol Nov 04 20:31:29 can i get help on runing paroli on shr Nov 04 20:31:35 rebelThor, really? :| Nov 04 20:31:35 ;) Nov 04 20:31:35 * rebelThor feels stupid Nov 04 20:31:41 oh Nov 04 20:31:43 FATAL: Module snd_soc_neo1973_gta02_wm not found. Nov 04 20:31:43 lol. Nov 04 20:31:49 not lol :( Nov 04 20:32:04 that's why I thought it wasn't included Nov 04 20:32:15 but you got the package. Nov 04 20:32:19 I cnot run Paroli on Last Image ? Nov 04 20:33:24 rebelThor, Nov 04 20:33:27 ls /lib/modules/2.6.29-rc3/kernel/sound/soc/s3c24xx/ Nov 04 20:33:30 ah Nov 04 20:33:32 w8 Nov 04 20:33:40 or whatever kernel version you got. Nov 04 20:33:50 nevermind, I was pasting the wrong damn thing... Nov 04 20:33:54 :) Nov 04 20:33:56 I got all 9 of them loaded now Nov 04 20:34:03 ok, now Nov 04 20:34:06 aplay something. Nov 04 20:34:28 any one RUNING paroli on last SHR ? Nov 04 20:34:39 Pokernet, first of all Nov 04 20:34:42 you should define Nov 04 20:34:44 what latest SHR is. Nov 04 20:34:45 /usr/share/sounds/... Nov 04 20:34:53 spaetz, good idea. ;] Nov 04 20:34:55 mrmoku version Nov 04 20:35:11 it says playing, but I can't hear a thing Nov 04 20:35:14 Pokernet, no idea. Nov 04 20:35:20 I don't run paroli :) Nov 04 20:35:25 maybe volume is down Nov 04 20:35:26 http://build.shr-project.org/tests/mrmoku/ Nov 04 20:35:32 rebelThor, ok Nov 04 20:35:38 that's actually a good thing. :) Nov 04 20:35:44 no error messages or anything :) Nov 04 20:36:00 alsactl -f /usr/share/shr/scenarii/stereoout.state restore Nov 04 20:36:01 rebelThor, but if it sayss playying that is progress Nov 04 20:36:06 just to make sure. Nov 04 20:36:12 mickeyl: how to configure fsodeviced to get PlaySound? Nov 04 20:36:18 rebelThor, and then do it. Nov 04 20:36:19 yep Nov 04 20:36:21 we got sound :) Nov 04 20:36:24 :) Nov 04 20:36:29 so the only issue Nov 04 20:36:36 hehe, shr/merge IS ALIVEEEEE :> Nov 04 20:36:36 is incorrect loading of oss modules instead of alsa modules. Nov 04 20:36:38 yay!!! Nov 04 20:36:41 mrmoku, ^ Nov 04 20:37:01 rebelThor, thumbless though, right? Nov 04 20:37:10 lets disable oss totally Nov 04 20:37:16 TAsn: hmm, do you have to modify your local.conf to disable thumb ? Nov 04 20:37:21 because I didn't Nov 04 20:37:27 TAsn, no, thumb Nov 04 20:37:35 spaetz, with thumb? Nov 04 20:37:36 i think it's thumb enabled as well Nov 04 20:37:42 with thumb, i mean Nov 04 20:37:42 rebelThor, no idea. :) Nov 04 20:37:45 :))) Nov 04 20:37:55 how did you guyisg fix the segs? Nov 04 20:38:06 * rebelThor didn't fix a thing lol Nov 04 20:38:11 TAsn: thank pb___ and JaMa Nov 04 20:38:19 just patching egllibc :-) Nov 04 20:38:20 yep, they're the heroes ;) Nov 04 20:38:24 pb__, JaMa: Thanks a lot :) Nov 04 20:38:29 spaetz, nice. Nov 04 20:38:30 and spaetz Nov 04 20:38:42 spaetz, thanks :) Nov 04 20:38:53 hey Nov 04 20:38:54 :'( any onr run paroli on shr mrmoku - version Nov 04 20:38:54 so can we finally get rid of shr/import ? Nov 04 20:39:03 mrmoku, so please drop shr/import Nov 04 20:39:09 does fso still needs the premissive version of dbus? Nov 04 20:39:09 mrmoku, just wanted to complainn ;) Nov 04 20:39:26 mrmoku, update the shr makefile Nov 04 20:39:32 to use merge intsead of import Nov 04 20:39:47 mirko: good question... Nov 04 20:39:49 create *both* an unstable Nov 04 20:39:52 and testing Nov 04 20:39:54 images Nov 04 20:39:57 no Nov 04 20:39:59 veto Nov 04 20:40:01 and lets go. Nov 04 20:40:05 hehe Nov 04 20:40:06 TAsn, we still needto fix the snd modules Nov 04 20:40:22 spaetz, sure, but that's a minor issue Nov 04 20:40:22 mrmoku: veto? so you know? and what's the answer? :) Nov 04 20:40:25 and I demand a freeze. Nov 04 20:40:36 mirko: veto to TAsn proposal to immediately do a testing :) Nov 04 20:40:45 mrmoku, what's wrong about that? Nov 04 20:40:46 mrmoku: ah, sry :) Nov 04 20:40:49 mickeyl: ping Nov 04 20:40:50 just make a testing Nov 04 20:41:02 don't advertise it if you are too scared people will use it Nov 04 20:41:04 but why not? Nov 04 20:41:13 we'll test the testing image for a week Nov 04 20:41:16 and if it works Nov 04 20:41:19 we'll announce it. Nov 04 20:41:27 it won't be worst than current testing Nov 04 20:41:28 heh Nov 04 20:41:31 thats for sure. Nov 04 20:41:32 ... Nov 04 20:41:35 hehe Nov 04 20:41:44 JaMa, nope Nov 04 20:41:45 that's true Nov 04 20:42:01 mrmoku: who might know except mickey who doesn't respond most times? ;) Nov 04 20:42:10 TAsn: I disagree anyway ;) Nov 04 20:42:32 mirko: what was the difference between permissive and not? just config? or a patch? Nov 04 20:42:33 maybe i missed it in a git commit --amend wars Nov 04 20:42:42 mrmoku, why? Nov 04 20:42:50 mrmoku, so please just do a freeze Nov 04 20:42:57 don't even change anything. Nov 04 20:43:03 mrmoku, any idea how to fix the kernel snd modules best? Nov 04 20:43:07 TAsn: because it does not make much sense to build a testing image from shr/merge (aka org.oe.dev) Nov 04 20:43:08 just let me know we got a working freeze. Nov 04 20:43:15 mrmoku, why? Nov 04 20:43:24 mrmoku: they changed the default to "all deny by default" - fso wasn't able to handle that and provide proper service-files Nov 04 20:43:26 because everything is changing a lot Nov 04 20:43:41 mrmoku, that's why we need a version freeze. Nov 04 20:43:45 atm Nov 04 20:43:53 or at a point in itme Nov 04 20:43:57 we'll be able to test. Nov 04 20:44:00 TAsn: the only sane version freeze is to do a branch Nov 04 20:44:05 and we will do that Nov 04 20:44:06 doess omgta2 has its own kernel .config? Nov 04 20:44:18 but first we should have a working image... working feed Nov 04 20:44:28 spaetz: yes, it has Nov 04 20:44:28 and then we should have all in org.oe.dev Nov 04 20:44:34 and then we do a testing branch Nov 04 20:44:40 +1 for new -unstables :-) Nov 04 20:44:42 (at least that is my opinion) Nov 04 20:44:48 playya_: fixed.. Nov 04 20:44:55 +1 to spaetz's +1 :D Nov 04 20:45:07 or just Nov 04 20:45:19 playya_: I'll push my changes and then you can update fr.config.patch if needed (i just dropped it now..) Nov 04 20:45:24 gimme an unstable and testing Nov 04 20:45:28 lets bake it in -unstable before pushing anything to a new testing... Nov 04 20:45:31 mrmoku, no offense Nov 04 20:45:36 :) Nov 04 20:45:37 though I hate the mrmoku branch ;) Nov 04 20:45:43 :( Nov 04 20:45:46 too much headache :) Nov 04 20:45:55 we don't have such thing ;) Nov 04 20:46:01 users complaining about ultra unstable stuff. Nov 04 20:46:04 mrmoku, you know what I meant. Nov 04 20:46:07 shr feed. Nov 04 20:46:08 * Nov 04 20:46:10 bah Nov 04 20:46:13 *mrmoku feed Nov 04 20:46:13 yup :) Nov 04 20:46:14 :) Nov 04 20:47:18 TAsn: if we want to have a sane testing for which we want to be able to build controlled updates whenever we see something fit... we have to do that from a branch Nov 04 20:47:22 kill bill is such an awesome movie :) Nov 04 20:47:31 mrmoku, yes, I agree. Nov 04 20:47:37 I'm just being annoying Nov 04 20:47:44 because I really want unstable Nov 04 20:47:52 an unstable* Nov 04 20:47:54 i still would need some help on booting from sd card? please if possible Nov 04 20:48:19 TAsn: yup Nov 04 20:48:39 TAsn: just that we should finish the merging to org.oe.dev first... and branch from there Nov 04 20:48:47 and we already missed our opportunities a couple of times in the past. Nov 04 20:48:49 mrmoku, I agree. Nov 04 20:48:57 and we should do that really fast now :) Nov 04 20:49:06 REALLY fast, yeah. Nov 04 20:49:06 :) Nov 04 20:49:20 zoff99: did you follow this wiki page: http://wiki.openmoko.org/wiki/Booting_from_SD#Prepare_the_SD_card Nov 04 20:49:53 yes i did, some times it boots , sometime it does not. i dont know how to find out why Nov 04 20:49:53 TAsn: and the Makefile switch to shr/merge for unstable... will do that NOW :) Nov 04 20:50:02 because then QI just boots from NAND Nov 04 20:50:10 mrmoku, yay :) Nov 04 20:50:30 mrmoku, will it auto update for me from import? Nov 04 20:50:39 or will I have to do something manually? Nov 04 20:51:17 http://trac.shr-project.org/trac/wiki/Building SHR needs a makeover :) Nov 04 20:51:35 rebelThor, I think you are probably the man for the job ;] Nov 04 20:51:35 hm, there was suppsed to be a %20 in there somewhere :) Nov 04 20:51:40 rebelThor, was. Nov 04 20:51:57 s/was/supposed/ Nov 04 20:51:57 TAsn meant: rebelThor, supposed. Nov 04 20:52:03 TAsn: don't know that... should try that first... wait Nov 04 20:52:27 mrmoku, okie. Nov 04 20:52:56 mrmoku, if it won't work, you should probably add something so it'll do it automatically. Nov 04 20:55:28 TAsn: looks like it just works :) Nov 04 20:55:38 thought so Nov 04 20:55:42 as it's only a different branch Nov 04 20:55:44 isn't it? Nov 04 20:55:56 please update then Nov 04 20:56:03 I want to move to shr/merge here :) Nov 04 20:56:09 commit. Nov 04 20:57:10 TAsn: update Nov 04 20:57:15 thanks. Nov 04 20:57:16 SHR: 03mok 07shr-makefile * r5dc20925b3e9 10/Makefile: makefile: switch shr-unstable to the shr/merge branch Nov 04 20:57:17 and be prepered for rebuilding ;) Nov 04 20:57:18 make update Nov 04 20:57:19 right? Nov 04 20:57:21 yup Nov 04 20:57:26 SHR: 03mok 07shr-makefile * ra6608ba48397 10/Makefile: makefile: remove obsolete overlay url Nov 04 20:58:06 mrmoku, are there still bearstech urls there? Nov 04 20:58:18 I think we should finally drop them if there are. Nov 04 20:58:25 TAsn: in the makefile? no Nov 04 20:58:29 okie Nov 04 20:58:32 was just making sure. Nov 04 20:58:45 it means that what I have here are just leftovers Nov 04 20:58:48 from old builds Nov 04 20:59:13 error: pathspec 'shr/merge' did not match any file(s) known to git. Nov 04 20:59:21 hehe Nov 04 20:59:29 though Nov 04 20:59:31 Checking out files: 92% (7850/8504) Nov 04 20:59:36 so it probably does work. Nov 04 20:59:46 HEAD is now at 60c5630 Merge remote branch 'origin/martin_jansa/xorg-7.5' into shr/merge Nov 04 20:59:49 yeah, it works. Nov 04 21:00:26 ERROR: Unable to parse conf/bitbake.conf (Could not include required file conf/distro/include/shr-autorev-unstable.inc) Nov 04 21:00:45 that should be removed, afaik Nov 04 21:01:00 my local.conf does not contain any require lines at all Nov 04 21:01:08 should modify conf/bitabke.conf Nov 04 21:01:09 then? Nov 04 21:01:12 manually* Nov 04 21:01:15 TAsn: yup you have to manually adjust your conf/local.conf Nov 04 21:01:25 and do what? Nov 04 21:01:38 remove all requires Nov 04 21:01:54 excluding local-builds.inc Nov 04 21:02:05 right? Nov 04 21:02:45 TAsn: let me pastebin my local.conf for reference Nov 04 21:03:12 http://pastebin.com/m6d0b1e3 Nov 04 21:03:14 TAsn: right Nov 04 21:03:15 mrmoku, what about that? Nov 04 21:03:21 i think thats in oe dir Nov 04 21:03:27 TAsn: http://pastebin.com/d7f5140bc Nov 04 21:03:32 rebelThor, thanks. Nov 04 21:03:37 [21:57] mrmoku | and be prepered for rebuilding ;) Nov 04 21:03:40 :P Nov 04 21:03:46 s/prepered/perpared/ Nov 04 21:03:50 arghh Nov 04 21:03:58 priprapered Nov 04 21:04:05 what do I need to do? Nov 04 21:04:06 TAsn: wipe tmp and rebuild :) Nov 04 21:04:12 rm -rf tmp? Nov 04 21:04:14 yup Nov 04 21:04:26 ouch ;( Nov 04 21:04:33 if I only knew. Nov 04 21:04:39 [22:03] mrmoku | [21:57] mrmoku | and be prepered for rebuilding ;) Nov 04 21:04:42 :P Nov 04 21:04:45 :) Nov 04 21:05:00 I *never* listen. Nov 04 21:05:15 though that shr/merge spec error irritates me Nov 04 21:05:30 ;| Nov 04 21:05:34 mrmoku: i'm having that for shr/import too Nov 04 21:05:49 bah, rm tmp takes forever :| Nov 04 21:06:04 mrmoku: and i'm having that from the beginning, since switching from oe overlay to shr/import Nov 04 21:06:07 s/takes/is taking/ Nov 04 21:06:07 TAsn meant: bah, rm tmp is taking forever :| Nov 04 21:06:15 done :) Nov 04 21:06:24 WARNING: No matches in filesystem for /home/tom/projects/openmoko/oe/shr-unstable/shr/openembedded in COLLECTIONS Nov 04 21:06:27 mrmoku, what about that? Nov 04 21:06:56 TAsn: no idea... but harmless Nov 04 21:07:01 :) Nov 04 21:07:12 an unwanted error message is never harmless. Nov 04 21:07:13 TAsn: I have that too, but I just ignored it Nov 04 21:07:28 I consider this as something users will ask about Nov 04 21:07:28 TAsn: that comes from setting BBPATH somewhere Nov 04 21:07:33 which means a lot of overhead for us. Nov 04 21:07:35 :) Nov 04 21:07:54 uhh... hmm Nov 04 21:08:03 but i haven't found the file where BBPATH is set Nov 04 21:08:45 anyhow, I'm letting it build. I'm off. ;) Nov 04 21:09:06 mrmoku: have you enabled that GLIBC_GENERATE_LOCALES thing in local.conf? Nov 04 21:09:27 JaMa: me personally or default in makefile? Nov 04 21:09:34 Heinervdm: I found it Nov 04 21:09:38 will fix Nov 04 21:09:44 mrmoku: nice :) Nov 04 21:10:20 sweet, Nov 04 21:10:38 fixed Nov 04 21:10:42 SHR: 03mok 07shr-makefile * re650a0a3869c 10/setup-env: setup-env: remove dead and obsolete overlay from BBPATH Nov 04 21:11:21 great ;) Nov 04 21:11:26 no unneeded overhead. Nov 04 21:11:48 cool Nov 04 21:12:08 mrmoku: what Nov 04 21:12:09 now if we would be able to get rid of those "sets is deprecated" error messages, it would be perfect :D Nov 04 21:12:18 s/error/warning/ Nov 04 21:12:19 rebelThor meant: now if we would be able to get rid of those "sets is deprecated" warning messages, it would be perfect :D Nov 04 21:12:23 mrmoku: i guess that only one or few in default would be better :) Nov 04 21:12:31 mrmoku: what's with the openembedded dir thats left from the oe overlay? Nov 04 21:13:11 Heinervdm: which one do you mean? Nov 04 21:13:14 overlay was named shr Nov 04 21:13:31 JaMa: hmm... what we actually want is an image with us locale :) Nov 04 21:13:41 make setup generates shr-testing, shr-unstable, bitbake, common and openembedded dir's Nov 04 21:13:57 what's with that openembedded dir Nov 04 21:14:28 openembedded services as object sharing repo for the ones in unstable and testing Nov 04 21:18:48 spec error: make update was not sufficient for me, after branch switching. Nov 04 21:19:09 but a make setup helped, i think Nov 04 21:19:41 or i even deleted openembedded and shr-unstable dirs, i forgot Nov 04 21:21:38 * rebelThor is off to sleep, but he's happy to finally see stuff moving in the right direction :D `night guys ;) Nov 04 21:21:47 NOTE: Handling BitBake files: \ (5841/7824) [74 %] Nov 04 21:21:51 so amazingly slow :| Nov 04 21:21:53 rebelThor, night. Nov 04 21:21:55 I'm also off. Nov 04 21:21:56 ciao. Nov 04 21:27:12 i have 16GB left on /. enough for a SHR image? Nov 04 21:28:35 playya_: gypsy/navit pushed.. please update that fr.config.patch when you have time Nov 04 21:28:54 and a buildhost :P Nov 04 21:29:36 playya_: and could you accept them on patchwork? :) Nov 04 21:33:07 mrmoku, ERROR: Parsing errors found, exiting... Nov 04 21:33:11 no further details though. Nov 04 21:33:25 hmm Nov 04 21:34:05 which recipe? Nov 04 21:34:10 nothing Nov 04 21:34:12 JaMa: which ones? Nov 04 21:34:24 it's in the general parsing Nov 04 21:34:37 it must say inwhich recpie /somewhere/ Nov 04 21:34:42 mmmh Nov 04 21:34:46 no further details though. Nov 04 21:35:04 NOTE: Handling BitBake files: \ (7824/7824) [100 %] Nov 04 21:35:05 NOTE: Parsing finished. 1010 cached, 6520 parsed, 292 skipped, 2 masked. Nov 04 21:35:05 ERROR: Parsing errors found, exiting... Nov 04 21:35:05 JaMa: 375-77 ? Nov 04 21:35:22 mrmoku: yes Nov 04 21:35:25 oh Nov 04 21:35:26 found something Nov 04 21:35:27 sec Nov 04 21:35:27 ok, will do Nov 04 21:35:40 ERROR: while parsing /home/tom/projects/openmoko/oe/shr-unstable/openembedded/recipes/shr/ophonekitd_git.bb Nov 04 21:35:58 [13 %]ERROR: SRCREV was used yet no valid SCM was found in SRC_URI Nov 04 21:36:24 oh, I think I know what went wrong Nov 04 21:36:30 local build? Nov 04 21:36:46 :) Nov 04 21:36:54 is ophonekitd still in shr/merge? Nov 04 21:37:12 spaetz: ophonekitd is the vala rewrite Nov 04 21:37:24 though both are still there Nov 04 21:37:27 which should also die btw. Nov 04 21:37:37 or has your branch not correctly updated Nov 04 21:37:40 no need to remove it Nov 04 21:38:12 is ophonekitd not obsoleted by phhonefsod ? Nov 04 21:38:21 spaetz, it is. Nov 04 21:38:25 i lost the overview Nov 04 21:38:25 I think the same as you. Nov 04 21:38:30 spaetz, you are right. Nov 04 21:38:39 (actually by both phonefsod and phoneuid, but yeah) Nov 04 21:38:57 right Nov 04 21:39:24 ok, bed time Nov 04 21:39:30 same here. Nov 04 21:39:32 NOTE: Running task 4884 of 7246 Nov 04 21:39:34 man, I'm tired. Nov 04 21:39:43 gnight all :) Nov 04 21:39:50 ok, night all Nov 04 21:40:01 good progress todayy Nov 04 21:40:14 spaetz, yeah :) Nov 04 21:40:25 we just need to figure out the wrong loading of modules. Nov 04 21:40:38 tasn right Nov 04 21:40:51 disabling oss in kernel Nov 04 21:40:56 spaetz, nah. Nov 04 21:41:01 might be a good start Nov 04 21:41:05 people may want to use that. Nov 04 21:41:08 if any Nov 04 21:41:14 blacklising the oss modules Nov 04 21:41:20 would be a good start (workaround) Nov 04 21:41:22 we don't need it... Nov 04 21:41:30 spaetz, people may want it. Nov 04 21:41:49 bah, nott on omgta2 Nov 04 21:41:58 we should just do it in a sane manner. Nov 04 21:41:59 ;) Nov 04 21:42:01 spaetz, sure. Nov 04 21:42:14 ok, whatever works Nov 04 21:42:16 even if not on a gta02, people also use (hopefully) shr on other devices ;] Nov 04 21:42:23 like eten and gta01 :) Nov 04 21:42:37 we just don't ship that module with the image Nov 04 21:42:45 Heinervdm, yes. Nov 04 21:42:55 we should remove that from the default image Nov 04 21:42:58 that's for sure. Nov 04 21:43:05 I actually started a thread about removing modules Nov 04 21:43:05 TAsn, krnel .config can be machine specifiic Nov 04 21:43:07 a long time ago. Nov 04 21:43:11 spaetz, I know. Nov 04 21:43:29 removing modules would be good Nov 04 21:43:39 but still, people would want to have them on a gta Nov 04 21:43:48 but surely not on default. Nov 04 21:43:54 but now, sleep time... Nov 04 21:43:57 so removing them from the image is great. Nov 04 21:43:59 yep Nov 04 21:43:59 yeah, same here Nov 04 21:44:00 ciao. Nov 04 21:44:02 n8 Nov 04 21:49:33 recipes failed in task-shr-feed http://pastebin.ca/1657409 Nov 04 21:52:30 # Nov 04 21:52:31 recipes/binutils/binutils_2.20.bb Nov 04 21:52:43 why is that in that list? Nov 04 21:52:57 libefso is quite old. i don't know which depends on it Nov 04 21:53:01 not sure.. first thing rebuilding now.. Nov 04 21:53:28 bluez-utils-alsa_3.36.bb should be droped Nov 04 21:53:48 and i think we can drop msn-pecan_git.bb too Nov 04 21:54:06 Heinervdm: maybe its just because it was downgraded from my 2.20.51 svn snapshot.. I was testing yesterday because of objdump refusing disassemble thumb correctly Nov 04 21:55:16 i will look for webkit-efl Nov 04 21:57:33 +1 for dropping msn-pecan Nov 04 21:58:01 Heinervdm: binutils now ok.. maybe something more will be solved just by rebuild.. Nov 04 21:58:59 msn-pecan and bluez-utils-alsa dropped from task-shr-feed now.. Nov 04 22:00:36 DocScrutinizer: do you have any comments about that http://lkml.org/lkml/2009/11/4/526 Nov 04 22:01:17 Do you folks want that re-plugging usb reenables charging (even before the battery discharges to ~75%) or not? Nov 04 22:01:30 Or would you prefer a dedicated sysfs node to force that behaviour? Nov 04 22:04:21 PaulFertser: what's the state of config files in om-2.6.31 tree? is it ok to use it, make oldconfig, update something and send a patch? Nov 04 22:04:34 PaulFertser: just make oldconfig changes a lot of stuff.. Nov 04 22:06:20 PaulFertser: and would you mind pushing http://pastebin.ca/1657453 to andy-tracking?, I played with config and with spi enabled i get compile errors because of those ; Nov 04 22:06:57 JaMa: there's a defconfig that includes almost everything needed. In fact i think i can boot the latest kernel and use as a daily phone if only userspace new how to toggle the renamed pm sysfs nodes (probably the renaming will be reverted before releasing .31 "officially") Nov 04 22:08:48 JaMa: (push compile fix) sure Nov 04 22:09:17 PaulFertser: me too, but about a week ago I needed to enable GLAMO_MCI for booting from sd, so I put modified config to my OE repo and now changes to default config aren't merged automatically for me.. Nov 04 22:09:48 PaulFertser: and what about ubifs? could/should it be enabled in kernel? Nov 04 22:09:50 JaMa: yes, defconfig is something we should prepare before "release" Nov 04 22:10:04 JaMa: max_posedon promised to test if it's actually useful Nov 04 22:10:37 JaMa: it could be enabled but SHR build script should be altered to actually produce something ubi-compatible and flashable. Nov 04 22:11:39 max_posedon: please check also MKUBIFS_ARGS and UBINIZE_ARGS in conf/machine/om-gta02.conf when you'll test ubifs Nov 04 22:12:24 PaulFertser: build script is already altered.. thats why I wanted to test ubifs here to check if i set those building params right.. Nov 04 22:13:38 JaMa: pushed, thanks Nov 04 22:13:45 JaMa: what do you use glamo-spi for? Nov 04 22:14:21 JaMa: (conf/machine/om-gta02.conf) which branch? Nov 04 22:14:27 actually nothing.. I was playing with different MFD configurations while hunting WSOD in drm-tracking branch.. Nov 04 22:14:32 Heinervdm: git fetch git://gitorious.org/webkit-efl/webkit-efl.git master failed with signal 128, output: Nov 04 22:14:38 Heinervdm: fatal: Not a git repository Nov 04 22:14:47 JaMa: i'm looking for it Nov 04 22:15:03 NOTE: Running task 3295 of 3441 Nov 04 22:17:03 JaMa: do_fetch went fine for me Nov 04 22:17:45 JaMa: try cleaning and deleting the files and dirs in downloads Nov 04 22:18:24 Heinervdm: the same for http://git.shr-project.org/repo/illume-keyboards.git :) Nov 04 22:18:51 JaMa: i think your downloads dir is a bit corrupt :) Nov 04 22:19:52 Heinervdm: no git/github.com.webkit* Nov 04 22:20:00 and also no tarbale of webkit.. Nov 04 22:20:11 mirko: Nov 04 22:20:13 [fsodevice.alsa_audio] Nov 04 22:20:15 Heinervdm: I cleaned downloads about 2 weeks ago.. Nov 04 22:20:21 JaMa: gitourius.org Nov 04 22:21:00 Heinervdm: :) ahh Nov 04 22:21:09 Heinervdm: removing that one.. Nov 04 22:21:27 i'm compiling it right now Nov 04 22:21:54 but i changed the recipe a litle bit, because it depended on sqlite insteat of sqlite3 ;) Nov 04 22:22:27 Heinervdm: downloading http://build.shr-project.org/sources/git_gitorious.org.webkit-efl.webkit-efl.git.tar.gz now.. Nov 04 22:22:51 Heinervdm: sqlite and sqlite3 are compatible or some patch is needed? Nov 04 22:23:14 JaMa: i'm testing it, and if it's working i will send a patch Nov 04 22:23:19 Heinervdm: because sqlite is also used in gpe-scatch or something like that.. Nov 04 22:23:48 JaMa: do configure hasn't complaind about it :) Nov 04 22:24:17 fonts failing to compile :) great Nov 04 22:24:27 :D Nov 04 22:24:36 /home/projects/OE/tmpdir-dev-shr/staging/x86_64-linux/usr/bin/ucs2any: Can't read mapping file '/usr/share/fonts/X11/util/map-ISO8859-1': No such file or directory! Nov 04 22:24:39 one has to compile a font? Nov 04 22:25:08 there is an error in the recipe... Nov 04 22:26:27 which recipe? Nov 04 22:26:43 I'll probably w8 with webkit-efl for you patch.. Nov 04 22:27:00 it takes quite long to build it just to test if it downloads well :) Nov 04 22:27:28 the font recipe, if it depends on a host's file Nov 04 22:32:19 Heinervdm: ahh, I see this too :), I was hoping that you will tell me the actuall problem in recipe :) because recipe is really simple... Nov 04 22:32:28 Heinervdm: even after include... Nov 04 22:32:35 :) Nov 04 22:34:42 updated list http://pastebin.ca/1657493 Nov 04 22:35:38 libframeworkd-phonegui-efl2_git.bb can be dropped ;) Nov 04 22:35:52 freesmartphone.org: 03mickey 07libgsm0710 * rff1745b65d5f 10/src/gsm0710.c: actually return the initialized context Nov 04 22:36:13 i think libefso_svn.bb can be dropped too Nov 04 22:37:23 freesmartphone.org: 03mickey 07libgsm0710 * r64bbeab3aa2d 10/configure.ac: post-release version bump Nov 04 22:38:04 libefso is dependency of something in feed.. let me check.. Nov 04 22:38:11 JaMa: http://patchwork.dev.bearstech.com/patch/414/ Nov 04 22:40:25 Heinervdm: pushed Nov 04 22:40:46 * JaMa pushing cookies nearer to bed Nov 04 22:41:57 * Weiss checks out some more cookies and pushes them to JaMa Nov 04 22:43:28 * JaMa searching in Weiss's cookie repositories.. Nov 04 22:44:28 Weiss: something about really big drm-walnut cake for me in om-2.6.31? :) Nov 04 22:45:12 which glib are you guys using? (host or embedded...) Nov 04 22:45:20 I'd like to require 2.22 for FSO Nov 04 22:46:02 mickeyl: glib-2.0-2.22.1-r5.1 Nov 04 22:46:10 there's a bunch of important stuff that would allow me to get rid of some poor-mans-duplications Nov 04 22:48:18 Heinervdm: can you tag that cookie as eaten? I can eat it but the wrapping always stays there after me.. Nov 04 22:49:04 JaMa: marked Nov 04 22:49:35 Heinervdm: thanks... restarting feed build and zzzz.. gnite all Nov 04 22:51:01 JaMa|Zzzzz: hehe.. right after I get burst command submission working.. Nov 04 23:29:56 freesmartphone.org: 03mickey 07cornucopia * r5e0e0d75caf0 10/libfsobasics/ (4 files in 4 dirs): Nov 04 23:29:56 freesmartphone.org: libfsobasics: catch up with vala 0.7.8 Nov 04 23:29:56 freesmartphone.org: * no longer needs misc-vapi Nov 04 23:29:56 freesmartphone.org: * use string templates Nov 04 23:29:56 freesmartphone.org: * create StdErrLogger which is default (rather than NullLogger), if logger type unknown Nov 04 23:30:51 freesmartphone.org: 03mickey 07cornucopia * r8fa8af225282 10/libfsobasics/configure.ac: libfsobasics: post-release version bump Nov 04 23:37:31 seen panicking Nov 04 23:40:19 apt: seen panicking Nov 04 23:40:24 panicking was last seen on IRC in channel #openmoko, 1d 3h 26m 6s ago, saying: 'yes but ask to the and2moko channel'. Nov 04 23:55:20 freesmartphone.org: 03mickey 07cornucopia * r256c0f0f5314 10/libfsotransport/ (4 files in 3 dirs): Nov 04 23:55:20 freesmartphone.org: libfsotransport: catch up with vala 0.7.8 and glib 2.22 Nov 04 23:55:20 freesmartphone.org: * use string templates Nov 04 23:55:20 freesmartphone.org: * use dns resolver Nov 04 23:55:20 freesmartphone.org: * no longer require misc-vapi Nov 04 23:56:17 freesmartphone.org: 03mickey 07cornucopia * r6d9f7520a3f2 10/libfsotransport/configure.ac: libfsotransport: post-release version bump Nov 05 00:15:21 freesmartphone.org: 03mickey 07cornucopia * r60a229817978 10/libfsoframework/ (8 files in 3 dirs): Nov 05 00:15:21 freesmartphone.org: libfsoframework: catch up with vala 0.7.8 Nov 05 00:15:21 freesmartphone.org: * use string templates Nov 05 00:15:21 freesmartphone.org: * debug output -- Nov 05 00:16:08 freesmartphone.org: 03mickey 07cornucopia * rfb930c48fceb 10/libfsoframework/configure.ac: libfsoframework: post-release version bump Nov 05 00:21:13 freesmartphone.org: 03mickey 07cornucopia * rda737a832ae8 10/libfsoresource/ (configure.ac fsoresource/Makefile.am): libfsoresource: do not require linux, posix, nor posixextra Nov 05 00:21:50 freesmartphone.org: 03mickey 07cornucopia * rf876f52739a2 10/libfsoresource/configure.ac: libfsoresource: post-release version bump Nov 05 00:25:23 freesmartphone.org: 03mickey 07cornucopia * r4705972a5de2 10/fsogsmd/ (configure.ac src/lib/Makefile.am): fsogsmd: require vala 0.7.8; do not use posix or posixextra Nov 05 00:47:52 freesmartphone.org: 03mickey 07cornucopia * r5e15453239eb 10/ (Makefile docs/frameworkd.conf.sample): frameworkd.conf.sample: start documenting all plugins and their settings Nov 05 00:57:59 freesmartphone.org: 03mickey 07cornucopia * rf208b1b085f6 10/ (docs/frameworkd.conf.sample fsogsmd/src/lib/sms.vala): fsogsmd: make sms storage dir prefix a configuration option and document it Nov 05 02:07:00 mrmoku: ping? Nov 05 02:13:25 I'm not letting you off the hook that easily. ;) Nov 05 02:21:49 it's 03:21 in his timezone (and in mine...). people without insomnia sleep at those times... Nov 05 02:27:28 and? ;) Nov 05 02:28:53 he replied to one of my bugs, saying it was -ENOTREPRODUCEABLE due to -ENOGTA01. i was going to make it reproduceable, by shipping him a GTA01. ;P Nov 05 02:29:17 * juri_ has three now; no need to keep one of them. Nov 05 02:46:25 PaulFertser: unplug&replug of charger should restart LiIon-PMU-charging-cycle, no matter whatever was the history of last 24 hours Nov 05 02:51:11 and: if you are interested in me uttering any notion about whatever, it's a great idea to mention my name (doc:; joerg; docscrutinizer:) to make me pay attention.(you seem to know that ;-] ) Nov 05 02:55:04 (charging cycle) that's assuming the charger inside FR knows how to treat cells gently, and never will overcharge by keeping voltage though current is below "magic" threshold (some 32 mA ATM?!?!) Nov 05 02:57:49 charging LiIon isn't completely a no-brainer Nov 05 02:59:50 """ i was going to make it reproduceable, by shipping him a GTA01 """ HUHHH?!?!?!!!!! **** ENDING LOGGING AT Thu Nov 05 02:59:56 2009