**** BEGIN LOGGING AT Wed Dec 09 03:00:26 2015 Dec 09 04:12:39 r47678 http://dpaste.com/08EM97T crash Dec 09 06:00:37 build #164 of x86.64 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86.64/builds/164 Dec 09 06:36:40 build #169 of ramips.mt7621 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7621/builds/169 Dec 09 07:08:16 build #170 of bcm53xx is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/170 Dec 09 07:13:10 build #125 of mpc52xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/125 Dec 09 07:28:48 hello guys Dec 09 07:29:34 i'm trying to build 4.4-rc4 mvneta with mwojtas' buffer manager patches and i get this error: Dec 09 07:29:36 drivers/net/ethernet/marvell/mvneta_bm.c: In function 'mvneta_bm_pool_create': Dec 09 07:29:36 drivers/net/ethernet/marvell/mvneta_bm.c:219:8: error: implicit declaration of function 'mvebu_mbus_get_dram_win_info' [-Werror=implicit-function-declaration] Dec 09 07:29:36 err = mvebu_mbus_get_dram_win_info(bm_pool->phys_addr, &target_id, Dec 09 07:29:43 any ideas? Dec 09 07:35:56 nitroshift: thats programming basics - functions should be declared in header files ( http://opencbp.sourceforge.net/en_US.ISO8859-1/books/opencbook/func.prototypes.html ) Dec 09 07:36:57 plntyk, nevermind, i forgot to patch mbus.h Dec 09 07:37:24 yeah -functions are declared in header files ^^ Dec 09 07:39:05 it's still early, haven't finished my coffee :D Dec 09 07:51:13 build #167 of ramips.rt3883 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.rt3883/builds/167 Dec 09 07:59:15 build #168 of ipq806x is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ipq806x/builds/168 Dec 09 08:06:19 build #166 of realview is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/166 Dec 09 11:17:36 build #173 of ramips is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/173 Dec 09 11:25:14 blogic r47812 branches/chaos_calmer/target/linux/ramips/patches-3.18/500-alsa.patch * ralink: fix audio recording Dec 09 11:35:01 build #124 of octeon is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/124 Dec 09 12:01:33 build #143 of ar7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/143 Dec 09 12:04:30 build #168 of cobalt is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/168 Dec 09 12:07:34 build #168 of cns21xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/168 Dec 09 12:10:38 build #168 of orion is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/168 Dec 09 13:17:48 build #148 of x86 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/148 Dec 09 13:30:33 build #141 of mxs is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/141 Dec 09 15:19:45 jow r47813 trunk/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh * mac80211: fix disabling HT in IBSS mode (#21340) Dec 09 15:19:53 jow r47814 trunk/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh * mac80211: fix passing of VHT80 in IBSS mode Dec 09 15:32:12 build #165 of pxa is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/165 Dec 09 15:36:33 jow r47815 branches/chaos_calmer/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh * CC: mac80211: fix disabling HT in IBSS mode (#21340) Dec 09 16:18:13 `validate_data 'or("yes", "no", "")' ""` validates not; why? how does one validate optional uci options? Dec 09 16:23:13 validates not? what? Dec 09 16:23:27 you want something to be yes, or no, or empty? Dec 09 16:23:39 just don't put in the "" bit Dec 09 16:23:43 they only validate if they're there. Dec 09 16:24:15 unless you really want a line like "option blah" with no value, and I don't think that's useful or supported, Dec 09 16:24:36 aaah, ok Dec 09 16:24:44 thanks! Dec 09 17:06:46 when validating an entire section, are default values required? Dec 09 17:06:58 it seems leaving out the default messes up with validate_data Dec 09 18:11:28 [florian]: http://www.phoronix.com/scan.php?page=news_item&px=Technicolor-Opens-TC72 Dec 09 18:15:56 what's special about that one? Dec 09 18:16:14 it's just another random broadcom gpl source with a crappy old kernel and no sources for the interesting drivers Dec 09 18:17:00 nbd: you already looked? Dec 09 18:18:24 the article made it sound like there was no kernel-dependent source missing Dec 09 18:18:45 they just posted what some random guy told them Dec 09 18:19:13 i know broadcom GPL tarballs, so it literally took me less than 15 seconds to find the .o files for which the sources are missing Dec 09 18:19:17 ;) Dec 09 18:19:53 i didn't even have to download it Dec 09 18:20:00 i just clicked through the github repo Dec 09 18:20:33 are those .o files kernel-dependent? Dec 09 18:20:33 still, i didn't expect anything different Dec 09 18:20:38 of course they are Dec 09 18:33:15 that brcm source ... EXTRA_CFLAGS += -I$(INC_BRCMDRIVER_PRIV_PATH) ^^ Dec 09 19:42:14 jow r47816 trunk/package/system/ubus/Makefile * ubus: fix various ACL processing problems Dec 09 19:43:31 build #166 of imx6 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/166 Dec 09 19:51:30 build #160 of ppc40x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/160 Dec 09 20:27:38 build #138 of ixp4xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/138 Dec 09 21:17:34 is there any solution to this yet : kern.info kernel: [ 6097.430000] nf_conntrack: automatic helper assignment Dec 09 21:17:36 is deprecated and it will be removed soon. Use the iptables CT target to Dec 09 21:17:38 attach helpers instead Dec 09 21:17:52 or we should just leave it and ignore. ( CC ) Dec 09 21:20:31 HeXiLeD: one solution would be to simply delete the printk() :) Dec 09 21:22:19 well yah but it is also useful to inform about other problems Dec 09 21:22:53 cant we just start using CT ? Dec 09 21:32:03 require a lot of code and iptables rules Dec 09 21:32:49 which someone needs to write Dec 09 21:32:51 and test Dec 09 21:35:45 so you need to write rules like iptables -t raw -A OUTPUT -p tcp --dport 21 -j CT --helper ftp to map overy possible port to every related CT helper Dec 09 21:36:22 and ideally you do not want to hardcode that in the firewall program but read it from some file, or a uci list Dec 09 21:37:03 and deal with not installed helpers, so it should be actuallöy populated by the corresponding iptables-mod-* postinst/prerm routines Dec 09 21:37:57 personally I really want to defer that work until it becomes absolutely necsessary Dec 09 21:40:05 agreed Dec 09 21:41:05 other thank usb dependencies is kmod-nls-base needed for anything else by default ? If one builds for a router without usb or not going to use usb, can one skip it safely ? Dec 09 22:19:19 an besides - iptables userspace tool is a little bit out of fashion - nftables is supposed to be the new hot shit since 2013 Dec 09 22:20:14 as usual with hot shit favored by upstream: lost 50% of the features along the way, underdocumented, overhyped, not ready for prime time and if you actually try to use it it blows up :) Dec 09 22:21:02 well that probably was a little hard in the case of nftables but I've yet to see some real world uses of it Dec 09 22:24:17 I kinda like its idea too but I'm sceptical whether it will gain traction Dec 09 22:24:34 nftables config is more like writing scripts Dec 09 22:24:37 lol just as I was about to rant about missing an iptables release i noticed that 1.6 is marked in netfilter git (but still no new tag since 2 years) Dec 09 22:25:03 the iptables codebase causes eye cancer as well Dec 09 22:26:52 hauke r47817 trunk/package/libs/ openssl/Config.in openssl/Makefile * openssl: add config option for no_hw support Dec 10 01:53:36 build #126 of adm5120 is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/126 Dec 10 02:33:40 build #169 of ramips.mt7628 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7628/builds/169 Dec 10 02:45:08 build #131 of mpc83xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/131 Dec 10 02:59:02 build #130 of ep93xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/130 **** ENDING LOGGING AT Thu Dec 10 02:59:59 2015