**** BEGIN LOGGING AT Fri Nov 20 02:59:58 2015 Nov 20 03:17:49 build #114 of octeon is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/114 Nov 20 04:20:50 build #134 of x86 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/134 Nov 20 04:26:12 build #153 of ramips is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/153 Nov 20 04:46:24 build #144 of rb532 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/144 Nov 20 04:49:30 build #133 of arm64 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/arm64/builds/133 Nov 20 04:51:24 build #149 of cobalt is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/149 Nov 20 04:52:13 build #149 of cns21xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/149 Nov 20 04:54:01 build #149 of orion is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/149 Nov 20 05:02:09 build #116 of omap is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/116 Nov 20 05:23:21 luka r47532 trunk/target/linux/imx6/image/bootscript-ventana * imx6: ventana: remove invalid video options from bootscript Nov 20 05:40:09 build #147 of pxa is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/147 Nov 20 10:54:28 build #123 of brcm47xx.mips74k is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.mips74k/builds/123 Nov 20 11:21:28 build #145 of ppc40x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/145 Nov 20 12:08:55 Hi, there are people, sending pull requests for openwrt-mirror on github, ... there's this bot / appengine app / webapp someone wrote to autoreject pull requests, using the public github api ... https://github.com/imjasonh/nopullrequests Nov 20 12:09:39 any reason not to use it, would anyone like to give setting it up a try? Nov 20 12:10:17 it was only a matter of time :) Nov 20 12:12:02 and the 1quality of the 20 PRs speaks for itself Nov 20 12:16:40 jow_laptop: speaking of which, is https://github.com/openwrt/buildscripts maintained explicitely on github? Nov 20 12:16:48 *exclusively Nov 20 12:17:03 zorun: yes Nov 20 12:17:13 ok, thanks Nov 20 12:17:21 any specific questions? its the script suite I use for rebuilding package security updates Nov 20 12:17:57 jow_laptop: I'm wondering where the config file for releases are defined/generated Nov 20 12:18:06 for instance config.diff in http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/mikrotik/ Nov 20 12:18:33 nowhere Nov 20 12:18:36 or config in http://downloads.openwrt.org/snapshots/trunk/ar71xx/mikrotik/ Nov 20 12:18:37 they're handwritten Nov 20 12:18:40 hmm, ok Nov 20 12:18:47 buildbots download them when building releases, correct? Nov 20 12:19:03 they're not checked into version control? Nov 20 12:19:06 for snapshots it is quite easy< Nov 20 12:19:30 echo CONFIG_$arch=y > .config; echo CONFIG_ALL=y >> .config Nov 20 12:19:34 make defconfig Nov 20 12:19:40 I wanted to add a configuration option to the mikrotik target, see https://lists.openwrt.org/pipermail/openwrt-devel/2015-November/037179.html Nov 20 12:19:52 to generate initramfs Nov 20 12:20:09 but I don't think generating initramfs are useful for all other targets Nov 20 12:20:22 change the Config.in an ensure that CONFIG_TARGET_ROOTFS_INITRAMFS defaults to y Nov 20 12:20:40 I guess however that it cannot be concurrently built with the ordinary images, therfore it is likely default off Nov 20 12:21:01 what do you mean, concurrently? Nov 20 12:21:12 at the same time, during the same build run Nov 20 12:21:14 it can be, but only for buildroot, not IB Nov 20 12:21:28 KanjiMonster: ah okay, well we should fix it for the IB then :) Nov 20 12:21:37 and having initramfs enabled disables generation of the IB Nov 20 12:21:50 hmm, sorry, what is the IB? :) Nov 20 12:21:54 jow_laptop: building an initramfs image requires kernel recompilation Nov 20 12:21:55 imagebuilder Nov 20 12:22:23 so you can't build initramfs at all in IB Nov 20 12:22:48 zorun: so there is no point adding it to some default config. initramfs build for mikrotik remains an odd, special case task Nov 20 12:22:59 build #148 of imx6 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/148 Nov 20 12:23:10 requires a separate build run with a separate config and a separate approach Nov 20 12:23:40 jow_laptop: ok, how can we make sure it is built for releases, then? Nov 20 12:23:58 by bugging the responsible developer Nov 20 12:24:16 or nagging on the mailing list :) Nov 20 12:24:41 can't think of a technical solution Nov 20 12:24:45 ok, thanks, I thought it would more related to the release process :) Nov 20 12:25:18 once we write scripts for the release process we can automate that Nov 20 12:37:04 KanjiMonster: hmm, are you sure about the initramfs disabling generation of IB? Nov 20 12:37:38 I've built CC for mikrotik with CONFIG_TARGET_ROOTFS_INITRAMFS=y, and the IB was built Nov 20 12:42:04 ah, indeed, I might have misremembered; the IB just ignores initramfs being enabled Nov 20 13:05:59 I know this might sound stupid, but who launches ubusd? Nov 20 13:06:15 because I see no init file, and I am starting to suspect that procd does it on it's own Nov 20 13:07:04 txomon: yes, procd does it in early.c Nov 20 13:07:55 ok, then i have to generate my own init script, ty! Nov 20 13:08:40 not early.c but state.c, anyhow - yes; you need your own lanuching if you're not using procd Nov 20 13:08:53 maybe inittab so it gets respawned if crashed Nov 20 13:10:17 hmm good point Nov 20 13:11:11 btw, if you wanted to distribute a set of packages, would you just create a big package with all of them? Nov 20 13:11:31 what do you mean with distribution exactly? in the form a repo? Nov 20 13:11:41 no, in binary form Nov 20 13:11:50 so no binary repo? Nov 20 13:11:58 then a big single package is the easiestz Nov 20 13:12:37 yep, will get started with that then, in theory, there is no problem on compiling two packages that override each other as long as you don't make them included in the image, no? Nov 20 13:12:54 override paths I mean Nov 20 13:13:25 correcr Nov 20 13:13:28 *correct Nov 20 13:13:47 ty! Nov 20 13:15:04 zorun: anyway, there is an initramfs (or so) feature that might make sense to add to mikrotik Nov 20 13:22:47 build #148 of oxnas is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/oxnas/builds/148 Nov 20 15:07:55 build #126 of lantiq.xrx200 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq.xrx200/builds/126 Nov 20 15:27:33 jow_laptop: the problem about the inittab method is that I should be able to ship an install script or something... going with rc.d for now for the startup... and maybe I create some respawner... although procd does already have that feature, doesn't it? Nov 20 16:30:46 Is there any one know how TARGET_DEVICES works? Nov 20 16:54:08 build #149 of realview is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/149 Nov 20 17:23:27 build #129 of avr32 is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/129 Nov 20 18:47:07 hello, I consider getting a router with an Marvell switch (88E6176). I don't find anything regarding that one on the net, would you consider that a no-go? Nov 20 18:57:06 hmm, like in the wrt1200ac? i got one and the switch is working quite well... but maybe you should ask Kaloz for more precise information Nov 20 19:26:13 any example on how to generate a package from other packages, using openwrt Makefiles I mean, the way I have to go now is using an script really... Nov 20 19:33:08 build #133 of xburst is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/133 Nov 20 19:55:08 build #129 of mxs is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/129 Nov 20 21:03:09 build #119 of ep93xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/119 Nov 20 21:17:53 hauke r47533 trunk/package/ boot/uboot-mxs/patches/100-gcc-5-fix.patch boot/uboot-mxs/patches/001-add-i2se-duckbill.patch * uboot-mxs: fix build with gcc-5 Nov 20 21:49:21 Hi, as I mentioned on #openwrt, I'd like to modify uci-cli syntax parsing to handle refering to configuration items by name instead of number (ie. firewall.@redirect['rule_name'] instead of firewall.@redirect[0]) Nov 20 21:49:35 is there any reason for not doing it this way? Nov 20 21:51:33 that proposed syntax would match any section that has any option with its value set to "rule_name" ? Nov 20 21:51:56 would it be greedy or only apply to the first found section? Nov 20 21:52:53 jow_laptop: I'm not sure, we'd better discuss it on the mailing list. Nov 20 21:53:00 ok Nov 20 21:53:07 just providing some pointers for thought Nov 20 21:53:11 yup Nov 20 21:53:48 if you go the greedy route then it needs to be denied for rename operations, or anything except "delete" and maybe "set" Nov 20 21:54:34 also matching against lists should be considered, could be always false or match if one of the list items is exactly the value Nov 20 21:57:29 build #128 of kirkwood is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/128 Nov 20 22:13:29 please don't add sth. like xpath to uci ;) Nov 20 22:15:34 lol, nope ;-) Nov 20 22:16:38 jow r47534 trunk/target/linux/ar71xx/base-files/etc/ (5 files in 3 dirs) * ar71xx: migrate led and network setup to board detection framework Nov 20 22:24:39 hauke r47535 trunk/package/ boot/uboot-oxnas/patches/010-capacity-is-unsigned.patch boot/uboot-oxnas/patches/400-gcc-5-compiler.patch * uboot-oxnas: fix build with gcc-5 Nov 20 22:36:01 hauke r47536 trunk/target/linux/ generic/config-4.1 generic/config-3.18 generic/config-4.3 * kernel: add missing config option Nov 20 22:52:13 hauke r47537 trunk/package/boot/uboot-kirkwood/ patches/200-openwrt-config.patch patches/400-gcc-5-compiler.patch * uboot-kirkwood: fix build with gcc-5 Nov 20 23:36:13 jow r47538 trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh * ar71xx: fix wndr3700_board_detect for some NETGEAR WNDR3700v2 (again) Nov 20 23:40:51 hauke r47539 trunk/package/boot/uboot-omap/ (7 files) * uboot-omap: fix build with gcc-5 Nov 20 23:51:22 build #131 of ar7 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/131 Nov 20 23:54:33 jow r47540 trunk/target/linux/ mpc85xx/base-files/etc/board.d/02_network mpc85xx/base-files/etc/board.d mpc85xx/base-files/etc/uci-defaults * mpc85xx: migrate network setup to board detection framework Nov 21 00:01:11 build #154 of ramips is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/154 Nov 21 00:01:32 jow r47541 trunk/target/linux/ (5 files in 3 dirs) * mvebu: migrate led and network setup to board detection framework Nov 21 01:00:21 build #145 of rb532 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/145 Nov 21 01:54:14 build #134 of arm64 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/arm64/builds/134 **** ENDING LOGGING AT Sat Nov 21 02:59:59 2015