**** BEGIN LOGGING AT Mon Aug 14 02:59:57 2006 Aug 14 04:05:22 03bzhou * r3794 10optware/trunk/ (Makefile make/perl.mk): moved PERL_CROSS_TARGETS from make/perl.mk to optware Makefile Aug 14 04:21:09 03bzhou * r3795 10optware/trunk/sources/perl/Cross/perl.mk: get the dependency check right, esp. since perl-hostperl is not .PHONY Aug 14 08:51:40 rwhitby , It looks like ddwrt and oleg cross/stable is badly relinked to unstable. Files are shown but unavailable. Aug 14 08:55:06 oleo: ? Aug 14 08:55:49 http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/unstable/abook_0.5.5-1_mipsel.ipk is available Aug 14 08:55:58 ah, stable is not available. Aug 14 08:56:07 yes Aug 14 08:56:14 that would be on the mirrors then Aug 14 08:59:51 fixed Aug 14 09:00:46 ups :P Aug 14 09:02:20 thank you. I am wondering why packages dates are old? Were builded with old toolchain? Aug 14 09:04:57 all were built by buildroot Aug 14 09:05:33 28 july is when we started building the packages Aug 14 09:06:54 I see. What is the procedure if buildroot changes? for example now i am testing GCC 4.0.3. I've also added NPTL sice 28th July Aug 14 09:19:24 03oleo * r3796 10optware/trunk/ (5 files in 3 dirs): optware: gnuplot 4.0.0 initial import Aug 14 09:23:44 oleo: good question. Optware is based on the presumption that the toolchain doesn't change once one is found which is compatible with the vendor firmwre. Aug 14 09:24:18 but we do have the stable and unstable dirs for that. We would unlink them and then push the new version to the unstable feed. Aug 14 09:24:35 you would need to work out an upgrade path before we can deploy a new version of the toolchain. Aug 14 09:24:49 (nslu2 toolchain has not changed since we started Optware) Aug 14 09:27:26 Sorry to bother you guys on the dev chan, but can I get a known-good kernel .config? For some reason or another, I haven't been able to get one to compile & work thus far. Aug 14 09:28:20 I understand some problems. Just wondering if it was done before. Right now iI am not interesed in changing thoolchain, but I tried 4.0.3 and nearly 20 packages fail to build. Aug 14 09:29:31 theorbtwo: Look in the OpenSlug 3.10 source release Aug 14 09:29:46 or in http://svn.nslu2-linux.org/svnroot/kernel/... Aug 14 09:30:28 oleo: For Optware, I don't think it's a good idea to use a different major GCC version from what the vendor is using. Aug 14 09:30:43 For a start, kernel modules will no longer load ... Aug 14 09:31:22 rwhitby: Thanks. I've looked in the OpenSlug source; the kernel built there didn't seem to work for me, but that svn looks very useful. Aug 14 09:34:00 theorbtwo: both the 2.6.16 and 2.6.17 should work from svn Aug 14 09:34:14 (that's where we test new patches and kernel versions) Aug 14 09:35:13 Much thanks, will start compiling it shortly. Aug 14 09:37:54 rwhitby , Why? I have no moral problems with using newer GCC. Are there any tehchnical difficulties? Aug 14 09:43:40 ABIs can vary with compiler versions. Aug 14 09:43:47 (And even compiler options.) Aug 14 09:45:13 YEs, but we are providing complete uClibc library thogether with apps. Aug 14 09:52:22 Why is there a driver for the ad741[78] sensor chip? The wiki doesn't mention it at all. Aug 14 09:53:45 Oh: the Loft board uses it. Aug 14 10:00:48 theorbtwo: what's your application for a custom kernel build? Aug 14 10:09:53 rwhitby: I want a USB-audio and yalink driver, and need a correct .config to build compatable modules. Beyond that, I'm just more comfortable with one. Aug 14 10:14:34 Ah, I think I see why the one created by the openslug build process didn't work correctly -- I didn't do the correct song & dance routine to get the ethernet driver where it needs to be to get loaded. Aug 14 10:16:03 Everything in this project seems to have a very complex set of build scripts, which sometimes seem to obscure what I'm trying to get done. Aug 14 10:19:11 I'm not trying to complaign, just to explain. Aug 14 10:22:30 the svn is the simplest one Aug 14 10:23:05 theorbtwo: if you want to make module additions to the standard defconfig for SlugOS or Unslung, just post a patch Aug 14 10:23:13 we're always happy to enable more modules Aug 14 10:29:35 rwhitby: Thanks. Aug 14 13:01:18 moin ... i am trying to upgrade an NSLU2's internal flash from a 3.10 beta to unstable through ipkg .. but am constantly running out of "disk space" in the middle of the ipkg upgrade ... is there anyway to tell ipkg to download the packages to an attached USB stick instead ? Aug 14 13:41:09 Caelian_: I figure you have to point /tmp to that stick? But I am unsure. Aug 14 13:42:01 wenzel, it looks liek supplying -t /media/sda1 does the trick .. however i am still majhorly running out of space ... Aug 14 13:42:28 always seems to happen during installation of kernel-image-2.6.16.? Aug 14 13:42:29 on the usb stick? Aug 14 13:42:33 ah Aug 14 13:42:34 no .. on the flash Aug 14 13:43:03 i am still wondering why it's trying to upgrade to 2.6.16 for the kernel image .. as the kernel package Does seem to upgrade to 2.6.17 Aug 14 13:43:58 that's confusing Aug 14 13:44:11 the option "-force_space" might do it Aug 14 13:44:26 "Install even if there does not seem to be enough space"? Aug 14 13:44:40 maybe it's not even trying to replace your package. Aug 14 13:44:43 i've right now tried to strip out as much as possible from the installed ipkgs .. in the hope it frees up enough space Aug 14 13:44:50 k Aug 14 13:46:55 dang ... close ... it seems to have come a lot farther ... but still running out of disk space ... this time during libc :( Aug 14 13:47:35 guess i'll have to give up on getting an OpenSlug unstable running here ... it just doesn't seem to fit Aug 14 13:49:05 looks like it failed during kernel-image02.6.16 after all :( Aug 14 13:49:13 kernel-image-2.6.16 i meant Aug 14 13:53:20 hmmmm ... i am not 100% sure ... but it almost looks like it's trying to install 2 kernel-image packages ... one 2.6.17 ... and one 2.6.16 ... no wonder it's running out of space if that's the case Aug 14 17:56:46 03gda * r3797 10optware/trunk/ (4 files in 2 dirs): perl: Cross: patch cleanup; perl uses libperl.so now Aug 14 18:00:10 anyone know which script starts syslogd and klogd automatically? Aug 15 00:13:44 03bzhou * r3798 10optware/trunk/make/py-4suite.mk: py-4suite: upstream upgrade to 1.0rc1, its new build_docs extension sucks Aug 15 00:27:53 03bzhou * r3799 10optware/trunk/make/mutt.mk: mutt: upstream upgrade to 1.5.13 Aug 15 02:06:50 03bzhou * r3800 10optware/trunk/make/py-bazaar-ng.mk: py-bazaar-ng: upstream upgrade to 0.9 **** ENDING LOGGING AT Tue Aug 15 02:59:58 2006