**** BEGIN LOGGING AT Sun Aug 24 02:59:56 2008 Aug 24 05:21:24 is ejka the only one who knows what the deal is with the vlynq bus driver? Aug 24 08:46:26 <_trine> there is an error compiling:- http://pastebin.com/m51483c4d Rev: 12377 Aug 24 13:38:00 nbd * r12378 /trunk/package/lua/patches/300-opcode_performance.patch: improve lua opcode dispatch performance by using computed goto instead of switch/case - improves performance by about 10% in a simple loop test Aug 24 13:40:38 nbd * r12379 /trunk/ (include/download.mk scripts/env scripts/feeds): replace the deprecated git-* command calls with git * Aug 24 14:16:52 nbd * r12380 /trunk/scripts/getver.sh: some more s/git-/git / Aug 24 14:22:15 nbd: from just looking at the lua patch it seems to me you forgot to replace the switch with CALL_OPCODE Aug 24 14:24:35 lars: oh yes Aug 24 14:24:41 lars: i forgot a quilt refresh Aug 24 14:24:55 thanks Aug 24 14:28:11 nbd * r12381 /trunk/package/lua/patches/300-opcode_performance.patch: lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars) Aug 24 14:33:42 oh, interesting. on lua 5.1.3 the computed goto patch doesn't make nearly as much of a difference than on lua 5.1.4 Aug 24 14:33:48 we should upgrade soon Aug 24 14:34:46 oh didn't know there is an 5.1.4 Aug 24 14:35:25 seems recent Aug 24 14:35:45 could you port our patches to 5.1.4 (all except for the performance patch)? Aug 24 14:35:59 then i'll give you the updated patch for 5.1.4 Aug 24 14:37:14 ok i'll just finish some things here before Aug 24 14:37:29 ok Aug 24 15:45:32 cyrus * r12383 /trunk/package/lua/ (4 files in 2 dirs): Updated Lua to 5.1.4 Aug 24 15:54:38 CyrusFF: yup, performance enhancement works well with the new lua Aug 24 15:54:57 nice Aug 24 16:06:51 cyrus * r12384 /trunk/tools/lua/ (5 files in 2 dirs): Updated Lua host compiler to 5.1.4 Aug 24 18:31:09 <_trine> why is the trunk failing to compile when it gets to :- /trunk/kamikaze/build_dir/linux-atheros/bridge-utils-1.4; autoconf; Aug 24 18:32:07 <_trine> autoconf: Undefined macros: Aug 24 19:45:26 <_trine> the last revision of /trunk that compiles is 12345; it looks like the bridge stuff that broke it Aug 24 20:00:16 hm I haven't experienced any problems with compilation Aug 24 20:36:50 <_trine> I have been reverting backwards and forwards till I found the point where it would compile and where it would not and that was at 12345 Aug 24 20:37:23 <_trine> 12345 compiles 12346 and onwards does not Aug 24 20:37:41 <_trine> dunno why Aug 24 20:38:19 <_trine> its something to do with the bridge code and autoconf Aug 24 20:38:37 yeah, the bridge-utils update also broke brcm-2.4 but that is already fixed by using v1.0.6 for 2.4 kernels, but I am also able to build 1.4 without problems Aug 24 20:39:02 perhaps the autoconf stuff is trying to use kernel headers from the host system or sth. like that? Aug 24 20:39:17 <_trine> well yes I suppose it also makes a difference what your target is too mines atheros Aug 24 20:40:24 can you pastebin the exact error? Aug 24 20:40:36 <_trine> yes Aug 24 20:40:37 e.g. what AC_* macros are missing Aug 24 20:42:26 <_trine> http://pastebin.com/d22693f5f Aug 24 20:45:26 lol... just found that: http://osdir.com/ml/linux.network.bridge/2006-12/msg00040.html Aug 24 20:45:37 but no real help I guess Aug 24 20:47:33 <_trine> hmmm Aug 24 21:01:18 I think you autoconf is too old Aug 24 21:01:24 *your Aug 24 21:10:29 <_trine> xMff: how do I replace it Aug 24 21:11:12 _trine: what distro? Aug 24 21:11:26 <_trine> ubuntu 8.04 Aug 24 21:11:46 first, determine which autoconf you have Aug 24 21:12:35 autoconf --version Aug 24 21:12:43 <_trine> Autoconf 2.13 chosen by Debian wrapper Aug 24 21:13:15 ok, now: dpkg -l '*autoconf*' Aug 24 21:13:45 how many lines shown? Aug 24 21:14:38 <_trine> http://pastebin.com/d4d99b131 Aug 24 21:25:02 I'm not sure whether OpenWrt uses the host autoconf or an internal version Aug 24 21:25:26 _trine: have you tried to build with a complete fresh checkout? Aug 24 21:25:51 debian and ubuntu have two autoconf versions, and a script to automagically choose the correct one of the two Aug 24 21:26:06 it's choosing the wrong one Aug 24 21:26:34 *sigh* Aug 24 21:26:50 <_trine> yes Aug 24 21:26:54 <_trine> its the same Aug 24 21:27:16 what is the name of the input file to autoconf in this case? Aug 24 21:27:55 <_trine> you have confused me Aug 24 21:27:55 configure.in ?! Aug 24 21:28:08 rename it to configure.ac Aug 24 21:28:42 or, symlink Aug 24 21:30:15 the presence of the symlink should fix it Aug 24 21:30:46 judging by reading the perl script that chooses an autoconf Aug 24 21:31:36 _trine: ^^^ Aug 24 21:32:31 <_trine> guys its late here Aug 24 21:32:41 <_trine> perhaps in the morning Aug 24 22:39:40 nbd, [florian], anybody else who can commit a patch: http://openwrt.pastebin.com/f6ee5646a Aug 24 22:42:18 Bartman007: ^^ Aug 24 22:49:30 [mbm], blogic: ^^^ **** ENDING LOGGING AT Mon Aug 25 02:59:57 2008