**** BEGIN LOGGING AT Tue Oct 25 02:59:57 2011 Oct 25 06:39:32 build #67 of rdc is complete: Failure [failed compile_7] Build details are at http://buildbot.openwrt.org:8010/builders/rdc/builds/67 Oct 25 08:10:35 hello, what should i do? http://pastebin.com/ay6NLS66 Oct 25 08:12:47 <[florian]> resolve the conflict Oct 25 08:15:10 ;-) Oct 25 08:16:55 <[florian]> that's more a svn workflow question than something specific to openwrt Oct 25 08:19:32 meh, np rm it and svn update again Oct 25 08:35:46 ok so if i understand correctly openwrt devs have tweaked kernel config related to the exact machine selected in make menuconfig Oct 25 08:36:23 in my case i selected tp-link wr703n but in make kernel_menuconfig i can see hardware and software related options selected that arent used at all Oct 25 08:36:34 this could lead to a bigger kernel and for the 4 mb flash thats an issue Oct 25 08:38:39 like CONFIG_NET_DSA and the two marvel chips selected... Oct 25 08:45:05 <[florian]> don't fool yourself, a mips compressed kernel fits within a few hundreds KBytes Oct 25 08:45:18 <[florian]> removing some random options, will, at best make you win 100KB Oct 25 08:45:43 enough for 3g support and maybe ipv6 Oct 25 08:45:49 i really really dont want luci out Oct 25 08:46:17 <[florian]> so you should be able to make this fit within 3MB of flash Oct 25 08:47:04 im recompiling right now a customized image for wr703n Oct 25 09:06:08 uhm, opkg error.. http://pastebin.com/TfbRhkk7 Oct 25 10:22:24 build #80 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/80 Oct 25 11:31:02 jow * r28573 /trunk/package/mac80211/Makefile: [package] mac80211: allow building ath9k_htc without PCI support, based on patch by Helmut Schaa Oct 25 11:39:39 jow * r28574 /packages/net/shorewall-lite/ (Makefile patches/110-MODULESDIR.patch): Oct 25 11:39:39 shorewall-lite: update to 4.4.24 Oct 25 11:39:39 This patch updates shorewall-lite to current stable release 4.4.24 Oct 25 11:39:39 Signed-off-by: Edy Corak info@loenshotel.de Oct 25 12:42:56 marek * r28575 /packages/net/batman-adv/ (5 files in 2 dirs): Oct 25 12:42:56 batman-adv: bugfixes for the 2011.3.1 release Oct 25 12:42:56 Signed-off-by: Marek Lindner Oct 25 12:45:53 jow * r28576 /packages/net/shorewall-lite/Makefile: [packages] shorewall-lite: remove obsolete dependency on iptables-utils (#10217) Oct 25 12:47:15 jow * r28577 /packages/net/multiwan/Makefile: [packages] multiwan: remove obsolete dependency on iptables-utils (#10217) Oct 25 12:52:52 uhm, anyone wants to tell me if CONFIG_PACKAGE_luci-sgi-uhttpd is critical for running luci with uhttpd? if i select luci in menuconfig this option is not auto-selected.. Oct 25 13:04:08 no itsn ot Oct 25 13:07:24 so i leave it disabled Oct 25 13:07:58 thanks jow_laptop ! Oct 25 13:08:29 nbd * r28578 /trunk/package/busybox/patches/920-portability.patch: busybox: fix a compile error on mac os x Oct 25 13:11:49 jow * r28579 /packages/libs/firewall-mod-save/Makefile: [packages] firewall-mod-save: remove obsolete dependency on iptables-utils (#10217) Oct 25 13:19:11 uhm, if my wr703n has u-boot then i suppose i can opt out from the kernel at mtd config redboot and myloader .. Oct 25 13:19:28 <[florian]> correct Oct 25 13:19:58 thanks, im trying to profit from flash at best Oct 25 13:26:37 jow * r28580 /branches/packages_10.03.1/net/shorewall-lite/Makefile: [backfire/packages] shorewall-lite: merge r28576 Oct 25 13:27:18 jow * r28581 /branches/packages_10.03.1/net/multiwan/Makefile: [backfire/packages] multiwan: merge r28577 Oct 25 13:27:59 jow * r28582 /branches/packages_10.03.1/libs/firewall-mod-save/Makefile: [backfire/packages] firewall-mod-save: merge r28579 Oct 25 13:32:15 jow * r28583 /branches/packages_10.03.1/net/wget/Makefile: [backfire/packages] wget: merge r28519 (CVE-2010-2252) Oct 25 14:08:49 uhm, if i want to buid (sometimes) two separate kernel and packages config, what are the config files that i must save or symlink before each compile? Oct 25 14:16:02 <[florian]> are you using the env script? found in trunk/scripts/env? Oct 25 14:16:49 no, hmm, just ran it, very nice, so thats the way to go? Oct 25 14:34:13 <[florian]> dape_at_work: it's pretty self explanatory Oct 25 14:34:18 <[florian]> the usual workflow with this script is: Oct 25 14:34:25 <[florian]> ./scripts env new foo Oct 25 14:34:27 <[florian]> make menuconfig Oct 25 14:34:31 <[florian]> save your options Oct 25 14:34:37 <[florian]> ./scripts env new bar Oct 25 14:34:42 <[florian]> save the changes to foo Oct 25 14:34:44 <[florian]> and switch to bar Oct 25 14:34:57 <[florian]> then ./scripts/env switch foo (or bar) when you need to Oct 25 14:38:45 yes, ive seen the help, its very cool, thanks! Oct 25 15:17:26 aight, fingers crossed, compiling pppoe,3g support, ipv6 and luci in this 4 mb flash Oct 25 15:36:43 uhm, is CONFIG_PACKAGE_kmod-textsearch=y related to some iptables string match feature or something? i would like to skip this package but its selected always.. Oct 25 15:37:49 yes Oct 25 15:37:59 layer7 and xt_string depend on it Oct 25 15:38:38 instead of chopping tiny bits off the kernel, did you include other obvious candidates like opkg? Oct 25 15:38:41 hmm, wont use those so soon, anyway i can skip them? Oct 25 15:38:48 s/include/exclude/ Oct 25 15:38:50 yes, opkg is out Oct 25 15:39:05 did you enable the luci src diet feature? Oct 25 15:39:06 will be a 3g and pppoe mini router with multiwan Oct 25 15:39:11 NO, where? :) Oct 25 15:39:27 its in luci-lib-core submenu Oct 25 15:39:36 im on it, thanks for the tip Oct 25 15:39:40 LuCI -> Libraries -> luci-lib-core -> ... Oct 25 15:40:21 Build Target ? cause under luci-lib-core there's no submenu Oct 25 15:40:25 yes Oct 25 15:40:33 Buid Target Compressed Source Oct 25 15:40:51 thanks! Oct 25 15:41:35 not sure how much it saves after compression Oct 25 15:42:09 lets see, so far i got 290k free, no multiwan installed yet and only english support for luci Oct 25 15:42:12 but it made the lua quote quite compact in my tests Oct 25 15:42:19 *lua code Oct 25 15:42:22 tell you in few minutes Oct 25 15:43:47 mhei_: I wonder whether we should make php5 depend on at least zoneinfo-core now Oct 25 15:44:19 mhei_: because right now a standalone php5 installation will complain about a corrupted TZ database since it cannot find something for "UTC" Oct 25 15:47:43 mhei_: also it looks like the php developers took away the ability specify a timezone with "TZ" and the heuristics to find a matching one (http://svn.php.net/viewvc/php/php-src/trunk/ext/date/php_date.c?r1=315779&r2=316640) Oct 25 15:48:01 so more patches might be needed in case we update php5 Oct 25 15:49:14 I'd propose to make it read /etc/localtime and fall back to UTC Oct 25 15:53:53 if I just continuously overwrite a file on "disk" (not /tmp) will the linux drivers magically take care of wear levelling for me? Oct 25 15:54:32 jffs2 will, but it has only so many blocks to work with Oct 25 15:56:30 if I keep writing just a few bytes, it will take a while to run out of even just one block though right? Oct 25 15:56:58 nope, in order to write a few bytes, a whole block has to be erased and written again Oct 25 15:57:07 youch Oct 25 15:57:19 which is usually 64k or even bigger Oct 25 15:57:25 I guess I'm too used to eeprom for this. Oct 25 15:57:59 jow_laptop, sorry for interruption, luci compressed source saved few insignifiant Ks. Oct 25 15:58:08 dape_at_work: ok Oct 25 15:58:10 is there anyway to find out the block size? Oct 25 15:58:21 karlp: cat /proc/mtd, the eraseblock column Oct 25 15:59:07 rootfs_data I presume? that's where /overlay seems to go Oct 25 15:59:15 yes Oct 25 16:23:51 jow * r28584 /trunk/target/linux/ (37 files in 22 dirs): target: globally disable BSD process accounting Oct 25 16:24:28 cool :) i wanted to ask if this is really used by any program Oct 25 16:25:05 jow * r28585 /trunk/target/linux/brcm47xx/config-3.0: brcm47xx: revert accidentially added EARLY_PRINTK symbol from previous commit Oct 25 16:45:18 jow * r28586 /trunk/target/linux/generic/ (9 files): target: remove CONFIG_IDE_PROC_FS support as well Oct 25 16:51:02 build #100 of s3c24xx is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/100 Oct 25 17:09:23 if jffs wear levelling isn't a very good way of saving persistent data, are there any other tricks commonly used? Oct 25 17:09:59 there's never going to be enough time to detect the power condition and save to flash then, I would imagine Oct 25 17:23:36 build #92 of pxcab is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/pxcab/builds/92 Oct 25 17:52:30 guys sorry if i ask this here and not on the main #openwrt channel, not sure, if i play with multiwan do i still need in kernel CONFIG_IP_ADVANCED_ROUTER and CONFIG_IP_MULTIPLE_TABLES ? Oct 25 17:52:45 yes Oct 25 17:52:53 darn, so it uses iproute Oct 25 17:53:13 you can try to use busybox ip Oct 25 17:53:19 and ditch the full iproute2 Oct 25 17:53:24 i saw that has some iproute functionality in Oct 25 17:54:35 ah, and another question, if this wr703n has only one ethernet port, do i still need CONFIG_VLAN_8021Q ? Oct 25 17:54:54 dont plan to use trunk on that port, just pure access Oct 25 17:55:25 no I don't think so Oct 25 17:55:42 in this case you can also disable vconfig in busybox Oct 25 17:55:47 should i try? dont think i can solder serial on this, its too small device :) Oct 25 17:56:06 ah, hmm, nice idea, so i can choose the build options in busybox? hmm Oct 25 17:56:08 well can you recover it? Oct 25 17:56:33 dont think so, openwrt recovery will still use the kernel without vlan so.. Oct 25 17:56:55 so you have no bootloader access Oct 25 17:57:00 i mean heck, i could still ask dad to solder the serial but his eyes could miss the pads :) Oct 25 17:57:45 logic would tell that with only one port there's no need for vlan, but what could still use this.. Oct 25 17:58:01 wel lthere's strange hardware out there Oct 25 17:58:26 there were definitely brcm47xx units with only one ethernet port but they had a switch like a wrt54gl Oct 25 17:58:36 with all but one external port unconnected Oct 25 17:58:49 one needs vlans then Oct 25 17:59:47 swconfig dev ag71xx show doesnt work Oct 25 18:03:25 dape_at_home: it would be swconfig dev switch0 (or eth0) Oct 25 18:05:30 Failed to connect to the switch to both Oct 25 18:05:50 then there is none Oct 25 18:06:47 if this would be true than i do not need swconfig package Oct 25 18:07:01 let me check things out deeper Oct 25 18:08:34 but I would not remove 802.1q, it could become useful, especially on a single port device Oct 25 18:08:46 I suppose removing swconfig gains you more Oct 25 18:08:56 ook Oct 25 18:14:15 you can also remove several phy drivers (e.g. ar8216, rtl8366rb/s) Oct 25 18:14:50 did it :) Oct 25 18:15:48 guys look, checked with my dlink 825 /etc/config/network.. on this 703n there is only config interface loopback and config interface lan in /etc/config/network , thats it, from the generic trunk image installation for tp-link 703n Oct 25 18:16:01 so this surely means swconfig ain't used, right? Oct 25 18:18:48 yes Oct 25 18:29:10 oki, well, i am at SPI support, i see Atheros AP83, my Atheros AR71xx controller and Atheros PB44, should i disable the other too? Oct 25 18:30:34 the other two i meant, in dmesg i see only "Atheros AR71xx SPI Controller driver version 0.2.4" Oct 25 18:34:50 also i'm wondering about CONFIG_JFFS2_FS_XATTR too :) Oct 25 18:34:57 xattr is madatory Oct 25 18:35:04 oki Oct 25 20:35:25 uhm, i get "uci: Parse error (invalid command) at line 5, byte 0" on "uci commit" .. Oct 25 20:35:56 any way i can increase verbosity? Oct 25 20:37:01 meh, got it, last part of a comment got in the way on the next line Oct 25 20:58:35 nico * r28587 /packages/lang/perl-net-telnet/ (. Makefile): packages: add perl-net-telnet (closes: #10277) Oct 25 20:58:36 nico * r28588 /packages/multimedia/ffmpeg/Makefile: packages/ffmpeg: fix pkg-config detection Oct 25 20:58:39 nico * r28589 /packages/multimedia/ffmpeg/Makefile: Oct 25 20:58:39 packages/ffmpeg: update to 0.8.5 Oct 25 20:58:39 This patch updates FFmpeg to 0.8.5. Oct 25 20:58:39 Signed-off-by: Ian Leonard Oct 25 20:58:40 nico * r28590 /packages/multimedia/minidlna/Makefile: Oct 25 20:58:40 packages/minidlna: update to 1.0.22 Oct 25 20:58:40 This patch updates Minidlna to 1.0.22. Oct 25 20:58:40 Signed-off-by: Ian Leonard Oct 25 21:15:52 nico * r28591 /trunk/package/zlib/Makefile: Oct 25 21:15:52 package/zlib: include zlib.pc (pkconfig) Oct 25 21:15:52 Compiling zlib produces zlib.pc (pkgconfig), but it is not currently Oct 25 21:15:52 installed in staging_dir/usr/lib/pkgconfig. If it was included other Oct 25 21:15:52 packages depending on zlib could easier be compiled. Oct 25 21:15:52 Signed-off-by: Espen Jürgensen Oct 25 21:54:43 build #100 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/100 Oct 25 21:55:25 build #98 of ubicom32 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ubicom32/builds/98 Oct 25 22:10:20 nico * r28592 /packages/sound/listener/ (. Makefile patches/ patches/100-makefile.patch): packages: add listener (thanks to Raphaël Huck) Oct 25 23:15:28 jow * r28593 /packages/net/netatalk/Makefile: [packages] netatalk: use -std=gnu99 instead of -std=c99, fixes unreachable cnid_dbd - thanks dirtyfreebooter for spotting this Oct 26 00:47:51 nico * r28594 /packages/sound/listener/ (Makefile files/ files/listener.conf): Oct 26 00:47:51 packages/listener: add a config file, fix config file handling Oct 26 00:47:51 Add a config file based on: Oct 26 00:47:51 http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/listener/files/listener.conf Oct 26 00:47:51 Fix the location where listener is looking for its configuration file Oct 26 00:47:52 (thanks to Xiangfu Liu for pointing these) Oct 26 00:48:50 you are welcome :) Oct 26 00:54:22 nico * r28595 /trunk/include/package-ipkg.mk: Oct 26 00:54:22 include/package-ipkg.mk: fix typo Oct 26 00:54:22 Fix a typo that caused packaging of an empty ./lib/upgrade/keep.d Oct 26 00:54:22 directory when the package supplied conffiles **** ENDING LOGGING AT Wed Oct 26 02:59:57 2011