Still no joy. Nuked tmp/, re-checkedout the current danny branch head on both meta-openembedded and openembedded-core, and got the same error. Here are some things I notice about what's in my directory trees:
My build tree shows both guile-1.8.7 and guile-2.0.6 in downloads. It shows stuff related to both guile-native-1.8.7 and guile-native-2.0.6 in sstate-cache. It only shows guile-native-1.8.7 elsewhere in the build tree. I also see two copies of guile-1.8.pc. It therefore looks like bitbake is only doing a native build of guile-1.8.7. In the metadata trees, meta-openembedded/meta-oe has recipes called "guile_1.8.7.bb" and "guile-native_1.8.7.bb". poky-danny-8.0/meta and openembedded-core/meta both have recipes called "guile_2.0.6.bb". The latter has some extra junk in it I don't understand. Nothing has a recipe called "guile-native_2.0.6.bb". So let me see if I understand the problem. Everything worked fine when I built the standard image, but I started having problems when I pulled in a couple of repositories from OpenEmbedded so that I could add a Samba server. Something in the layers I added needs to run a tool called autogen, so it tries to do a native build of autogen-5.12-r3. In the process of configuring that, it needs access to guile-2.0.6, but it can't find it, so it quits. Is it looking to run guile, or is it looking for a native version of the guile library to link into autogen? Somehow, I've got the source for this version of guile, but nothing is building it, and there is no recipe for it. Where is the recipe supposed to be found? Or is this simply a tool that I'm supposed to have on my machine in the first place, and bitbake doesn't try to build it? -- Ciao, Paul D. DeRocco Paul mailto:pdero...@ix.netcom.com _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto