All of lore.kernel.org
 help / color / mirror / Atom feed
* Bitbake master broken
@ 2011-06-27 12:11 Koen Kooi
  2011-06-27 14:06 ` Chris Larson
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-06-27 12:11 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Chris Larson

Hi,

After updating bitbake this morning I get:

/OE/tentacle/sources/bitbake/lib/bb/msg.py:95: DeprecationWarning: object.__init__() takes no parameters
  super(set, self).__init__(args)
Traceback (most recent call last):
  File "/OE/tentacle/sources/bitbake/bin/bitbake", line 34, in <module>
    import bb
  File "/OE/tentacle/sources/bitbake/lib/bb/__init__.py", line 63, in <module>
    import bb.msg
  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 133, in <module>
    def get_debug_level(msgdomain = domain.Default):
  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 100, in __getattr__
    raise AttributeError
AttributeError
/OE/tentacle/sources/bitbake/lib/bb/event.py:101: RuntimeWarning: Parent module 'bb' not found while handling absolute import
  from bb.msg import BBLogFormatter
/OE/tentacle/sources/bitbake/lib/bb/msg.py:95: DeprecationWarning: object.__init__() takes no parameters
  super(set, self).__init__(args)
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)   
  File "/OE/tentacle/sources/bitbake/lib/bb/event.py", line 101, in print_ui_queue
    from bb.msg import BBLogFormatter
  File "/OE/tentacle/sources/bitbake/lib/bb/__init__.py", line 63, in <module>
    import bb.msg
  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 133, in <module>
    def get_debug_level(msgdomain = domain.Default):
  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 100, in __getattr__
    raise AttributeError
AttributeError
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)   
  File "/OE/tentacle/sources/bitbake/lib/bb/event.py", line 101, in print_ui_queue
    from bb.msg import BBLogFormatter
  File "/OE/tentacle/sources/bitbake/lib/bb/__init__.py", line 63, in <module>
    import bb.msg
  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 133, in <module>
    def get_debug_level(msgdomain = domain.Default):
  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 100, in __getattr__
    raise AttributeError
AttributeError

Rolling back 2 revisions to the umask one fixes things.

regards,

Koen


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bitbake master broken
  2011-06-27 12:11 Bitbake master broken Koen Kooi
@ 2011-06-27 14:06 ` Chris Larson
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Larson @ 2011-06-27 14:06 UTC (permalink / raw)
  To: Koen Kooi; +Cc: Patches and discussions about the oe-core layer

On Mon, Jun 27, 2011 at 5:11 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> After updating bitbake this morning I get:
>
> /OE/tentacle/sources/bitbake/lib/bb/msg.py:95: DeprecationWarning: object.__init__() takes no parameters
>  super(set, self).__init__(args)
> Traceback (most recent call last):
>  File "/OE/tentacle/sources/bitbake/bin/bitbake", line 34, in <module>
>    import bb
>  File "/OE/tentacle/sources/bitbake/lib/bb/__init__.py", line 63, in <module>
>    import bb.msg
>  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 133, in <module>
>    def get_debug_level(msgdomain = domain.Default):
>  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 100, in __getattr__
>    raise AttributeError
> AttributeError
> /OE/tentacle/sources/bitbake/lib/bb/event.py:101: RuntimeWarning: Parent module 'bb' not found while handling absolute import
>  from bb.msg import BBLogFormatter
> /OE/tentacle/sources/bitbake/lib/bb/msg.py:95: DeprecationWarning: object.__init__() takes no parameters
>  super(set, self).__init__(args)
> Error in atexit._run_exitfuncs:
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
>    func(*targs, **kargs)
>  File "/OE/tentacle/sources/bitbake/lib/bb/event.py", line 101, in print_ui_queue
>    from bb.msg import BBLogFormatter
>  File "/OE/tentacle/sources/bitbake/lib/bb/__init__.py", line 63, in <module>
>    import bb.msg
>  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 133, in <module>
>    def get_debug_level(msgdomain = domain.Default):
>  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 100, in __getattr__
>    raise AttributeError
> AttributeError
> Error in sys.exitfunc:
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
>    func(*targs, **kargs)
>  File "/OE/tentacle/sources/bitbake/lib/bb/event.py", line 101, in print_ui_queue
>    from bb.msg import BBLogFormatter
>  File "/OE/tentacle/sources/bitbake/lib/bb/__init__.py", line 63, in <module>
>    import bb.msg
>  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 133, in <module>
>    def get_debug_level(msgdomain = domain.Default):
>  File "/OE/tentacle/sources/bitbake/lib/bb/msg.py", line 100, in __getattr__
>    raise AttributeError
> AttributeError

Damnit, sorry about that, I'll revert.  I didn't intend to push it to
master -- was intending to push it to github for now.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-27 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-27 12:11 Bitbake master broken Koen Kooi
2011-06-27 14:06 ` Chris Larson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.