**** BEGIN LOGGING AT Tue Feb 10 02:59:58 2015 Feb 10 03:15:24 build #65 of ramips.mt7628 is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7628/builds/65 Feb 10 03:35:45 build #333 of x86_64 is complete: Exception [exception download shell_15 compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/333 Feb 10 03:35:45 build #878 of lantiq is complete: Exception [exception download] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/878 Feb 10 03:38:05 build #66 of oxnas is complete: Exception [exception compile_6 shell_15 compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/oxnas/builds/66 Feb 10 04:18:30 build #334 of cns21xx is complete: Exception [exception shell shell_15 compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/334 Feb 10 05:33:47 build #701 of mcs814x is complete: Exception [exception download shell_15 compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/701 Feb 10 05:39:17 build #311 of mpc83xx is complete: Exception [exception download shell_15 compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/311 Feb 10 05:39:18 build #215 of x86.kvm_guest is complete: Exception [exception download shell_15 compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/x86.kvm_guest/builds/215 Feb 10 05:39:18 build #719 of ep93xx is complete: Exception [exception download shell_15 compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/719 Feb 10 05:55:21 blogic r44373 trunk/target/linux/generic/config-3.18 * kernel: add missing symbol Feb 10 05:55:26 blogic r44374 trunk/target/linux/oxnas/Makefile * oxnas: switch to 3.18 Feb 10 05:55:31 blogic r44375 trunk/target/linux/ar71xx/base-files/lib/preinit/81_load_ath10k_board_bin * ar71xx: add mc-mac1200r to do_load_ath10k_board_bin() Feb 10 05:59:38 build #66 of ramips.mt7620 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7620/builds/66 Feb 10 06:03:30 build #290 of omap is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/290 Feb 10 07:46:41 hello Feb 10 07:46:58 can i install the wifidog into db120? Feb 10 07:52:49 if openwrt works properly on the device, i believe wifidog is available Feb 10 07:56:23 but i cant install wifidog, opkg install wifidog Feb 10 07:58:50 wifidog is part of oldpackages Feb 10 07:59:09 you will need to compile it Feb 10 08:00:04 thanks, i test Feb 10 08:01:46 or use BB Feb 10 08:04:17 what is bb Feb 10 08:06:50 bb = barrier breaker, the 14.07 release Feb 10 08:09:54 thanks, Feb 10 08:10:03 now i know Feb 10 08:12:02 i find the wifidog on bb. :) Feb 10 09:34:03 Hi, I am wondering, how do I use a host compiled tool (I packaged one tool now) Feb 10 11:01:49 ideas on how to skip source untar? Feb 10 11:02:03 I have a download that is the executable itself... Feb 10 11:02:10 python script Feb 10 11:24:49 txomon|fon: check package/kernel/mac80211/Makefile - these have define Download/ Feb 10 11:26:13 usbutils/usbmode has overwritten Download/ too Feb 10 11:27:17 I promise I have tried that too xD Feb 10 11:39:54 plntyk, ok, that is way cleaner than what I had done... I had done that Feb 10 11:40:14 and although I had fixed it with my method, I was mistaken on where the error came from Feb 10 11:47:03 plntyk, the problem yet is that the download will still try unpack it Feb 10 11:47:37 all are .gz Feb 10 11:47:46 mine is a python executable Feb 10 11:48:30 I would need to override the unpack thing Feb 10 11:53:45 PKG_UNPACK Feb 10 11:55:34 I wonder though, include/unpack.mk looks like it would do the correct thing with a g.z compressed file Feb 10 11:55:37 *.gz Feb 10 11:55:54 it will only attempt untar for .tar.gz or .tgz, but not .gz Feb 10 11:56:09 jow_laptop, mine has no extension Feb 10 11:56:16 I have created DownloadMethod/raw Feb 10 11:56:36 with the idea of downloading the url and puting it within a tar.gz Feb 10 11:57:09 PKG_UNPACK seems to have another objective than the one I was aiming Feb 10 11:57:29 it is a .gz compressed file without extension? Feb 10 11:57:44 jow_laptop, no, just a file, no compression at all Feb 10 11:57:58 I am packaging https://source.android.com/source/downloading.html Feb 10 11:58:03 in this case the buildroot should not attmept any unpack at all Feb 10 11:58:23 well, it is trying to unpack it... so I created PROTO:=raw Feb 10 11:58:38 odd Feb 10 11:59:20 maybe because I am with an old branch? Feb 10 11:59:28 have you changed that in last 4 years? Feb 10 11:59:51 I doubt it Feb 10 11:59:54 but possible Feb 10 12:00:13 you can also declare UNPACK_CMD:=cat Feb 10 12:00:19 oki, I will see if I can do it alright and submit a patch if I can replicate upstream Feb 10 12:00:24 ohhhh Feb 10 12:00:34 I had set :=none Feb 10 12:00:37 false* Feb 10 12:00:49 looking forward to the if() that checks that comand... Feb 10 12:01:06 anyway, I think it's cleaner to have everything as .tar.gz in dl/ Feb 10 12:53:05 ok, that was not a good idea... dl should be dl Feb 10 12:53:11 not self generated .tar.gz Feb 10 12:53:23 or at least, I should create a new attribute Feb 10 12:55:05 I added a section with *basic* coverage (and the UNPACK_CMD/PKG_UNPACK) of the source code stuff to http://wiki.openwrt.org/doc/devel/packages together with the other methods to supply the pkg source code - feel free to correct/edit :) Feb 10 13:02:58 plntyk, ... heh, I have finally done UNPACK_CMD=$(CP) $(DL_DIR)/$(PKG_SOURCE) $(BUILD_DIR_HOST)/ Feb 10 13:03:27 jow_laptop, cat wasn't doing enough, but I changed it to ^ Feb 10 13:03:37 (cat made the output appear in the terminal) Feb 10 15:28:30 if I need python with openssl for the build process of a host tool, how may I write that dependency? because if I select python-openssl it doesn't seem to build it.. Feb 10 15:30:17 the idea is, how may I make depend a tools/ package from a packages/ package Feb 10 15:51:12 jow r44376 trunk/tools/ Makefile patchelf/Makefile patchelf * tools: add patchelf host build Feb 10 15:51:31 jow r44377 trunk/ rules.mk scripts/rstrip.sh * scripts: extend rstrip.sh to remove bad rpaths Feb 10 15:51:57 jow r44378 trunk/include/host.mk * include: export staging_dir/host/bin path from within host.mk (#18957) Feb 10 15:52:29 jow r44379 trunk/rules.mk * rules.mk: don't add staging_dir/host/bin/ path again Feb 10 16:01:42 I have tried with /host dependencies too but not working :8 Feb 10 16:02:41 is there a python host build at all? Feb 10 16:02:51 yes Feb 10 16:03:00 your tools ia host build? Feb 10 16:03:03 can't tell if it has been build for this Feb 10 16:03:07 *your tool is a host build? Feb 10 16:03:10 yes Feb 10 16:03:56 HOST_BUILD_DEPENDS:=python/host openssl/host Feb 10 16:03:59 http://paste.openstack.org/show/170777/ Feb 10 16:04:26 build depends refer to source packages Feb 10 16:04:31 not to binary packages Feb 10 16:04:35 oh ok Feb 10 16:04:42 and does it take into account the order? Feb 10 16:04:51 openssl should be compiled before python Feb 10 16:05:24 no Feb 10 16:05:38 at least I don't think so Feb 10 16:06:30 I should specify it in the tools/Makefile if it were both in tools, but don't know how to mark that for python (which is in packages( Feb 10 16:06:32 build #66 of ramips.mt7628 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7628/builds/66 Feb 10 16:09:14 ok, I suppose I have to put it in python package itself Feb 10 16:09:49 build #880 of orion is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/880 Feb 10 16:13:52 Makefile* Feb 10 16:23:22 build #333 of pxa is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/333 Feb 10 16:34:26 jow_laptop, seems like openssl is not packaged for host Feb 10 17:10:02 build #65 of ramips.mt7621 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7621/builds/65 Feb 10 18:13:37 bumped into what I hope is a minor thing, anybody got any hints as to where to start looking Feb 10 18:13:42 board is erlite octeon Feb 10 18:13:59 iptables -t filter -n FORWARD -v Feb 10 18:14:22 the output is completely wrong, the numeric values seem to be missing lots of packets and data Feb 10 18:21:33 build #67 of oxnas is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/oxnas/builds/67 Feb 10 18:27:21 can you pastebin an example? Feb 10 18:27:34 your command looks complete Feb 10 18:27:38 erm incomplete Feb 10 18:27:54 Bad argument `FORWARD' Feb 10 18:27:55 Try `iptables -h' or 'iptables --help' for more information. Feb 10 18:28:08 is this a musl build? Feb 10 18:37:48 sorry, was away from computer Feb 10 18:37:55 http://pastebin.com/mws7d8tQ Feb 10 18:38:28 i typoed in that above Feb 10 18:38:34 forgot the -L Feb 10 18:38:55 I have a fresh checkout building Feb 10 18:39:08 and will repeat this with that, and a 'bog standard' set of stuff Feb 10 18:39:32 but in the pastebin above, the final line shows 646 packets and 49K data Feb 10 18:39:43 but, there is a client downloading an ubuntu torrent Feb 10 18:40:24 this is an octeon issue, the exact same code on my x86 boxes gets the numbers right Feb 10 18:45:07 I guess your x86 boxes aren't running openwrt? Feb 10 18:45:57 try sysctl -w net.netfilter.nf_conntrack_skip_filter=0 Feb 10 18:46:07 its an openwrt specific patch Feb 10 18:47:17 actually, the x86 in question is, its the router I am currently running thru Feb 10 18:47:24 trying to replace it with the edgerouter Feb 10 18:47:37 but i have a customized hack in place that tracks data on each client Feb 10 18:47:49 by grabbing numbers from iptables once in a while Feb 10 18:48:18 nbd added some patch recently that bypasses the filter table in iptables for established streams Feb 10 18:48:28 but the x86 is a very old build Feb 10 18:48:32 toggled by the sysctl above Feb 10 18:48:35 this might explain your discrepancy Feb 10 18:48:36 2.6 kernel Feb 10 18:48:43 ahhhh, see, sometimes helps to just ask Feb 10 18:48:49 I didn't see that, will trackit down Feb 10 18:48:52 thanks Feb 10 18:50:28 My first thought on this, it was a 64bit thing in the octeon stuff Feb 10 18:53:02 Bingo, problem solved Feb 10 18:53:05 thanks jow Feb 10 18:58:22 jow r44380 trunk/package/libs/libevent2/Makefile * libevent2: remove defunct download mirror Feb 10 20:00:37 build #878 of cobalt is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/878 Feb 10 21:36:48 has anyone seen this? http://linuxgizmos.com/networking-security-appliance-runs-snort-on-openwrt/ Feb 10 21:41:25 not seen - but there are wifi traffic generators with pricing available (that use ath radios) http://www.candelatech.com/lf_systems.php#wifire Feb 10 22:00:10 Hello, i am unable to produce a image for tp-link mr12u after these lines applied - http://pastebin.com/8MEZ1wpS , is there anything else needed for this device in trunk that is similar to tp-link mr3040 but with a battery ? Feb 10 22:01:43 uImage, vmlinux are generated but not the factory nor sysupgrade image Feb 10 22:13:29 dape - maybe check the changeset that added mr11u ( https://dev.openwrt.org/changeset/29972 ) - check kernel (mach-tl-mr11u.c), and sysupgrade (upgrade/platform.sh) Feb 10 22:18:47 dape - you should separate the patches and try to send them to the mailing list to review / get input from the ar71xx maintainer Feb 10 22:20:23 this model seems to be easy but nobody bothered to *wait* or improve the work (probably because nobody has that unit/or wanted to test it) Feb 10 22:22:31 thx for hints Feb 10 22:39:38 luka r44381 trunk/ (15 files in 3 dirs) * kernel: switch 3.19 from -rc5 to release .0 Feb 11 00:46:00 build #808 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/808 **** ENDING LOGGING AT Wed Feb 11 02:59:58 2015