**** BEGIN LOGGING AT Sun Feb 18 02:59:57 2007 Feb 18 05:29:38 kapookee: First check if the NPE is able to load the microcode on startup. Feb 18 11:28:03 hi Feb 18 11:36:22 rwhitby did you get my email? Feb 18 11:38:10 yes. likely cause is an _ucslugc override somewhere, which doesn't get triggered now that DISTRO is "slugos" and should be triggered on glibc/uclibc rather than on DISTRO. If you look for that you might find the difference. Feb 18 11:38:46 is it also possible that uclibc itself has changed in that time? Feb 18 11:39:21 as for the second question, openembedded.org and nslu2-linux.org monotone repositories are identical, and synced every 10 minutes or so. Feb 18 11:39:24 nop, with the old build system and the svn updated it compiles correctly Feb 18 11:39:59 where should i search for diferences? Feb 18 11:40:13 i've been doing some diffs but.. Feb 18 11:43:01 dunno - if I'd found them already I would have fixed them :-) Feb 18 11:43:23 grep for "_ucslugc" through all files? Feb 18 11:43:38 doing right now Feb 18 11:43:40 :) Feb 18 13:11:55 rwhitby, is it possible that either uclibc or gcc are not compiled in THUMB mode? I am not sure about what is that, but i know that the symbols missing are related with the thumb mode Feb 18 13:15:12 in actual run.do_compile of uclibc at oe_machineinstall : for o in `echo task_do_compile:local:nslu2be:nslu2:ixp4xx:ucslugc:linux-uclibc:armeb:build-linux:fail-fast:pn-uclibc Feb 18 13:15:46 with the old way : for o in `echo task_do_compile:local:nslu2:ixp4xx:ucslugc:slugos:linux-uclibc:armeb:build-linux:fail-fast:thumb:thumb-interwork Feb 18 13:16:34 the uclibc compilation now warns about internetwork support and fails due to missing symbols related to thumb mode Feb 18 16:11:20 rwhitby: hi, is the local.conf customization process different now? I noticed the conf/inc files don't pull SLUG_EXTRA... stuff anymore. Feb 18 16:12:16 I want to add packages in my build w/o changing the main repo. Feb 18 20:04:59 saladino: I think you found it. Feb 18 20:05:35 search for _thumb or _thumb-interwork overrides - looks like they are not being applied due to those things being missing from the OVERRIDES. Feb 18 23:21:50 rwhitby Feb 18 23:21:57 are you there? Feb 18 23:22:40 yes Feb 18 23:22:48 hi Feb 18 23:22:53 im trying some things Feb 18 23:22:58 have a question Feb 18 23:23:19 since you told me to changhe target_image in auto.conf to slugos-image Feb 18 23:23:54 and slugos is not a thumb distro Feb 18 23:24:42 i am looking to openmbedded/conf/distro/slugos.conf Feb 18 23:24:54 and to openmbedded/conf/distro/ucslugc.conf Feb 18 23:25:15 and i supose that selecting slugos-image is trying to build a full arm image Feb 18 23:25:20 and not a thumb image Feb 18 23:26:34 the overrides thumb and thumb-interwork isn't added if the image is not a thumb image Feb 18 23:26:47 im not sure if it is the reason for the failure Feb 18 23:34:38 oh, you'll need to set some stuff to make tune-thumb do the right thing. Feb 18 23:35:20 ARM_INSTRUCTION_SET = "thumb" Feb 18 23:35:32 put that in your auto.conf Feb 18 23:36:58 that will override the ARM_INSTRUCTION_SET of slugos.conf? Feb 18 23:37:13 the auto.conf always overrides other files? Feb 18 23:37:24 only if the other files allow it with ?= Feb 18 23:37:55 ahm Feb 18 23:37:55 thanks Feb 18 23:37:55 trying Feb 18 23:38:17 do you have distro = "slugos" or distro = "ucslugc" ? Feb 18 23:38:55 DISTRO_TARGET = "slugos-packages" Feb 18 23:38:56 IMAGE_TARGET = "slugos-image" Feb 18 23:39:03 what is DISTRO= ? Feb 18 23:39:10 o Feb 18 23:39:11 ucslugc Feb 18 23:39:36 if you look in ucslugc.conf, it sets ARM_INSTRUCTION_SET already Feb 18 23:39:52 yes Feb 18 23:40:15 i've seen, so i've to look for more things Feb 18 23:42:01 ok, in your nslu2be.conf, move the OVERRIDES before the include ixp4xx.conf - that's the problem Feb 18 23:43:48 ok Feb 18 23:43:50 recompiling Feb 18 23:44:02 i'll try Feb 18 23:44:25 thanks Feb 18 23:44:51 pushing that fix now Feb 19 00:35:10 rwhitby: on that topic. Where would you put customizations like SLUGOS_EXTRA_RDEPENDS=....? in auto.conf? Feb 19 00:36:44 you wouldn't, you'd put them in local.conf Feb 19 00:38:03 ok. that's what I always did but slugosbe doesn't seem to pick them up anymore. Feb 19 00:38:31 I looked in slugos.conf & slugos.inc and there's no SLUGOS_EXTRA_* references... Feb 19 00:42:28 I have SLUGOS_EXTRA_DEPENDS = (and others) set in local.conf under slugosbe/conf as before.. Feb 19 00:45:29 yeah, I think that might be a bit broken Feb 19 00:46:03 ok, at least you confirmed I'm not going crazy. :) Feb 19 00:47:40 huh? Feb 19 00:47:46 * NAiL is going crazy though Feb 19 00:47:47 make/buildroot.mk:165: *** target pattern contains no `%'. Stop. Feb 19 00:50:21 $(DL_DIR)/$(BUILDROOT_SOURCE): Feb 19 00:50:35 * NAiL hates make Feb 19 00:54:17 * NAiL resolves the issue and crosses fingers. Feb 19 01:38:31 rwhitby uclibc failed again in the same place althoug the run.do_compile has the thumb stuff, i need to find other places were thumb stuff is needed Feb 19 01:38:45 i'll continue tomorrow Feb 19 01:38:50 bye Feb 19 01:38:54 ok Feb 19 01:41:10 gaaah Feb 19 01:41:18 buildroot.mk is crap Feb 19 01:54:40 heh - where's your better version? Feb 19 01:56:50 I don't have one Feb 19 01:57:17 but buildroot makes a heap of assumptions, which in the ts101 case is just plain wrong. Feb 19 01:59:15 * NAiL wonders what the point is of taking the buildroot configfile from the sources dir, and sed'ing the crap out of it. Feb 19 02:00:21 uhm.. Feb 19 02:00:50 if I do a "make toolchain", and it finishes. When I do a "make samba" afterwards, why does it remove the entire toolchain dir? Feb 19 02:01:07 touch /home/repvik/slug/optware/toolchain/buildroot/.built Feb 19 02:01:17 repvik@apollo:~/slug/optware$ make samba Feb 19 02:01:17 rm -rf /home/repvik/slug/optware/builds/buildroot /home/repvik/slug/optware/toolchain/buildroot Feb 19 02:02:51 rwhitby: any idea? Feb 19 02:11:18 NAiL: nope, I haven't touched buildroot. **** ENDING LOGGING AT Mon Feb 19 03:00:00 2007