**** BEGIN LOGGING AT Sun Nov 01 02:59:56 2009 **** ENDING LOGGING AT Sun Nov 01 04:47:38 2009 **** BEGIN LOGGING AT Sun Nov 01 04:47:58 2009 Nov 01 18:03:28 @eno: are you there? short qestion ;-) Nov 01 18:09:06 i have to leave soon. Nov 01 18:59:13 jomaster: i'm here now Nov 01 18:59:31 you can actually leave your question here Nov 01 18:59:33 sorry, i leave now. perhaps in 3h Nov 01 18:59:54 03bzhou * r10838 10optware/trunk/make/gloox.mk: gloox: 0.9.9.9 -> 1.0 Nov 01 19:00:08 03bzhou * r10839 10optware/trunk/make/cherokee.mk: cherokee: 0.99.24 -> 0.99.26 Nov 01 19:00:48 you can also send email to nslu2-developers Nov 01 19:01:04 i think you can answer it better. Nov 01 19:01:27 about busybox for fsg3. (is disbaled cause of build error) Nov 01 19:02:05 i admit i haven't digged deep to solve issues for fsg3/fsg3v4 Nov 01 19:02:31 you're welcome to take a crack if you can replicate the problem Nov 01 19:02:38 the reason is file route.h in fsg3v4-toolchain is different to route.h in busybox. if i remove this file for busybox-build all works fine Nov 01 19:02:54 how to add a workaround for this? Nov 01 19:03:05 i read your post later Nov 01 19:03:21 is route.h supposed to be in toolchain? Nov 01 19:03:33 don't know Nov 01 19:03:49 currently try for my build-system Nov 01 19:03:55 su later Nov 01 19:04:34 it's in other toolchains as well Nov 01 19:04:52 the question is why it is not causing problem for other toolchain Nov 01 19:05:21 it may have something to do with searching order and visibility Nov 01 20:54:24 Hey eno, did you manage to get any further with 9.10? Nov 01 21:41:44 Reedy: nslu2 toolchain builds fine on 9.10 as long as you symlinking gcc-3.3 to gcc Nov 01 21:53:39 Hmm, eno seems to have given up during building the toolchain for me Nov 01 21:53:59 http://nslu2.pastebin.com/m72d61b1b Nov 01 22:15:44 Reedy: I think I've seen that when I was using gcc-4.4 Nov 01 22:15:55 ls -l /usr/bin/gcc Nov 01 22:16:02 what's the output right now? Nov 01 22:16:20 and after you symlink to gcc-3.3 Nov 01 22:16:29 make sure the toolchain build starts from scratch Nov 01 22:16:42 by "rm -f toolchain/crosstool/.configured" Nov 01 22:16:45 oh, wait Nov 01 22:16:59 I thought you meant symlink gcc-3.3 to gcc Nov 01 22:17:21 reedy@ubuntu32-esxi:~/slug/optware/nslu2$ ls -l /usr/bin/gcc Nov 01 22:17:21 lrwxrwxrwx 1 root root 7 2009-10-30 10:47 /usr/bin/gcc -> gcc-4.4 Nov 01 22:17:21 reedy@ubuntu32-esxi:~/slug/optware/nslu2$ ls -l /usr/bin/gcc-3.3 Nov 01 22:17:21 lrwxrwxrwx 1 root root 3 2009-11-01 22:43 /usr/bin/gcc-3.3 -> gcc Nov 01 22:17:41 ah no, that's not what we want Nov 01 22:17:56 you better reinstall gcc-3.3 Nov 01 22:18:07 cd /usr/bin; ln -sf gcc-3.3 gcc Nov 01 22:18:10 3.3 isnt in the ubuntu feeds... or at least, not the default ones Nov 01 22:18:33 ok, that's some problem Nov 01 22:18:50 you probably have to get it from older ubuntu feed Nov 01 22:18:52 was last in dapper Nov 01 22:19:21 is there any gcc-3 at all? Nov 01 22:19:48 theres a 3.4 in debian Nov 01 22:19:56 so presumably ubuntu has it oo.. Nov 01 22:20:07 (I was ugrading a few times, that's why I have it) Nov 01 22:20:41 hmmm Nov 01 22:20:55 doesnt seem to exist in ubuntu Nov 01 22:21:25 that particular problem you have, I actually found a patch that can address that Nov 01 22:21:40 but the bad news is there're more error after that Nov 01 22:21:50 theres 3.4 in jaunty (9.04) Nov 01 22:21:54 but not in karmic Nov 01 22:22:01 I could just whack a debian vm up? Nov 01 22:22:04 Seems its gonna be quicker Nov 01 22:22:42 unslung toolchain is too old Nov 01 22:22:51 hmm Nov 01 22:22:59 but we don't have a good way around Nov 01 22:23:03 worth just trying a different target? Nov 01 22:23:16 other target should work fine Nov 01 22:23:37 lot of them just download toolchain binary Nov 01 22:23:42 heh Nov 01 22:25:23 used sheevaplug.. Nov 01 22:25:29 checking for C compiler default output file name... Nov 01 22:25:29 configure: error: C compiler cannot create executables Nov 01 22:25:29 See `config.log' for more details. Nov 01 22:25:29 make: *** [/home/reedy/slug/optware/sheevaplug/builds/which/.configured] Error 77 Nov 01 22:25:48 Which is the error i was getting a few days ago, but that was a permissions error Nov 01 22:26:03 sheevaplug target should use cs08q1armel toolchain Nov 01 22:26:31 when you see this kind of error, look inside builds/which/config.log Nov 01 22:26:39 and see what's the actual error Nov 01 22:27:24 configure:2620: /home/reedy/slug/optware/sheevaplug/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -O2 -pipe -I/home/reedy/slug/optware/sheevaplug/staging/opt/include -L/home/reedy/slug/optware/sh$ Nov 01 22:27:24 ./configure: line 2621: /home/reedy/slug/optware/sheevaplug/toolchain/arm-2008q1/bin/arm-none-linux-gnueabi-gcc: No such file or directory Nov 01 22:28:03 sheevaplug should just symlink to cs08q1armel Nov 01 22:28:21 we only use sheevaplug for sheevaplug specific packages Nov 01 22:28:29 for packages like which, use cs08q1armel Nov 01 22:28:46 ahh right Nov 01 22:29:05 so, "make cs08q1armel-target; cd cs08q1armel; make directories toolchain ipkg-utils" Nov 01 22:29:25 hmmm Nov 01 22:29:28 I'd done that Nov 01 22:29:33 bar the make toolchain Nov 01 22:29:40 "cd ; make directories ipkg-utils" in the which Nov 01 22:29:50 *in the wiki Nov 01 22:29:51 I'll change/update that? Nov 01 22:30:02 yes please Nov 01 22:30:20 its downloading the toolchain now, presumably as a prequisite to building which Nov 01 22:30:21 ? Nov 01 22:30:30 which wiki page are you following? Nov 01 22:30:50 http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware Nov 01 22:31:53 alright, I see you've already made the change Nov 01 22:34:30 target of nslu2 is unslung? Nov 01 22:34:41 yes Nov 01 22:45:24 eno: is it possible to change the search order? Nov 01 22:49:18 jomaster: i don't remember whether the search order is specified at toolchain build time, or it can be changed afterwards Nov 01 22:50:54 ok, i will read about it. at my build system all builds fine without this header-file. Nov 01 22:52:00 use /full-path/to/target/gcc -print-search-dirs Nov 01 22:52:07 to see the current search order Nov 01 23:05:56 Yup, eno, cs08q1armel is fine :) Nov 02 01:23:45 03bzhou * r10840 10optware/trunk/make/libelf.mk: libelf: 0.8.12 -> 0.8.13 **** ENDING LOGGING AT Mon Nov 02 02:59:56 2009