**** BEGIN LOGGING AT Thu Sep 09 02:59:58 2010 Sep 09 07:26:40 -nodefaultlibs tripped me up in mysql as well!! Sep 09 07:27:05 weird Sep 09 07:27:19 glibc Sep 09 07:28:07 RealOpty: was failing during configure for mysql (same problem) Sep 09 07:28:38 ie __libc_csu_init link errors. Sep 09 07:29:15 maybe LIBGCC_S isn't being set up properly for glibc? Sep 09 09:31:02 good morning Sep 09 17:18:01 hi Hauke Sep 09 17:18:10 hi russell Sep 09 17:18:55 i'd be happy to test wgt634u fixes ;-) Sep 09 17:19:17 provide needed information, etc Sep 09 18:46:37 build #77 of ar7 is complete: Failure [failed svn shell_10 compile_12] Build details are at http://tksite.gotdns.org:8010/builders/ar7/builds/77 Sep 09 19:39:00 build #76 of ubicom32 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ubicom32/builds/76 Sep 09 19:39:04 build #71 of x86 is complete: Failure [failed svn compile_12] Build details are at http://tksite.gotdns.org:8010/builders/x86/builds/71 Sep 09 19:39:08 build #124 of ppc40x is complete: Failure [failed svn compile_12] Build details are at http://tksite.gotdns.org:8010/builders/ppc40x/builds/124 Sep 09 20:20:36 jow * r22989 /branches/backfire/package/uhttpd/ (Makefile src/uhttpd.c): [backfire] merge r22988 Sep 09 20:20:36 jow * r22988 /trunk/package/uhttpd/ (Makefile src/uhttpd.c): [package] uhttpd: break tight loop when receiving eof during header reading (#7904) Sep 09 20:51:57 nbd: ath9k already have multiple SSID support? Sep 09 20:52:14 yes Sep 09 20:52:29 including sta+ap? Sep 09 20:53:15 not yet Sep 09 20:54:27 i'll fix that once i get around to it Sep 09 20:54:30 ok, I was confused because I noticed you closed tickets about multiple ssid with patch "mac80211: update to wireless-testing 2010-05-24", but I still couldn't make this Sep 09 20:54:38 thanks! Sep 09 20:54:59 at some point it looked like it was working Sep 09 20:55:05 but there still are some unsolved issues that i found Sep 09 20:55:45 ok, I will update the wiki Sep 09 20:57:09 "multiple SSID supported in STA on trunk. STA and AP at the same time is not yet supported" Sep 09 20:57:35 make sure to keep it updated in the future :) Sep 09 20:57:57 I think I will introduce generic driver articles soon where we can put such information Sep 09 20:58:14 e.g. drvers/b43, drivers/ath9k etc. Sep 09 20:58:23 otherwise it will end up multiple times in various device pages Sep 09 20:58:29 and never be updated again Sep 09 20:58:47 and in two years ppl. tell the wiki sayd it does not work :) Sep 09 20:58:52 *said Sep 09 21:03:04 the problem is that it already says that, that's why I'm changing what is already wrong Sep 09 21:03:14 http://wiki.openwrt.org/doc/uci/wireless Sep 09 21:03:52 nunojpg: ah, there, sure go ahead Sep 09 21:09:21 jow * r22990 /trunk/include/package-ipkg.mk: [include] pass opkg offline root as command line arg, solves caching issues when switching between multiple subtargets, thanks Ralph Hempel for reporting Sep 09 21:10:52 jow * r22991 /branches/backfire/include/package-ipkg.mk: [backfire] merge r22990 Sep 09 21:53:39 mb * r22992 /trunk/package/iproute2/Makefile: iproute2: Once the make calls were fixed up, parallel compile seems to work well. Sep 09 22:38:52 nbd, xMff - any idea why -nodefaultlibs with glibc causes __libc_csu_init link errors? Sep 09 22:39:25 - I was wonderinf if maybe LIBGCC_S isn't being set up properly for glibc? Sep 09 22:39:26 probably because it does not link stuff that would've been previously used Sep 09 22:40:03 any idea why it's used in a couple of places then? Sep 09 22:40:20 nbd: ping Sep 09 22:40:31 usually its used to force uClibc++ instead of libstdc++ iirc Sep 09 22:40:52 OutBackDingo: pong Sep 09 22:41:08 nbd: any change on pushing that mac80211 patch in Sep 09 22:41:15 err chance Sep 09 22:41:31 which one? Sep 09 22:41:56 https://lists.openwrt.org/pipermail/openwrt-devel/2010-August/007724.html Sep 09 22:42:13 radiotap rate patch Sep 09 22:42:29 i'll ask the guys here (wireless summit) about the upstream status of that stuff later Sep 09 22:42:50 frogonwheels: tried adding -lc ? Sep 09 22:42:57 nbd: ok thanks Sep 09 22:43:00 frogonwheels: and do you have log? Sep 09 22:43:04 +a Sep 09 22:43:40 xMff: as soon as I take out the -nodefaultlibs it compiles - just looking for a better solution I guess Sep 09 22:43:52 yeah, try adding -lc instead Sep 09 22:44:11 or -lgcc_s rather Sep 09 22:45:29 hmm.. there's a $(LIBGCC_S) Sep 09 22:45:49 that's already there -wonder if it's not being set then? Sep 09 22:46:18 all packages using LIBGCC_S also seem to set the libc manually Sep 09 22:46:35 either -lzClibc++ or -lstdc++ or -lc Sep 09 22:47:27 ..it's got -luClibc++ -I'm just wondering if $(LIBGCC_S) is meant to have -lgcc_s or -lc or whatever is required. Sep 09 22:47:40 gcc_s Sep 09 22:48:58 LIBGCC_S=$(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-L$(TOOLCHAIN_DIR)/lib -lgcc_s,$(wildcard $(TOOLCHAIN_DIR)/usr/lib/gcc/*/*/libgcc.a)) Sep 09 22:49:35 wait Sep 09 22:50:47 ..so explicitly adding gcc_s doesn't work. Sep 09 22:50:54 the toolchain was reloacted from .../usr/ back one level higher Sep 09 22:51:17 -LIBGCC_S=$(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-L$(TOOLCHAIN_DIR)/lib -lgcc_s,$(wildcard $(TOOLCHAIN_DIR)/usr/lib/gcc/*/*/libgcc.a)) Sep 09 22:51:17 +LIBGCC_S=$(if $(wildcard $(TOOLCHAIN_DIR)/lib/libgcc_s.so),-L$(TOOLCHAIN_DIR)/lib -lgcc_s,$(wildcard $(TOOLCHAIN_DIR)/lib/gcc/*/*/libgcc.a)) Sep 09 22:51:22 try taking out the /usr/ Sep 09 22:51:31 dingo * r22993 /packages/net/wing/ (Makefile files/lib/network/wing.sh): [patchteam] Wing wireless mesh protocol - fixups for ver. 3 Sep 09 22:51:38 for me its indeed in /lib/ and not /usr/lib/ Sep 09 22:53:08 that didn't work -but usling -lc did Sep 09 22:55:11 maybe we could add -lc for CONFIG_LIBC="glibc" Sep 09 22:55:20 (to LIBGCC_S that is) Sep 09 22:55:27 hm not sure Sep 09 23:01:55 I keep doing builds of openwrt (on x86) hoping that one day I'll have a stable version that doesn't freeze on me Sep 09 23:02:13 reminds me on my old laptop Sep 09 23:02:15 I _believe_ it's the ath9k drivers that cause it.. but I don't know Sep 09 23:02:26 had a wifi that worked fine when it worked Sep 09 23:02:48 but it froze the whole system sooner or later Sep 09 23:03:00 with ndiswrapper, native drivers etc. Sep 09 23:03:07 erkk Sep 09 23:03:11 never got it sorted out Sep 09 23:03:16 *sigh* Sep 09 23:04:10 With the kontron board, it at least rebooted itself most of the time.. but now it just hangs until I powercycle Sep 09 23:04:26 (the kontron board is holidaying in finland) Sep 09 23:25:11 jow * r22994 /branches/backfire/target/linux/generic-2.6/files/drivers/net/phy/ (rtl8366_smi.c rtl8366_smi.h rtl8366rb.c rtl8366s.c): [backfire] merge r22702, r22703 and r22704 Sep 09 23:53:10 xMff, http://wiki.openwrt.org/doc/faq Sep 09 23:53:12 like it? Sep 09 23:53:17 mb * r22995 /packages/Xorg/app/pwrtray/ (5 files in 4 dirs): pwrtray: Update. Sep 09 23:53:33 looks ... dangerous :P Sep 09 23:54:53 lol Sep 09 23:55:51 I guess we need to steal more icons Sep 09 23:56:47 http://wiki.openwrt.org/meta/icons Sep 09 23:57:32 yes we need more icons Sep 09 23:58:45 I never noticed that page btw. Sep 09 23:59:17 we should make meta/icons/ICONSETNAME/ folders Sep 10 00:00:05 yet i created that page LOL Sep 10 00:02:19 xMff, you adding icons? Sep 10 00:02:26 RealOpty: nope Sep 10 00:02:40 editing http://wiki.openwrt.org/meta/icons?do=edit&rev= ? Sep 10 00:02:53 not anymore Sep 10 00:11:52 xMff, http://openiconlibrary.sourceforge.net/ Sep 10 00:12:11 the tango items are fine Sep 10 00:12:25 imo Sep 10 00:23:16 mb * r22996 /packages/Xorg/app/pwrtray/files/etc/init.d/pwrtray-backend: pwrtray: Start daemon in background Sep 10 02:08:32 build #80 of rdc is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/rdc/builds/80 **** ENDING LOGGING AT Fri Sep 10 02:59:57 2010