**** BEGIN LOGGING AT Wed Aug 26 02:59:59 2015 Aug 26 03:31:10 build #82 of rb532 is complete: Failure [failed shell_4] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/82 Aug 26 03:45:19 plntyk: went with patching boost/test/execution_monitor.hpp per https://bugs.freedesktop.org/show_bug.cgi?id=55771, the missing defines are inside an #ifndef __mips_soft_float in bits/fenv.h on mips Aug 26 06:56:35 build #80 of brcm63xx.smp is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx.smp/builds/80 Aug 26 07:11:07 build #76 of ixp4xx is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/76 Aug 26 09:22:03 the free command on r47725 on tplink wdr3600 shows no numbers Aug 26 09:23:03 same thing on wzr600dhp and wndr3800 Aug 26 09:24:25 russell--: local openwrt r46667 wdr3600 has free output Aug 26 09:25:37 sorry, mistyped the rev, mine is r46725 Aug 26 09:28:32 also, mine is a standalone from procps-free, not busybox Aug 26 09:30:02 procps is in the packages feed Aug 26 09:36:19 that no output - I wonder if it is similar to the missing default route output on busybox route Aug 26 09:36:51 parsing error with musl or so - afaik this is not yet tracked down Aug 26 09:37:52 build #82 of oxnas is complete: Failure [failed shell_4] Build details are at http://buildbot.openwrt.org:8010/builders/oxnas/builds/82 Aug 26 09:39:31 same thing on x86 Aug 26 09:41:11 plntyk: missing default route is likely a kernel bug that is triggered by musl -> http://patchwork.ozlabs.org/patch/507167/ Aug 26 09:41:45 x86 is 3.18.20, ar71xx is 4.1.6 Aug 26 09:43:04 also, interface names are weird on alix now, perhaps due to the generifying of x86, i get wan on eth1, rather than eth0 (honestly, i think it's been this way for a while, but i'm just noticing it again) Aug 26 09:55:16 * russell-- emails the listed maintainer Aug 26 10:01:07 *sigh* we should just drop legacy crap like route and ifconfig Aug 26 10:04:31 cyrusff: just confirmed the patch fixes it, will commit it in a minute Aug 26 10:05:34 thanks Aug 26 10:05:45 i thought i was getting nuts trying to find a bug in musl stdio Aug 26 10:12:36 jogo r46726 trunk/target/linux/generic/patches-4.1/096-ipv4-off-by-one-in-continuation-handling-in-proc-net.patch * linux: fix off-by-one in handling in /proc/net/route Aug 26 10:15:27 which also confirms that this has nothing to do with missing free output @russell-- ;) Aug 26 10:28:49 _trine: does this fix your openvpn issue? ^ Aug 26 10:30:05 <_trine> KanjiMonster, not sure but I will check thanks for pointing it out to me Aug 26 10:31:42 <_trine> KanjiMonster, I will update my trunk and compile Aug 26 10:32:05 remember to clean the kernel etc pp Aug 26 10:35:45 "legacy crap" that everyone still uses, and all of the web has tutorials on how to use.... Aug 26 10:36:05 net is full of stuff on how to use windows 95 too Aug 26 10:36:10 however, I would not recommend it Aug 26 10:38:08 well, it would help if "ip" was, I don't know, included? before you talkied about getting rid of ifconfig. Aug 26 10:43:44 well sure ip would be needed to be added Aug 26 10:44:11 well ifconfig is pretty much unusable for anything other than very basic ipv4 Aug 26 10:45:30 and one or two l2 settings Aug 26 11:01:28 I guess downside is that relatively many 3rd party scripts depend on it Aug 26 11:09:14 * karlp just uses ifconfig for show :) Aug 26 12:05:03 build #82 of cobalt is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/82 Aug 26 12:07:39 build #82 of cns21xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/82 Aug 26 12:10:30 build #82 of orion is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/82 Aug 26 13:04:03 jogo r46727 trunk/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network * brcm63xx: fix WAP-5813n default network config Aug 26 13:05:07 jogo r46728 branches/chaos_calmer/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network * CC: brcm63xx: fix WAP-5813n default network config Aug 26 13:52:24 <_trine> KanjiMonster, Thank you for your patch and pointing it out me Aug 26 13:52:51 _trine: so it fixes your issue? Aug 26 13:53:01 <_trine> KanjiMonster, I can confirm openvpn does in fact work properly again Aug 26 13:53:07 cool Aug 26 13:53:09 anyone know of a sane method of applying patches to a package in a feed? I knwo I can fork the package into a feed I control, but that sounds really cumbersome. Aug 26 13:53:33 for base packages I can just add a patches directory into /package/blah Aug 26 13:58:53 karlp: i use a local git clone of the packages feed repo (so i changed feeds.conf. to use that - this also speeds up build) - and on the top of that repo I just have patches applied - and I sometimes do a "git pull --rebase" so the patches are always on top Aug 26 13:59:52 yeah, I was trying to avoid having to fork the feed itself. Aug 26 14:04:05 that's what I do as well (make sure you src-link the feed instead of directly using the git in feeds/, else you can easily delete all your work) Aug 26 14:04:09 well - it is a little bit simpler if you have the patches always applied on top (example: my oldpackages) https://github.com/plntyk/openwrt-patches/tree/master/feed_oldpackages Aug 26 14:04:31 so then you can faster rebase all patches together etc. Aug 26 14:04:47 and dont have merge commits or have to sort through history Aug 26 14:05:00 yeah, I use src-link feeds a lot for working on things, this is for backporting a patch to luci 0.12 though, and I need to have it buildable from a repo, not just for me personally. Aug 26 14:05:42 my tree that checks out the right openwrt tree and updates feeds.conf can probably just patch the luci feed Aug 26 14:06:22 thankfully "scripts/feeds update" hasn't removed the patches dir in the Aug 26 14:06:32 might be faster to just hurry up and move forward to the 1505 branch :) Aug 26 14:40:03 rmilecki r46729 trunk/target/linux/ (9 files in 2 dirs) * bcm53xx: use backported patches for UART0 and profiling Aug 26 14:52:42 rmilecki r46730 trunk/target/linux/ bcm53xx/patches-4.1/082-ARM-BCM5301X-Add-DT-for-Netgear-R7000.patch bcm53xx/patches-4.1/333-ARM-BCM5301X-Add-DT-for-Netgear-R7000.patch bcm53xx/patches-3.18/069-ARM-BCM5301X-Add-DT-for-Netgear-R7000.patch bcm53xx/patches-3.18/333-ARM-BCM5301X-Add-DT-for-Netgear-R7000.patch * bcm53xx: use pending Netgear R7000 patch Aug 26 15:22:02 rmilecki r46731 trunk/target/linux/ (8 files in 2 dirs) * bcm53xx: add OpenWrt specific stuff for Netgear R7000 Aug 26 15:22:08 rmilecki r46732 trunk/target/linux/bcm53xx/base-files/lib/upgrade/platform.sh * bcm53xx: support sysupgrade with Netgear R7000 original firmware Aug 26 16:21:36 rmilecki r46733 branches/ (6 files in 3 dirs) * bcm53xx: add support for Netgear R7000 Aug 26 16:57:03 build #82 of ramips.mt7621 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7621/builds/82 Aug 26 17:01:41 build #83 of brcm47xx.legacy is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/83 Aug 26 17:01:49 build #82 of ramips.mt7628 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7628/builds/82 Aug 26 19:42:24 build #76 of mpc83xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/76 Aug 26 22:11:10 rmilecki r46734 trunk/package/kernel/mac80211/ (12 files) * mac80211: add pending brcmfmac patches fixing multiple interfaces Aug 26 22:43:08 /etc/rc.d/* can run out of order, is there a way to enforce strict ordering, or even better, can procd support dependencies(e.g. S80script does not run until S79 and S63 are fully completed) Aug 26 22:58:24 rmilecki r46735 branches/ (10 files) * mac80211: group last brcmfmac changes into (half) patchset Aug 26 22:58:49 rmilecki r46736 branches/ (28 files) * mac80211: update brcmfmac to the latest version Aug 27 00:59:09 build #76 of ep93xx is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/76 Aug 27 01:07:03 is there a equivlent of depends() in procd **** ENDING LOGGING AT Thu Aug 27 02:59:58 2015