**** BEGIN LOGGING AT Fri May 18 02:59:58 2012 May 18 03:17:41 build #23 of cobalt is complete: Failure [failed compile_11] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/23 May 18 06:46:40 build #14 of ep93xx is complete: Failure [failed compile_11] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/14 May 18 09:57:32 juhosg * r31783 /trunk/target/linux/x86/image/Config.in: x86: image: select bootscript images by default for OLPC May 18 09:57:34 juhosg * r31784 /trunk/target/linux/x86/olpc/ (config-3.3 target.mk): May 18 09:57:34 x86/olpc: switch to 3.3 May 18 09:57:34 Compile tested only. May 18 09:59:23 juhosg * r31785 /trunk/target/linux/cobalt/patches-2.6.39/: cobalt: remove 2.6.39 specific patches May 18 11:50:18 jow_laptop: I was having problems on wednesday where a controller wsa working fine on the target, but not locally with "make runuhttpd" May 18 11:50:33 turns out this is because of a "require 'luci.json'" call in the top of the controller? May 18 11:51:03 how can I tell the local dev environment about luci.json? May 18 12:02:26 I can see that /host/usr/lib/lua/luci has json.lua, just like on the target, May 18 12:20:45 maybe some unsatisifed dependency May 18 12:34:32 any idea on debugging it? there's no traceback on the "run uhttpd"console, and the page just says, "no page registered at /blah" May 18 12:35:16 or which lua file does the index generation that I can add debug into? May 18 12:35:34 dispatcher May 18 13:16:29 fastindex doesn't work, it doesn't show up in the index after .scan(). COmmenting that out and using the createindex_plain() works nicely though May 18 13:17:04 ok. odd May 18 13:20:44 indeed. May 18 13:21:30 also, now that I'm on plain index, the require "luci.json" doesn't matter any more. May 18 14:57:39 nbd: ping May 18 14:57:44 hi May 18 14:58:22 nbd: are you still up for sometime today in the evening? May 18 14:58:28 I'd like to try out t-relay May 18 15:08:29 aroscha: yep May 18 15:43:09 hauke * r31786 /trunk/package/mac80211/ (Makefile patches/890-brcmfmac-fix-memory-allocation.patch): mac80211: add brcmfmac driver May 18 15:44:29 hauke * r31787 /trunk/target/linux/brcm47xx/patches-3.3/ (2 files): brcm47xx: some fixes for the USB driver May 18 15:45:54 hauke * r31788 /trunk/target/linux/brcm47xx/patches-3.3/232-ssb-recognise-ARM-Cortex-M3.patch: brcm47xx: ssb: recognize ARM Cortex M3 May 18 15:46:35 hauke * r31789 /trunk/target/linux/brcm47xx/patches-3.3/233-bcma-fix-NP-in-bcma_core_pci_irq_ctl.patch: brcm47xx: bcma: fix null pointer May 18 15:57:03 can luci dispatcher entries do something like: entry({"blah", "live", "%d"}, call("function_name", $1)) or similar? or do I just need to parse it out in the function myself? May 18 15:57:13 hi, i'm trying to upgrade my build to r31785 on rb532. which target should i use ? May 18 16:04:11 hauke * r31790 /trunk/target/linux/brcm47xx/patches-3.3/ (5 files): May 18 16:04:12 brcm47xx: fix nvram read out on devices with serial flash May 18 16:04:12 detect nvram on Linksys E3200 May 18 16:22:12 nvm, got it May 18 17:42:13 jow_laptop: have a chance to look at patchwork 2166 and 2168 yet? May 18 18:24:34 nbd: how would I package release 1.0 of http://gitorious.org/igd2-for-linux/igd2-for-linux ? May 18 18:24:56 that is, all of the git specific stuff? May 18 18:27:38 nbd: cool :) May 18 18:27:43 thx! May 18 18:33:34 nbd: there are old kernel dependencies in packages/ as well May 18 18:34:03 philipp64|laptop: quite a few packages pull from a git source May 18 18:34:44 yeah, I was looking at UCI, but I must be getting something wrong... May 18 18:36:38 nbd * r31791 /trunk/package/ (kernel/modules/netsupport.mk qos-scripts/Makefile): kernel: split off act_connmark into a separate package to avoid cluttering kmod-sched with a netfilter dependency (fixes #11483) May 18 18:42:21 swalker: there's an extra level of nesting to the directories that I can't get a handle on. May 18 18:44:08 this is what I've got so far... http://fpaste.org/XqyC/ May 18 18:45:09 problem is I need to build in $(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME) ... May 18 18:48:36 philipp64|laptop: use PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME) then May 18 18:53:04 what controls where the tarball gets exploded? May 18 19:03:37 nbd * r31792 /trunk/package/kernel/modules/netdevices.mk: kernel: add et131x from packages/ May 18 19:03:50 nbd * r31793 /packages/multimedia/linux-uvc/: remove linux-uvc, it is obsolete May 18 19:03:52 nbd * r31794 /packages/multimedia/nw802-2.4/: remove nw802-2.4, it is obsolete May 18 19:03:54 nbd * r31795 /packages/multimedia/ov51x-jpeg/: remove ov51x-jpeg, it is obsolete May 18 19:03:55 nbd * r31796 /packages/multimedia/qc-usb/: remove qc-usb, it is obsolete May 18 19:03:59 nbd * r31797 /packages/multimedia/ (spca5xx-le/ spca5xx-view/): remove spca5xx, it is obsolete May 18 19:04:00 nbd * r31798 /packages/net/et131x/: remove et131x, it is obsolete May 18 19:04:01 nbd * r31799 /packages/net/dsl-qos-queue/Makefile: dsl-qos-queue: remove obsolete kernel version dependencies May 18 19:04:03 nbd * r31800 /packages/utils/strace/Makefile: strace: remove old kernel version based version override May 18 19:06:50 swalker: no, that doesn't fix it either. May 18 19:07:49 I need the tarball exploded in $(BUILD_DIR) but I need to do the actual make in $(BUILD_DIR)/$(PKG_SOURCE_SUBDIR)/$(PKG_NAME) May 18 19:11:45 nbd: so the package is called udp-broadcast-relay ? May 18 19:30:31 build #18 of ppc44x is complete: Failure [failed compile_11] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/18 May 18 19:42:13 aroscha: trelay May 18 19:42:39 hm May 18 19:42:48 it's only in openwrt trunk? May 18 19:49:51 nbd: it's only available in trunk, right? Are there any config files? May 18 19:53:26 right May 18 19:53:33 it has a default config file May 18 19:55:15 k May 18 19:55:19 tyring it now May 18 19:55:23 trying May 18 20:09:49 nbd: it is built on the new config mechanism in trunk? May 18 20:10:31 juhosg * r31801 /trunk/package/ep80579-drivers/patches/ (7 files): package/ep80579-drivers: refresh patches May 18 20:10:40 juhosg * r31802 /trunk/ (8 files in 2 dirs): May 18 20:10:41 x86/ep80579: switch to 3.3 May 18 20:10:41 Also fix build errors in the ep80579-drivers package. May 18 20:10:41 Compile tested only. May 18 20:10:41 juhosg * r31803 /trunk/target/linux/x86/ (10 files in 10 dirs): x86: remove subtarget specific LINUX_VERSION overrides May 18 20:10:45 juhosg * r31804 /trunk/target/linux/x86/ (13 files in 11 dirs): x86: remove support for old kernels May 18 20:10:47 juhosg * r31805 /trunk/target/linux/cns3xxx/Makefile: May 18 20:10:47 cns3xxx: switch to 3.1 May 18 20:10:47 Compile tested only. May 18 20:10:48 juhosg * r31806 /trunk/target/linux/cns3xxx/patches-2.6.39/: cns3xxx: remove 2.6.39 support May 18 20:10:50 juhosg * r31807 /trunk/target/linux/cns3xxx/config-default: cns3xxx: sync kernel config May 18 20:10:53 juhosg * r31808 /trunk/target/linux/generic/ (config-2.6.39 patches-2.6.39/): linux/2.6.39: R.I.P. May 18 20:10:56 juhosg * r31809 /trunk/target/linux/cns3xxx/ (18 files in 2 dirs): May 18 20:10:56 cns3xxx: add support for 3.3 May 18 20:10:56 Compile tested only. May 18 20:22:34 juhosg * r31810 /trunk/target/linux/omap24xx/ (26 files in 2 dirs): May 18 20:22:34 omap24xx: add support for 3.3 May 18 20:22:34 Compile tested only. May 18 20:24:06 build #17 of x86 is complete: Failure [failed shell_7] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/17 May 18 20:35:14 build #21 of s3c24xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/21 May 18 20:36:03 nbd * r31811 /trunk/package/ubus/Makefile: ubus: update to latest version, fixes a socket race condition in the client library with uloop May 18 21:59:24 nbd * r31812 /trunk/package/netifd/Makefile: netifd: update to latest version, fixes a crash on restart May 18 22:12:16 nbd * r31813 /trunk/target/linux/generic/patches-3.3/046-fq_codel-qdisc-backlog.patch: kernel: merge a net-next fq_codel backlog handling fix May 19 00:24:52 build #19 of octeon is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/19 May 19 00:28:45 build #18 of lantiq is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/18 May 19 00:33:52 build #21 of rb532 is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/21 May 19 00:39:09 build #16 of xburst is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/16 May 19 00:44:12 build #17 of ixp4xx is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/17 May 19 00:48:20 build #16 of kirkwood is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/16 May 19 00:52:58 build #17 of ar71xx is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/17 May 19 00:58:02 build #17 of au1000 is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/17 May 19 01:44:36 nbd: still awake by any chance? May 19 02:33:09 build #18 of iop32x is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/18 May 19 02:37:12 build #15 of etrax is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/etrax/builds/15 May 19 02:41:16 build #18 of ramips is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/18 May 19 02:46:00 build #17 of pxcab is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/pxcab/builds/17 May 19 02:49:02 build #18 of ppc40x is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/18 May 19 02:53:52 build #19 of ppc44x is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/19 May 19 02:58:23 build #18 of uml is complete: Failure [failed shell_9 compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/18 **** ENDING LOGGING AT Sat May 19 02:59:58 2012