**** BEGIN LOGGING AT Sun Nov 24 02:59:58 2013 Nov 24 16:20:37 pabs3: hmm? Nov 24 17:21:08 was thinking I should dust off my Freerunner again and attempted to build SHR on my 32bit machine. Makefile ain't working. I know the web site says that the 64bit is better maintained. I'll try that one on my other machine, later in the week Nov 24 17:49:13 jwhitmore: what doesn't work? Nov 24 17:59:54 JaMa: Actually trying it again from scratch to see what was the problem. I'll let you know. It might simply have been a download that failed to complete although there was no error of that nature. Nov 24 19:07:19 JaMa: I'll post result to pastebin Nov 24 19:09:40 http://pastebin.com/VfZ3xJ5q Nov 24 19:25:49 hmm too old git version Nov 24 21:10:08 lindi-: with http://paste.debian.net/67565/ on top of e63c60958791fe5091aed53a7745f4aab6e2e55a (shr-project's 2.6.39.4) I'm through 600 suspend-resume cycles already. Will leave it running for now this way as I need to go to sleep. Nov 24 21:16:54 And tadam, 677 and it hangs but in another place, after fully (painfully) updating the screen, and suspending again. Nov 24 21:20:06 And after resuming it's again trying to process a disabled interrupt, heh, wonderful. Nov 24 21:20:18 An interrupt from PCF50633 apparently. Nov 24 21:23:07 It's strange my hack doesn't clear the eintpend even though it seems like it should work just fine Nov 24 22:23:23 PaulFertser: wow, nice to see someone still fiddeling with a gta02 kernel Nov 24 22:27:02 http://talk.maemo.org/showthread.php?p=1388595#post1388595 Nov 24 22:28:51 PaulFertser: the fun with race conditions Nov 24 22:30:27 damn race conditions are basically impossible to debug, neither you could verify the binary, all you can do is to get it right in source from beginning Nov 24 22:32:14 iow unless you've checked why it isn't need in a particular place, wrap *everything* with a mutex/spinlock Nov 24 22:34:41 jwhitmore: what git version do you have? Nov 24 22:34:57 jwhitmore: something like 1.7.4.*? Nov 24 22:35:07 you need 1.7.9+ Nov 24 23:09:00 DocScrutinizer05: https://github.com/moy/Git-Mediawiki/wiki/User-manual (now merged into git) Nov 24 23:11:17 oh wow, that sucks, it has to scan all pages whenever you do a fetch Nov 24 23:12:42 JaMa: Sorry missed that... git version 1.7.10.4 Nov 24 23:15:56 pabs3: I fail to get what it's all about Nov 24 23:16:31 DocScrutinizer05: a way to git clone a mediawiki site and push to and pull from it Nov 24 23:16:53 and render pages to HTML locally Nov 24 23:17:04 I suppose it needs support on the wiki-server-side Nov 24 23:17:21 nothing special, just api.php not being disabled Nov 24 23:17:38 I expect that is pretty much every mw site Nov 24 23:17:51 mhm, nice Nov 24 23:25:16 jwhitmore: this is the problem: fatal: git checkout: updating paths is incompatible with switching branches. Nov 24 23:25:26 but 1.7.10.4 version should be fine Nov 24 23:26:20 with older git checkout -B foo origin/bar wasn't working Nov 24 23:26:30 try to do the checkout by hand Nov 24 23:31:31 JaMa: reading through the Makefile checkout 32Bit? Nov 24 23:38:46 yes Nov 24 23:38:58 JaMa: not sure if that branch should already exist or I'm creating it Nov 24 23:39:52 it should exist in origin Nov 24 23:42:58 JaMa: From the makefile "git checkout --no-track -b 32Bit origin/32Bit" Nov 24 23:43:00 Did you intend to checkout 'origin/32Bit' which can not be resolved as commit? Nov 25 01:05:36 jwhitmore: there should be lowercase "b" Nov 25 01:06:33 and I see lowercase b in Makefile, where did you got 32Bit? Nov 25 01:12:18 Lower case b giving me the same error message Nov 25 01:29:25 what if you do git pull or git remote update first? Nov 25 01:30:05 maybe it's because of --depth 1 when cloning it :/ Nov 25 01:31:46 You can try "git clone --depth 1 git://git.shr-project.org/shr-chroot.git shr-chroot-32bit -b 32bit" **** ENDING LOGGING AT Mon Nov 25 02:59:58 2013