On Friday 17 October 2014 17:01:46 Neuer User wrote: > Am 17.10.2014 um 16:51 schrieb Paul Eggleton: > > Hi there, > > > > I agree this sort of thing shouldn't happen on a stable branch. I'm not > > sure what would have caused such a problem though. However, above you are > > looking under tmp/work, but the file being present under there doesn't > > really say much - the key question is is it still in the sysroot i.e. > > tmp/sysroots/* ? The first thing to figure out is if the file is really > > missing, or if it is now simply not looking for it in the right location. > > > > Cheers, > > Paul > > Very good point. > > $ find tmp/sysroots/ -name "Python.h" > tmp/sysroots/i686-linux/usr/include/python2.7/Python.h > tmp/sysroots/i686-linux/usr/include/python3.3m/Python.h > tmp/sysroots/cubox-i/usr/include/python2.7/Python.h > tmp/sysroots/cubox-i/usr/include/python3.3m/Python.h > > So, it seems to be there, if I see that correctly. The question then > seems to be, why it is no longer found?
I'm not sure. That's where you'd need to look at how the software your recipe is building searches for that - the configure log, devshell might be useful for determining that. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
