**** BEGIN LOGGING AT Tue Nov 30 02:59:57 2010 Nov 30 04:13:30 [florian]: i think this is ready for commit: http://www.gimpelevich.san-francisco.ca.us/danielg4/r24197.patch Nov 30 04:53:59 build #31 of au1000 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/au1000/builds/31 Nov 30 05:58:35 build #30 of xburst is complete: Failure [failed shell shell_4] Build details are at http://tksite.gotdns.org:8010/builders/xburst/builds/30 Nov 30 07:12:16 ping xMff Nov 30 10:46:54 build #31 of ep93xx is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ep93xx/builds/31 Nov 30 11:48:25 [florian]: ? Nov 30 12:05:59 <[florian]> sn9: yes Nov 30 12:06:28 look above Nov 30 12:20:18 pong cshore Nov 30 12:47:48 build #31 of rdc is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/rdc/builds/31 Nov 30 14:22:36 build #31 of ifxmips is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ifxmips/builds/31 Nov 30 14:26:24 build #31 of iop32x is complete: Failure [failed shell shell_4] Build details are at http://tksite.gotdns.org:8010/builders/iop32x/builds/31 Nov 30 16:45:02 jow * r24198 /branches/backfire/package/busybox/patches/010-fix_mixed_implicit_and_normal_rules_error.patch: [package] busybox: fix mixed implicit and normal rules (#8000) Nov 30 16:49:52 pong/ping cshore Nov 30 17:03:25 hi all Nov 30 17:03:41 is there anybody who is using openwrt with the fox hw? (etrax cpu) Nov 30 17:05:34 pong jow Nov 30 17:06:28 ping/pong jow_laptop Nov 30 17:08:37 cshore: for me an ext4 overlay with rw,sync,nobarrier seems to work Nov 30 17:08:49 cshore: journal disabled with tune2fs Nov 30 17:09:21 ok, I will try today. Nov 30 17:09:46 Vega79: claudio may know more, unfortunately he's not around right now Nov 30 17:09:48 does it work with journalling (that's kind of an important feature of ext3/4) Nov 30 17:10:16 ? Nov 30 17:10:20 thanks jow_laptop i was hoping to find him online :) Nov 30 17:10:56 cshore: didn't try. We got some reports that ext4 with journal is a real performance and memory killer, so I didn't even bother Nov 30 17:11:06 ah, ok Nov 30 17:11:36 ext4 module, or ext4 fs? Nov 30 17:11:46 ext4 module Nov 30 17:11:55 erm ext4 fs Nov 30 17:12:01 mounted with ext4.ko obviously Nov 30 17:12:06 right Nov 30 17:12:13 https://dev.openwrt.org/ticket/8334 Nov 30 17:12:22 was wondering if we should keep ext3 around for now anyway, then Nov 30 17:12:26 jow_laptop, a silly question does he come on irc frequently? :) Nov 30 17:12:26 does anybody here maintain the libconfig package for openwrt? Nov 30 17:12:38 DonDiego: afaik not Nov 30 17:12:48 Vega79: good question ;) Nov 30 17:12:55 the above ticket has a simple patch for the libconfig package Nov 30 17:13:26 openwrt installs libconfig.h into a libconfig/ subdir, which is nonsense as upstream libconfig installs it into the top directory Nov 30 17:13:40 Vega79: https://dev.openwrt.org/wiki/claudio Nov 30 17:13:48 so applications compiling against libconfig need to be changed to work in openwrt Nov 30 17:13:59 (i hope i'm making myself clear) Nov 30 17:14:11 thanks jow_laptop, let's have a look Nov 30 17:14:24 i might send an email.. Nov 30 17:14:45 DonDiego: are there packages already using this way that will also need to be patched back, because the build will break if we apply your patch? Nov 30 17:15:00 jow * r24199 /packages/libs/libconfig/Makefile: [packages] libconfig: move libconfig.h to toplevel include directory (#8334) Nov 30 17:15:29 er, now that the patch is applied? Nov 30 17:15:43 no, they should not need any changes Nov 30 17:16:03 we'll see if the builder break Nov 30 17:16:16 libconfig.h should be in /usr/include/libconfig.h, not /usr/include/libconfig/libconfig.h (assuming a /usr prefix) Nov 30 17:16:34 since /usr/include is a default location, apps should not break Nov 30 17:16:49 they will carry around pointless -I flags of course Nov 30 17:17:40 well, if somebody was stupid enough to patch the app to use '#include ' instead of '#include ', then it might indeed break Nov 30 17:17:46 but it will be trivial to fix.. Nov 30 17:19:12 true....too early in the day to think. Nov 30 17:19:15 jow_laptop: thanks for applying Nov 30 17:19:58 jow_laptop: while we're at it, you may wish to have another look at ticket 8100 ;) Nov 30 17:20:21 btw, do you merge such patches back to the backfire branch? Nov 30 17:20:38 backfire and trunk share the same package feed so no need for merging Nov 30 17:21:47 so just running 'scripts/feeds update' should pull in your commit? Nov 30 17:21:52 yes Nov 30 17:21:56 :) Nov 30 17:21:58 * DonDiego tries Nov 30 17:22:32 package/feeds/packages/qwo/Makefile:TARGET_CPPFLAGS+=-I$(STAGING_DIR)/usr/include/libconfig Nov 30 17:22:46 this is one package setting an unnecessary -I flag Nov 30 17:23:53 build #32 of adm5120 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/adm5120/builds/32 Nov 30 17:24:06 jow_laptop: do you want a patch for removing this flag or can you do it on your own? Nov 30 17:24:21 I think I can manage this on my own ;) Nov 30 17:24:27 :) Nov 30 17:25:28 jow_laptop: here's what I'm thinking for the extroot sysupgrade http://openwrt.pastebin.ca/2006876 Nov 30 17:25:45 * DonDiego can barely stand the suspense Nov 30 17:26:40 * cshore sends an EMP burst to DonDiego's computer Nov 30 17:26:48 jow * r24200 /packages/Xorg/app/qwo/Makefile: [packages] qwo: remove unneeded CPPFLAGS override after r24199 Nov 30 17:28:06 jow: the one thing I'm thinking is to put the md5sum under /usr/lib instead of /etc because it's not a config file and should not be modified by the user or restore after a full etc backup that some people do Nov 30 17:28:39 cshore: yes, but /usr/share is better Nov 30 17:28:48 ah, right, ok Nov 30 17:29:22 though I think even /.extroot.md5sum would be okay Nov 30 17:29:36 good idea....I'll do that Nov 30 17:30:10 cshore: hey! what happened to my computer there? Nov 30 17:30:24 DonDiego: lol! Nov 30 17:30:57 cshore: hm and I really think you should make the /tmp/overlay think global Nov 30 17:31:01 *thing Nov 30 17:31:20 DonDiego: I have secret powers...the gov't will be after me soon. Nov 30 17:31:32 e.g. ER_OVERLAY_PREFIX which is either unset or /tmp/overlay Nov 30 17:31:44 the if loops everywhere are quite distracting Nov 30 17:32:13 cshore: the government and the band of thugs that i will be sending! Nov 30 17:32:20 jow_laptop: yes, I had noticed that, I'll actually change the '50_determine... Nov 30 17:32:28 ok Nov 30 17:33:36 DonDiego: oh well, I was thinking of moving anyway ... just got to make it sooner :P Nov 30 17:35:52 DonDiego: probably the only thing I need to do to protect myself is set my Facebook address to OuterMongolia ... no one will find me then! Nov 30 17:36:46 cshore: how does one reactivate the overlay? Nov 30 17:37:12 jow_laptop: erase the md5sum and reboot Nov 30 17:37:18 ok Nov 30 17:37:25 jow_laptop: or copy the one on jffs2 Nov 30 17:40:03 jow_laptop: that is erase the one on the extroot Nov 30 17:52:56 cshore: nah, you're doomed, stop fighting the inevitable, there is no need to make this extra hard on yourself.. Nov 30 17:55:01 build #37 of ubicom32 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ubicom32/builds/37 Nov 30 18:01:37 hi can someone explain me the difference between /trunk and /branches/backfire ? which one is more developed on, which is newer ? afais branches/backfire compiles as as image which says in motd its backfire, and /trunk compiles as a kamikaze ... as far as i understood, backfire is the newer release, isnt it ? Nov 30 18:15:49 trunk is newer; it's called Kamikaze even though there was an older Kamikaze release Nov 30 18:15:58 Kamikaze vs White Russian Nov 30 18:16:13 name wasn't changed after Kamikaze release Nov 30 18:17:34 Kamikaze was the new buildroot after White Russian Nov 30 18:18:12 When releases were first made it was as kamikaze, but when the new Backfire was release, the trunk wasn't renamed Nov 30 19:48:02 cshore: after all, there is a certain self-destructive undertone to trunk Nov 30 19:48:34 but for the greater good Nov 30 20:33:40 [florian]: ping Nov 30 20:45:50 <[florian]> KanjiMonster: pong Nov 30 21:16:15 mirko * r24201 /packages/sound/pulseaudio/ (Makefile patches/005-oil-init-no-optimize.patch): [packages/pulseaudio] upgrade to version 0.9.22 (latest) - WARNING: this release requires libtool2 (libltdl7) which is not the default yet Nov 30 21:16:21 mirko * r24202 /packages/sound/pulseaudio/Makefile: [packages/pulseaudio] adjust md5sum Nov 30 21:16:28 mirko * r24203 /packages/sound/pulseaudio/Makefile: [packages/pulseaudio] depend on libspeexdsp instead of libspeex Nov 30 21:18:26 loswillios: ping Nov 30 22:22:09 mirko: pong Nov 30 22:22:31 ah, you merged pa Nov 30 22:23:56 I had another PA patch lying around but never managed to update the ticket Nov 30 22:25:57 mirko: http://willies.info/tmp/patch-update-pulseaudio-to-0.9.21.diff Nov 30 22:27:16 it removes the @BROKEN though (which is not true, libtool2) Nov 30 22:52:20 loswillios: currently checking what is going to break when moving to libtool2 in trunk Nov 30 22:52:39 cool! Nov 30 22:53:13 wanna see pa working upstream finally Nov 30 22:58:33 loswillios: currently trying to cleanup the Makefile, your patch is quite helpful here, thanks :) Nov 30 23:02:17 sure Nov 30 23:41:20 build #31 of octeon is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/octeon/builds/31 Dec 01 00:14:04 heil * r24204 /packages/net/haproxy/Makefile: [packages] haproxy: bump to version 1.4.10 due to critical bug Dec 01 01:00:44 <_lore_> ping nbd Dec 01 01:02:16 pong Dec 01 01:02:22 <_lore_> hi Dec 01 01:02:27 hi Dec 01 01:03:07 <_lore_> I am trying to use ath5k on fon2100A Dec 01 01:03:56 you mean with wojciech's patches? Dec 01 01:04:04 <_lore_> using Dec 01 01:04:06 <_lore_> yes Dec 01 01:04:23 haven't played with those yet Dec 01 01:04:57 <_lore_> but ath5k driver is not able to identify radio version Dec 01 01:06:02 <_lore_> ath5k_hw_init fails Dec 01 01:06:55 <_lore_> which are mac and phy revision of yhis device? Dec 01 01:07:00 <_lore_> *this Dec 01 01:07:02 no idea Dec 01 01:09:39 <_lore_> I've inserted these printks to debug the issue Dec 01 01:09:48 <_lore_> http://pastebin.ca/2007256 Dec 01 01:09:57 loswillios: pulse just segfaults for me right now :/ Dec 01 01:14:13 build #42 of brcm63xx is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/brcm63xx/builds/42 Dec 01 01:19:27 build #31 of mpc52xx is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/mpc52xx/builds/31 Dec 01 01:28:13 mirko * r24205 /packages/sound/pulseaudio/Makefile: cleanup Makefile, add missing dependencies, packages tools seperately - still broken: segfaults in system mode / fails to allocate memory in user mode **** ENDING LOGGING AT Wed Dec 01 02:59:57 2010