**** BEGIN LOGGING AT Mon Jun 18 02:59:58 2012 Jun 18 03:36:58 build #2 of ixp4xx is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/2 Jun 18 03:40:08 build #0 of rb532 is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/0 Jun 18 04:33:51 build #1 of kirkwood is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/1 Jun 18 05:38:14 build #2 of au1000 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/2 Jun 18 06:11:21 build #1 of ep93xx is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/1 Jun 18 06:11:34 build #1 of cobalt is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/1 Jun 18 06:37:44 build #1 of ppc40x is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/1 Jun 18 08:18:38 build #0 of mpc52xx is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/0 Jun 18 08:50:27 blogic * r32421 /trunk/ (include/uclibc++.mk package/uclibc++/Makefile): [uclibc++] fix ccache related build breakage Jun 18 09:02:07 build #2 of xburst is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/2 Jun 18 10:43:07 Hi Jun 18 10:43:15 I try to port urjtag to OpenWrt. Jun 18 10:43:36 but there is no 'inb/outb' under MIPS. Jun 18 10:48:06 what should I do with inb/outb under OpenWrt? Jun 18 11:04:16 xiangfu: use gpio wrappers ? Jun 18 11:04:40 the inb/outb bit is used to set the ioport of the LPT of the original code i assume Jun 18 11:04:44 ? Jun 18 11:05:31 xiangfu: disable all code that needs inb/outb Jun 18 11:07:18 just disabling it is enough ? Jun 18 11:07:31 would replacing it with equivalent code not make more sense ? Jun 18 11:08:03 no, there is no equivalent code that makes sense on mips Jun 18 11:08:11 inb/outb is legacy x86 IO port crap Jun 18 11:09:06 ok Jun 18 11:09:22 so zrjtag will need to remove *crap* and replace it with non crap Jun 18 11:09:36 my guess is LPT isn't the only output module Jun 18 11:09:49 removing all ioport code from urjtag and not replacing it with gpio based cde will result in the code talking to a void of nothing and not O nor I any data Jun 18 11:09:51 so the LPT code can probably be removed without replacement Jun 18 11:10:19 xiangfu: what nbd wants to say is you need to make it gpio enable Jun 18 11:10:38 why? Jun 18 11:10:47 whether we say disable all modules and enable gpio module or replace LPT with gpio is a pedantic foo Jun 18 11:11:09 urjtag has support for usb based jtag modules Jun 18 11:11:59 xiangfu: whats your setup look like Jun 18 11:12:14 i recall oyu were talking about uisng a beagle bone with the gpio bit banging for jtag right ? Jun 18 11:12:59 the beaglebone is not MIPS ;) Jun 18 11:13:12 build #2 of kirkwood is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/2 Jun 18 11:21:22 oh well ... that will teach me to help people Jun 18 11:23:30 ? Jun 18 11:50:47 jow * r32422 /trunk/target/linux/x86/kvm_guest/base-files/: [kvm_guest] remove inittab override Jun 18 11:59:10 jow_laptop: seems you are cleaning up kvm_guest a bit ? could you maybe have a look at this patch and comment ? http://patchwork.openwrt.org/patch/2288/ Jun 18 11:59:59 stintel: yes seen it Jun 18 12:04:32 blogic, nbd : thanks for reply. Jun 18 12:04:37 I am back now. Jun 18 12:05:09 jow_laptop: ok. did you say anything else? freenode server was lagging me out again Jun 18 12:05:24 stintel: no, just said that I've seen it Jun 18 12:05:39 nbd, the urjtag using libusb for my target(milkymist one) , Jun 18 12:05:53 jow_laptop: ok, thanks Jun 18 12:06:54 nbd, blogic :I apply this patch so far. Jun 18 12:06:58 http://pastebin.com/5Twd3uTy Jun 18 12:07:12 now install to OpenWrt router. testing... Jun 18 12:24:00 nbd, blogic by apply that patch. I got a segment fault when I try to load bit to target: 'pld load fjmem.bit' Jun 18 12:26:46 blogic, ping Jun 18 13:00:46 by compile the strace . I got: http://dpaste.com/760778/ Jun 18 13:01:07 * xiangfu now I am try to find a U-Disk enable the extern root. install urjtag to extern root Jun 18 13:20:52 florian * r32423 /trunk/include/kernel-defaults.mk: build: allow KERNELNAME to contain multiple kernel make targets Jun 18 14:18:51 build #2 of ar71xx is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/2 Jun 18 14:44:49 Can anyone explain how udhcpc sets DNS server? It's not in /usr/share/udhcpc/default.script Jun 18 14:46:02 Or, more generally: what is the preferred way to make DNS queries go over an openvpn link when the client uses DHCP Jun 18 14:46:58 (Can't hardcode the server endpoint (10.8.0.1) because then client cannot get ntp time before opening the vpn, thus cert not valid yet) Jun 18 15:06:09 nbd * r32424 /packages/libs/newt/ (3 files in 2 dirs): newt: fix compile errors caused by using the wrong ar util Jun 18 15:06:34 nbd * r32425 /packages/libs/zaptel-1.4.x/ (3 files in 2 dirs): zaptel-1.4.x: unbreak kernel module build, use cross-ar and cross-ranlib to fix further build issues Jun 18 15:07:04 rop_g: for openwrt trunk or backfire? Jun 18 15:54:32 nbd: trunk. I figured it out already, just added a 'dns' entry to the network config file. Also works when proto is 'none'. Jun 18 18:14:22 build #2 of mpc52xx is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/2 Jun 18 19:15:34 build #5 of s3c24xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/5 Jun 18 19:28:56 Wipster: hi Jun 18 19:29:17 Wipster: you submitted the last ar7 patches, right? Jun 18 19:29:25 some things are rather screwed up Jun 18 19:29:43 i seem to have worked around most, but i can't get acx to work Jun 18 19:59:18 build #2 of iop32x is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/2 Jun 18 20:10:20 Wipster: hello? Jun 18 20:45:06 build #2 of gemini is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/2 Jun 18 20:46:38 DonkeyHotei, hi Jun 18 20:48:19 i'm phasing out the nick "sn9" after nearly a decade Jun 18 20:48:33 if you remember me, that is Jun 18 20:49:22 build #2 of ep93xx is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/2 Jun 18 20:50:21 Wipster: my test device atm is the gt704wg, but i will next test on the pk5000 and the speedport w501v Jun 18 20:50:31 <_trine> I prefer sn9 Jun 18 20:50:55 _trine: a couple of other people have told me the same Jun 18 20:51:33 <_trine> its got historical credence :) Jun 18 20:51:41 yes Jun 18 20:51:55 but that is both good and bad Jun 18 20:52:17 <_trine> and I dont think donkeys need hotels :) Jun 18 20:52:30 that's an i, not an L Jun 18 20:52:41 <_trine> sorry couldn’t resit that Jun 18 20:52:57 <_trine> resist Jun 18 20:53:02 every possible nick has something wrong with it Jun 18 20:53:14 <_trine> sn9 is good though Jun 18 20:54:12 i have also changed my nickserv account name to my original freenode moniker, dating back to the openprojects network Jun 18 20:54:46 <_trine> where did you learn that 'moniker' Jun 18 20:55:08 <_trine> its a southern English term Jun 18 20:55:37 which? Jun 18 20:56:40 <_trine> moniker Jun 18 20:57:11 it's a reasonably common word in american english, at least here in california Jun 18 20:57:25 <_trine> I am surprised at that Jun 18 20:58:00 just proves you never stop learning Jun 18 20:58:06 <_trine> it has its origins in cockney English Jun 18 20:58:48 build #1 of pxcab is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/pxcab/builds/1 Jun 18 20:59:27 <_trine> http://uk.answers.yahoo.com/question/index?qid=20060913115604AApacjr Jun 18 21:07:13 <_trine> sta mode on ar7xxx seems very stable at the moment Jun 18 21:17:36 Wipster: you still there? Jun 18 21:18:28 DonkeyHotei, yeh just Jun 18 21:19:14 [Mon 2012-06-18 12:29:16 PM PDT] Wipster: you submitted the last ar7 patches, right? Jun 18 21:19:14 [Mon 2012-06-18 12:29:24 PM PDT] some things are rather screwed up Jun 18 21:19:14 [Mon 2012-06-18 12:29:42 PM PDT] i seem to have worked around most, but i can't get acx to work Jun 18 21:19:14 [Mon 2012-06-18 01:50:21 PM PDT] Wipster: my test device atm is the gt704wg, but i will next test on the pk5000 and the speedport w501v Jun 18 21:20:44 DonkeyHotei, its been a good year and a half since I looked at that port hmmmm Jun 18 21:23:11 nbd * r32426 /trunk/package/netifd/Makefile: netifd: update to latest version, adds 6rd related changes and adds support for default route dependencies (through host route dependencies) Jun 18 21:37:48 jow * r32427 /trunk/package/pptp/: [package] remove leftover pptp directories Jun 18 21:40:35 jow * r32428 /trunk/package/ (6 files in 4 dirs): Jun 18 21:40:35 [package] 6in4, 6to4: further simplify protocol backends Jun 18 21:40:35 - use new default route dependencies to trigger bringup Jun 18 21:40:35 - remove old hotplug scripts Jun 18 21:52:30 nbd * r32429 /trunk/package/netifd/Makefile: netifd: update to latest version again, fixes route6 issues (#11528) Jun 18 21:54:19 build #2 of octeon is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/2 Jun 18 23:01:06 jow * r32430 /trunk/package/netifd/Makefile: [package] netifd: bump again to git head, fix device present state after reconnecting shell protos Jun 18 23:08:20 jow * r32431 /trunk/package/6rd/ (8 files in 3 dirs): (log message trimmed) Jun 18 23:08:20 Add new package for configuring 6rd tunnels. Jun 18 23:08:20 This patch adds support for manually configuring 6rd tunnels. It depends on Jun 18 23:08:20 the netifd patches I sent earlier, which add 6rd support. Jun 18 23:08:20 A basic interface configuration looks like: Jun 18 23:08:21 config interface 'wan6' Jun 18 23:08:22 option proto '6rd' Jun 18 23:08:22 jow * r32432 /trunk/package/6rd/ (Makefile files/6rd.hotplug files/6rd.sh): [package] 6rd: apply the same simplifications done in 6to4 and 6in4 Jun 18 23:11:48 build #3 of rdc is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/rdc/builds/3 Jun 18 23:26:38 jow * r32433 /trunk/package/kernel/modules/netsupport.mk: [package] kernel: split kmod-pppoe into kmod-pppox and kmod-pppoe, make kmod-pptp depend on kmod-pppox (#11677) Jun 18 23:28:19 yay thx jow_laptop Jun 18 23:28:22 :-) Jun 18 23:30:49 nbd * r32434 /trunk/ (include/netfilter.mk package/kernel/modules/netfilter.mk): (log message trimmed) Jun 18 23:30:49 kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.ko Jun 18 23:30:49 kmod-ipt-nathelper-extra is missing the package nf_conntrack_broadcast.ko Jun 18 23:30:49 if it is not included into the kmod-ipt-nathelper-extra packge the modules Jun 18 23:30:49 nf_conntrack_snmp and nf_nat_snmp_basic cant get loaded: Jun 18 23:30:50 [ 44.500000] nf_conntrack_snmp: Unknown symbol nf_conntrack_broadcast_help (err 0) Jun 18 23:30:51 [ 44.664000] nf_nat_snmp_basic: Unknown symbol nf_nat_snmp_hook (err 0) Jun 18 23:35:57 jow * r32435 /packages/net/openssh/Makefile: Jun 18 23:35:57 openssh dependency fix Jun 18 23:35:57 Hi, Jun 18 23:35:57 this patch adds libssp dependency if @SSP_SUPPORT is enabled. Without dependency on libssp this package is not compilable. Jun 18 23:35:57 Jiri Slachta Jun 18 23:35:58 Signed-off-by: Jiri Slachta Jun 18 23:36:52 jow * r32436 /trunk/target/linux/x86/kvm_guest/config-3.3: Jun 18 23:36:52 optimize kernel config for kvm_guest Jun 18 23:36:52 This patch enables few extra kernel options for the kvm_guest subtarget: Jun 18 23:36:52 - Tickless kernel to avoid timer ticks in idle guests, reduces CPU usage Jun 18 23:36:52 - Enable paravirtualization steal time support Jun 18 23:36:53 Signed-off-by: Stijn Tintel Jun 18 23:37:12 jow_laptop: cheers :) Jun 18 23:40:38 jow * r32437 /packages/net/hsflowd/patches/200-uclibc-compat.patch: Jun 18 23:40:38 hsflowd: fix compile for x86+uClibc Jun 18 23:40:38 Remove another call to backtrace_symbols_fd to make hsflowd compile Jun 18 23:40:38 for x86+uClibc targets. Jun 18 23:40:38 Signed-off-by: Stijn Tintel Jun 18 23:41:50 jow * r32438 /trunk/toolchain/insight/Makefile: Jun 18 23:41:50 toolchain/insight: update download location and MD5 sum to status quo Jun 18 23:41:50 insight GDB version 6.8-1 sources have apparently changed. Jun 18 23:41:50 The original file is no longer available upstream. Jun 18 23:41:50 Signed-off-by: Daniel Golle Jun 18 23:44:45 jow * r32439 /packages/libs/apr/Makefile: [packages] apr: add missing dependency on libuuid Jun 18 23:45:32 jow * r32440 /packages/utils/wifitoggle/Makefile: Jun 18 23:45:32 wifitoggle: fix typos in Makefile Jun 18 23:45:32 Signed-off-by: Roman A. aka BasicXP Jun 18 23:49:28 jow * r32441 /packages/net/shorewall-lite/ (5 files in 3 dirs): Jun 18 23:49:28 shorewall-lite: update to 4.4.27.3 Jun 18 23:49:28 This patch updates shorewall-lite to stable release 4.4.27.3 and the lsm_script Jun 18 23:49:28 Signed-off-by: Edy Corak info@loenshotel.de Jun 18 23:50:32 jow * r32442 /packages/ (4 files in 4 dirs): (log message trimmed) Jun 18 23:50:32 upgrade baresip, restund, libre, librem to version 0.4.1 Jun 18 23:50:32 Hi, Jun 18 23:50:32 this patch upgrades the following packages to v0.4.1: Jun 18 23:50:32 baresip v0.4.1 (Portable and modular SIP User-Agent with audio and video support) Jun 18 23:50:33 restund v0.4.1 (Modular STUN/TURN server) Jun 18 23:50:33 libre v0.4.1 (Generic library for real-time communications with async IO support) Jun 18 23:54:10 jow * r32443 /trunk/package/openssl/Makefile: (log message trimmed) Jun 18 23:54:10 openssl does not compile with uml and arch x86_64 Jun 18 23:54:10 Hi, Jun 18 23:54:10 I found that openssl did not compile on the uml target under x86_64. The Jun 18 23:54:10 attached patch should Jun 18 23:54:10 correct this and is working for me. Is this the right way to do it? Jun 18 23:54:10 thanks, Jun 18 23:59:58 jow * r32444 /trunk/package/kernel/modules/lib.mk: (log message trimmed) Jun 18 23:59:58 zlib fix for btrfs Jun 18 23:59:58 Hi, Jun 18 23:59:58 yes, it is true... Jun 18 23:59:58 In the standard, unpatched trunk is zlib_inflate.ko compiled, but not included Jun 18 23:59:59 in any package... So, my previous version was functional, but with system bug. Jun 18 23:59:59 Here is fixed patch. Jun 19 00:12:30 jow * r32445 /packages/libs/cgilib/Makefile: [packages] cgilib: add missing build dependency on libltdl (#11705) Jun 19 00:21:59 nbd * r32446 /trunk/target/linux/ar71xx/patches-3.3/620-MIPS-ath79-OTP-support.patch: ar71xx: add support for reading the MAC address from OTP ROM on AR933x Jun 19 00:22:05 nbd * r32447 /trunk/target/linux/ar71xx/ (8 files in 8 dirs): ar71xx: add support for the embeddedwireless Dorin board (based on patch by embeddedwireless.de) Jun 19 00:53:21 nbd * r32448 /trunk/package/mac80211/patches/ (2 files): mac80211: fix AP multi-BSSID support (#11698) Jun 19 00:59:21 nbd * r32449 /trunk/package/mac80211/patches/522-ath9k_per_chain_signal_strength.patch: mac80211: fix linux 3.5 compatibility Jun 19 01:07:40 build #3 of xburst is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/3 Jun 19 02:00:28 build #3 of sibyte is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/3 Jun 19 02:02:10 build #3 of ramips is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/3 **** ENDING LOGGING AT Tue Jun 19 02:59:58 2012