**** BEGIN LOGGING AT Sat Mar 22 02:59:59 2014 Mar 22 03:46:33 build #4 of adm8668 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/4 Mar 22 10:32:31 build #5 of cns21xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/5 Mar 22 10:42:45 build #116 of imx6 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/116 Mar 22 10:48:45 build #5 of bcm53xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/5 Mar 22 10:50:38 build #402 of gemini is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/402 Mar 22 11:52:58 build #404 of mcs814x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/404 Mar 22 12:05:10 build #109 of mxs is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/109 Mar 22 12:21:33 ping blogic Mar 22 12:23:23 blogic: your SVN r40002 patch works only for kernel source unpacking. The real problem is shown here (http://pastebin.com/PrbNMvKD) Mar 22 12:23:51 blogic: Just replace ":" with "+" Mar 22 12:31:05 If blogic isn't available, can anyone please take a look at this (http://pastebin.com/PrbNMvKD) patch and fix the issue related to the TAR_OPTIONS? Right now, "TAR_OPTIONS+= --strip-components=1 -C $(PKG_BUILD_DIR)" in the telephony/net/freeswitch/Makefile fails to work unless I applied the patch. Mar 22 12:39:47 build #408 of adm5120 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/408 **** BEGIN LOGGING AT Sat Mar 22 14:01:45 2014 Mar 22 14:20:19 build #506 of ar7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/506 Mar 22 14:23:45 build #548 of cobalt is complete: Failure [failed shell compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/548 Mar 22 14:25:34 build #220 of mpc85xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/220 Mar 22 14:25:35 build #416 of ep93xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/416 Mar 22 14:30:28 build #98 of mvebu is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/98 Mar 22 14:32:13 build #462 of kirkwood is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/462 Mar 22 14:50:17 build #555 of atheros is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/555 Mar 22 14:50:23 build #445 of au1000 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/445 Mar 22 15:15:35 build #585 of brcm63xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/585 Mar 22 15:19:45 build #456 of ar71xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/456 Mar 22 15:36:29 build #564 of brcm47xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/564 Mar 22 15:42:27 build #543 of lantiq is complete: Failure [failed shell_15] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/543 Mar 22 17:39:04 build #511 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/511 Mar 22 17:39:32 build #480 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/480 Mar 22 17:41:14 build #511 of rb532 is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/511 Mar 22 17:41:16 build #418 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/418 Mar 22 18:45:29 build #540 of ramips is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/540 Mar 22 19:37:14 build #490 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/490 Mar 22 19:39:23 nbd r40005 trunk/package/network/services/uhttpd/Makefile * uhttpd: update to latest version, improves cgi path handling Mar 22 19:41:59 nbd: The added line "TAR_OPTIONS:=-xf -" on include/unpack.mk, should it be "TAR_OPTIONS+=-xf -"? In other words, should the ":" be "+"? Mar 22 19:44:50 i'm considering a revert instead Mar 22 19:44:59 OK. Mar 22 19:45:00 because it makes some things harder to deal with Mar 22 19:45:26 exactly. Mar 22 19:45:31 nbd: also remove my fix in that case Mar 22 19:46:06 but i'm not sure yet, still looking into it Mar 22 19:46:34 If I did as I mentioned above, system/opkg as well as lang/distribute fail to extract. Mar 22 19:47:02 they will have a double '-xf - -xf -' Mar 22 19:47:03 so you change TAR_OPTIONS to add -C? Mar 22 19:48:12 because for that, it may be better to override the unpack command instead Mar 22 19:48:27 in order to not duplicate the -C stuff (which may or may not have implementation specific evaluation order) Mar 22 19:48:37 No, If I replaced "TAR_OPTIONS"=-xf -" with "TAR_OPTIONS+=-xf -" in include/unpack.mk, local TAR_OPTIONS gets passed to buildroot, but packages like opkg and distribute fail. Mar 22 19:48:58 i'm talking about the reason why you need to change TAR_OPTIONS Mar 22 19:49:04 IC. Mar 22 19:53:19 nbd r40006 trunk/ rules.mk include/kernel-defaults.mk include/unpack.mk Mar 22 19:53:19 partially revert "build: remove check for nonexistant CONFIG_TAR_VERBOSITY variable and move TAR_OPTIONS to unpack.mk" Mar 22 21:49:31 blogic: did you hear about "fs-state" command? Mar 22 21:49:40 blogic: is this possible your commit "fstools: add the new fstools package" removed that command? Mar 22 22:20:06 zajec: did you run make oldconfig after updating? Mar 22 22:21:15 oh Mar 22 22:21:38 the build system even warns you when you forget that ;) Mar 22 22:22:04 This little tiny message I've ignored? ;) :P Mar 22 22:22:05 WARNING: your configuration is out of sync. Please run make menuconfig, oldconfig or defconfig! Mar 22 22:22:15 Who would care... ;) Mar 22 22:22:33 ;) Mar 22 22:23:35 details details Mar 22 22:25:20 <_trine> if it knows its out of sync why does it not automatically run make oldconfig :) Mar 22 22:26:28 because then you can't make use of make oldconfig later (after accidentally forgetting to run it once) Mar 22 22:26:55 <_trine> hmmmm Mar 22 22:40:08 nbd: does it make sense to change that WARNING to ERROR? Mar 22 22:40:10 and fail the build? Mar 23 01:53:26 build #511 of x86 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/511 Mar 23 02:12:24 build #579 of at91 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/579 Mar 23 02:58:10 build #469 of ixp4xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/469 **** ENDING LOGGING AT Sun Mar 23 02:59:58 2014