**** BEGIN LOGGING AT Thu Aug 16 02:59:58 2012 **** BEGIN LOGGING AT Thu Aug 16 03:18:28 2012 Aug 16 07:11:33 juhosg * r33202 /trunk/target/linux/ar71xx/base-files/etc/uci-defaults/leds: Aug 16 07:11:33 ar71xx: setup WLAN LED for the TL-WA901ND v2 Aug 16 07:11:33 Closes #11889. Aug 16 07:54:13 build #49 of sibyte is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/49 Aug 16 09:12:59 build #55 of x86 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/55 Aug 16 09:16:09 jow * r33203 /packages/net/xtables-addons/Makefile: [packages] xtables-addons: package ACCOUNT module (#12021) Aug 16 12:04:20 just to make sure, is HNA = host net announcement? Aug 16 12:04:24 olsr.po Aug 16 12:04:58 yes Aug 16 12:09:43 thx Aug 16 14:19:52 hi :) Aug 16 14:20:32 hi rkreis Aug 16 14:20:52 guess what i have sitting next to me Aug 16 14:20:56 slightly off topic... i have NGN, i use original hard- and firmware, phone stopped working randomly while internet still worked, called hotline, they did magic, both work again, i compared config files and found: https://gist.github.com/3370450 - any clue? Aug 16 14:21:07 an alice 4421? :) Aug 16 14:21:10 yes Aug 16 14:21:18 although i wouldn't know why it's sitting next to you Aug 16 14:21:27 it just arrived Aug 16 14:21:33 about 1 hour ago Aug 16 14:21:43 is it naked? Aug 16 14:21:47 paid 1,5€ on ebay Aug 16 14:21:54 i removed the case if oyu mean that :) Aug 16 14:21:58 :) Aug 16 14:22:03 don't you feel guilty? :) Aug 16 14:22:23 i wonder why anyone would sell their hardware when they know they have to either give it back or pay some fantasy price... Aug 16 14:22:33 no idea Aug 16 14:22:35 its mine now Aug 16 14:22:39 anyhow ... Aug 16 14:22:59 looks like they pushed a new voip server via tr069 Aug 16 14:23:22 i suspect something like that, too, but the sip registration server and user data didn't change Aug 16 14:23:41 people who use other hardware only update those, they seem not to even care about that ConnectionRequest url Aug 16 14:24:09 i'm really just curious, by the way Aug 16 14:26:01 i owuld guess that they updated somehting and your unit did not receive the nightly update Aug 16 14:26:27 that sounds plausible Aug 16 14:26:29 i was rewiring... Aug 16 14:27:00 so they had to manually push it Aug 16 14:27:19 if oyu had not called them, you would have most likely gotten the update within 24hours Aug 16 14:27:24 that is how isps normally do it Aug 16 14:27:31 retry failed updates after 24hours Aug 16 14:27:34 good to know Aug 16 14:27:57 anyhow ... i am afk for a while Aug 16 14:28:12 ok, see you :) Aug 16 15:10:00 what does this sort of thing mean? Package mlifter-nossl is missing dependencies for the following libraries: Aug 16 15:10:03 libmosquitto.so.1 Aug 16 15:10:14 I can see it link with -lmosquitto earlier in the build Aug 16 15:10:43 and for mlifter-nossl, it has a DEPENDS+= +libmosquitto-nossl Aug 16 15:11:09 or should I be trying to make libmosquitto.so.1 and libmosquitto-nossl.so.1 ? Aug 16 15:31:30 oh, wow, so it's because of a ĺ vs l. Aug 16 15:31:40 * karlp rants at the alt-gr key for a little while Aug 16 20:23:10 Hi. Aug 16 20:23:14 hi Aug 16 20:23:16 blogic: Here? Aug 16 20:23:19 Ah :-) Aug 16 20:23:19 yes Aug 16 20:23:20 ;) Aug 16 20:23:27 next problem... Aug 16 20:24:01 ok ... Aug 16 20:24:02 I want to use the OpenWRT toolchain as external toolchain to avoid recompiling it. Aug 16 20:24:19 ? Aug 16 20:24:19 So I put it in /opt/cross/arm-openwrt... Aug 16 20:24:22 ok Aug 16 20:24:35 why not recompile it ? Aug 16 20:25:05 Because it's time consuming? There are no changes in this part. So no need to recompile it. Aug 16 20:25:15 hmmm Aug 16 20:25:16 ok Aug 16 20:25:46 what problem are you seein g? Aug 16 20:25:54 Build stops when compiling e2fsprogs. Aug 16 20:25:55 http://pastebin.com/e5XjbYKY Aug 16 20:26:21 no idea Aug 16 20:26:22 sorry Aug 16 20:26:25 Looking at strace I see that ld is looking in the "old" path. So the toolchain ist not relocatable. Aug 16 20:26:54 ok Aug 16 20:27:06 ah Aug 16 20:27:13 how did you copy the toolchain ? Aug 16 20:27:24 did you use the generated toolchain ? Aug 16 20:27:45 Yes. I copied it from staging_dir. Aug 16 20:27:48 ok Aug 16 20:27:51 that is wrong Aug 16 20:27:57 you need to generate a file such as OpenWrt-Toolchain-malta-for-mipsel_r2-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2 Aug 16 20:28:09 there is a option in menuconfig the build a toolchain Aug 16 20:28:35 │ │ [ ] Build the OpenWrt based Toolchain │ │ Aug 16 20:28:40 ; Aug 16 20:28:41 ;) Aug 16 20:29:39 Okay. And this one I can extract everywhere? Aug 16 20:30:02 yes Aug 16 20:30:29 that is hw i do the toolchains for building vanilla kernels outside owrt Aug 16 20:31:36 Okay. I will try. But I do have to start from scratch. Becuase "make dirclean" deleted my external toolchain dir... (should be fixed in trunk) Aug 16 20:32:11 ok Aug 16 20:34:10 Thank you again. I'm curious why this menuconfig option is able to make the toolchain relocatble. I hope I can find the magic. :-) Aug 16 20:57:41 Ah, the magic seems to be this wrapper.sh script. But first I do need a toolchain... Aug 16 21:52:22 build #50 of xburst is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/50 Aug 16 21:54:51 build #42 of iop32x is complete: Failure [failed svn compile_12] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/42 Aug 16 21:57:05 build #42 of etrax is complete: Failure [failed shell_11] Build details are at http://buildbot.openwrt.org:8010/builders/etrax/builds/42 Aug 16 21:59:04 build #41 of ep93xx is complete: Failure [failed svn compile_12] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/41 Aug 16 22:00:18 build #64 of brcm63xx is complete: Failure [failed svn compile_12] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/64 Aug 16 22:01:59 build #64 of s3c24xx is complete: Failure [failed svn compile_12] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/64 Aug 16 22:25:33 build #64 of orion is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/64 **** ENDING LOGGING AT Fri Aug 17 02:59:58 2012