**** BEGIN LOGGING AT Sat Dec 11 02:59:57 2010 Dec 11 06:47:58 openfly: Mine compiled succesfully... Dec 11 06:51:14 openfly: But you are right about the typo in wizard_fonera2.ja.lua, it's really there Dec 11 06:51:27 openfly: Seems my compile run just skipped that file :-S Dec 11 06:55:32 openfly: I'll recompile luci while keeping a log, see if I can see what happens Dec 11 06:55:51 openfly: Seems like it randomly ignores errors sometimes or something Dec 11 07:09:13 openfly: Ah! I guess you mean this segmentation fault? Dec 11 07:09:14 /bin/sh: line 1: 5722 Segmentation fault luac -s -o $i $i Dec 11 07:12:55 openfly: What I think might be happening, is that you get an error only when there is an error in the last lua file compiled Dec 11 07:13:29 openfly: And this is how the lua files are compiled: Dec 11 07:13:31 openfly: for i in $(find dist -name *.lua -not -name debug.lua); do luac -s -o $i $i; done Dec 11 07:14:06 openfly: So I guess the find command might return different orderings on each run, making things unreliable Dec 11 07:14:38 openfly: I got to go now (I'll be gone most of the weekend) Dec 11 07:14:57 openfly: I'll have a look at making the build process a bit more reliable next week, so that it errors out on every error Dec 11 07:15:27 openfly: Though it seems that this is the only segfault in my log, so perhaps there are no more errors Dec 11 07:19:30 openfly: I've fixed that particular typo in svn, feel free to try again ;-) Dec 11 07:19:47 (perhaps just use make package/luci/clean and make V=99 instead of a full recompile, though) Dec 11 15:41:58 hi Dec 11 15:42:19 we have the fw within december the new year? Dec 11 21:49:38 blathijs awesome man Dec 11 21:49:47 i got a full compile working now **** ENDING LOGGING AT Sun Dec 12 02:59:58 2010