**** BEGIN LOGGING AT Sun May 12 02:59:59 2013 May 12 03:23:22 build #274 of atheros is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/274 May 12 03:59:56 build #276 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/276 May 12 06:14:20 hmm, /me tried to add kmod-serial-pl2303, plugged in device, nothing is detected (according to dmesg etc) May 12 06:14:33 lsusb show just the host hub or whatever May 12 08:08:21 cyrus r36605 trunk/package/network/ipv6/ 6rd/Makefile 6rd/files/6rd.sh * 6rd: increase metric of default route May 12 09:56:09 <_trine> does anyone know why FreeSwitch has disappeared from menuconfig May 12 09:57:09 <_trine> yesterday i tried many different things all to no avail,, including a distclean nothing was able to get FS back up showing in menuconfig May 12 09:57:55 _trine: you mentioned that you see can find it with /, look at its depends on line and fine the dependency that isn't fullfilled (=n) May 12 09:58:22 <_trine> everyone appears to be in some state of cognitive dissonance May 12 09:59:01 <_trine> I have just done today a complete new CO and it isnt showing in there too May 12 10:00:35 <_trine> in my new CO they are all set to (n) May 12 10:03:06 KanjiMonster: bcm63xx SoCs are not able to drive interrupts like bcm47xx, am I wrong? May 12 10:03:23 danitool: drive interrupts like bcm47xx? May 12 10:03:34 yes May 12 10:03:41 what do you mean by that May 12 10:03:42 or others May 12 10:04:32 well, receive a signal without polling ? May 12 10:04:36 _trine: try with a preexisting config; iirc the search/help shows the value like they are in the .config, not at the current signal May 12 10:05:40 danitool: interrupt mean exactly that you get a signal, and that's no different than on bcm47xx (or any other chip) May 12 10:05:41 <_trine> KanjiMonster, I am not sure what you mean May 12 10:05:50 <_trine> do you want me to search .config May 12 10:06:16 _trine: try running with a preexisting .config then searching for freeswitch, then you should get more meaningful values for the dependencies May 12 10:07:08 danitool: there is no polling involved anywhere in the irq handling on bcm63xx May 12 10:07:14 <_trine> freeswitch isnt in my .config May 12 10:07:21 I mean in menuconfig May 12 10:08:03 <_trine> do you mean in a menuconfig where FS is showing May 12 10:08:13 <_trine> I have not got one May 12 10:08:20 not sure about this... May 12 10:08:21 ... May 12 10:08:44 #define gpio_to_irq(gpio) -1 May 12 10:09:06 _trine: do you see freeswitch in menuconfig when you search for it? (/, then "freeswitch$") May 12 10:09:07 I'm referring exatctly to this May 12 10:09:17 <_trine> no May 12 10:09:29 <_trine> only the parts of it May 12 10:09:50 parts of it? May 12 10:10:03 whereas in bcm47xx: extern int gpio_to_irq(unsigned gpio); May 12 10:10:08 <_trine> http://dpaste.com/1144647/ May 12 10:10:16 <_trine> thats from the .config May 12 10:10:42 danitool: bcm63xx doesn't have a gpio interrupt, that's why you need to poll for gpio changes - but that doesn't have anything to do with generic interrupts May 12 10:10:53 <_trine> FS has addtions you can choose to include I can see those with / in menuconfig May 12 10:10:54 _trine: I'm not asking about the .config May 12 10:11:09 _trine: try searching for "freeswitch$" May 12 10:11:18 you should get two hits May 12 10:12:06 <_trine> I get lots of hits May 12 10:12:13 the $ at the end is important May 12 10:12:18 <_trine> ah May 12 10:12:20 <_trine> ok May 12 10:12:32 ok, I badly wrote the question May 12 10:13:01 danitool: some boards use the external interrupts for buttons May 12 10:13:34 <_trine> KanjiMonster, http://dpaste.com/1144666/ May 12 10:14:01 <_trine> do i need shadow May 12 10:14:10 _trine: looks like it should be in Network -> Telephony May 12 10:14:24 <_trine> it isnt May 12 10:14:27 looks like May 12 10:16:01 <_trine> that was the probem May 12 10:16:11 <_trine> it needs shadow May 12 10:16:17 <_trine> thats odd May 12 10:16:25 <_trine> FS shows now May 12 10:16:39 <_trine> why does it depend on shadow May 12 10:17:13 I was trying to figure out why in bcm63xx the gpio SD/MMC doesn't work May 12 10:17:16 <_trine> is this a mistake May 12 10:17:41 may be this caused by the lack of interrupts in gpio? May 12 10:18:51 might be May 12 10:19:03 <_trine> I think it is May 12 10:19:12 if it depends on there being an interrupt, then yes May 12 10:19:27 <_trine> its been driving me further round the bend :) May 12 10:19:50 <_trine> in y case it could be just a kink May 12 10:20:00 <_trine> my ^^6 May 12 10:21:10 <_trine> KanjiMonster, will you check this up to see if FS should not have this dependency ? May 12 10:21:35 <_trine> which stops it being displayed in menuconfig May 12 10:22:02 <_trine> at least we have got to the bottom of it May 12 10:22:19 _trine: this is a transitive dependency; it +depends on a shadow util which depends on shadow being selected May 12 10:22:34 <_trine> yes i know May 12 10:22:46 <_trine> but that is barmy May 12 10:24:04 Also I was trying to port the lirc driver from the raspberry pi to bcm63xx, but I noticed rpi uses the gpio interrupts to drive such high frequencies (38kHz) May 12 10:24:43 then this makes impossible to use the gpios for stuff like that.. May 12 10:25:39 <_trine> KanjiMonster, and why on earth would FS ever need shadow anyway May 12 10:26:25 <_trine> I think this situation might be commonly known in the trade as a 'fuck up' May 12 10:34:43 <_trine> draco@drac-System:~/docknew/trunk$ svn log package/freeswitch May 12 10:34:43 <_trine> svn: 'package/freeswitch' is not under version control May 12 10:47:57 <_trine> I get this when I want pyload as well http://dpaste.com/1144800/ May 12 10:52:29 jogo r36606 packages/net/nginx/Makefile * packages: nginx: fix libopenssl dependency May 12 10:56:18 jogo r36607 trunk/target/linux/ generic/patches-3.3/090-CVE-2013-1763.patch generic/patches-3.6/090-CVE-2013-1763.patch * kernel: fix CVE-2013-1763 in older kernels May 12 10:57:04 jogo r36608 branches/attitude_adjustment/target/linux/generic/patches-3.3/090-CVE-2013-1763.patch * AA: kernel: fix CVE-2013-1763 May 12 11:53:44 jogo r36609 trunk/target/linux/ (6 files in 2 dirs) * bcm63xx: remove empty directories May 12 11:55:45 jogo r36610 trunk/target/linux/brcm63xx/base-files/etc/init.d * bcm63xx: remove defconfig support May 12 12:15:03 build #247 of rb532 is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/247 May 12 12:17:00 build #247 of ppc44x is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/247 May 12 12:41:48 <_trine> why is pyload not showing http://dpaste.com/1144800/ I have LIBSTDCPP selected in base system May 12 13:02:49 _trine: sounds like an outdated tmp/.packages-config.in, there is no INSTALL_LIBSTDCPP on trunk anymore May 12 13:03:58 <_trine> KanjiMonster, this is a new CO May 12 13:04:16 <_trine> its only 2 hours old May 12 13:05:39 _trine: pyload does not depend on it for me, so the problem must be on your side (actually no package should depend on it anymore) May 12 13:06:43 <_trine> well as i say this is a new CO May 12 13:06:56 is this trunk? aa? May 12 13:07:01 <_trine> trunk May 12 13:08:00 then it can't be really fresh, because there is no mentioning of INSTALL_LIBSTDCPP anywhere in trunk or packages anymore May 12 13:11:01 <_trine> KanjiMonster, I deleted tmp and for some reason pyload appeared May 12 13:11:41 so this wasn't a fresh checkout after all, but an older updated one May 12 13:12:14 <_trine> I have compiled it a couple of times since I downloaded it May 12 13:12:50 <_trine> FS compiles OK May 12 13:21:50 <_trine> KanjiMonster, if FS is still going to depend on 'shadow' and I dont undersyand why it should,, should 'shadow' then not be defined as default May 12 14:06:17 <_trine> KanjiMonster, I have just been speaking with mazilo and he tells me his openwrt FS does not depend on shadow May 12 14:06:23 <_trine> so whats going on May 12 14:07:33 <_trine> I have at the moment 4 different copies of FS in separate folders and my FS in all of them needs shadow May 12 14:07:59 <_trine> the plot gets a little thicker May 12 14:27:32 <_trine> KanjiMonster, can you try a new CO of trunk to see if it needs shadow for FS to show May 12 14:28:05 <_trine> there appears to be a discrepancy between mine and mazilos May 12 15:46:25 jow r36611 packages/net/nodogsplash * packages: drop nodogsplash, it moved to the openwrt-routing feed May 12 15:46:31 jow r36612 packages/utils/shadow/Makefile * Revert "[package] shadow: rework Makefile" (should fix #13515) May 12 16:18:15 <_trine> is there a typo in shadow-chage. May 12 16:19:10 <_trine> should it be shadow-change. May 12 18:17:53 updated openwrt/upstream, https://home.comcast.net/~sdwalker/uscan/index.html May 12 19:01:06 build #289 of brcm63xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/289 May 12 19:03:55 In changesets like https://dev.openwrt.org/changeset/33922/ what is the procedure for using kconfig.pl to refresh the generic linux config? May 12 19:08:06 aport: ./scripts/kconfig.pl $config > $config.tmp; cp $config.tmp $config May 12 19:08:27 (kconfig.pl can't do in-place sorting) May 12 19:11:18 well how about that, what a nifty script! May 12 19:11:23 thanks! May 12 19:12:59 kconfig.pl is also nice to use on the output of ./scripts/diffconfig.sh to keep a minimized config in a VCS and have readable changes May 12 19:16:08 that sounds quite useful May 12 19:23:47 build #237 of sibyte is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/237 May 12 19:43:59 build #247 of avr32 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/247 May 12 19:46:39 build #242 of xburst is complete: Failure [failed shell_12] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/242 May 12 21:31:03 luka r36613 packages/utils/shadow/Makefile * [packages] shadow: revert r36612 and use r36574 May 12 21:31:04 luka r36614 packages/libs/postgresql/Makefile * [packages] postgresql: fix visibility issues with libpq May 12 21:36:02 build #277 of brcm47xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx/builds/277 May 12 21:42:56 jogo r36615 trunk/target/linux/ brcm63xx/patches-3.8/554-board_DWVS0_leds_buttons.patch brcm63xx/patches-3.8/801-ssb_export_fallback_sprom.patch * [brcm63xx] led and buttons support for board DWV-S0 May 12 21:42:58 jogo r36616 trunk/target/linux/brcm63xx/config-3.8 * bcm63xx: don't build CRAMFS May 12 21:43:01 jogo r36617 trunk/target/linux/ (16 files in 13 dirs) * kernel: move CONFIG_MIPS_SEAD3 to generic **** ENDING LOGGING AT Mon May 13 02:59:58 2013