**** BEGIN LOGGING AT Mon Jun 16 02:59:59 2014 Jun 16 04:23:54 weird, i think there was some kind of comcast related cache poisoning Jun 16 04:24:25 * russell-- disabled a dns server and suddenly a bunch of stuff is working again Jun 16 04:33:54 <5EXAA8SU8> build #185 of mvebu is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/185 Jun 16 05:30:26 <5EXAA8SU8> build #93 of bcm53xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/93 Jun 16 05:32:01 <5EXAA8SU8> build #91 of adm8668 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/91 Jun 16 05:54:44 cyrus r41195 packages/net/sslh * sslh: moved to github Jun 16 06:09:42 cyrusff: would it be possible to add that LICENSE file to github/openwrt/packages? Jun 16 06:09:52 what would it be for Jun 16 06:09:56 and what license? Jun 16 06:10:27 for the packages repo Jun 16 06:10:54 same as http://dev.openwrt.org/browser/trunk/LICENSE Jun 16 06:12:05 i think the individual package makefiles may contain their own license Jun 16 06:12:21 and there is really nothing more there than makefiles and a few patches Jun 16 06:12:34 pm? Jun 16 06:12:46 ok Jun 16 06:31:42 <5EXAA8SU8> build #91 of brcm2708 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/91 Jun 16 07:29:35 <5EXAA8SU8> build #626 of ramips is complete: Failure [failed shell] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/626 Jun 16 07:40:27 <5EXAA8SU8> build #108 of sunxi is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/sunxi/builds/108 Jun 16 08:35:35 cyrus r41196 trunk/package/network/services/odhcpd/Makefile * odhcpd: fix dhcpv4 hostname attribute handling Jun 16 09:05:25 <5EXAA8SU8> build #92 of mpc83xx is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/92 Jun 16 09:10:59 cyrus r41197 trunk/package/network/services/odhcpd/Makefile * odhcpd: update hostfile more often Jun 16 09:36:18 cyrus r41198 packages/utils/dump1090 * dump1090: moved to github Jun 16 10:15:10 cyrus r41199 packages/libs/protobuf * protobuf: moved to github Jun 16 10:15:11 cyrus r41200 packages/devel/patch * patch: moved to github Jun 16 11:08:46 <5EXAA8SU8> build #91 of cns3xxx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/91 **** BEGIN LOGGING AT Mon Jun 16 11:51:49 2014 Jun 16 12:14:17 I am just curious if there is a built-in OpenWRT scripts to filter out any reference to OpenWRT trunk when installing any .la file? What I meant is as shown on line #20 of this /usr/lib/libcharset.la (http://pastebin.com/SuZmFDm7). Jun 16 13:24:53 <5EXAA8SU8> build #90 of omap is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/90 Jun 16 14:22:28 congratulations ! Jun 16 14:22:58 i just did a checkout with git and: Counting objects: 270000, done. Jun 16 14:51:10 Is there a straightforward way to batch-compile all packages for a target at once? I want to create a local backup repo while we recover from the "package carnage" Jun 16 14:54:42 megal0maniac: there is a an config option to build all targets (global build settings) | CONFIG_ALL=y Jun 16 14:55:10 and there is IGNORE_ERRORS=m build option to prevent errors to halt build Jun 16 14:55:46 enabling the log and you can grep after many errors / warnings in the log dir Jun 16 14:56:39 plntyk: Thanks :) Jun 16 14:57:59 hi, I've created a simpleform in luci cbi and I want a custom button to do something indepently from the submit button Jun 16 14:58:41 but when I push submit button it does the button.write function too, and I want two different "write" functions Jun 16 14:58:54 I did it this way: Jun 16 14:59:09 m = SimpleForm("A","B","C") Jun 16 14:59:09 [...] Jun 16 14:59:09 new_section = m:section(SimpleSection, nil, nil) Jun 16 14:59:09 button = new_section:option(Button, "_button", "Description")) Jun 16 14:59:09 button.inputstyle = "apply" Jun 16 14:59:10 function button.write (self,section,value) Jun 16 14:59:12 -- DO SOMETHING Jun 16 14:59:14 end Jun 16 14:59:16 [...] Jun 16 15:01:26 how I can do that or where I can see and example? Jun 16 15:01:53 I haven't seen any documention neither simpleforms nor buttons in luci Jun 16 15:12:42 cyrus r41201 packages/net/ctorrent * ctorrent: moved to github Jun 16 15:12:43 cyrus r41202 packages/net/git * git: moved to github Jun 16 15:12:45 cyrus r41203 packages/net/nfs-kernel-server * nfs-kernel-server: moved to github Jun 16 15:12:46 cyrus r41204 packages/net/openssh * openssh: moved to github Jun 16 15:12:47 cyrus r41205 packages/net/rtorrent * rtorrent: moved to github Jun 16 15:12:48 cyrus r41206 packages/sound/pulseaudio * pulseaudio: moved to github Jun 16 15:12:49 cyrus r41207 packages/net/ntpd * ntpd: moved to github Jun 16 15:12:53 cyrus r41208 packages/mail/dovecot * dovecot: moved to github Jun 16 15:12:54 cyrus r41209 packages/utils/ccid * ccid: moved to github Jun 16 15:12:57 cyrus r41210 packages/utils/pcsc-lite * pcsc-lite: moved to github Jun 16 16:30:48 any documentation would be appreciated Jun 16 16:33:33 gewz: i think the value parameter should be different for the button.write function Jun 16 16:33:38 depending on which button was clicked Jun 16 16:45:52 if I have this prior to the button Jun 16 16:45:58 list = m:field(ListValue, "_list"," ") Jun 16 16:45:58 function list.write(self, section, value) Jun 16 16:45:58 --SOMETHING Jun 16 16:45:58 end Jun 16 16:46:43 when click custom button both write function are executed but when click submit only this one is executed Jun 16 16:46:51 cyrus r41211 trunk/package/network/services/odhcpd/Makefile * odhcpd: add more consistent hostname-writing Jun 16 16:48:04 i.e button.write and list.write are executed with the custom button but only the last one with the submit button Jun 16 16:48:17 why? or what can I do to prevent that? Jun 16 16:49:20 (to execute only one function per button) Jun 16 17:38:50 <5EXAA8SU8> build #643 of orion is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/643 Jun 16 17:40:40 <5EXAA8SU8> build #597 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/597 Jun 16 17:41:50 <5EXAA8SU8> build #566 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/566 Jun 16 17:42:12 <5EXAA8SU8> build #597 of rb532 is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/597 Jun 16 17:45:04 <5EXAA8SU8> build #504 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/504 Jun 16 18:22:48 cyrus r41212 trunk/package/libs/ncurses/Makefile * ncurses: Install xterm-256color Jun 16 18:56:19 blogic r41213 trunk/target/linux/lantiq/dts/VGV7519.dtsi * lantiq: fixup vgv7519 usb support Jun 16 18:56:23 blogic r41214 trunk/target/linux/lantiq/dts/BTHOMEHUBV2B.dts Jun 16 18:56:24 lantiq BTHOMEHUBV2B - update dts for automatic detection of ubi partition and rootfs type Jun 16 18:56:28 blogic r41215 trunk/target/linux/ramips/rt305x/profiles/asiarf.mk * ramips: restore AWM002-EVB profile in asiarf.mk Jun 16 18:56:34 blogic r41216 trunk/target/linux/ramips/base-files/etc/uci-defaults/02_network * ramips: add vlan configuration for asiarf awm002-evb Jun 16 18:56:38 blogic r41217 trunk/target/linux/ramips/dts/XDXRN502J.dts * ramips: fixes XDXRN502J reset button Jun 16 18:56:43 blogic r41218 trunk/target/linux/ generic/patches-3.10/552-ubifs-respect-silent-mount-flag.patch generic/patches-3.14/552-ubifs-respect-silent-mount-flag.patch * kernel: replace a ubifs patch by upstream commit Jun 16 18:56:47 blogic r41219 trunk/target/linux/ generic/patches-3.12/473-mtd-m25p80-add-support-for-EON-EN25QH128-flash.patch generic/patches-3.10/473-mtd-m25p80-add-support-for-EON-EN25QH128-flash.patch generic/patches-3.14/473-mtd-m25p80-add-support-for-EON-EN25QH128-flash.patch generic/patches-3.13/473-mtd-m25p80-add-support-for-EON-EN25QH128-flash.patch * kernel Jun 16 18:56:47 OpenWrt/3.1{0, 2, 3, 4}: mtd: m25p80: add support for EON EN25QH128 Jun 16 18:56:51 blogic r41220 trunk/package/system/procd/files/procd.sh * procd: rename procd_add_network_trigger Jun 16 18:56:55 blogic r41221 trunk/package/system/procd/Makefile * procd: update to latest git HEAD Jun 16 18:57:00 blogic r41222 trunk/ package/base-files/files/sbin/sysupgrade target/linux/ar71xx/base-files/lib/upgrade/platform.sh package/system/procd/files/nand.sh * procd: various cleanups to /lib/upgrade/nand.sh Jun 16 18:57:04 blogic r41223 trunk/include/image.mk * include/image.mk: cleanup the SysupgradeNAND template Jun 16 18:59:06 blogic r41224 trunk/ (7 files in 6 dirs) * ramips: RT-N56U support fixes and factory image creation Jun 16 19:03:37 <5EXAA8SU8> build #637 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/637 Jun 16 19:05:09 <5EXAA8SU8> build #532 of au1000 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/532 Jun 16 19:14:02 /win 24 Jun 16 19:15:21 <5EXAA8SU8> build #608 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/608 Jun 16 19:21:20 ping Jun 16 20:04:31 there are new questions about config during make-process? with ath9k build-process stocks with qquestion Versatile Express (SENSORS_VEXPRESS) [N/m/?] (NEW) Jun 16 20:05:09 and x86 ask me about Kernel-based Virtual Machine (KVM) support (KVM) [N/m/y/?] (NEW) Jun 16 20:20:01 if you still see it from a clean tree it's probably a bug - some combinations throw these errors - file a ticket with diffconfig.sh output Jun 16 20:27:37 it was a clean tree. did you was changing something? Jun 16 20:34:46 <5EXAA8SU8> build #491 of gemini is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/491 Jun 16 20:36:58 <5EXAA8SU8> build #577 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/577 Jun 16 20:41:03 <5EXAA8SU8> build #492 of mcs814x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/492 Jun 16 20:49:03 hi, I submitted two patches to Jo-Philipp Wich and the mailing list a week ago, and they seem to have been ignored without comment: https://lists.openwrt.org/pipermail/openwrt-devel/2014-June/025908.html https://lists.openwrt.org/pipermail/openwrt-devel/2014-June/025909.html Jun 16 20:54:23 alexhenrie: you should probably be using git to make your patches Jun 16 20:55:21 your patches are relative to the i18n directory instead of the top of the feed Jun 16 20:56:25 as to the substance, i have no idea. Jun 16 20:56:44 russell--: I did use git to create the patches, look at the luci repository: http://git.openwrt.org/?p=project/luci.git;a=tree Jun 16 20:57:56 russell--: did I need to CC someone other than Jow? Jun 16 20:58:15 oh, heh. sorry, i'm not familiar with the luci feed Jun 16 20:59:38 russell--: can you give me any advice on how to contribute to the LuCI subproject? Jun 16 21:00:41 alexhenrie: you should ask jow_laptop ;-) Jun 16 21:01:40 jow_laptop: can you give me any advice on how to contribute to the LuCI subproject? (see above discussion) Jun 16 21:03:45 also, patience is good (in harmonious combination with persistence) Jun 16 21:13:02 jow_laptop: it looks like my second patch was made obsolete by cfe14d72bbe79b399890f090321f6d433f5a85ec, but the first patch is still needed to fix the "/bin/sh: 2: build/i18n-lua2po.pl: not found" error Jun 16 21:48:56 Are there any examples of QCA boards setting their MAC addresses from their U-Boot environment config? Jun 16 21:49:41 jmccrohan: sslh is missing a 'v' from it's tarball version, http://buildbot.openwrt.org:8010/broken_packages/x86_64/sslh/compile.txt Jun 16 22:05:31 cyrozap: some code using "mtd_get_mac_ascii " or _binary is used for several targets Jun 16 22:07:42 plntyk: Are you talking about uci-defaults/02_network or the mach-.c file? Jun 16 22:08:44 because I got some stuff working in 02_network, but it only sets the wan and br-lan addresses and not the BSSIDs of the wireless ifs Jun 16 22:11:45 <5EXAA8SU8> build #109 of sunxi is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/sunxi/builds/109 Jun 16 22:16:18 Also, should the second WNIC that is attached to the ethernet switch be a part of the LAN VLAN or not part of any VLAN? Jun 16 22:57:02 jow_laptop : who do i bug about odhcpd questions/bugs ? Jun 16 23:13:30 cyrozap: aren't most many macs changeable too ? - and on you question : well there is the "KSEG1ADDR" line that as far as I figured out from the code when I added some hw support a while back - is involved in MAC setting Jun 16 23:14:19 uboot maps the flash to a ram region and KSEG... reads some stuff at an offset(?) of the region Jun 16 23:15:53 I dont think I found good docs about that Jun 16 23:20:34 <5EXAA8SU8> build #555 of ixp4xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/555 Jun 16 23:20:52 opkg_install_cmd: Cannot install package luci-mod-admin-core ?? Jun 16 23:21:30 it happens when trying to opkg install luci-app-bmx6 Jun 16 23:28:52 <5EXAA8SU8> build #549 of kirkwood is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/549 Jun 17 00:08:41 movi, i think you want cyrusff Jun 17 00:45:52 <5EXAA8SU8> build #92 of pxa is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/92 Jun 17 00:59:35 <5EXAA8SU8> build #95 of cns21xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/95 Jun 17 01:35:45 I'm the author of https://github.com/openwrt/packages/pull/36 if anyone looks to merge and has any questions. Jun 17 01:58:30 In case anyone was wondering, I figured out how to set the BSSID for both radios from U-Boot Jun 17 01:58:51 I'll be submitting a patch once I confirm it works reliably Jun 17 02:32:35 <5EXAA8SU8> build #94 of bcm53xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/94 **** ENDING LOGGING AT Tue Jun 17 02:59:58 2014