**** BEGIN LOGGING AT Sat Jun 12 02:59:56 2010 Jun 12 06:50:24 build #49 of ps3 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ps3/builds/49 Jun 12 10:03:27 build #47 of ubicom32 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ubicom32/builds/47 Jun 12 12:58:13 jow * r21762 /trunk/package/uhttpd/ (Makefile src/uhttpd-tls.c src/uhttpd.c): Jun 12 12:58:13 [package] uhttpd: Jun 12 12:58:13 - fix incorrect parsing of multiple listen options (#7458) Jun 12 12:58:13 - support PEM certificates for SSL Jun 12 13:00:58 jow * r21763 /branches/backfire/package/uhttpd/ (Makefile src/uhttpd-tls.c src/uhttpd.c): [backfire] merge r21492, r21556 and r21762 Jun 12 13:20:41 juhosg * r21764 /trunk/target/linux/ar71xx/files/arch/mips/ar71xx/ (mach-ubnt.c machtype.h): ar71xx: nuke AR71XX_MACH_UBNT_AR71XX machtype Jun 12 13:20:45 juhosg * r21765 /trunk/target/linux/ar71xx/base-files/etc/defconfig/rb-433u/ (. network): ar71xx: add default network config for the RB433UAH board Jun 12 15:14:57 <_trine> cshore: ping Jun 12 16:59:14 jow * r21766 /trunk/package/base-files/ (Makefile files/etc/sysctl.conf): [package] base-files: enable IPv6 forwarding by default since the default firewall supports ip6tables now Jun 12 18:10:04 florian * r21767 /trunk/tools/firmware-utils/src/mktitanimg.c: [tools] fix mktitanimg segfault on 64-bits hosts (#7443) Jun 12 18:10:11 florian * r21768 /trunk/target/linux/generic-2.6/patches-2.6.34/ (11 files): [kernel] refresh 2.6.34 patches Jun 12 18:10:18 florian * r21769 /trunk/target/linux/brcm63xx/config-2.6.33: [brcm63xx] do not override cfg80211-related config symbols Jun 12 18:10:24 florian * r21770 /trunk/target/linux/generic-2.6/patches-2.6.34/976-ssb_add_dma_dev.patch: [package] add missing dma_dev member to struct ssb_device to make b43/b43legacy compile with current mac80211 version Jun 12 18:10:30 florian * r21771 /trunk/package/kernel/modules/other.mk: [package] add kmod-gpio-nxp-74hc164 for brcm63xx only Jun 12 18:15:03 [florian]: r21770 is not enough Jun 12 18:15:52 i think we need to fully sync ssb in .30-34 again Jun 12 18:51:29 <[florian]> nbd: you are right, let me diff properly Jun 12 18:52:42 thanks Jun 12 19:11:51 hrm ... is there any guide to cfe error messages? "command status = -17" isn't very helpful (I am trying to start a ramdisk image through tftp on brcm63xx) Jun 12 19:12:51 <[florian]> KanjiMonster: just got the same error, and I presume it is either file too big, or invalid file format Jun 12 19:13:24 I would be interested in a solution ;) Jun 12 19:13:28 Never got it working here Jun 12 19:13:29 too big would could sense (it has only 16 mb) Jun 12 19:13:43 -could Jun 12 19:13:52 +make Jun 12 19:14:02 <[florian]> I got it working a couple of times with bcm6338's cfe Jun 12 19:14:18 I tried it on the gw6000 Jun 12 19:14:33 <[florian]> that's where I got this weird error code Jun 12 19:14:36 [florian]: btw, I finally found register definitions for the atm core Jun 12 19:14:41 ah ;) Jun 12 19:14:46 <[florian]> KanjiMonster: oh nice Jun 12 19:14:53 <[florian]> KanjiMonster: now you'd need the dsl part as well ;) Jun 12 19:15:22 [florian]: I already have these, at least for the adsl core in the bcm63xx ;) Jun 12 19:16:11 much bigger mistery is the adsl line driver (the adsl_phy.bin seems to be a whole mini-os for it - it decompiles to normal mips assembly) Jun 12 19:16:38 otoh, one probably shouldn't mess with it ;) Jun 12 19:20:37 <[florian]> no one has source code for this part Jun 12 19:20:40 <[florian]> that's the dsp firmware Jun 12 19:46:59 ah, according to the cfe sources of the asus wl500gp, -17 is "CFE_ERR_BADADDR" Jun 12 19:55:03 which gets returned if cfe_arena_loadcheck returns false, which returns false if the addr+size overlaps any cfe code, which happens if the image is bigger than ~3,94 MB since cfe loads at my board at 0x80401000 Jun 12 19:55:15 mystery solved ;) Jun 12 19:56:37 <[florian]> have you seen something already: ELF 32-bit MSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, with unknown capability 0x41000000 = 0xf676e75, with unknown capability 0x10000 = 0x70403, not stripped Jun 12 19:56:54 <[florian]> this is the 2.6.34 vmlinux I just compiled for brcm63xx Jun 12 19:57:00 <[florian]> wondering what corrupts the elf header Jun 12 20:00:45 afaik thats sstrip's fault Jun 12 20:01:51 my ar71xx kernels have the same corrupted header and boot fine Jun 12 20:19:59 okay, reducing the image size to just under 3,94 MB did not help :-/ Jun 12 20:36:48 okay, even an image less than 3 mb gets refused Jun 12 21:09:09 [florian], xMff: I just got a step further, it seems loading elfs directly doesn't work, they still need the tag (tried a random tagged one and now got a compression error instead of the -17 error) Jun 12 21:12:00 <[florian]> KanjiMonster: normally they should be able to load elfs directly, I recall doing it Jun 12 21:12:32 hrm, I even tried one less than 2 mb big, and it didn't want it Jun 12 21:12:42 <[florian]> KanjiMonster: imagetag works? Jun 12 21:14:42 hm, nope, always fails on decompression Jun 12 21:18:54 [florian]: I just tried an image built with the manufacturer's toolchain, and it didn't load Jun 12 22:58:42 KanjiMonster: that is more or less what I experienced when I tried to ram-boot the thing here ages ago Jun 12 22:59:50 xMff: I see :-/ Jun 12 23:32:34 in the end its just broken maybe Jun 12 23:32:44 maybe I'd make sense to flash a new cfe Jun 13 00:17:32 jow * r21772 /packages/ipv6/ndisc/ (5 files in 2 dirs): Jun 13 00:17:32 [packages] ndisc: Jun 13 00:17:32 - update to v0.9.9 Jun 13 00:17:32 - fix compilation by providing dummy WIFCONTINUED() macro Jun 13 00:17:32 - package rdnssd DNS discovery deamon Jun 13 00:22:10 jow * r21773 /packages/ipv6/ndisc/Makefile: [packages] ndisc: make rdnssd depend on librt, fix typo **** ENDING LOGGING AT Sun Jun 13 02:59:56 2010