**** BEGIN LOGGING AT Mon Feb 22 02:59:58 2010 Feb 22 05:00:07 darn DSL line Feb 22 09:27:40 build #17 of brcm47xx is complete: Failure [failed compile_6] Build details are at http://tksite.gotdns.org:8010/builders/brcm47xx/builds/17 Feb 22 09:43:40 florian * r19812 /trunk/target/linux/ar7/patches-2.6.32/100-board_support.patch: [ar7] add missing patch to arch/mips/kernel/traps.c to allow ar7 to setup its handler correctly (#6722) Feb 22 11:00:38 kerneis * r19813 /packages/ipv6/ahcpd/ (Makefile files/ahcp.sh files/ahcpd.config files/ahcpd.init): (log message trimmed) Feb 22 11:00:38 [package] ahcpd: update to 0.51, fix scripts Feb 22 11:00:38 - Full-featured UCI configuration file (including server mode). Feb 22 11:00:38 - Client mode configuration in /etc/config/network (proto ahcp). Feb 22 11:00:38 - Launch at most one instance in server/forwarder mode, and as many Feb 22 11:00:39 instance as interfaces in client mode. Feb 22 11:00:39 - Add status and reload options to init script. Feb 22 11:33:42 any ideas where Feb 22 11:33:43 In function `_start': Feb 22 11:33:44 (.text+0xc): undefined reference to `__libc_csu_fini' Feb 22 11:34:27 could be fixed? I'm compiling with glibc - compiling xmail Feb 22 11:43:01 ok.. so it appears that that symbol is meant to be generated by the compiler! Feb 22 13:09:42 hi Feb 22 13:10:07 im trying to compile libcap and i get this error - doesn maybe someone know know to fix this? Feb 22 13:11:02 ipsel-openwrt-linux-uclibc-ld -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fhonour-copts -msoft-float -fpic -I/mnt/data/Openwrt/trunk_git/build_dir/target-mipsel_uClibc-0.9.30.2/libcap-2.17/libcap/include -L/mnt/data/Openwrt/trunk_git/build_dir/target-mipsel_uClibc-0.9.30.2/libcap-2.17/libcap/../libcap -lattr -Wl,-soname,libcap.so.2 -o libcap.so.2.17 cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_file.o Feb 22 13:11:02 mipsel-openwrt-linux-uclibc-ld: unrecognised emulation mode: soft-float Feb 22 13:11:02 Supported emulations: elf32ltsmip elf32btsmip elf32ltsmipn32 elf64ltsmip elf32btsmipn32 elf64btsmip Feb 22 13:11:02 make[4]: *** [libcap.so.2.17] Error 1 Feb 22 13:11:04 make[4]: Leaving directory `/mnt/data/Openwrt/trunk_git/build_dir/target-mipsel_uClibc-0.9.30.2/libcap-2.17/libcap' Feb 22 13:12:58 try passing LD="$(TARGET_CC)" in the Makefile Feb 22 13:16:55 jow_laptop what is this option doing? Feb 22 13:17:44 it forces it to use gcc and not ld for linking Feb 22 13:17:51 gcc understands -msoft-float Feb 22 13:17:56 ld not Feb 22 13:18:28 and is there a way to create a file that is created in the make - to let it run on the building pc? the makefiles compiles a file and this file then creates a new h file - by it cannot run because it is not runable on the building host Feb 22 13:18:50 by=but Feb 22 13:19:05 uhm Feb 22 13:19:17 i new created the h file on my host and then added it as patch - but thats a dirty fix Feb 22 13:19:34 well you won't find a better fix Feb 22 13:19:36 kaloz * r19814 /trunk/target/linux/ubicom32/patches-2.6.30/100-ubicom32_support.patch: [ubicom32]: refresh patch Feb 22 13:19:46 jow_laptop: okay thanks Feb 22 13:19:51 the .h probably checks runtime info and then writes stuff to the .h Feb 22 13:20:00 *the program Feb 22 13:20:04 yeah Feb 22 13:20:14 it creates a h file i think from some kernel sources Feb 22 13:20:29 problem is, if it is running on your x86 host it will write characteristics from your host into that .h Feb 22 13:20:29 maybe rewriting it in sh would solve the problem Feb 22 13:20:40 that might not be suitable for cross compiling Feb 22 13:20:58 or better the target you're cross compiling for Feb 22 13:22:06 jow_laptop: i also saw one tink - changed an option in uclibc to get some features that where not activated Feb 22 13:22:30 but the h files where not installed - in usr/include/sys Feb 22 13:22:37 a make dirclean; make solved this Feb 22 13:22:46 but is there a quicker way to do this? Feb 22 13:23:06 make toolchain/{clean,compile} Feb 22 13:23:33 okay thanks - i tried make toolchain/uClibc/{clean,compile,install} but this didnt work Feb 22 13:27:52 jow_laptop i compieled uclibc with xattr support and now i get this compile error - Feb 22 13:27:53 mipsel-openwrt-linux-uclibc-gcc -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fhonour-copts -msoft-float -fpic -I/mnt/data/Openwrt/trunk_git/build_dir/target-mipsel_uClibc-0.9.30.2/libcap-2.17/libcap/include -L/mnt/data/Openwrt/trunk_git/build_dir/target-mipsel_uClibc-0.9.30.2/libcap-2.17/libcap/../libcap -lattr -Wl,-soname,libcap.so.2 -o libcap.so.2.17 cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_file.o Feb 22 13:27:53 /mnt/data/Openwrt/trunk_git/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.2/usr/lib/gcc/mipsel-openwrt-linux-uclibc/4.3.3/../../../../mipsel-openwrt-linux-uclibc/bin/ld: cannot find -lattr Feb 22 13:28:20 tripolar_: LDFALGS ? Feb 22 13:28:39 right Feb 22 13:28:40 tripolar_: do a find on libattr.so* Feb 22 13:29:01 blogic i tried but i couldnt find it Feb 22 13:29:49 hmmmm Feb 22 13:30:12 only on my host sys Feb 22 13:30:18 but this wont help Feb 22 13:30:32 hmm Feb 22 13:30:33 inside the toolchain dir maybe ? Feb 22 13:30:47 or do i have to enable it in uclibc and compile attr too? Feb 22 13:31:33 i wanted to port libcap to have a ntpd that drops it privileges at startup Feb 22 13:31:44 but it seems this isnt that easy as i thought Feb 22 13:34:49 blogic it seems only activating this option in uclibc is not enough Feb 22 13:34:56 i think i have to build attr :( Feb 22 13:35:23 but why does libcap depond on extended file attributes? Feb 22 13:36:25 hmmmm Feb 22 13:36:26 strange Feb 22 13:37:07 well, maybe due to the config.h you patched in? Feb 22 13:37:41 no Feb 22 13:37:43 * DO NOT EDIT: this file is generated automatically from Feb 22 13:37:43 + * Feb 22 13:37:43 + * Feb 22 13:37:43 + */ Feb 22 13:38:01 so it only uses linux/capability.h to genereate this file Feb 22 13:39:40 jow_laptop: the patch looks like this - http://nopaste.info/8480452cd6.html - so this shouldnt be the problem Feb 22 13:39:58 host/openwrt also use the same kernel version Feb 22 13:40:02 2.6.32.8 Feb 22 13:42:11 tripolar_: what does the patch do ? Feb 22 13:42:14 i mean why ? Feb 22 13:42:30 what do you need those strings for ? or do you want to override the defualt caps ? Feb 22 13:43:14 blogic the original makefile creates a executeable that creates this file Feb 22 13:43:23 but i crosscompile so this file cant run Feb 22 13:43:35 huh ? Feb 22 13:43:59 how can i tell the build to create a executeable that is runnable on my building pc? Feb 22 13:44:21 -_makenames: _makenames.c cap_names.list.h Feb 22 13:44:21 - $(BUILD_CC) $(BUILD_CFLAGS) $< -o $@ Feb 22 13:44:21 - Feb 22 13:44:21 -cap_names.h: _makenames Feb 22 13:44:21 - ./_makenames > cap_names.h Feb 22 13:44:22 - Feb 22 13:44:27 code looks like this Feb 22 13:44:50 bit ./_makenames isnt runable as it creates a executeable that is crosscompiled Feb 22 13:44:53 bit=but Feb 22 13:45:31 set BUILD_CC = gcc ? :) Feb 22 13:45:34 don't do this Feb 22 13:45:40 haha Feb 22 13:46:03 i didnt had a better idea Feb 22 13:46:06 therefor i patched it Feb 22 13:46:09 for example if you cross compile for brcm-2.4 and the feature detect executable runs under a host system with kernel 2.6 it will just produce bullshit results Feb 22 13:46:21 jow_laptop: i know Feb 22 13:47:37 maybe i should patch the c file to use the right kernel Feb 22 13:49:51 isn't there a HOST_CC? Feb 22 13:52:00 hmm Feb 22 13:54:53 kaloz * r19815 /trunk/target/linux/ubicom32/ (310 files in 32 dirs): [ubicom32]: move new files out from platform support patch Feb 22 14:15:54 rtz2: there seems to be no HOST_CC Feb 22 14:19:12 blogic: thanks Feb 22 14:19:17 BUILD_CC="gcc" \ Feb 22 14:19:17 BUILD_CFLAGS="" \ Feb 22 14:19:17 did the trick Feb 22 14:19:36 tripolar_: :) Feb 22 14:20:04 blogic but i think it still uses the kernel from the host machine Feb 22 14:20:31 tripolar_: hmmmmm Feb 22 14:20:40 does it work without your patch ? Feb 22 14:20:47 yes Feb 22 14:21:00 strange Feb 22 14:21:32 blogic i dont know exactly but after BUILD_CFLAGS="" it will use my host libs Feb 22 14:21:36 or am i wrong? Feb 22 14:21:49 i would have to include this h files from openwrt Feb 22 14:27:28 whois satjuice Feb 22 14:27:30 ^_^ Feb 22 15:19:09 xMff: you noticing any type of memory loss on atheros APs over time? Feb 22 15:19:35 seems after 12-14 days memory consumption has eaten up all available Feb 22 16:48:49 hi Feb 22 16:48:54 im trying to build attr Feb 22 16:48:58 but i get this error Feb 22 16:49:00 /usr/bin/libtool --mode=compile mipsel-openwrt-linux-uclibc-gcc -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.43\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I./include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -DDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.4.43\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"attr\" -I../include -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 Feb 22 16:49:01 -c quote.c Feb 22 16:49:01 libtool: compile: unable to infer tagged configuration Feb 22 16:49:01 libtool: compile: specify a tag with `--tag' Feb 22 16:50:48 thats the makefile Feb 22 16:50:49 http://nopaste.info/4787cc0439.html Feb 22 16:51:13 PKG_FIXUP:=libtool probably is a good start Feb 22 16:51:42 oh, it's already there Feb 22 16:53:19 what does config.log look like? Feb 22 16:55:38 but passing a LIBTOOL=... to configure should probably help Feb 22 16:56:25 okay Feb 22 16:56:29 ill try that Feb 22 16:58:56 larsc: it workes Feb 22 16:58:57 thanks Feb 22 17:59:24 hmm Feb 22 17:59:37 when i have a Build/InstallDev in my makefile Feb 22 17:59:51 make package/foo/compile doesnt seem to install this files Feb 22 18:00:11 what do i have to enter to get Build/InstallDev executed? Feb 22 18:01:12 larsc: do u know this? Feb 22 18:02:21 ping nbd Feb 22 18:03:01 tripolar_: package/foo/install ? Feb 22 18:03:17 rtz2 doesnt seem to work Feb 22 18:04:28 ohh it workes with /compile as it seems but the files are not where i expect them ... hmmm Feb 22 18:06:30 then your makefile is wrong ;) Feb 22 18:06:36 i found them Feb 22 18:06:46 i think i have to -I the right dir :) Feb 22 18:06:50 *i hope* Feb 22 18:07:28 mipsel-openwrt-linux-uclibc-gcc -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -fhonour-copts -msoft-float -fpic -I/mnt/data/Openwrt/trunk_git/build_dir/target-mipsel_uClibc-0.9.30.2/libcap-2.17/libcap/include -I/mnt/data/Openwrt/trunk_git/staging_dir/target-mipsel_uClibc-0.9.30.2/usr/include/attr -L/mnt/data/Openwrt/trunk_git/build_dir/target-mipsel_uClibc-0.9.30.2/libcap-2.17/libcap/../libcap -lattr -Wl,-soname,libcap.so. Feb 22 18:07:28 2 -o libcap.so.2.17 cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_file.o Feb 22 18:07:33 /mnt/data/Openwrt/trunk_git/staging_dir/toolchain-mipsel_gcc-4.3.3+cs_uClibc-0.9.30.2/usr/lib/gcc/mipsel-openwrt-linux-uclibc/4.3.3/../../../../mipsel-openwrt-linux-uclibc/bin/ld: cannot find -lattr Feb 22 18:07:41 but libattr is there Feb 22 18:07:55 in $stagin_dir/usr/lib Feb 22 18:20:02 obsy * r19816 /packages/net/transmission/Makefile: [packages] transmission: update to 1.91 Feb 22 23:15:27 lars * r19818 /packages/utils/bandwidthd/patches/010-dont-add-host-paths.patch: [packages] bandwidthd: Don't add host include und library paths. Feb 22 23:17:11 lars * r19819 /packages/admin/syslog-ng3/Makefile: Feb 22 23:17:11 [packages] syslog-ng3: Pass missing configure args for which configure does Feb 22 23:17:11 autodetection. Which caused build failures Feb 22 23:18:50 lars * r19820 /packages/ (4 files in 4 dirs): [packages] urbi, opensips, faifa, kamailio: Build with -fPIC Feb 23 01:07:41 build #15 of pxcab is complete: Failure [failed compile_3] Build details are at http://tksite.gotdns.org:8010/builders/pxcab/builds/15 Feb 23 01:20:19 build #20 of ar71xx is complete: Failure [failed compile_6] Build details are at http://tksite.gotdns.org:8010/builders/ar71xx/builds/20 Feb 23 01:25:48 xMff: even python would be better Feb 23 01:38:14 I'm having problems building xmail - which is C++ using gcc 4.2.4 and glibc 2.6.1 Feb 23 01:38:54 I'm getting unresolved symbols __libc_csu_fini __libc_csu_init in crt1.o. Apparently these two functions are meant to be generated by the compier in the main() module.. or something like that. Feb 23 01:41:57 http://www.pastebin.com/d3005b45b Feb 23 01:42:09 anybody got ideas? Feb 23 01:47:06 ryd * r19821 /packages/Xorg/ (lib/vte/Makefile xorg/lib/libX11/Makefile): Fix dependencies for vte Feb 23 01:47:36 thx to larsc **** ENDING LOGGING AT Tue Feb 23 02:59:58 2010