**** BEGIN LOGGING AT Wed Oct 22 03:00:01 2014 Oct 22 04:42:24 build #206 of adm8668 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/206 Oct 22 08:58:11 nbd r43015 trunk/include/package-ipkg.mk * build: optimize printing of disabled packages Oct 22 08:58:14 nbd r43016 trunk/include/subdir.mk * build: do not process built-in rules for make subdirs Oct 22 08:58:20 nbd r43017 trunk/ rules.mk include/package.mk include/package-ipkg.mk * build: clean up and optimize ipkg control generator code Oct 22 08:58:24 nbd r43018 trunk/rules.mk * rules.mk: reduce shexport to one line to allow it to be put in a target context Oct 22 08:58:30 nbd r43019 trunk/include/target.mk * build: optimize target metadata dump Oct 22 08:58:34 nbd r43020 trunk/include/shell.sh * include/shell.sh: remove getvar() Oct 22 08:58:44 nbd r43021 trunk/ Makefile include/scan.mk include/target.mk * build: use ONESHELL to speed up scanning and the toplevel makefile Oct 22 08:58:49 nbd r43022 trunk/ include/package-ipkg.mk package/kernel/linux/Makefile Oct 22 08:58:49 kernel: use /bin/sh instead of bash to speed up processing of many kmod-* packages Oct 22 08:58:53 nbd r43023 trunk/include/package-ipkg.mk * build: only print skipped packages that were selected Oct 22 08:59:01 nbd r43024 trunk/package/kernel/linux/Makefile * kernel: use .ONESHELL to speed up processing of many kmod-* packages Oct 22 08:59:34 <__trine> nbd, I hope we dont pay you on a bonus system Oct 22 08:59:36 <__trine> :) Oct 22 09:54:08 that ONESHELL stuff looks unusual. Oct 22 09:54:13 the hidden corners of make Oct 22 09:55:13 wooo: " echo "$$$$$$$$$(call shvar,Profile/$(1)/Description)"; " Oct 22 09:55:20 more moneh more better Oct 22 09:56:50 commits like this "https://dev.openwrt.org/changeset/43016" don't really say _why_ though, clearly -r means "don't apply built in rules" Oct 22 10:25:30 build #724 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/724 Oct 22 10:30:06 karlp: :) Oct 22 10:30:41 karlp: fyi, that change series reduced the build time for package/linux/compile from 33 to 17 seconds in a simple configuration Oct 22 10:31:31 see, that would have beenuseful information :) Oct 22 10:32:28 sometimes I'm trying to look at others for how to make better makefiles, and it's hard to avoid cargo culting Oct 22 10:33:14 normally I want the built in rules, but I guess turning them off and being explicit for everything can stop make from trying to check dependencies on rcs versions of files :) Oct 22 10:48:30 nbd r43025 trunk/ Makefile include/scan.mk include/target.mk * Revert "build: use ONESHELL to speed up scanning and the toplevel makefile" Oct 22 10:50:03 karlp: built-in rules can be useful for normal build system makefiles Oct 22 10:50:08 but not for meta-buildsystem makefiles Oct 22 10:50:10 like openwrt's Oct 22 10:56:38 well, I love the work, and i had a good read of the commit log this morning, but it could be even more awesome to read :) Oct 22 10:56:46 i agree Oct 22 11:03:23 nbd r43026 trunk/target/linux/ (9 files in 8 dirs) * ar71xx: add support for buffalo WZR-450HP2 Oct 22 11:03:51 http://imgur.com/5gxV1j7 here you go :) Oct 22 11:04:06 congrats ont eh speedups Oct 22 11:04:10 lol Oct 22 11:04:42 another speedup/cleanup i'm working on is the part that builds firmware images Oct 22 11:05:16 because that one is crappy, inconsistent between targets and cannot be run in parallel ;) Oct 22 11:07:47 speaking about that, I wonder what "grub-bios-setup" spends all its time with Oct 22 11:08:10 it takes like 30s here and when stracing it seems to write a lot of data in 512byte chunks Oct 22 11:08:15 is it rewriting the entire image? Oct 22 11:09:00 o idea Oct 22 11:31:10 jow r43027 trunk/package/kernel/linux/modules/hwmon.mk * linux: add kmod-hwmon-k10temp Oct 22 12:21:05 lol @karllp <3 Oct 22 12:54:42 build #693 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/693 Oct 22 13:33:10 nbd r43028 trunk/package/kernel/mac80211/patches/ 402-ath_regd_optional.patch 337-ath-use-CTL-region-from-cfg80211-if-unset-in-EEPROM.patch 400-ath_move_debug_code.patch 512-ath9k_channelbw_debugfs.patch * ath9k: merge a regulatory handling fix Oct 22 13:33:17 nbd r43029 trunk/package/kernel/mac80211/patches/ 339-ath9k-Update-AR955x-initvals.patch 338-ath9k-Update-AR9580-initvals.patch * ath9k: merge ar9580/ar955x initval updates Oct 22 13:34:30 <__trine> I have just done and svn up etc but now when I do make oldconfig I get this error Oct 22 13:34:34 <__trine> Build dependency: Please install the openssl library (with development headers) Oct 22 13:34:34 <__trine> Prerequisite check failed. Use FORCE=1 to override. Oct 22 13:34:47 <__trine> I have never had that previously Oct 22 13:42:18 <__trine> I had to install libssl.dev but I never needed to have it previously,, is this part of your speed up additions nbd Oct 22 13:42:42 no, it's because we now have a firmware image tool that needs it Oct 22 13:43:09 <__trine> ok ,, so thats the difference is it Oct 22 13:48:17 build #705 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/705 Oct 22 14:04:23 <__trine> For some reason I dont see python-mini in my menuconfig does anyone know why ? Oct 22 14:09:46 <__trine> has python-mini been removed ? Oct 22 14:16:38 python was redone - the normal package could be quite "minimal" - there is python2 / python3 now for example Oct 22 14:17:22 rmilecki r43030 trunk/target/linux/ (5 files) * bcm53xx: backport spi-nor patches from 3.18-rc1 Oct 22 14:18:42 <__trine> thanks plntyk I will have another look which do you think will be the most minimal Oct 22 14:19:15 <__trine> I only need to be able to run a py script Oct 22 14:21:06 <__trine> I will give python3 a try and see how big it is Oct 22 14:21:07 see https://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/packages/ ... python3 is 850k; python2.7 1.8M - python-mini from AA was 1.3M Oct 22 14:21:17 there is micropython Oct 22 14:21:35 <__trine> micropython didnt work the last time I tried it Oct 22 14:21:36 its ~200k Oct 22 14:35:46 rmilecki r43031 trunk/target/linux/bcm53xx/patches-3.14/002-mtd-spi-nor-from-3.18.patch * bcm53xx: backport forgotten spi-nor change Oct 22 16:27:59 nbd r43032 trunk/package/kernel/mac80211/patches/ (11 files) * ath9k: fix tx power reporting Oct 22 17:16:23 <__trine> python3 does not compile Oct 22 17:16:46 <__trine> http://paste.debian.net/128172/ Oct 22 18:00:10 report it to the packages on github, it's been alively discussion the last few weeks getting the python packages working Oct 22 18:12:09 <__trine> karlp, none of python compiles Oct 22 18:19:11 _I_ don't care, I was just saying that there's a pile of people on github/packages that have been working through this, so take it up with them, I don't think any of them are here. Oct 22 18:22:39 __trine: well you could compare openwrt python3 to buildroot python3 - only 28 patches there ( http://git.buildroot.net/buildroot/tree/package/python3 ) Oct 22 18:23:46 they use uclibc too and afaik openwrt has some roots there long ago Oct 22 18:28:09 <__trine> plntyk, isn't that what the maintainer should be doing? Oct 22 18:32:05 yep - maybe he has not that much time on his hands ? ^^ Oct 22 18:33:16 <__trine> these look good Oct 22 18:33:17 <__trine> http://www.ebay.co.uk/itm/Useful-CHEAP-SALE-MK902II-Android-4-4-Quad-Core-8GB-RAM-A17-1-8GHz-Mini-PC-WIFI-/171504420982?pt=UK_Sound_Vision_Internet_TV_Media_Streamers&hash=item27ee75c876 Oct 22 18:33:38 <__trine> you can run ubuntu on them too Oct 22 18:33:48 <__trine> and no doubt openwrt Oct 22 18:41:09 __trine: while there is kernel support for that chip the graphics core still has no good free driver Oct 22 18:49:00 <__trine> plntyk, do you use android Oct 22 18:49:27 <__trine> and have you seen pandora one music APP Oct 22 18:55:07 i recently got an android phone .... cannot use pandora one because of digital rights crap (and I got no VPN) Oct 22 18:55:37 <__trine> you dont need a specific vpn Oct 22 18:56:41 <__trine> you could use either easyvpn or openvpn both android APP's or I have found on my phone at least ORBOT works as well Oct 22 18:58:02 <__trine> I am listening to it now on my MK908 Oct 22 19:00:57 __trine: well you need a server in US to circumvent the location check .... thats what I meant Oct 22 19:01:10 <__trine> I know Oct 22 19:01:24 <__trine> but thats what I was trying to explain to you Oct 22 19:01:35 <__trine> easyvpn finds free ones for you Oct 22 19:01:45 <__trine> on android Oct 22 19:02:27 <__trine> and as well as that and independently ORBOT tor works on my phone for pandora Oct 22 19:02:47 <__trine> :) Oct 22 19:06:06 <__trine> plntyk, and when you use android easyvpn to find free VPN's you can use the same credentials on you computer as well Oct 22 19:06:27 <__trine> (probably not safe though) Oct 22 19:07:06 <__trine> as far as being anonymous they are all probably operated by the NSA Oct 22 19:28:06 build #624 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/624 Oct 22 23:27:55 build #563 of octeon is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/563 Oct 22 23:42:08 build #198 of omap is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/198 Oct 23 00:20:32 i have to port a init script to procd, what is with boot() is there a equivalent in rpocd for it ? Oct 23 01:14:49 what _was_ boot in initscripts? **** ENDING LOGGING AT Thu Oct 23 03:00:00 2014