**** BEGIN LOGGING AT Mon Jan 05 02:59:58 2015 Jan 05 03:22:10 build #680 of ep93xx is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/680 Jan 05 03:59:15 build #711 of au1000 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/711 Jan 05 04:36:14 build #29 of ramips.mt7628 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7628/builds/29 Jan 05 05:08:12 build #272 of brcm2708 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/272 Jan 05 05:45:57 build #29 of ramips.mt7621 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7621/builds/29 Jan 05 06:24:43 build #29 of ipq806x is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ipq806x/builds/29 Jan 05 07:18:38 build #768 of xburst is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/768 Jan 05 10:13:38 cyrus r43828 trunk/package/utils/util-linux/Makefile * util-linux: fix packaging issues Jan 05 13:03:25 nbd r43829 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: remove superfluous backslash Jan 05 13:03:31 nbd r43830 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: add kmod-crypto-aead Jan 05 13:03:38 nbd r43831 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: kmod-crypto-manager: depend on kmod-crypto-aead Jan 05 13:03:52 nbd r43832 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: remove CRYPTOMGR_MODULES Jan 05 13:03:53 nbd r43833 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: add kmod-crypto-seqiv Jan 05 13:03:59 nbd r43834 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: add kmod-crypto-ctr Jan 05 13:04:04 nbd r43835 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: add kmod-crypto-gf128 Jan 05 13:04:09 nbd r43836 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: kmod-crypto-xts: depend on kmod-crypto-gf128 Jan 05 13:04:16 nbd r43837 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: add kmod-crypto-ghash Jan 05 13:04:27 nbd r43838 trunk/package/kernel/linux/modules/crypto.mk * kernel/modules: add kmod-crypto-gcm Jan 05 13:04:28 nbd r43839 trunk/target/linux/octeon/config-default * octeon: remove config-default Jan 05 13:04:33 nbd r43840 trunk/target/ linux/octeon/config-3.18 linux/octeon/config-3.14 * octeon: enable VLAN support Jan 05 13:04:39 nbd r43841 trunk/target/ linux/generic/patches-3.10/070-net_bridge_backports.patch linux/generic/patches-3.10/644-bridge_optimize_netfilter_hooks.patch * kernel: bridge: multicast: backport a few more fixes for 3.10 Jan 05 13:04:52 nbd r43842 trunk/target/ (29 files in 22 dirs) * all targets: remove all =m kernel config symbols Jan 05 13:04:57 nbd r43843 trunk/package/kernel/linux/modules/hwmon.mk * kernel/hwmon: package pwm-fan kernel module Jan 05 13:05:06 nbd r43844 trunk/target/ linux/generic/files/drivers/net/phy/ar8216.c linux/generic/files/drivers/net/phy/ar8327.h linux/generic/files/drivers/net/phy/ar8216.h * ar8216: move definitions from ar8216.c to ar8216.h and introduce ar8327.h Jan 05 13:05:18 nbd r43845 trunk/target/ (23 files in 7 dirs) * ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c Jan 05 13:05:21 nbd r43846 trunk/package/network/services/hostapd/files/netifd.sh * hostapd: Add uapsd option to netifd.sh Jan 05 13:05:29 nbd r43847 trunk/package/utils/e2fsprogs/Makefile * e2fsprogs: symlink e2fsck to fsck.ext{2, 3, 4}, and tune2fs to findfs Jan 05 13:05:34 nbd r43848 trunk/package/utils/e2fsprogs/Makefile * e2fsprogs: package dumpe2fs, e2freefrag, filefrag, debugfs Jan 05 13:05:41 nbd r43849 trunk/package/utils/e2fsprogs/Makefile * e2fsprogs: bump release Jan 05 13:05:48 nbd r43850 trunk/package/ network/utils/ipset/Makefile kernel/mac80211/Makefile * package: remove references to symbols TARGET_{ps3,pxcab}. Jan 05 13:05:56 nbd r43851 trunk/package/ network/services/dnsmasq/patches/200-let-makefile-be-aware-of-config-changes.patch network/services/dnsmasq/Makefile * dnsmasq: fix dependency problems of the dnsmasq-full variant. Jan 05 13:06:04 nbd r43852 trunk/package/libs/nettle/Makefile * nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues Jan 05 13:21:28 nbd r43853 trunk/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh * mac80211: fix ad-hoc basic/multicast rate regression from r43782 Jan 05 13:22:56 nbd: cheers :) Jan 05 13:29:12 once the toolchain has built, can I delete build_dir/toolchain-mipsblah/gcc*-initial and gcc*-minimal and gcc? (Just leaving gcc*-final) ? Jan 05 13:33:26 and why is there a different version of gdb in build_dir/target-blah as build_dir/toolchain-blah ? Jan 05 13:33:31 if you delete that, it will rebuild it when there's a change somewhere in toolchain/ Jan 05 13:33:45 the reason for the different gdbs is that one is a package and the other one is the cross-debugger running on the host Jan 05 13:33:53 those are maintained separately Jan 05 13:34:45 you mean one is a gdb that runs on the target itself? Jan 05 13:34:52 yes Jan 05 13:35:15 I haven't chosen to build that, or at least, I didn't think I had, but I'll double check. Jan 05 13:35:26 just getting a little tight on a smallish SSD on this laptop :| Jan 05 13:36:22 might be a good idea to add support for deleting these directories at build time automatically Jan 05 13:36:59 but it needs to be done in a way that handles dependencies properly and can re-create the staging dir (possibly by keeping a copy of binaries somewhere in build_dir as well) Jan 05 13:37:01 i don't have time to work on this though Jan 05 13:37:28 is trac still worth submitting a ticket so maybe it can be? Jan 05 13:37:50 no, trac should not be used for wishlist items or feature requests Jan 05 13:37:52 only for bugs Jan 05 13:38:21 is there a place for wishlist items or feature requests? Jan 05 13:38:21 no Jan 05 13:38:21 because typically nobody cares about those Jan 05 13:38:28 wiki page where developers can write stuff to ? ^^ Jan 05 13:39:02 could ask on the mailing list Jan 05 13:39:02 but a place that collects feature requests will grow useless pretty quickly Jan 05 13:39:03 because it'll simply accumulate lots of random garbage Jan 05 13:39:42 there's no "want to join openwrt? here's a list of things that we think would be nice if someone worked on" page is there? Jan 05 13:40:03 not at the moment Jan 05 13:41:22 some sort of wishlish might reduce recurring questions/feature requests Jan 05 13:41:41 well, who's going to maintain it? Jan 05 13:43:08 I'd say if you really want something, post it on https://www.bountysource.com/ and pay someone for it? Jan 05 13:43:14 or "git send-email" ? Jan 05 13:43:14 If it's there a maintainer will magically appear ^^ Jan 05 13:44:09 heh Jan 05 13:44:58 with packages we only got maintainers after we forced the issue by no longer accepting patches for unmaintained ones ;) Jan 05 13:47:16 not sure if that's relevant to discussing available/ desired work items but, ok. Jan 05 13:49:19 well some would argue that this "channel 12/13" issue is on certain wishlists - and that whole discussion will need lots of moderation considering the comments/reopening of the tickets in trac that pop up once in a while Jan 05 13:57:28 plntyk: it's a mix of user wishes and real issues that's a bit hard to untangle Jan 05 14:02:32 so, PACKAGE_gdb is =n, but I' Jan 05 14:02:43 ve still got a built gdb in build_dir/target-blah Jan 05 14:02:56 surely it doesn't need all of that just for gdbserver? Jan 05 14:04:09 yes, it's for gdbserver Jan 05 14:23:32 alright, I'll just put my fingers in my ears for gdb then :) Jan 05 14:35:19 I remember one day Felix said it was hard to find good kernel driver developers, do you think developing kernel drivers on a beaglebone is a good start? Jan 05 14:40:06 start with something that doesn't have any drivers ;) Jan 05 14:40:06 build #209 of brcm47xx.legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/209 Jan 05 14:55:53 build #844 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/844 Jan 05 15:04:28 kaloz r43854 trunk/target/ (6 files in 5 dirs) * [mvebu]: enable swconfig and the mvsw6171 driver Jan 05 15:10:31 kaloz r43855 trunk/target/ linux/mvebu/patches-3.18/150-use_the_cpufreq-dt_platform_data_for_independent_clocks.patch linux/mvebu/config-3.18 * [mvebu/3.18]: refresh kernel config, add cpuidle and cpufreq support Jan 05 15:43:56 build #830 of ramips is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/830 Jan 05 15:50:50 build #841 of lantiq is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/841 Jan 05 16:54:13 can I add a hook to a procd init script to get some logger output when the process is respawned? Jan 05 16:58:03 build #297 of realview is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/297 Jan 05 17:16:06 hrm, was looking at dropping monit and using procd built in, but it doesn't look feasible for me yet Jan 05 17:18:43 I mean, is "RLIMIT_CPU" meant to be the same as ulimit -t "max cpu time in seconds" ? or is that going to be a perecentage? Jan 05 18:40:44 build #771 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/771 Jan 05 18:42:59 build #264 of adm8668 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/264 Jan 05 18:57:31 build #824 of ppc40x is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/824 Jan 05 18:58:59 build #273 of brcm2708 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/273 Jan 05 19:19:37 build #254 of omap is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/254 Jan 05 19:24:51 build #30 of netlogic is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/netlogic/builds/30 Jan 05 19:32:55 build #666 of adm5120 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/666 Jan 05 19:35:11 build #297 of malta is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/297 Jan 05 19:38:24 build #167 of ar71xx.mikrotik is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.mikrotik/builds/167 Jan 05 19:59:14 build #795 of ar7 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/795 Jan 05 19:59:14 build #681 of ep93xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/681 Jan 05 20:00:08 build #273 of cns3xxx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/273 Jan 05 20:01:09 build #741 of kirkwood is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/741 Jan 05 20:02:19 build #659 of gemini is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/659 Jan 05 20:02:52 build #840 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/840 Jan 05 20:04:21 build #479 of mpc85xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/479 Jan 05 20:06:59 build #845 of orion is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/845 Jan 05 20:07:58 build #361 of mvebu is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/361 Jan 05 20:08:46 build #289 of bcm53xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/289 Jan 05 20:10:03 build #177 of ar71xx.nand is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.nand/builds/177 Jan 05 20:12:37 build #180 of brcm63xx.smp is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx.smp/builds/180 Jan 05 20:29:49 build #747 of ixp4xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/747 Jan 05 20:45:42 build #739 of ar71xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/739 Jan 05 20:47:07 build #30 of ramips.mt7621 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7621/builds/30 Jan 05 21:14:35 build #181 of brcm47xx.mips74k is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.mips74k/builds/181 Jan 05 21:26:10 build #300 of x86_64 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/300 Jan 05 21:30:46 build #712 of au1000 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/712 Jan 05 21:32:02 build #882 of brcm63xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/882 Jan 05 21:33:17 build #210 of brcm47xx.legacy is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/210 Jan 05 21:37:53 build #299 of cns21xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/299 Jan 05 21:39:32 nbd r43856 trunk/target/ linux/lantiq/patches-3.14/0016-MTD-lantiq-xway-add-missing-write_buf-and-read_buf-t.patch linux/lantiq/patches-3.14/0017-MTD-xway-fix-nand-locking.patch * lantiq: add missing NAND_WRITE_DATA in NAND driver. Jan 05 21:39:37 nbd r43857 trunk/package/kernel/linux/modules/crypto.mk * kernel: add missing dependency for kmod-crypto-ghash Jan 05 21:46:41 build #298 of pxa is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/298 Jan 05 21:47:09 build #30 of ipq806x is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ipq806x/builds/30 Jan 05 22:14:02 build #850 of atheros is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/850 Jan 05 22:16:13 [Sun 2015-01-04 02:45:32 PM PST] DonkeyHotei: i don't really have much of interested in wl.ko because of being closed and using stupid API Jan 05 22:16:16 Justanick: ^ Jan 05 22:18:02 DonkeyHotei: Thanks. I will give it a closer look. Jan 05 22:19:55 build #857 of brcm47xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/857 Jan 05 22:20:07 build #30 of ramips.mt7628 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7628/builds/30 Jan 05 22:22:39 Are there any documentation which describes the connection between (l)uci and the network configuration? Jan 05 22:24:05 is your problem purely a luci issue? Jan 05 22:27:51 build #30 of ramips.mt7620 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7620/builds/30 Jan 05 22:33:10 build #184 of ramips.rt3883 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.rt3883/builds/184 Jan 05 22:52:15 DonkeyHotei: I'm think it belongs to missing config option for luci. Missing pasring option for broadcom.sh and the wlc application. Jan 05 22:52:28 parsing Jan 05 22:53:07 have you read and understood the patch you mentioned on the ml? Jan 05 22:53:38 Yes, I have Jan 05 22:55:40 then maybe you can correct whatever was wrong with the patch Jan 05 22:57:26 Sure, I will start at this point. Jan 05 23:02:02 build #831 of ramips is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/831 **** ENDING LOGGING AT Tue Jan 06 02:59:59 2015