**** BEGIN LOGGING AT Mon Sep 14 02:59:57 2009 Sep 14 04:44:01 ping Sep 14 04:47:00 hi rwhitby Sep 14 04:47:16 mankash: g'day Sep 14 04:47:36 thx you too Sep 14 04:47:55 I heard that you are a guru of IXP425 platform? Sep 14 04:48:59 I did the port for the nslu2, but haven't done anything on ixp4xx for at least a year now. Sep 14 04:49:26 rwhitby:I am trying to locate USB header on my board Sep 14 04:50:05 may be you remember something Sep 14 04:50:31 mankash: which board? Sep 14 04:51:02 i am running openwrt on wrv54g which is running good Sep 14 04:52:00 I can see 5 pin and 2 pin headers other then serial and jtag ports Sep 14 04:52:47 wondering if writing some value in the CPU register give high lo on those pins Sep 14 04:53:01 yeah, that I don't know how to do. Sep 14 04:53:20 ok np thx Sep 14 06:56:22 ping Sep 14 06:57:22 How I can debug localization? Sep 14 07:18:17 anibody here? Sep 14 08:58:20 ping [florian] Sep 14 10:40:15 nbd * r17575 /trunk/include/host.mk: build prereq: look for tar under the name "gnutar" as well Sep 14 10:40:25 nbd * r17576 /trunk/package/madwifi/patches/ (441-fix_ibss_node_handling.patch 443-tx_drop_counter.patch): madwifi: remove an unimportant part of the ibss node handling fix, which led to a regression in ap-to-ap wds operation Sep 14 10:41:19 nbd * r17577 /branches/8.09/package/madwifi/patches/ (441-fix_ibss_node_handling.patch 443-tx_drop_counter.patch): merge r17576 to 8.09 Sep 14 10:45:37 nbd * r17578 /trunk/package/madwifi/patches/ (12 files): madwifi: fix a wds related race condition Sep 14 10:46:15 nbd * r17579 /branches/8.09/package/madwifi/patches/ (12 files): madwifi: merge r17578 to 8.09 Sep 14 14:47:45 jow * r17580 /trunk/package/firewall/ (Makefile files/20-firewall): [package] firewall: properly dispatch delif events if the network has a different name then the corresponding zone Sep 14 15:18:50 jow * r17581 /trunk/package/firewall/files/20-firewall: [package] firewall: move the config_get out of the loop, no need to call it multiple times Sep 14 16:12:13 ping Bartman007 Sep 14 16:14:30 jow * r17582 /trunk/package/base-files/ (Makefile files/sbin/ifdown): [package] base-files: dispatch ifdown events for proto=none interfaces and fix a race condition between revert state and hotplug handlers Sep 14 16:48:50 Anyone with commit care to look at 2 outstanding package? Sep 14 16:48:51 https://lists.openwrt.org/pipermail/openwrt-devel/2009-September/004979.html Sep 14 16:49:05 err wrong, link Sep 14 16:49:05 https://lists.openwrt.org/pipermail/openwrt-devel/2009-September/004980.html Sep 14 16:49:26 okay wrong link again, need more sleep Sep 14 16:49:30 hehe Sep 14 16:49:43 https://lists.openwrt.org/pipermail/openwrt-devel/2009-August/004958.html Sep 14 16:49:56 Let's try one outstanding package for now :) Sep 14 16:55:00 jow * r17583 /branches/8.09/package/ (4 files in 4 dirs): [8.09] merge r17580, r17581 and r17582 Sep 14 16:57:58 kupesoft: patch unexpectedly ends in middle of line Sep 14 16:57:58 patch: **** malformed patch at line 127: Sep 14 17:01:58 kupesoft: nvm, weird line ending issues Sep 14 17:04:36 jow * r17584 /packages/libs/libv4l/ (. Makefile patches/ patches/001-no-shm_open-fix.patch): [packages] Add the libv4l package which adds a generally uniform abstraction layer for webcams, particularly buggy ones. Sep 14 17:27:45 danke Sep 14 17:29:21 et voila, buggy gspca/other webcams work in openwrt out of the box :) Sep 14 19:19:38 nbd: u alive ? Sep 14 20:55:54 OutBackDingo: yes Sep 14 21:33:28 nbd: having an issue with the strip kernel / libs during a build with pthreads Sep 14 21:34:14 Strip unnecessary functions from libraries / Strip unnecessary exports from the kernel image under GLobal build Sep 14 21:35:01 http://pastebin.com/d61310a48 seems its failing in the pthreads olsrd part, any ideas how to resolve move past this ? or who would be the best person Sep 14 21:36:35 everything works fine without olsrd / pthreads in the build routine Sep 14 21:36:44 but once they are added this occurs Sep 14 21:41:14 interesting Sep 14 21:41:35 seems like mklibs should be changed to not include -lc when rebuilding libpthread Sep 14 21:41:53 it should use -nostdlib or something Sep 14 21:43:43 nbd: so its possibly fixable ? im trying to get thru a sealed image build for deployment Sep 14 21:43:52 and i need olsr :) Sep 14 21:44:15 yes, this is most likely fixable Sep 14 21:44:56 anything i can try locally to test ? Sep 14 21:45:22 change / remove -lc Sep 14 21:47:08 but only if libpthread is compiled Sep 14 21:47:26 heh its required by olsr Sep 14 21:47:34 you need to hack mklibs.py I think Sep 14 21:47:45 heh Sep 14 21:48:21 if pthread use -nostdlib Sep 14 21:48:29 yes Sep 14 21:48:34 or ommit -lc Sep 14 21:48:48 or both Sep 14 21:48:58 wouldnt ommiting -lc break other libs ? Sep 14 21:49:20 no, it's not the programs that are relinked Sep 14 21:49:23 it's just the libraries Sep 14 21:49:37 libpthread doesn't explicitly have to link against libc, iirc Sep 14 21:49:56 hrmm well then cant i just ommit the -lc or replace it with -nostdlib Sep 14 21:50:10 you can try Sep 14 21:50:14 not globally, just for pthread Sep 14 21:50:22 right now pthread does not rebouild Sep 14 21:50:22 might work for other libraries as well Sep 14 21:50:35 so you can't make it worse :D Sep 14 21:56:36 heh crappy python Sep 14 22:28:18 xMff: not looking like mklibs.py is the place to hack that i can see Sep 14 22:46:22 nbd: xMff: ok the difference being from what i can see http://pastebin.com/d3ebace9f so where is this command being called from ? Sep 14 22:49:05 it's being called from mklibs.py Sep 14 23:01:58 nbd: yikes. crap **** ENDING LOGGING AT Tue Sep 15 02:59:57 2009