**** BEGIN LOGGING AT Sun Apr 15 02:59:59 2012 Apr 15 06:14:09 Hey :) I know some of you Vala folks will be surprised by the way modern C++ code looks: http://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2012/-Not-Your-Father-s-C- Apr 15 06:24:13 And dbus-cxx has support for async calls: http://dbus-cxx.sourceforge.net/classDBus_1_1PendingCall.html Apr 15 06:24:27 What advantages does vala really have? Apr 15 06:28:47 PaulFertser: I've tried to read how boost implements foreach several times but never quite understood how it works Apr 15 06:33:15 lindi-: it's now part of the core language Apr 15 06:33:28 I mean for loop for the iterators Apr 15 06:34:20 Boost has many smart hacky solutions to test new language features. But some of them are really better implemented in core. Apr 15 06:35:31 E.g. http://www.boostpro.com/mplbook/preprocessor.html Apr 15 06:39:14 Also, boost documentation seems to be quite good, so there shouldn't be many reasons to look under the hood of it too often. Apr 15 06:42:59 Heh, interesting: http://www.artima.com/cppsource/foreach.html Apr 15 06:44:53 Luckily, there're lambdas now in C++ and you even have a fine-grained control over what should be captured in closure and how (by reference or by value). Apr 15 06:50:21 The new "auto" keyword makes most of those type-inferring tricks obsolete. Apr 15 06:53:24 moin Apr 15 07:09:30 mrmoku: hey :) Apr 15 07:13:27 hey PaulFertser Apr 15 07:13:33 how's life in moscow Apr 15 07:21:24 mrmoku: well, not much happening, but we finally saw spring weather yesterday. Apr 15 07:23:41 PaulFertser: ohh... yes... spring coming finally :-D Apr 15 07:51:30 JaMa: hmm... damn thing does not boot for me anymore Apr 15 07:51:35 Welcome to emergency mode. Use "systemctl default" or ^D to enter default mode. Apr 15 07:53:29 I've seen something about machine-id on Angstrom-devel list Apr 15 07:53:46 but IIRC fix should be in meta-oe/shr already Apr 15 07:57:00 this patch http://patchwork.openembedded.org/patch/25831/ Apr 15 07:58:42 just pushed to meta-oe/shr Apr 15 08:05:51 * JaMa back to work .. ;? Apr 15 08:05:55 :/ Apr 15 08:14:26 SHR: 03Martin.Jansa 07shr-chroot * r337ae243fba8 10/ (503 files in 35 dirs): system upgrade Apr 15 08:16:49 JaMa: ok will check later... have to do a walk with the small one now ... Apr 15 08:59:39 SHR: 03shr-devel 07buildhistory * r33cfc5916cd0 10/images/om_gta02/eglibc/shr-image/ (5 files): images: Build 201204151005 of shr 20120415 for machine om-gta02 on opmbuild Apr 15 09:41:49 hi Apr 15 09:42:00 how do I make my own boot.scr file for gta04? Apr 15 09:42:48 paulk-desktop: mkimage -A arm -O linux -n 'shr-boot-script' -T script -C none -a 0 -e 0 -d $1 ${1/.script}.scr Apr 15 09:43:01 is what I have as function in my bashrc Apr 15 09:44:12 thanks! Apr 15 09:44:26 yw Apr 15 09:53:59 SHR: 03shr-devel 07buildhistory * rfec7a344bafb 10/images/nokia900/eglibc/shr-image/ (5 files): images: Build 201204151100 of shr 20120415 for machine nokia900 on opmbuild Apr 15 10:04:33 JaMa: no, still not good Apr 15 10:04:45 Failed to start Journal Service [FAILED] Apr 15 10:04:51 Failed to start Run pending postinsts [FAILED] Apr 15 10:04:54 Failed to start /var/volatile [FAILED] Apr 15 10:05:09 Welcome to emergency mode. Use "systemctl default" or ^D to enter default mode. Apr 15 10:05:13 udevd[97]: '/sbin/modprobe sdio:c07v02DFd9103' [320] terminated by signal 15 (Terminated) Apr 15 10:05:16 bbiab Apr 15 10:39:26 SHR: 03shr-devel 07buildhistory * r60acd53dd466 10/images/om_gta04/eglibc/shr-image/ (5 files): images: Build 201204151155 of shr 20120415 for machine om-gta04 on opmbuild Apr 15 11:21:50 SHR: 03shr-devel 07buildhistory * r8f50a1d8e7c1 10/images/palmpre/eglibc/shr-image/ (5 files): images: Build 201204151240 of shr 20120415 for machine palmpre on opmbuild Apr 15 12:04:02 SHR: 03shr-devel 07buildhistory * rbd9cc2fca082 10/images/palmpre2/eglibc/shr-image/ (5 files): images: Build 201204151322 of shr 20120415 for machine palmpre2 on opmbuild Apr 15 12:11:18 GNUtoo-desktop: does your latest image work for you? Apr 15 12:11:23 does not boot for me :-/ Apr 15 12:11:56 for me it boots Apr 15 12:12:20 hmm... strange Apr 15 12:50:57 SHR: 03shr-devel 07buildhistory * re82f0aeaabd8 10/images/crespo/eglibc/ (8 files in 2 dirs): images: Build 201204151405 of shr 20120415 for machine crespo on opmbuild Apr 15 12:58:59 mrmoku, what does serial port says? Apr 15 13:24:38 GNUtoo-desktop: that systemd wants to start emergency mode Apr 15 13:24:41 no way to log in Apr 15 13:24:47 ? Apr 15 13:24:48 it has very long hangs Apr 15 13:24:52 ok Apr 15 13:25:07 what about the official images? Apr 15 13:25:39 first failing thing is the journal Apr 15 13:25:39 Failed to start Journal Service [FAILED] Apr 15 13:25:53 first hang is at Apr 15 13:25:54 udevd[93]: '/sbin/modprobe sdio:c07v02DFd9103' [192] terminated by signal 15 (Terminated) Apr 15 13:26:14 GNUtoo-desktop: yeah, will try an official image noe Apr 15 13:26:17 s/e/w Apr 15 13:26:30 Welcome to emergency mode. Use "systemctl default" or ^D to enter default mode. Apr 15 13:26:59 hmm... let me try something else first Apr 15 13:29:46 ok Apr 15 13:29:48 hmmm Apr 15 13:30:00 maybe you have different cmdline args than me? Apr 15 13:36:34 GNUtoo-desktop: I installed the boot.scr from our installation page Apr 15 13:38:54 ok Apr 15 13:38:57 me too and it works Apr 15 13:39:08 try to look at kenrel parameters in serial Apr 15 13:40:10 * mrmoku downloading latest staging image Apr 15 13:41:29 GNUtoo-desktop: [ 0.000000] Kernel command line: console=ttyO2,115200n8 mpurate=800 vram=12M omapfb.mode=dvi:840x460@60 omapfb.rotate_type=0 omapdss.def_disp=lcd root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait twl4030_charger.allow_usb=1 twl4030_charger.charge_backup=1 log_buf_len=8M ignore_loglevel no_console_suspend Apr 15 13:41:58 hmmm nothing related to systemd Apr 15 13:42:06 does it boot until Xorg? Apr 15 13:42:15 no Apr 15 13:42:31 hmmm Apr 15 13:42:38 do you have the full boot log? Apr 15 13:43:15 GNUtoo-desktop: kernel log? Apr 15 13:43:35 I still have picocom with it running... is there a way to save it? Apr 15 13:43:52 yes Apr 15 13:43:59 cat /dev/ttyUSB0 > file Apr 15 13:44:01 tail -f file Apr 15 13:44:07 aand reboot Apr 15 13:44:17 too late for that Apr 15 13:44:29 already installing the new image Apr 15 13:44:33 ok Apr 15 13:44:36 let's see if that works Apr 15 14:05:13 GNUtoo-desktop: staging 046 fails too for me Apr 15 14:05:18 a bit different but still Apr 15 14:05:19 Starting LSB: Remove /etc/nologin at boot... Apr 15 14:05:22 Failed to start LSB: Remove /etc/nologin at boot [FAILED] Apr 15 14:05:25 is the last failing one Apr 15 14:05:32 hmmm Apr 15 14:06:03 maybe I'll test a newer image if I've the time today Apr 15 14:06:54 usb networking works... but ssh does not :/ Apr 15 14:34:04 ahh, on second boot it fails exactly the same way as my self-built image does Apr 15 15:42:51 mrmoku, does your microsd work correctly? Apr 15 15:47:37 GNUtoo-desktop: it did work correctly, yeah Apr 15 15:48:02 it worked fine with SHR before and with qtmoko too Apr 15 15:48:12 maybe I could try an older staging Apr 15 15:48:20 or even latest not-staging Apr 15 15:48:51 * mrmoku downloading Apr 15 15:49:13 ok Apr 15 16:02:32 ok, tar is running... dinner first now though Apr 15 16:02:34 bbl Apr 15 16:04:54 SHR: 03lukasmaerdian 07meta-smartphone * r696b7a7af6f0 10/meta-shr/recipes-shr/tasks/task-shr-feed.bb: task-shr-feed: add monav Apr 15 16:05:04 SHR: 03lukasmaerdian 07meta-smartphone * r8c180dc755d4 10/meta-shr/recipes-navigation/monav/ (monav/monav.desktop monav/monav.png monav_0.3.bb): meta-shr: MoNav: add fast (offline) navigation/routing Apr 15 16:07:31 mrmoku, i just added MoNav to our feeds. offline rendering works pretty nice on the gta04. :) didn't it with gps though. Apr 15 16:10:20 s/it/try Apr 15 17:55:55 slyon: ooooooooooohhhhhh monav :-D Apr 15 17:56:07 you made my day Apr 15 17:56:57 now I have to talk to Nik about fixing my GPS :P Apr 15 17:57:04 yeah it's promising. too bad I has some issues that still make it bit difficult to use. unfortunately I don't have time to fix those :/ Apr 15 17:57:32 GNUtoo-desktop: ok, last synced core image boots to login Apr 15 17:57:37 not to X though Apr 15 17:58:05 lindi-: I used it on n900 under maemo a bit... and yeah it had issues but was very promissing Apr 15 17:58:53 mrmoku: I sent some bug reports and patches upstream Apr 15 17:58:56 ok Apr 15 17:59:04 mrmoku: most important issue: can't search for a street unless you know the city Apr 15 17:59:09 lindi-: cool... is upstream responsive? Apr 15 17:59:14 mrmoku: busy too :( Apr 15 17:59:22 mrmoku: that alone makes it almost useless at least in helsinki Apr 15 17:59:25 now I have to talk to Nik about fixing my GPS :P -> GPS doesn't work on gta04? if so you should add my program to the feeds Apr 15 17:59:52 GNUtoo-desktop: I need that hardware fix for GPS I think Apr 15 17:59:59 ah ok Apr 15 18:00:14 mrmoku: my patch adds prerecorded voice instructions Apr 15 18:00:40 mrmoku: but it isn't usable unless somebody adds some filtering to the position. now it wildly jumps from road to road when you travel Apr 15 18:00:47 mrmoku: so the voice instructions are completely useless Apr 15 18:00:56 ok Apr 15 18:01:15 the codebase is clean c++. if somebody only had a week of extra time they should be able to fix these two tickets Apr 15 18:01:44 I even submitted a testcase in GPX format and a screencast **** ENDING LOGGING AT Mon Apr 16 02:59:58 2012