**** BEGIN LOGGING AT Wed Nov 23 02:59:57 2011 Nov 23 04:09:17 nico * r29293 /trunk/tools/ (mm-macros/Makefile xfce-macros/Makefile xorg-macros/Makefile): tools: use host build_dir instead of target build_dir Nov 23 04:57:28 mb__: pingie Nov 23 07:04:07 * slonopotamus stares at mb__ Nov 23 07:43:28 jow_laptop: what do you think of replacing Wide-DHCPv6 with this Nov 23 07:43:29 https://fedorahosted.org/dhcpv6/ Nov 23 07:43:47 whilst yes, it is obsoleted by ISC... Wide is obsoleted by this (since this package builds on Wide) Nov 23 07:44:06 Netgear are in fact using it in their newer WNDRs Nov 23 07:48:28 nbd: don't suppose you'd care to make this wee fix to the xtables-addons makefile would you: https://dev.openwrt.org/ticket/10290 Nov 23 08:15:54 build #111 of s3c24xx is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/111 Nov 23 08:23:14 guys are we safe from http://www.gentoo.org/security/en/glsa/glsa-201111-08.xml ? Nov 23 09:00:40 jow_laptop: wrt my messed up network (where i'd changed the mode of one of the wireless interfaces in r27000 and lost contact), I am observing that it does reply to ARP requests, albeit quite slowly ... a delay of 40 seconds or so. probably not helpful, but an interesting observation. Nov 23 09:06:34 mb__: if you appear online again, i got N800 LED driver: https://github.com/slonopotamus/n8x0-overlay/tree/master/sys-kernel/n8x0-sources/files/3.1.1/gentoo-patches Nov 23 09:32:04 dape-at-work: if you're on a recent version of trunk, certainly Nov 23 09:32:53 latest, almost always, max 2 days diff :P Nov 23 11:41:42 build #89 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/89 Nov 23 11:42:52 Last night, I decided to create a new empty directory (i.e. mkdir '/var/openwrt-svn-trunk') and started to pull a fresh copy of OpenWRT SVN trunk. Then, went ahead to compile after copying a '.config' file from another directory (i.e. cp -a /opt/openwrt-svn-trunk/.config /var/openwrt-svn-trun) and the compilation crashed on openssl package with an error message as shown (http://pastebin.com/PBrXCZ63). Any clue? Nov 23 12:13:31 Is anyone working to port OpenWRT to this Seagate FreeAgent® GoFlex™ Net Media Sharing Device (http://www.seagate.com/www/en-us/products/network_storage/file-sharing/) that can be had for US$49.99? Nov 23 12:24:39 blogic * r29294 /trunk/target/linux/lantiq/patches/0009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patch: Nov 23 12:24:39 lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patch Nov 23 12:24:39 This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch Nov 23 13:57:37 nbd * r29295 /trunk/package/mac80211/patches/513-ath9k_channelbw_debugfs.patch: ath9k: fix setting channel bandwidth before bringing up interfaces Nov 23 13:57:57 nbd * r29296 /trunk/package/mac80211/patches/560-mac80211_fix_ap_vlan_aggr.patch: mac80211: fix aggregation related kernel warnings when using wds Nov 23 13:58:16 build #110 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/110 Nov 23 14:04:00 nbd * r29297 /branches/backfire/package/mac80211/patches/ (3 files): mac80211: merge latest changes from trunk (as of r29296) Nov 23 14:04:07 nbd * r29298 /branches/backfire/package/hostapd/ (33 files in 3 dirs): hostapd: update to latest version from trunk (fixes #10455) Nov 23 14:11:56 neat changes Nov 23 14:13:55 build #108 of ubicom32 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ubicom32/builds/108 Nov 23 19:44:02 nico * r29299 /trunk/package/busybox/ (7 files in 2 dirs): package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix) Nov 23 19:56:29 uhm, if i may interrupt your developer stuff :P i am thinking of building a image for tplink wr703n 4 mb flash that has lighttpd or another small webserver with php, i wonder will the buildroot notify me if the packages i put in will make the image too big or something? i dont have serial yet and i dont want to risk much Nov 23 20:40:12 ah, and can you guys update webappserver (packages/net/appweb) from 3.2.2-1 to 3.3.1-0 ? Nov 23 20:45:56 also packages/net/hiawatha from 7.7 to 7.8.2 seem to be some improvements and bugfixes Nov 23 20:51:48 dape_: did you consider to trying updating software yourself and then posting patches to the mailing list ;) Nov 23 20:52:37 if something is unclear in the process i can help you to better understand it Nov 23 20:53:35 i can ? Nov 23 20:54:05 yes, you can update software yourself if that is the question Nov 23 20:54:31 any page on the wiki about this process so i wont take much of your time? Nov 23 20:55:02 https://dev.openwrt.org/wiki/SubmittingPatches Nov 23 20:55:18 http://wiki.openwrt.org/doc/devel/patches Nov 23 20:56:05 thanks! Nov 23 20:56:22 in short: Nov 23 20:56:53 1) open Makefile in the folder package you want to upgrade (example 'vim packages/net/hiawatha/Makefile') Nov 23 20:57:43 2) find the parts PKG_VERSION & PKG_MD5SUM Nov 23 20:58:08 change version to what you want, do md5sum of the downloaded tar file Nov 23 20:58:36 if PKG_RELEASE > 1 change it to 1 Nov 23 20:58:59 PKG_RELEASE goes +1 when package is changed on the same PKG_VERSION Nov 23 20:59:40 mmokay Nov 23 21:00:09 3) run 'make package//{clean,install}' (example 'make package/hiawatha/{clean,install}' Nov 23 21:00:41 4) if all ok you will find your package in bin/../packages/ Nov 23 21:01:02 5) test if not ok go back to step 1 Nov 23 21:01:12 6) if ok send patch to mailing list Nov 23 21:01:19 simple ;) Nov 23 21:02:17 thanks a lot, pretty cool, im going to read wiki and howtos first Nov 23 21:02:49 if you have questions feel free to ask Nov 23 21:46:44 nico * r29300 /branches/backfire/ (8 files in 5 dirs): [backfire] cleanup: remove refs to unsupported "etrax" target Nov 23 21:46:47 nico * r29301 /branches/backfire/ (8 files in 7 dirs): [backfire] cleanup: remove refs to unsupported "gemini" target Nov 23 21:46:48 nico * r29302 /branches/backfire/package/madwifi/Makefile: [backfire] cleanup: remove refs to unsupported "iop32x" target Nov 23 21:46:52 nico * r29303 /branches/backfire/package/kernel/modules/netdevices.mk: [backfire] cleanup: remove refs to unsupported "mpc83xx" target Nov 23 21:46:55 nico * r29304 /branches/backfire/package/ (6 files in 5 dirs): [backfire] cleanup: remove refs to unsupported "ps3" target Nov 23 21:46:57 nico * r29305 /branches/backfire/package/ (6 files in 6 dirs): [backfire] cleanup: remove refs to unsupported "pxcab" target Nov 23 21:46:59 nico * r29306 /branches/backfire/package/kernel/modules/ (other.mk usb.mk): [backfire] cleanup: remove refs to unsupported "s3c24xx" target Nov 23 21:47:01 nico * r29307 /branches/backfire/ (3 files in 2 dirs): [backfire] cleanup: remove refs to unsupported "sibyte" target Nov 23 21:47:02 nico * r29308 /branches/backfire/toolchain/uClibc/ (4 files in 4 dirs): [backfire] cleanup: remove refs to unsupported "storm" target Nov 23 21:47:05 nico * r29309 /branches/backfire/ (3 files in 2 dirs): [backfire] cleanup: remove refs to unsupported "coldfire" target Nov 23 21:47:11 nico * r29310 /branches/backfire/toolchain/binutils/ (9 files in 2 dirs): Nov 23 21:47:11 [backfire] cleanup: toolchain/binutils: remove "broken" stuff Nov 23 21:47:11 * remove 2.19.1+cs version Nov 23 21:47:16 nico * r29311 /branches/backfire/ (55 files in 8 dirs): Nov 23 21:47:16 [backfire] cleanup: toolchain/gcc: remove "broken" stuff Nov 23 21:47:16 * remove 4.4.1+cs version Nov 23 21:47:16 * remove 4.4.3+cs version Nov 23 21:47:17 * remove LLVM support Nov 23 21:47:18 nico * r29312 /branches/backfire/toolchain/ (25 files in 4 dirs): Nov 23 21:47:18 [backfire] cleanup: toolchain/uClibc: remove "broken" stuff Nov 23 21:47:18 * remove NPTL support Nov 23 22:21:11 nico * r29313 /branches/backfire/ (9 files in 8 dirs): [backfire] cleanup: remove unsupported "cobalt" target Nov 23 22:21:15 nico * r29314 /branches/backfire/ (34 files in 9 dirs): [backfire] cleanup: remove unsupported "octeon" target Nov 23 22:46:27 nico * r29315 /branches/backfire/package/busybox/ (6 files in 2 dirs): [backfire] package/busybox: backport r29299 (wget: URL-decode user:password before base64-encoding it into auth hdr) Nov 23 23:00:04 nico * r29316 /branches/backfire/toolchain/binutils/ (9 files in 2 dirs): [backfire] toolchain/binutils: remove obsolete 2.20 version Nov 23 23:07:11 nico * r29317 /branches/backfire/tools/ (mm-macros/Makefile xfce-macros/Makefile xorg-macros/Makefile): [backfire] tools: merge r29293 (use host build_dir instead of target build_dir) Nov 23 23:15:24 nico * r29318 /branches/backfire/target/linux/cobalt/: [backfire] target: remove empty "cobalt" dir Nov 23 23:16:59 nico * r29319 /branches/backfire/target/linux/octeon/: [backfire] target: remove empty "octeon" dir Nov 23 23:18:54 nico * r29320 /branches/backfire/target/linux/ifxmips/: [backfire] target: remove empty "ifxmips" dir Nov 23 23:22:47 nico * r29321 /branches/backfire/target/linux/ (36 files in 23 dirs): Nov 23 23:22:47 [backfire] target: standardize config file & patches dir names (2.6) Nov 23 23:22:47 * rename "config-default" file to "config-X.Y.Z" Nov 23 23:22:47 * rename "patches" dir to "patches-X.Y.Z" Nov 23 23:27:25 nico * r29322 /branches/backfire/package/busybox/patches/004-upstream-percent_decode_in_place.patch: [backfire] package/busybox: add patch missing from r29315 (oops) Nov 24 02:50:59 jow_laptop: do you know if the kernel version is overriden by a local git kernel repository Nov 24 02:51:08 when CONFIG_KERNEL_GIT_LOCAL_REPOSITORY="/build/kernels/linux-stable" is set? Nov 24 02:51:38 eg the version in target/ar71xx/Makefile? **** ENDING LOGGING AT Thu Nov 24 02:59:58 2011