**** BEGIN LOGGING AT Thu Jul 03 03:00:01 2014 Jul 03 03:07:19 build #613 of ar7 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/613 Jul 03 03:46:12 build #643 of ramips is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/643 Jul 03 03:51:12 build #4 of ar71xx.mikrotik is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.mikrotik/builds/4 Jul 03 04:16:51 build #108 of brcm2708 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/108 Jul 03 04:17:35 build #584 of xburst is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/584 Jul 03 04:54:24 build #4 of lantiq.xrx200 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq.xrx200/builds/4 Jul 03 05:06:58 build #4 of ar71xx.nand is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.nand/builds/4 Jul 03 05:19:11 build #5 of ramips.rt3883 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.rt3883/builds/5 Jul 03 05:40:10 build #107 of omap is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/107 Jul 03 06:01:15 build #470 of octeon is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/470 Jul 03 06:23:49 nbd r41490 trunk/package/base-files/files/etc/rc.common Jul 03 06:23:49 rc.common: when reloading a service using procd, fall back to calling start instead of restart Jul 03 07:06:36 build #125 of sunxi is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/sunxi/builds/125 Jul 03 07:44:55 build #4 of brcm63xx.smp is complete: Failure [failed shell compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx.smp/builds/4 Jul 03 08:18:47 swalker: hm right, should probably be $(DISABLE_IPV6) then Jul 03 09:12:33 nbd: unfortunately still these after < 24h, and my client was disconnected when I arrived this morning http://pastebin.com/Zq5mK5yd Jul 03 09:14:24 KanjiMonster: hi :) Jul 03 09:14:33 zajec: hey Jul 03 09:15:21 stintel: was the client able to reconnect afterwards, or did the AP stay dead? Jul 03 09:15:46 nbd: I was able to reconnect manually - guess networkmanager gives up after a couple of tries Jul 03 09:17:06 ah hmm Jul 03 09:17:13 I disabled wireless in the nm applet Jul 03 09:17:51 then re-enabled it Jul 03 09:23:46 jow r41491 trunk/package/network/config/firewall/Makefile * firewall: fix issue with parsing network options Jul 03 09:28:48 nbd: looking at my logs, nm just gave up after a few tries. before I was using wpa_supplicant directly, but migrated this system to systemd, and that kinda only support NetworkManager - or writing your own script to bring up networking Jul 03 09:50:42 meh. it's actually worse now Jul 03 09:51:14 maybe it's the combination client <-> AP Jul 03 09:51:32 client is ath9k from 3.12.22 Jul 03 10:51:42 nbd r41492 trunk/package/system/ubus/Makefile Jul 03 10:51:42 ubus: update to the latest version, increases maximum message size and adds a few fixes Jul 03 11:51:17 nbd: can you tell me the purpose of the hostapd patch 490-scan_wait.patch? when hostapd is doing cac, the patch causes the pid file to be written very late, so in the meantime hostapd could be started again, but the old process can't be killed. removing the patch seems to solve it (i.e. write the pid file immediately), but i'm not sure what side effects that may have. Jul 03 11:52:08 netifd needs to know when interfaces are set up Jul 03 11:52:24 the patch causes hostapd to daemonize & return only after having set up interfaces Jul 03 11:53:12 hmm ok Jul 03 11:59:00 blogic r41493 trunk/package/kernel/ wrt55agv2-spidevs/src/Makefile wrt55agv2-spidevs/Makefile * wrt55agv2-spidevs: fix compile issues Jul 03 14:16:10 I wonder if gcc 4.8.x was really tested upstream considering the issues that seem to plague it :/ Jul 03 14:24:39 Anyone working with MT7688 Jul 03 14:24:41 ? Jul 03 14:25:38 and MT7681 ? Jul 03 14:37:09 I hope devs here can help me. I have two packages, called A and B. The problem is A depends on B to build and B also depends on A to build. So, I do I create these two packages to satisfy their dependencies? Jul 03 14:38:51 Mazilo if one depends on ther other to build, and so does the other, which one is built first? Jul 03 14:39:00 Mazilo: It mostly happens during port bootstrap (e.g. compiler and libc might have build-dependencies on each other). What are the packages in question? Jul 03 14:39:45 Noltari: They might have been developed in lockstep, and during one of the iterations A lost the ability to be built without B, or something like this. Jul 03 14:39:53 I tried to modify feeds/packages/libs/libdirectfb to enable SDL. Jul 03 14:40:43 But, libsdl depends on libdirectfb. Jul 03 14:46:22 Uhm. Not sure why one would want to have both sdl-over-directfb and directfb-over-sdl Jul 03 14:46:55 Mazilo: try making two variants for those libraries: using another library and not using it. Jul 03 14:47:07 Then one can select the correct layering. Jul 03 14:50:09 I removed the libdirectfb dependancy on libsdl package, did a clean build on both libsdl and libdirectfb, then rebuild libdirectfb without a problem. In the build process, the libsdl gets build without libdirectfb. If I didn't do a clean on libdirectfb, some how the process of building libsdl links to libdirectfb and causes problem in dependency packaging stage. Jul 03 14:51:46 Mazilo: check the configure options of sdl - possibly there is some automatic detection enabled by default ("automagic dependency") Jul 03 14:54:57 buildroot for example has a patch for directfb-config and sets stuff for that Jul 03 14:55:47 plntyk: What I am afraid of is the application that depends on libsdl won't be able to make use of directfb. Jul 03 14:59:03 plntyk: Yes and underl libsdl configure, there is '--enable-video-directfb' [[default=yes]]. But, if I disable this option, won't applications that depend on libsdl be able to make use of directfb? Jul 03 15:00:24 i dont know how the output/video signal paths are constructed but directfb has no sdl dependency in buildroot and i would think that it works there Jul 03 15:01:37 so libsdl -> directfb (nosdl) -> monitor should work Jul 03 15:05:42 plntyk: I just did a './configure --help' under the directfb source tree and there is '--enable-sdl' option. Jul 03 15:06:08 thats probably for cases like directfb(sdl) -> sdl(nodirectfb)->...-> X11 should work too Jul 03 15:06:23 http://stackoverflow.com/questions/521957/how-to-develop-a-directfb-app-without-leaving-x-11-environment is somewhat related in that direction Jul 03 15:06:51 plntyk: So, it looks like I will have to leave the libdirectfb package untouch. Jul 03 17:02:47 KanjiMonster: ping Jul 03 17:08:08 http://lists.infradead.org/pipermail/linux-mtd/2014-May/053807.html anyone want to chime on on this? Jul 03 17:08:20 seems to be a work around for my problem yesterday Jul 03 17:20:59 florian r41494 trunk/target/linux/realview/config-3.10 * realview: disable SWP emulation Jul 03 17:21:10 florian r41495 trunk/target/linux/realview/ base-files/etc/uci-defaults/02-network base-files/etc/uci-defaults * realview: set LAN interface to be in DHCP Jul 03 17:40:22 build #614 of rb532 is complete: Failure [failed shell_9] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/614 Jul 03 17:40:23 build #614 of ppc44x is complete: Failure [failed shell_9] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/614 Jul 03 17:43:13 build #583 of sibyte is complete: Failure [failed shell_9] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/583 Jul 03 18:29:55 build #112 of cns21xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/112 Jul 03 18:37:04 build #594 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/594 Jul 03 18:48:29 build #109 of pxa is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/109 Jul 03 18:52:50 build #660 of orion is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/660 Jul 03 18:53:48 build #654 of cobalt is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/654 Jul 03 18:59:49 nbd r41496 trunk/package/system/ubus/Makefile * ubus: update to the latest version, fixes compile error regressions Jul 03 19:12:49 build #625 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/625 Jul 03 19:36:43 <_trine> http://pastebin.com/ddX0MpMg Jul 03 19:49:18 clean builddir ? maybe nbd "fatfingered" something ^^ Jul 03 19:57:37 _trine: it was a bug in a patch series from openwrt-devel that i merged Jul 03 19:57:47 _trine: update again and it is fixed Jul 03 19:58:04 <_trine> thanks nbd Jul 03 20:00:01 <_trine> I just spend idle moments compiling the code just to make sure it compiles OK :P Jul 03 20:01:41 <_trine> kind of like a quasi semi intelligent bot Jul 03 20:02:00 \o/ Jul 03 20:02:06 <_trine> :) Jul 03 20:02:15 hauke r41497 packages/libs/libipfix/patches/130-fix-string-problems.patch * libipfix: fix build Jul 03 20:16:31 hauke r41498 packages/utils/procps/patches/030-fix-string-problems.patch * procps: fix build Jul 03 20:24:33 hauke r41499 trunk/target/linux/ generic/config-3.8 generic/config-3.9 generic/config-3.6 generic/config-3.3 * kernel: add missing config option Jul 03 20:28:07 Hauke: hey Jul 03 20:28:25 Hauke: you picked my patch for WRT54G* devices, it was labeled as 1/2 Jul 03 20:28:32 but you left 2/2: http://patchwork.openwrt.org/patch/5697/ ;) Jul 03 20:28:34 was that on purpose? Jul 03 20:28:48 Hauke: also, what do you think about http://patchwork.openwrt.org/patch/5729/ brcm47xx: migrate basic network settings from old releases Jul 03 20:28:49 zajec: hi Jul 03 20:29:09 I just wanted to flash some router to test the migration Jul 03 20:29:14 great! :0 Jul 03 20:29:17 sorry I missed the other patch Jul 03 20:29:24 will add it to my queue Jul 03 20:29:26 no problem :) Jul 03 20:29:27 thanks Jul 03 20:29:58 what about your high mem support patches, you send to mips? Jul 03 20:30:16 are 256 MB ram working now? Jul 03 20:37:43 it's still not tested for real usage Jul 03 20:37:46 only detection works Jul 03 20:37:55 detection seems to be fine Jul 03 20:38:11 i still need someone to test using that highmem Jul 03 20:38:18 i don't have device with 256 MiB myself Jul 03 20:38:43 so i was testing it by someone else only Jul 03 20:40:49 I have one Jul 03 20:40:57 oh, that's great, i'll use you then! :D Jul 03 20:48:45 <_trine> http://pastebin.com/Y5tQ9c33 Jul 03 21:00:37 mips target malta has 256MiB ram but there is some issue with MIPS16/GCC4.8 :/ Jul 03 21:42:59 hauke r41500 trunk/target/linux/brcm47xx/base-files/etc/uci-defaults/03_network_migration * brcm47xx: migrate basic network settings from old releases Jul 03 21:43:33 hauke r41501 trunk/target/linux/ brcm47xx/patches-3.14/146-MIPS-BCM47XX-Devices-database-update-for-3.17.patch brcm47xx/patches-3.10/146-MIPS-BCM47XX-Devices-database-update-for-3.17.patch * brcm47xx: add LEDs for Asus RT-N15U and update RT-N66U Jul 03 22:11:25 Hauke: hooray! thanks Jul 03 22:12:04 build #640 of ppc40x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/640 Jul 03 22:12:09 zajec: no problem Jul 03 22:12:22 the next step is to find and fix some bugs Jul 03 22:15:25 build #19 of brcm47xx.legacy is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/19 Jul 03 22:16:37 build #521 of iop32x is complete: Failure [failed shell_9] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/521 Jul 03 22:23:05 jow r41502 trunk/package/system/rpcd/Makefile * rpcd: fix parsing of executable plugin output Jul 03 22:59:59 build #549 of au1000 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/549 Jul 03 23:47:56 build #619 of x86 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/619 Jul 03 23:50:21 build #110 of mpc83xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/110 Jul 03 23:53:27 build #220 of imx6 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/220 Jul 04 00:03:52 build #671 of brcm47xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/671 Jul 04 00:13:36 build #111 of realview is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/111 Jul 04 00:14:20 build #111 of x86_64 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/111 Jul 04 00:17:07 build #109 of malta is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/109 Jul 04 00:17:20 build #661 of atheros is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/661 Jul 04 00:21:45 build #649 of lantiq is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/lantiq/builds/649 Jul 04 00:42:06 build #520 of ep93xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/520 Jul 04 00:47:47 build #112 of bcm53xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/112 Jul 04 00:57:09 build #109 of cns3xxx is complete: Failure [failed shell compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/109 Jul 04 00:58:50 build #572 of ixp4xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/572 Jul 04 01:06:43 build #110 of adm8668 is complete: Failure [failed shell compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/110 Jul 04 01:20:28 build #509 of mcs814x is complete: Failure [failed shell compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/509 Jul 04 01:21:48 build #214 of mxs is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mxs/builds/214 Jul 04 01:24:00 build #514 of adm5120 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/514 Jul 04 01:26:19 ^ does IGNORE_ERRORS need fixing? Jul 04 01:26:45 build #566 of kirkwood is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/566 Jul 04 01:28:17 build #492 of mpc52xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/492 Jul 04 01:30:37 build #508 of gemini is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/508 Jul 04 01:35:38 build #203 of mvebu is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/203 Jul 04 01:37:41 build #563 of ar71xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/563 Jul 04 01:41:05 build #15 of brcm47xx.mips74k is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.mips74k/builds/15 Jul 04 02:36:30 build #614 of ar7 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/614 **** ENDING LOGGING AT Fri Jul 04 02:59:58 2014