**** BEGIN LOGGING AT Wed Aug 19 02:59:56 2009 Aug 19 07:42:20 good morning Aug 19 08:54:47 looking at the generic-2.6/2.6.30 patches there is a huge list of patches that keeps growing & growing Aug 19 08:55:20 anyone has actually review them lately? Aug 19 08:55:56 some of them need to go upstream otherwise it would be very difficult to track bugs Aug 19 11:28:52 nico * r17308 /branches/8.09/target/linux/ (5 files in 5 dirs): Aug 19 11:28:52 [kernel] fix possible NULL pointer dereference in sock_sendpage() Aug 19 11:28:52 - CVE-2009-2692 Aug 19 13:10:40 quick question - from what I can gather from the openwrt docs, the sdk is broken for the latest kamikaze release? I've created a small program which I would like to load on my device (x86 generic). What would the correct way be to do it now ? Aug 19 13:11:55 Having problems with routerboard 411 and the latest checkout.. just dies after Freeing unused kernel memory... here is my kernel log http://pastebin.com/d102cfa9f .. used my old working config as well as a new fresch config and a make clean.. all have the same issue Aug 19 13:12:20 EvilRick: make sure you have soft float enabled Aug 19 13:12:37 thenb recompile everything, including the toolchain Aug 19 13:13:26 tvdbon: best is to checkout the source and build it for the x86 target, this will result in proper toolchain you can use to compile stuff for x86/uclibc Aug 19 13:13:34 Yeah the FPU usually loads after that but lots of my options from make menuconfig are now gone.. like processor arch etc.. where do I enable softfloat? I cant find it in menuconfig.. must I edit the .config manually? Aug 19 13:14:33 nico * r17309 /branches/packages_8.09/libs/curl/ (Makefile patches/901-cve-2009-2417.patch): Aug 19 13:14:33 [packages] curl: fix handling of '\0' character in domain names of x509 certificates Aug 19 13:14:33 - CVE-2009-2417 Aug 19 13:14:46 and surly the platform selection should do that for you Aug 19 13:14:58 Advanced configuration options (for developers) -> Toolchain Options Aug 19 13:15:09 it won't do that if the config is unclean Aug 19 13:16:04 It does seem to be enabled. and I deleted my .config and just did a basic build Aug 19 13:20:29 nico * r17310 /packages/libs/curl/ (4 files in 2 dirs): Aug 19 13:20:29 [packages] curl: update to v7.19.6 Aug 19 13:20:29 - CVE-2009-2417 Aug 19 13:20:38 xMff: thanks, I get that part. I've got the source and compiled the image which is running on my x86 device at the moment. But now I'm trying to add my own custom program. Possibly just compile it and then copy it. I tried it with the version I compiled with my regular gcc, but when copied to the running openwrt it doesn't want to run it Aug 19 13:21:53 tvdbon: yes because if you compile it with your host compiler, it's linked against a fullblown glibc but openwrt uses uclibc Aug 19 13:22:51 xMff: that makes sense, so how do I go about compiling the program against uclibc Aug 19 13:25:03 tvdbon: there are two approaches, you can just use the crosscompiler manually (it's in staging_dir/toolchain-i386_gcc*/bin/*-linux-gcc) or you create an openwrt package + Makefile (http://kamikaze.openwrt.org/docs/openwrt.html#x1-460002.1.2) Aug 19 13:26:06 tvdbon: depending on the complexity of your application it might be the easiest to just add CC=/path/to/checkout/staging_dir/... to your Makefile Aug 19 13:28:26 xMff, it's a very basic program - single c file (creating a package might be overkill), can basically compile it by hand (gcc sqldevice.c -o a.out -lpq), the only program I see is with the postgresql library Aug 19 13:28:46 well, openwrt has a package for postgres Aug 19 13:29:27 yep - already got the libpq installed and talking to my psql server, but can I compile it against the regular lib ? (-lpq) Aug 19 13:29:29 make sure to add staging_dir/target-i386_*/usr/lib to your lib search path Aug 19 13:29:50 all cross-compiled libraries are located there Aug 19 13:30:30 likewise the appropriate headers are in staging_dir/target.../usr/include/ Aug 19 13:31:09 so you basically need to override CC, -L and -I Aug 19 13:33:14 hth, I've to run now. bbl Aug 19 13:33:28 thanks for the help :) Aug 19 13:36:51 quick final question : will the staging_dir/toolchain-i386_gcc4.1.2 be the one I'm looking for ? Aug 19 14:00:35 xMff: how do I force a rebuild of the toolchain? Aug 19 14:48:26 nbd * r17311 /trunk/package/madwifi/patches/ (5 files): madwifi: refresh patches Aug 19 14:48:33 nbd * r17312 /trunk/package/madwifi/patches/ (444-beacon_update_war.patch 445-fix_ps_sta_count.patch): add powersave fixes based on patches by Steven Luo (#4376) Aug 19 15:12:57 nbd * r17313 /trunk/include/package-ipkg.mk: when regenerating an ipkg package, make sure the entire ipkg build dir is cleaned as well to prevent stale files from making it into the package after configuration changes Aug 19 15:13:02 nbd * r17314 /trunk/package/madwifi/ (Config.in Makefile patches/446-single_module.patch): Aug 19 15:13:02 madwifi: add patch for building all modules (except for the HAL) into a single module. saves space and gets rid of unnecessary exports Aug 19 15:13:02 removes support for onoe and amrr - I don't think anybody needs these anymore Aug 19 15:16:13 nbd * r17315 /trunk/package/madwifi/ (4 files in 2 dirs): remove support for the madwifi upstream release, it doesn't work on newer kernels and it's not very reliable anyway Aug 19 15:17:07 2/wi28 Aug 19 15:17:08 oops Aug 19 15:17:35 nbd * r17316 /trunk/package/madwifi/Config.in: madwifi: remove version selection support Aug 19 15:22:23 nbd * r17317 /branches/8.09/package/madwifi/patches/ (7 files): madwifi: merge patch refresh and powersave fixes from trunk to 8.09 Aug 19 15:35:46 xMff: xMff1: I checked out svn trunk from scratch and built from scratch.. same issue on the 411 Aug 19 15:36:17 EvilRick: open a ticket please, not sure whether the maintainer is around atm Aug 19 16:29:55 hi [florian] i'm back! Aug 19 16:30:41 <[florian]> danage: how were your holiday? Aug 19 16:31:02 [florian]: very nice, tuscany very recommendable Aug 19 16:31:09 how's tricks? Aug 19 16:31:30 <[florian]> pretty good too Aug 19 16:31:48 <[florian]> we still have not get bcm6345 fully working but there will be progress ;) Aug 19 16:32:11 cool Aug 19 16:32:22 how's summer in paris? Aug 19 16:32:44 <[florian]> much hotter than in Istanbul :) Aug 19 16:33:05 how do you know? Aug 19 16:33:30 <[florian]> I am there since a couple of hours :p Aug 19 16:36:44 oh cool, what are you doing there? Aug 19 16:37:22 <[florian]> helping a company getting its openwrt port being merged Aug 19 16:37:30 <[florian]> let's go eating now, see you later Aug 19 16:37:36 later Aug 19 18:18:29 iSteve: hi Aug 19 18:36:50 xMff ? Aug 19 18:51:06 iSteve: I still see this in /etc/preinit: --set-coldplug-cmd /sbin/udevtrigger Aug 19 18:51:37 iSteve: is hotplug's coldplug not working correctly? Aug 19 19:09:24 juhosg * r17318 /trunk/target/linux/ar71xx/Makefile: [ar71xx] fix package name of kmod-leds-gpio Aug 19 19:12:37 jow * r17319 /trunk/package/base-files/files/lib/upgrade/common.sh: [package] base-files: fix sysupgrade get_magic_word() function to return proper values if the first two bytes are identical Aug 19 19:14:19 why does the reset button on the nslu2 turns the device off and the power button isn't doing anything? Aug 19 19:26:55 juhosg * r17320 /trunk/target/linux/ar71xx/base-files/etc/diag.sh: [ar71xx] add diag script (closes #5725) Aug 19 20:16:03 juhosg * r17321 /trunk/target/linux/ar71xx/base-files/etc/preinit.arch: [ar71xx] preliminary failsafe support (closes #5726) Aug 19 21:04:22 hi AndyIL Aug 19 22:32:59 geoff * r17322 /trunk/target/linux/ps3/petitboot/base-files/sbin/ps3-bl-option: Aug 19 22:32:59 ps3: Make ps3-bl-option executable Aug 19 22:32:59 Signed-off-by: Geoff Levand Aug 19 22:34:52 geoff * r17323 /packages/libs/libtwin/Makefile: (log message trimmed) Aug 19 22:34:52 libtwin: General cleanup of the libtwin package makefile Aug 19 22:34:52 o Make indenting consistent. Aug 19 22:34:52 o Update project URL. Aug 19 22:34:52 o Add MAINTAINER. Aug 19 22:34:53 o Use EXTRA_CFLAGS instead of TARGET_CFLAGS. Aug 19 22:34:55 o Use INSTALL_XXX macros. Aug 19 22:36:55 geoff * r17324 /trunk/target/linux/ps3/petitboot/base-files/sbin/initrun: Aug 19 22:36:55 ps3/petitboot: Run petitboot at first startup Aug 19 22:36:55 Signed-off-by: Geoff Levand **** ENDING LOGGING AT Thu Aug 20 02:59:56 2009