**** BEGIN LOGGING AT Wed Dec 03 02:59:59 2014 Dec 03 03:57:38 build #810 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/810 Dec 03 09:19:10 blogic r43504 trunk/package/network/utils/uqmi/Makefile * uqmi: Add --delete-message for deleting SMS messages Dec 03 11:47:56 error: [Errno 2] No such file or directory: '/home/openwrt/src/openwrt/build_dir/target-mips_34kc_uClibc-0.9.33.2/nmap-nossl/nmap-6.47/ipkg-install/usr/lib/python2.7/site-packages/zenmapCore/SearchResult.pyc' Dec 03 11:52:08 .py exists, but not .pyc Dec 03 11:57:35 newpackages commit 5b85eff6b2d9107bfb5bed7d6b64ff0460f3bc16 (python: add patch to disable python byte codes by default) Dec 03 12:06:14 russell--: https://github.com/openwrt/packages/issues/new ;) Dec 03 12:07:04 * russell-- is commenting on the commit right now Dec 03 13:06:29 russell--: regarding the py/pyc discussion - at least with Lua programs I discovered that byte-compiled files end up being larger after squashfs compression compared to their plaintext counterparts Dec 03 13:07:08 because the bytecode is so dense there is not much left to compress, like when attempting to compress jpeg files Dec 03 13:09:21 downside is though that it requires "constant" compilation depending on your type of application Dec 03 13:09:51 interesting Dec 03 13:11:11 it's mostly academic for me since i wasn't installing the zenmap thing anyway? not-building-- though ;-) Dec 03 13:15:54 also, if you are installing python, maybe you've just outed yourself as not being so concerned with image size ;-) Dec 03 13:16:10 (says the guy with perl in his images) Dec 03 14:34:12 blogic r43505 trunk/package/ system/procd/files/nand-preinit.sh system/procd/Makefile * procd: firstboot nand/ubi takeover support Dec 03 14:34:18 blogic r43506 trunk/target/ linux/generic/patches-3.14/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch linux/generic/patches-3.10/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch linux/generic/patches-3.18/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch * kernel: make ubi auto-attach check for a tar file magic Dec 03 16:06:45 blogic r43507 trunk/target/ linux/generic/patches-3.14/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch linux/generic/patches-3.18/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch linux/generic/patches-3.10/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch Dec 03 16:06:46 kernel: make the ubi attach patch check for a valid ubi magic rather than a tar magic Dec 03 16:06:50 blogic r43508 trunk/package/ boot/uboot-oxnas/files/include/configs/ox820.h boot/uboot-oxnas/patches/200-icplus-phy.patch * uboot-oxnas: re-add IC+ phy driver Dec 03 16:06:57 blogic r43509 trunk/package/boot/uboot-oxnas/patches/200-icplus-phy.patch * uboot-oxnas: adjust digtial drive strength of IC+ phy Dec 03 16:07:03 blogic r43510 trunk/package/boot/uboot-envtools/files/oxnas * uboot-envtools: use environment stored in UBI also for KD20 Dec 03 17:49:24 build #176 of brcm47xx.legacy is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/176 Dec 03 17:59:55 build #264 of realview is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/264 Dec 03 18:10:20 build #373 of imx6 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/373 Dec 03 18:18:56 nbd r43511 trunk/target/linux/generic/patches-3.18/132-mips_inline_dma_ops.patch * kernel: add missing null pointer check for mips dma ops inline patch on 3.18 Dec 03 18:21:07 build #797 of ramips is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/797 Dec 03 18:32:13 build #791 of ppc40x is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/791 Dec 03 18:42:41 build #264 of malta is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/264 Dec 03 18:53:08 build #768 of rb532 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/768 Dec 03 18:55:05 build #763 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/763 Dec 03 19:11:52 build #775 of uml is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/775 Dec 03 20:18:49 zajec: will you resend the patches? Dec 03 20:24:12 blogic r43512 trunk/package/system/mtd/src/mtd.c * mtd: make the dump commnd honour the -o option Dec 03 20:24:17 blogic r43513 trunk/package/system/procd/files/nand-preinit.sh * procd: more nand takeover fixes Dec 03 20:24:22 blogic r43514 trunk/target/linux/ramips/ dts/mt7621.dtsi mt7621/target.mk * ralink: mt7621 is a 1004Kc Dec 03 20:42:50 Hauke: will try, but I still have to look at this core thing Dec 03 20:43:19 i don't get this: "Adding brcm,bcm4708 to the list of compatibles doesn't imply that there is a 2nd cpu." Dec 03 20:43:22 what the hell? Dec 03 20:43:46 if bcm4708.dts have two cores, how using it as compatible doesn't mean hardware has 2 cores? :| Dec 03 20:44:30 this DT is still magic to me Dec 03 21:12:22 zajec: the smp code will probably be similar to this: arch/arm/mach-berlin/platsmp.c **** ENDING LOGGING AT Thu Dec 04 02:59:58 2014