**** BEGIN LOGGING AT Thu Jul 25 02:59:58 2013 Jul 25 05:13:40 build #319 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/319 Jul 25 05:43:23 nbd: hi, the debug flag for uclibc didn't fix the problem, i still get 0x77fe0f60 in ?? () from /mnt/data/Develop/Openwrt/trunk_git/scripts/../staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/lib/ld-uClibc.so.0 Jul 25 05:43:33 do you know what else could be the problem? Jul 25 05:46:12 did you run make clean (or at least make package/toolchain/clean) before rebuilding? Jul 25 05:46:54 nbd: i removed staging_dir and build_dir and rebuild everything Jul 25 05:48:47 hm Jul 25 05:49:14 i'll look into it later Jul 25 05:50:23 nbd: but isn't root-ar71xx/lib/ld-uClibc-0.9.33.2.so stripped and shouldn't it use the unstripped lib? Jul 25 05:50:43 staging_dir/target-*/root-* is not stripped Jul 25 05:53:09 he gdb guid talks about TARGET_CFLAGS += -ggdb3 and you set -ggdb could this be the problem Jul 25 05:53:18 nbd: the gdb guid talks about TARGET_CFLAGS += -ggdb3 and you set -ggdb could this be the problem Jul 25 06:33:03 nbd: ggdb3 didnt fix it Jul 25 06:44:29 tripolar: please show me the size of your ld-uClibc.so.* Jul 25 06:45:47 find staging_dir/ -iname *ld-uClibc-*|xargs ls -la Jul 25 06:45:47 -rwxr-xr-x 1 tux users 121856 24. Jul 15:29 staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/lib/ld-uClibc-0.9.33.2.so Jul 25 06:45:50 -rwxr-xr-x 1 tux users 121856 24. Jul 15:29 staging_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/lib/ld-uClibc-0.9.33.2.so Jul 25 06:45:53 @nbd Jul 25 06:46:04 or the ones from build_dir? Jul 25 06:46:22 here is build dir Jul 25 06:46:22 find build_dir/ -iname *ld-uClibc-*|xargs ls -la Jul 25 06:46:23 -rwxr-xr-x 1 tux users 28968 25. Jul 07:59 build_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/lib/ld-uClibc-0.9.33.2.so Jul 25 06:46:25 -rwxr-xr-x 1 tux users 28968 25. Jul 07:59 build_dir/target-mips_r2_uClibc-0.9.33.2/toolchain/ipkg-ar71xx/libc/lib/ld-uClibc-0.9.33.2.so Jul 25 06:46:28 -rwxr-xr-x 1 tux users 121856 24. Jul 15:27 build_dir/toolchain-mips_r2_gcc-4.6-linaro_uClibc-0.9.33.2/uClibc-0.9.33.2/lib/ld-uClibc-0.9.33.2.so Jul 25 06:47:33 nbd: file gives me: staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/lib/ld-uClibc-0.9.33.2.so: ELF 32-bit MSB shared object, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, not stripped Jul 25 06:48:04 looks like the flag gets correctly passed Jul 25 06:48:09 and debug symbols are there Jul 25 06:48:17 it's just that the address doesn't resolve to anything valid Jul 25 06:48:34 normally it should point to _start Jul 25 06:49:01 nbd: but what could be the problem? Jul 25 06:49:17 did you reflash the new build? Jul 25 06:49:25 yes Jul 25 06:49:42 try setting CONFIG_STRIP=y instead of CONFIG_SSTRIP=y Jul 25 06:49:46 delete bin/*/packages Jul 25 06:49:51 then rebuild/reflash Jul 25 06:51:03 okay Jul 25 06:54:23 nbd: should i also include the gdb server in the image? Jul 25 06:54:34 or is it okay to copy it over later Jul 25 06:56:15 it's okay to copy it over later Jul 25 06:57:01 btw. do you actually need live gdb debugging of that app? or could a corefile be enough? Jul 25 06:57:18 sometimes using corefiles works better for some reason Jul 25 06:57:54 nbd: id like to debug a memory access violation Jul 25 06:58:27 live gdb would be nice Jul 25 06:59:30 nbd wherefrom that you see that the file includes debug information? Jul 25 06:59:45 the size before and after the strip? Jul 25 07:01:52 compared against my own build Jul 25 07:02:10 where i verified that -ggdb was passed correctly Jul 25 07:08:15 nbd: didn't help Jul 25 07:08:17 still 0x77fe0f60 in ?? () from /mnt/data/Develop/Openwrt/trunk_git/scripts/../staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/lib/ld-uClibc.so.0 Jul 25 07:09:24 nbd: do we have a working valgrind on mips? Jul 25 07:10:11 cyrusff: yes Jul 25 07:10:16 cool Jul 25 07:11:43 nbd: any ideas why it still happens? Jul 25 07:29:30 nbd: or anything else i could try Jul 25 07:31:22 nbd: authsae linking with libnl-tiny http://patchwork.openwrt.org/patch/3852/ Jul 25 09:06:05 nbd: any other ideas how i could fix this? Jul 25 10:00:25 champtar: great, thanks Jul 25 10:01:16 build #298 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/298 Jul 25 10:01:42 champtar: fails to build Jul 25 10:02:13 champtar: http://pastebin.com/gJejnwrt Jul 25 10:07:45 build #298 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/298 Jul 25 10:57:44 nbd: i think it's because libconfig is in packages feed (i always update/install all feeds) Jul 25 10:58:11 oh, right Jul 25 10:59:19 i guess i'll have to move that one to trunk as well Jul 25 11:00:06 i think so Jul 25 11:23:59 blogic, Kanjimonster: still i'm not totally sure, but the problem that i had with rootfs_data happens when CONFIG_MIPS_FPU_EMU=y is selected in the kernel Jul 25 11:24:13 i'l try to comfirm it Jul 25 12:13:20 build #282 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/282 Jul 25 13:03:53 build #312 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/312 Jul 25 13:07:45 build #331 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/331 Jul 25 13:31:38 hi Jul 25 13:37:09 i am trying to compile the latest kernelversion (via CONFIG_KERNEL_GIT_CLONE_URI="http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git") for the carambola2. Compiling fails due to dependency issues and i wanted to ask if someone has solved all that litle problems and is willing to share the configs. Jul 25 15:14:58 build #284 of xburst is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/284 Jul 25 16:02:03 blogic r37530 trunk/target/linux/ramips/ image/Makefile dts/HG255D.dts * ramips: important patch for HG255D Jul 25 16:32:27 meh, I'm a bit worried to send my device's patches... but I think it's the only way to get the remaining things working hehe Jul 25 16:33:14 is it ok to attach the dts file? I don't know how to send it in patch format, still getting the hang of quilt Jul 25 16:34:01 Devastator: use git Jul 25 16:34:11 not quitl to manage patches for openwrt Jul 25 16:34:15 get a git checkout Jul 25 16:34:22 add your stuff to it Jul 25 16:34:35 commit it locally and then use git to format and send the patches Jul 25 16:34:56 will do, thanks man :) Jul 25 16:35:01 but if you totally think that sucks then you can send a dts file as an attachement Jul 25 16:35:16 as long as you dont send zip or rar files ..... Jul 25 16:35:34 nah, if it helps the devs I can send the proper way Jul 25 16:35:42 please Jul 25 16:35:43 I need to practice git anyway Jul 25 16:36:29 if, and it's a big if, devs have patience with my poor git/patches skill heheh Jul 25 16:37:14 if I can commit at least basic support to trunk it will be much easier to work on the rest Jul 25 16:37:49 sure Jul 25 16:37:57 working in steps helps Jul 25 16:38:52 I appreciate your tips, at least I'm not in a hurry to support this, so no pressure to the devs :-) Jul 25 16:39:33 Devastator: have you checked for 11n yet? Jul 25 16:39:48 no, not yet Jul 25 16:40:17 I have just a few minutes to chat and then a meeting Jul 25 16:40:31 meetings, meetings, meetings.. like it would solve anything :/ Jul 25 16:41:09 lol Jul 25 16:42:22 nbd: did you have a closer look at gdb by now? Jul 25 16:45:29 no Jul 25 16:46:07 actually I also have a question to him.. did qualcomm changed atheros much? Jul 25 16:55:50 blogic r37531 trunk/target/linux/ramips/image/Makefile * ramipe: disable HG255D support Jul 25 17:03:16 blogic r37532 trunk/target/linux/ramips/image/Makefile * ramips: disable hg255d Jul 25 18:32:14 nbd r37533 branches/attitude_adjustment/package/ (10 files) * ath9k: add initial tx queueing rework patches Jul 25 18:39:35 lars r37534 trunk/target/linux/xburst/config-3.10 * xburst: Add missing kernel config symbol Jul 25 19:44:17 I'm having issues with my network on an arcadyan VGV7519 board Jul 25 19:44:31 The_Lizard: i am getting bored Jul 25 19:44:34 The device with bootlog is on the wiki: http://wiki.openwrt.org/toh/arcadyan/vgv7519 Jul 25 19:44:41 I didn't mention you... Jul 25 19:44:52 well, the rest has been here the last weeks aswell Jul 25 19:44:55 I have some log from after boot, possibly there is something there Jul 25 19:45:05 ARP seems to work fine Jul 25 19:45:14 http://pastebin.com/nJetxRKR Jul 25 19:46:02 I thought the idea on OpenWRT was to make it work on multiple devices... Jul 25 19:48:44 The_Lizard: yes Jul 25 19:49:01 what ever you want to implicitly say with that Jul 25 19:49:10 i made it work on so many devices i stopped counting Jul 25 19:49:14 you failed on your first Jul 25 19:49:32 I was hoping to get some support to make it work for the board Jul 25 19:49:47 you are getting support Jul 25 19:49:48 but i'm new to OpenWRT and could use some guidance... Jul 25 19:49:52 people helped you make the nor work Jul 25 19:49:54 the leds Jul 25 19:49:59 the pinctrl Jul 25 19:50:20 Yes, and I am grateful for that, but there is no much use to a router without any networking support... Jul 25 19:50:24 however, repeatedly pasting the link to the bootlog, everyday for a week wont make it work magically Jul 25 19:51:35 where did you get your VGV7519 from ? Jul 25 19:51:39 i cant find it on ebay Jul 25 19:51:54 It is a dutch ISP (KPN) router Jul 25 19:52:03 what the real product nale kpn uses ? Jul 25 19:52:10 it is brandlabeled as Experiabox V8 Jul 25 19:52:30 another ISP (I guess it was orange) call them Livebox 2.1 Jul 25 19:52:39 build #254 of mcs814x is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/254 Jul 25 19:52:56 can you call kpn, say your unit broke and ask for a 2nd new one ? Jul 25 19:53:07 i cannot find that product on ebay.nl Jul 25 19:54:04 or can you in any other way help me get such a unit ? Jul 25 19:54:15 Well... It isn't normal to get multiple, but KPN messed up Jul 25 19:54:54 we were building a new sports complex, we had to obtain 2 phone lines, but after that, it was possible on a single, and then they gave another router, so we now have 3 routers for just a single line Jul 25 19:55:05 2 of these experia boxes, and 1 other mode. Jul 25 19:55:07 model Jul 25 19:55:17 Where are you from? Jul 25 19:55:26 hamburg Jul 25 19:56:03 lucky :( Jul 25 19:56:25 ah Jul 25 19:56:32 Gertjan van Wingerde works for kpn Jul 25 19:56:34 lets ping him Jul 25 20:08:18 The_Lizard: would it be possible for me to get one in the usa? Jul 25 20:09:06 One of these boards is providing the internet connection, and can't be disconnected... the other one is on my desk... Jul 25 20:09:26 Where I'm messing around with it... Jul 25 20:28:38 blogic r37535 trunk/package/base-files/ files/lib/preinit/30_failsafe_wait files/etc/rc.button/failsafe * base-files: be verbose when entering failsafe due to a button being pressed Jul 25 20:28:47 blogic r37536 trunk/package/kernel/mac80211/patches/513-ath9k_add_pci_ids.patch * mac8021: add ath9k pcie id for AR9381 Jul 25 20:28:57 blogic r37537 trunk/target/linux/lantiq/patches-3.8/0030-MIPS-lantiq-add-pcie-driver.patch * lantiq: update pcie driver Jul 25 20:29:02 blogic r37538 trunk/target/linux/lantiq/base-files/etc/uci-defaults/01_leds * lantiq: add a hook to make leds work on the secondary usb bus Jul 25 20:29:07 blogic r37539 trunk/target/linux/lantiq/patches-3.8/0037-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch * lantiq: make macs loadable from mtd partitions Jul 25 20:29:11 blogic r37540 trunk/target/linux/lantiq/image/Makefile * lantiq: fix initramfs image generation for lzmaloader based images Jul 25 20:29:16 blogic r37541 trunk/target/linux/lantiq/dts/TDW8970.dts * lantiq: add devicetree for TP-Link TDW8970 Jul 25 20:29:21 blogic r37542 trunk/target/linux/lantiq/xway/profiles/tplink.mk * lantiq: add profile for TP-Link TDW8970 Jul 25 20:29:26 blogic r37543 trunk/target/linux/lantiq/image/Makefile * lantiq: add TP-Link TDW8970 image generation Jul 25 20:47:56 build #240 of mpc52xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/240 Jul 25 20:54:52 blogic r37544 trunk/target/linux/lantiq/dts/ TDW8970.dts FRITZ3370.dts VG3503J.dts EASY80920.dtsi * lantiq: remove stale phy register setup properties from dts files Jul 26 01:09:52 luka r37545 trunk/package/kernel/linux/ (19 files) * kernel: be consistent with formatting style Jul 26 02:23:32 build #320 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/320 **** ENDING LOGGING AT Fri Jul 26 02:59:57 2013