[oe-commits] [Bug 5093] New: Infinite recursion in Python on "sato-icon-theme" package.

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Sat May 9 00:48:56 UTC 2009


http://bugs.openembedded.net/show_bug.cgi?id=5093

           Summary: Infinite recursion in Python on "sato-icon-theme"
                    package.
    Classification: Unclassified
           Product: Openembedded
           Version: Angstrom 2007.12
          Platform: ARM
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: arobenko at gmail.com


It seems that my python on my Ubuntu9.04 goes to infinite recursion on
"sato-icon-theme" package.

alex at alex-desktop:~/work/oe/build$ bitbake nano
/home/alex/work/oe/bitbake/lib/bb/COW.py:29: DeprecationWarning: the sets
module is deprecated
  import types, sets
NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to
increase performance.
NOTE: Handling BitBake files: - (0043/4974) [ 0 %]ERROR: maximum recursion
depth exceeded while calling a Python object while parsing
/home/alex/work/oe/openembedded/packages/sato-icon-theme/sato-icon-theme_0.1.bb
NOTE: Handling BitBake files: / (4974/4974) [100 %]
NOTE: Parsing finished. 4741 cached, 1 parsed, 231 skipped, 0 masked.
ERROR: Parsing errors found, exiting...

I think this is because sato-icon-theme.inc file contains self reference:
"require sato-icon-theme.inc".
If this line is removed, this particular problem disappears.

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list