**** BEGIN LOGGING AT Sun Oct 19 03:00:00 2014 Oct 19 08:36:41 hello Oct 19 08:37:03 hi Oct 19 08:50:45 freemangordon: any idea where i can get sources for libglib2.0-0=2.24.1-1maemo1+0cssu0? Oct 19 08:50:57 or anyone else who might know Oct 19 08:51:37 maybe here? https://gitorious.org/community-ssu/glib/activities Oct 19 08:52:52 i'm trying to troubleshoot fuelpad. when trying to generate reports on my device with this version, i get segfault. it would appear tthat fuelpad was compiled against 2.23. Oct 19 08:52:58 let me look NIN101 Oct 19 09:11:59 got it :) Oct 19 09:12:02 http://repository.maemo.org/community-testing/pool/fremantle/free/source/g/glib2.0/ Oct 19 09:14:26 Anyone having a solution for the Modest TLS connection issue (POODLE related issue) (cf 11 hours ago for details)? Oct 19 09:16:58 I notice that the same happens with the TTRSS reader used with MeeCoLay: could they both share the same library to initiate secure connections ? Oct 19 09:21:53 peetah: well, I suppose maemo's openssl supports TLS Oct 19 09:22:08 It's a rather old openssl though Oct 19 09:22:09 peetah: therefore, taking a look at modest's source could be helpful Oct 19 09:22:24 maybe it simply doesn't even try TLS Oct 19 09:26:37 NIN101: is it available on gitorious ? Oct 19 09:27:59 https://gitorious.org/community-ssu/modest.git Oct 19 09:28:46 yep I just found it thanks Oct 19 11:00:43 hmm, now i have a non-crashing fuelpad binary, but it crashes if i run it in gdb Oct 19 11:01:44 ok. doesn't Oct 19 11:23:57 anyone can shed some light: why would a program crash if not build with CFLAGS=-g in configure stage? Oct 19 11:24:25 *built Oct 19 11:24:26 compiler bug? Oct 19 11:25:16 stack overflow/memory corruption which is only visible in some specific situation Oct 19 11:25:35 (just guessing) Oct 19 11:26:04 weird. at least i've got a running binary now. Oct 19 11:26:13 Sicelo: does it crash if built with -g, but symbols are stripped? Oct 19 11:26:48 let me check.. how do you strip symbols? Oct 19 11:27:02 strip -g :P Oct 19 11:27:08 * Sicelo doesn't know these things, lol.. just poking around Oct 19 11:28:59 at what stage shall i add that? i did ./configure CFLAGS=-g Oct 19 11:29:20 this is in SB, bytw Oct 19 11:29:25 *btw Oct 19 11:30:03 strip -g your-binary Oct 19 11:30:15 naah, run strip -g on the binary, e.g.: Oct 19 11:30:31 strip -g $CRASHING_BINARY Oct 19 11:32:15 ah, thanks. let's see Oct 19 11:33:29 Sicelo: if it is crashing, then you can make another build run and strip the symbols in a file. then, when you run the crashing binary in gdb and it crashes, you can load those symbols and see when it crashes Oct 19 11:34:13 doesn't crash after stripping :-/ Oct 19 11:34:38 would have been weird Oct 19 11:34:40 Sicelo: what are the default CFLAGS? Oct 19 11:36:15 seems like none. i don't know if i'm just being dumb, hehe Oct 19 11:38:30 where do i check that? Oct 19 11:41:07 when you run make, you see gcc command line? Oct 19 11:41:28 you can grep CFLAGS config.log Oct 19 11:41:48 that one too Oct 19 11:44:18 CFLAGS='-g -O2' Oct 19 11:44:29 that's from grepping config.log Oct 19 11:44:59 for this i did not specify CFLAGS myself Oct 19 11:45:10 uhwait Oct 19 11:45:20 so it's already built with -g ? Oct 19 11:45:50 yep, seems so. adds more to the crazyness of this Oct 19 11:46:02 what does make say ? Oct 19 11:46:07 apt-get source fuelpad ... that's what i'm playing with Oct 19 11:46:07 do you actually see the -g ? Oct 19 11:46:46 it is because of the -O2 thingie ;) Oct 19 11:46:52 (the crash) Oct 19 11:48:08 (reminds me of a bug that triggered with -O1/-O2 but not -O3, on arm but not on x86*) Oct 19 11:48:17 what's the O2 about? Oct 19 11:48:23 optim level Oct 19 11:49:27 how does specifying CFLAGS=-g 'fix' the O2 issue? Oct 19 11:49:33 bencoh: reminds me of Qt 4.7.4 in CSSU :) Oct 19 11:49:48 Sicelo: no optimization at all Oct 19 11:50:08 i see. interesting Oct 19 11:51:11 does it crash with CFLAGS="-O0" ? Oct 19 11:51:52 (it should) Oct 19 11:52:02 it should not IMO Oct 19 11:52:16 as CFLAGS = -g implies -O0 Oct 19 11:53:47 hmm right it didnt crash with -g, mybad Oct 19 11:53:51 :) Oct 19 11:54:20 (short-term memory, where are you ? ^^) Oct 19 11:55:11 today i've learned a couple of things. great use of time :) Oct 19 12:17:14 hmm, the sb thumb toolchain looks a bit like a pain :/ Oct 19 12:17:43 especially the binary linaro compiler part Oct 19 13:43:26 freemangordon: I know I asked a few months ago, but ... to move from cssu-stable to cssu-thumb, should one open the thumb .install, or change sources.list and apt-get update && upgrade, or some other way ? Oct 19 13:44:36 bencoh: opening thumb .install file should be enough Oct 19 13:46:43 thx Oct 19 14:18:46 hm ... is backupmenu supposed to play nice with u-boot ? Oct 19 14:18:56 yes Oct 19 14:20:07 why does it try to install bootmenu ? Oct 19 14:20:41 hmm, i don't remember it having that dependency Oct 19 14:21:03 Depends: bootmenu, tar-gnu, i2c-tools, mtd-utils, libacl1 Oct 19 14:21:13 i can see Oct 19 14:21:15 both version 1.2.0-2 and 1.2.0-1 Oct 19 14:21:40 wait.. yes, i have bootmenu Oct 19 14:22:10 because bootmenu show on screen menu where you can choose which userspace to start (maemo, backupmenu, ...) Oct 19 14:22:41 hmm Oct 19 14:22:54 it gets loaded from uboot ? Oct 19 14:22:59 no Oct 19 14:23:00 and before linux kernel ? Oct 19 14:23:07 backupmenu has nothing with uboot Oct 19 14:23:10 bencoh: it is multiboot which has never been recommended ;) Oct 19 14:23:10 it is shell script Oct 19 14:23:32 sounds ... obscure :) Oct 19 14:23:58 backupmenu is started as init daemon :) Oct 19 14:30:37 bencoh: make sure to install the one from extras-devel Oct 19 14:30:54 the one in extras doesn;t play nicely on cssu Oct 19 14:46:46 backupmenu uses bootmenu Oct 19 14:46:57 which is a really weird kludge installed in /sbin/preinit Oct 19 14:47:22 because we can't expect normal users to install uboot without screwing it up Oct 19 15:04:31 Hi kerio Oct 19 15:35:52 that's weirder than I thought :p Oct 19 16:00:34 is scratchbox 1 (and maemo 5 sdk) still preferred over scratchbox 2, if you need an n900 build environment? Oct 19 18:18:39 the loudest againrt std debianfork.org see the sec titled how long aqe your beards lol Oct 20 02:32:19 hello everybody Oct 20 02:32:50 in my X-terminal I keep getting an unmet dependencies error whenever I try to install something Oct 20 02:33:26 I tried "apt-get -f install" as prompted but it didn't work Oct 20 02:33:49 I also tried out "apt-get autoremove" Oct 20 02:34:50 I understand that my FlashPlayer is to blame Oct 20 02:34:58 but I can't get rid of it in any way Oct 20 02:35:34 Both hildon and x-terminal get stuck because of the dependencies Oct 20 02:35:46 what do you think I should do? Oct 20 02:37:08 hildon says my home-tutorial-applet needs FlashPlayer installed so I can't uninstall it Oct 20 02:38:14 X-Terminal says "The following packages have unmet dependencies: mp-fremantle-generic-pr: Depends: adobe-flashplayer (= 3.0.0.87+0m5) but 11.4.94 is installed Oct 20 02:38:19 " Oct 20 02:40:33 it must be something stupid but I'm not very good at this kind of things unfortunately Oct 20 02:43:50 well.. I'm leaving due to timezone. Please if anybody knows how to help just write something. I'll read tomorrow morning Oct 20 02:43:55 bye **** ENDING LOGGING AT Mon Oct 20 02:59:59 2014