**** BEGIN LOGGING AT Sat Jul 20 02:59:58 2013 Jul 20 03:18:42 build #331 of brcm47xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/331 Jul 20 03:21:24 build #277 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/277 Jul 20 03:22:38 build #307 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/307 Jul 20 03:26:02 build #279 of xburst is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/279 Jul 20 03:44:56 build #252 of adm5120 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/252 Jul 20 05:23:27 build #324 of atheros is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/324 Jul 20 06:40:30 build #278 of ixp4xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/278 Jul 20 06:49:48 build #249 of iop32x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/249 Jul 20 07:23:41 juhosg r37467 trunk/target/ (5 files in 5 dirs) * linux: remove duplicated 3.10 symbols from target config files Jul 20 07:39:15 obsy r37468 packages/net/transmission/Makefile * [packages] transmission: update to 2.81 Jul 20 07:39:16 juhosg r37469 trunk/target/ linux/generic/config-3.7 linux/generic/patches-3.7 * linux: remove 3.7 support Jul 20 07:45:43 juhosg r37470 trunk/target/ (12 files in 8 dirs) * linux: move more ARM_ERRATA symbols to the generic config Jul 20 08:56:33 juhosg r37471 trunk/target/linux/ar71xx/image/Makefile * ar71xx: build image for the TP-LINK TL-WR941N v6 board Jul 20 09:14:46 juhosg r37472 trunk/target/ (8 files in 2 dirs) * mpc85xx: add 3.10 support Jul 20 09:14:49 juhosg r37473 trunk/target/linux/mpc85xx/Makefile * mpc85xx: switch to 3.10 Jul 20 09:14:53 juhosg r37474 trunk/target/ linux/mpc85xx/patches-3.8 linux/mpc85xx/config-3.8 * mpc85xx: remove 3.8 support Jul 20 09:23:44 build #287 of avr32 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/287 Jul 20 09:27:38 juhosg r37475 trunk/package/ base-files/Makefile base-files/files/lib/functions.sh * base-files: add mtd_get_part_size helper Jul 20 09:27:46 build #315 of lantiq is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/315 Jul 20 09:28:46 juhosg r37476 trunk/target/linux/ar71xx/base-files/lib/upgrade/dir825.sh * ar71xx: use mtd_get_part_size helper Jul 20 09:42:20 juhosg r37477 trunk/target/linux/ar71xx/patches-3.10/220-add_cpu_feature_overrides.patch * ar71xx: override cpu_has_mmips feature Jul 20 09:55:43 juhosg r37478 trunk/target/linux/generic/patches-3.10/001-MIPS-Declare-emulate_load_store_microMIPS-as-a-stati.patch * kernel/3.10: make emulate_load_store_microMIPS static Jul 20 10:05:14 build #252 of ep93xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/252 Jul 20 10:15:54 juhosg r37479 trunk/target/linux/generic/patches-3.10/002-MIPS-Only-set-cpu_has_mmips-if-SYS_SUPPORTS_MICROMIP.patch * kernel/3.10: add a generic patch for cpu_has_mmips override Jul 20 10:15:57 juhosg r37480 trunk/target/linux/ar71xx/patches-3.10/220-add_cpu_feature_overrides.patch * Revert "ar71xx: override cpu_has_mmips feature" Jul 20 10:16:40 build #243 of gemini is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/243 Jul 20 10:49:54 build #65 of mpc85xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/65 Jul 20 10:58:32 During startup, I get error "leds-gpio gpio-leds.7: pins are not configured from the driver" how do I configure them in the device tree? Jul 20 11:08:07 build #294 of ar7 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/294 Jul 20 11:11:07 build #221 of octeon is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/221 Jul 20 11:12:13 The_Lizard: this isn't an error, it's a warning (so non-fatal) Jul 20 11:13:02 and the warning says, that there is no associated pinctrl configuration Jul 20 11:13:52 which might be true if there isn't even a pinctrl device (this warning is removed in 3.11+) Jul 20 11:17:51 I have a lantiq,pinctrl-xr9 Jul 20 11:18:04 but the leds are configured on the stp device Jul 20 11:18:59 then this is harmless Jul 20 11:19:40 I have managed to add a single led (which was working) Jul 20 11:19:57 which means that the output configuration of the stp is correct Jul 20 11:20:14 but after adding all the other leds, there are no leds in /sys/class/leds anymore Jul 20 11:20:22 and I get 6 of those warnings during startup Jul 20 11:21:11 The next line is Driver leds-gpio requests probe deferral Jul 20 11:22:25 if you get more than one warning then you are doing something wrong ;p Jul 20 11:23:16 I have configured 15 leds in the device tree Jul 20 11:24:34 can you paste your dts somewhere? it's easier to find the issue if I know what the code looks like Jul 20 11:25:29 http://www.pastebin.com/vvE1dyzm Jul 20 11:28:15 The_Lizard: if it's requesting probe deferral then it means that one of the pins isn't available as a gpio Jul 20 11:29:25 I was thinking... the power_red led, is mapped to 16... but with 2 shift registers, I would assume 0-15 is the range... Jul 20 11:29:57 in my u-boot, they are configured from gpio 66-79, as 0-63 is the normal gpio range Jul 20 11:32:16 jogo r37481 trunk/target/ (129 files in 2 dirs) * brcm63xx: add linux 3.10 support Jul 20 11:35:28 my thought was correct ;)... changed it from 2-15 and now it works... Jul 20 11:35:38 no more deferral, all leds accounted for... Jul 20 11:40:54 ah, right. you could try to change lantiq,groups = <0x3>; to lantiq,groups = <0x7>; in stp Jul 20 11:41:12 isn't necessary, as there are only 2 shift registers... Jul 20 11:41:27 I think I messed up the start count... Jul 20 11:41:37 okay Jul 20 11:41:38 going for a test for all leds separately Jul 20 11:42:48 well code says there are three (or three supported) Jul 20 11:45:04 indeed.. maximum is 3 Jul 20 11:45:07 all leds are working Jul 20 11:45:29 I have to write 1 however to disable the led, is it possible to specify inverted logic somewhere? didn't find it... Jul 20 11:45:37 should I put open-drain in the stp config? Jul 20 11:46:50 build #1 of imx23 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/imx23/builds/1 Jul 20 11:49:38 I will see if it requires adjustment when the device is working correctly.. Jul 20 11:49:45 The_Lizard: try <&stp X 1> isntead of <&stp X 0> Jul 20 11:50:20 ok Jul 20 11:50:37 now I can start to figure out where the buttons are supposed to be... Jul 20 11:51:23 (1 = active low) Jul 20 11:56:38 indeed... works correctly now :D Jul 20 11:56:41 thans Jul 20 11:56:43 thanks Jul 20 12:12:53 build #236 of mpc52xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/236 Jul 20 12:24:36 Is there some easy solution to detect the pins? Jul 20 12:25:09 when pushing buttons? Jul 20 12:27:12 not that I know of - I usually just export every gpio as in through /sys/class/gpio; then observe the value during (un-)press Jul 20 12:27:17 until I find them Jul 20 12:34:59 build #297 of x86 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/297 Jul 20 12:57:56 nbd r37482 trunk/package/ network/services/ead/Makefile network/services/ead/src/libbridge.h * ead: fix compile errors with recent kernels Jul 20 13:04:59 so that seems as a lot of work... Jul 20 13:12:04 build #250 of mcs814x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/250 Jul 20 13:56:22 Does anyone here know why 'make' spits out these warning messages (http://dpaste.com/1311567)? Jul 20 14:05:37 build #276 of kirkwood is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/276 Jul 20 14:34:20 mazilo: likely because you have a second xz package somewhere Jul 20 15:39:15 mazilo: duplicate packages in package/, or stale data in tmp/ Jul 20 15:39:24 try rm -rf tmp and see if it still occurs Jul 20 16:39:39 nbd r37483 trunk/package/ (10 files) * ath9k: add initial tx queueing rework patches Jul 20 18:08:23 build #341 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/341 Jul 20 18:36:42 build #253 of adm5120 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/253 Jul 20 18:37:45 nbd r37484 trunk/target/linux/generic/patches-3.10/030-timer_list_fix.patch Jul 20 18:37:45 kernel: merge a proposed fix from LKML for fixing infinite data returned by /proc/timer_list Jul 20 18:59:53 build #315 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/315 Jul 20 20:22:46 build #313 of ppc40x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/313 Jul 20 20:25:17 build #294 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/294 Jul 20 20:27:37 build #294 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/294 Jul 20 20:46:31 juhosg r37485 trunk/package/kernel/linux/modules/crypto.mk * kernel: fix crypto-hw-talitos dependencies Jul 20 20:48:56 KanjiMonster: another victory for today... found all buttons through u-boot... the hard way... Jul 20 20:49:22 luckily 2/4 are on 9 and 10, so up to 41 and 45 I only had to push 2 buttons... Jul 20 20:50:38 Should I add the buttons to gpio-keys or gpio-keys-polled? Jul 20 20:56:08 None of the other vrx288 boards used gpio-keys, so added them to polled... Jul 20 21:42:52 build #308 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/308 Jul 20 22:42:15 hi Jul 20 23:30:45 https://dev.openwrt.org/ticket/13921#ticket Jul 21 02:01:28 build #327 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/327 Jul 21 02:45:14 build #278 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/278 Jul 21 02:46:45 build #316 of ramips is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/316 Jul 21 02:50:12 build #280 of xburst is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/280 **** ENDING LOGGING AT Sun Jul 21 02:59:58 2013