**** BEGIN LOGGING AT Mon Apr 23 02:59:58 2012 Apr 23 06:01:31 build #1 of ixp4xx is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/1 Apr 23 06:24:24 build #0 of orion is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/0 Apr 23 07:16:26 build #0 of ar7 is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/0 Apr 23 07:16:27 build #0 of atheros is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/0 Apr 23 07:25:34 build #0 of adm5120 is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/0 Apr 23 08:09:04 build #1 of brcm47xx is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/1 Apr 23 08:24:27 build #1 of au1000 is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/1 Apr 23 09:17:58 build #1 of lantiq is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/1 Apr 23 09:42:36 build #2 of x86 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/2 Apr 23 10:08:44 blogic * r31442 /trunk/package/kernel/Makefile: Apr 23 10:08:44 [kernel] scanning kernel packages for targets Apr 23 10:08:44 Any modifications in target/linux/*/modules.mk would not come into effect for Apr 23 10:08:44 subsequent "make menuconfig" unless we delete ./tmp. Apr 23 10:08:44 Signed-off-by: kalyan Apr 23 10:11:30 blogic * r31443 /trunk/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom: Apr 23 10:11:30 [lantiq] Adding wifi eeprom extract for ARV752DPW - Easybox 802 Apr 23 10:11:30 Signed-off-by: Christian Rustmeier Apr 23 10:23:56 nbd: was talking to you the other night about encrypted wifi bugs in attitude adjustment, problem with sta_info_get/sta_info_get_bss ... Apr 23 10:42:55 jow * r31444 /trunk/package/6to4/ (Makefile files/6to4.sh files.old/6to4.sh): [package] 6to4: follow RFC 6598 and consider 100.61.0.0/10 a private range (#11323) Apr 23 10:46:05 so... uci_set_state network foo ip6addr $INTERNAL_IP6_NETMASK actually _sets_ that address on the interface Apr 23 10:46:10 but not for Legacy IP Apr 23 10:46:33 uci_set_state does not set an ip Apr 23 10:46:37 it also not intended to Apr 23 10:46:44 must be something else Apr 23 10:46:47 no, really. Apr 23 10:47:40 I was setting $INTERNAL_IP6_ADDRESS (which is just 2001:770:15f::100 without the /128 at the end) Apr 23 10:47:58 and I observed the address set to 2001:770:15f::100/0 in 'ifconfig vpn-foo' output Apr 23 10:48:16 change just that *one* line to use $INTERNAL_IP6_NETMASK instead, and suddenly it's right. Apr 23 10:48:31 so I commented out the code which actually sets up the IP addresses, in vpnc-script. It *only* does the uci_set_state. Apr 23 10:48:38 and the ipv6 address is still set Apr 23 10:50:41 I do run the 'ifup' hotplug action after setting it, in case that's relevant. Apr 23 10:51:18 yes it is relevant Apr 23 10:51:23 because the ifup is whats setting it Apr 23 10:51:43 if I set the ip6addr *after* calling hotplug, it still happens Apr 23 10:52:55 oh well, if I set it *right* then I don't care :) Apr 23 11:25:04 build #1 of ar71xx is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/1 Apr 23 11:50:02 build #1 of at91 is complete: Failure [failed] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/1 Apr 23 12:33:28 * dwmw2_gone tries to work out where luci-proto-pptp came from Apr 23 12:33:39 I don't find it in my trunk checkout, under feeds/luci/ Apr 23 12:34:45 hm, perhaps needs to be luci trunk Apr 23 13:04:11 florian * r31445 /trunk/target/linux/uml/ (4 files in 2 dirs): [uml] add 3.3 support Apr 23 13:04:16 florian * r31446 /trunk/target/linux/uml/Makefile: [uml] switch to 3.3.2 Apr 23 13:04:19 florian * r31447 /trunk/target/linux/malta/patches-3.3/ (. 001-remove_unused_perf_function.patch): [malta] add support for 3.3 Apr 23 13:04:22 florian * r31448 /trunk/target/linux/malta/Makefile: [malta] switch to 3.3 Apr 23 13:09:45 * dwmw2_gone tries to work out how to use USELOCAL in feeds/luci/luci/Makefile Apr 23 13:10:50 simply check out luci separately Apr 23 13:11:00 cp feeds.conf.default feeds.conf Apr 23 13:11:09 remove the src-svn luci line Apr 23 13:11:12 replace it with Apr 23 13:11:23 src-link luci /home/foo/your/luci/checkout/contrib/package Apr 23 13:11:30 proceed with Apr 23 13:11:40 ./scripts/feeds update && ./scripts/feeds install -a -p luci Apr 23 13:11:49 from then on it gets built out of your local checkout Apr 23 14:54:49 jow_laptop: the "affects" list in ucitrack files, every one of those entries should point back to another ucitrack section to get the correct init script name right? Apr 23 15:00:01 karlp: yes Apr 23 15:00:09 specifically to the type of the ucitrack section Apr 23 15:00:33 don't ask me why, thats ancient code I inherited Apr 23 15:05:07 jow_laptop: thanks Apr 23 15:05:22 will fix up the luci-proto-openconnect patch once I'm no longer baby-wrangling Apr 23 15:05:37 or at least when I'm only baby-wrangling and not also cooking dinner. Apr 23 16:41:19 jow * r31449 /trunk/include/target.mk: Apr 23 16:41:19 [include] ensure that profile Makefiles are sourced in alphabetical order Apr 23 16:41:19 Since make 3.82 does not guarantee file ordering anymore, target profiles might Apr 23 16:41:19 get included in random order, leading to bad default values when only selecting Apr 23 16:41:19 the toplevel target and populating the .config with defconfig. Apr 23 16:41:20 This commit should also fix the ar71xx snapshot builds. Apr 23 16:43:09 why was /trunk/target/linux/x86/config-default deleted in r31415 ? Apr 23 16:43:37 the one who did it is not here and the rest does not know Apr 23 16:43:41 please mail gabor directly Apr 23 16:43:53 I still believe it was an oversight Apr 23 16:45:40 thanks Apr 23 17:26:58 juhosg * r31450 /trunk/target/linux/ramips/ (10 files in 8 dirs): (log message trimmed) Apr 23 17:26:58 ramips: rt305x: add support for the Asus WL-330N3G board Apr 23 17:26:58 This patch adds support for the ASUS WL-330N3G Apr 23 17:26:58 Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led. Apr 23 17:26:58 The bi-color led is driven by 2 gpio. Apr 23 17:26:59 I don't know how to handle this, so I simply made 2 leds : one red, one blue. Apr 23 17:27:00 But the red light takes precedence over the blue one according to the chart below. Apr 23 17:27:00 juhosg * r31451 /trunk/target/linux/ramips/ (11 files in 9 dirs): Apr 23 17:27:01 ramips: rt305x: add support for the UR-336UN board Apr 23 17:27:01 Patch-by: Lebedev Dmitry Apr 23 17:27:02 juhosg * r31452 /trunk/target/linux/x86/config-default: Apr 23 17:27:02 x86: restore config-default, it is needed for 2.6.39 Apr 23 17:27:03 Reported-by: Thomas Heil Apr 23 18:00:22 nbd * r31453 /trunk/package/mac80211/patches/ (3 files): mac80211: update AP multicast fix to latest version submitted to linux-wireless@ Apr 23 18:09:28 I've added a Build/Prepare step to my package makefile, does that _replace_ the svn checkout step? Apr 23 18:09:48 I was hoping to do something in addition to the svn checkout. is there a different step I can use for that? Apr 23 18:11:43 oooh, $(call Build/Prepare/Default,) looks good... :) Apr 23 18:15:56 rubber duck debugging works again :) Apr 23 18:18:02 build #1 of brcm63xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/1 Apr 23 22:30:51 build #1 of ppc40x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/1 Apr 23 22:47:10 build #1 of ramips is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/1 Apr 24 00:03:16 build #1 of pxcab is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/pxcab/builds/1 Apr 24 00:23:50 a lot of work to make e2fsprogs and util-linux bump Apr 24 00:23:53 http://pastebin.lukaperkov.net/openwrt/20120424_util-linux_e2fsprogs.patch Apr 24 00:24:01 and i'm not finished Apr 24 00:24:23 but at least the tools *work* this time Apr 24 00:46:55 build #1 of cobalt is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/1 Apr 24 00:47:30 build #1 of rb532 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/1 Apr 24 01:08:25 build #1 of ar7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/1 Apr 24 01:26:52 jow * r31454 /trunk/target/linux/generic/config-3.3: [generic] enable NF_CONNTRACK_PROCFS for Linux 3.3, required for /proc/net/nf_conntrack (#11339) Apr 24 01:50:38 build #2 of s3c24xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/2 Apr 24 02:19:48 build #1 of xburst is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/1 Apr 24 02:44:05 build #1 of sibyte is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/1 **** ENDING LOGGING AT Tue Apr 24 02:59:58 2012