Hi, Given below logs message when I tried with python 2.7.4
NOTE: Resolving any missing task queue dependencies NOTE: preferred version 2.7.3 of python not available (for item python-core) NOTE: versions of python available: 2.7.4 NOTE: preferred version 2.7.3 of python not available (for item python-2to3) NOTE: versions of python available: 2.7.4 NOTE: preferred version 2.7.3 of python not available (for item python-audio) NOTE: versions of python available: 2.7.4 NOTE: preferred version 2.7.3 of python not available (for item python-bsddb) NOTE: versions of python available: 2.7.4 NOTE: preferred version 2.7.3 of python not available (for item python-codecs) NOTE: versions of python available: 2.7.4 NOTE: preferred version 2.7.3 of python not available (for item python-compile) NOTE: versions of python available: 2.7.4 NOTE: preferred version 2.7.3 of python not available (for item python-compiler) NOTE: versions of python available: 2.7.4 NOTE: preferred version 2.7.3 of python not available (for item plython-compression) NOTE: versions of python available: 2.7.4 Regards Harsh Jain On Sat, Sep 20, 2014 at 10:06 AM, harsh jain <[email protected]> wrote: > Hi, > > I am trying to reproduce the warding issue again from last 3 days. > This time I am struck with some more inconsitent errors like > > Traceback (most recent call last): > File > "/home/aricent/openembedded/openembedded-core/bitbake/lib/bb/command.py", > line 99, in runAsyncCommand > commandmethod(self.cmds_async, self, options) > File > "/home/aricent/openembedded/openembedded-core/bitbake/lib/bb/command.py", > line 331, in generateTargetsTree > command.cooker.generateTargetsTree(klass, pkg_list) > File > "/home/aricent/openembedded/openembedded-core/bitbake/lib/bb/cooker.py", > line 888, in generateTargetsTree > tree = self.generatePkgDepTreeData(pkgs, 'build') > File > "/home/aricent/openembedded/openembedded-core/bitbake/lib/bb/cooker.py", > line 634, in generatePkgDepTreeData > depend_tree["pn"][pn][ei] = vars(self.recipecache)[ei][fn] > KeyError: > '/home/aricent/openembedded/openembedded-core/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb' > > > > The name of recipe file is not constant some time it comes with some > other recipe file the workaround for this is, > > 1) Rename the recipe file to _old(tcp-wrappers_7.6.bb_old) and > start the HOB. > 2) In Drop Down Menu select machine "genericarm8".This time it > will parse successfully. > 3) Then after build image steps fail,obviously it will because > he will not get tcp-wrapper bb file. > 4) Now if I rename the recipe again to original.repeats the step > 2,3 . It moves forward. > > I am suspect that some temporary file is causing the this problem. I > have used kill command to kill the HOB. > > > Regards > Harsh Jain > > > > On Sat, Sep 20, 2014 at 12:10 AM, Burton, Ross <[email protected]> wrote: >> On 19 September 2014 19:11, harsh jain <[email protected]> wrote: >>> I am trying to install python version 2.7.4 after updating recipe file >>> of version 2.7.3.There are several other packages in my build system >>> which depends upon Python version 2.7.3.When I try to make build these >>> dependant packages give warning. >>> What I needs to update in build environment so that these packages can >>> also included.I am assuming that these dependants packages are also >>> compatible with python verson 2.7.4. >> >> What are these warnings, because I can't think of anything off-hand >> which will warn when the minor version changes. >> >> Ross -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
