From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: bitbake error?
Date: Sat, 30 Oct 2010 06:21:43 -0400 [thread overview]
Message-ID: <20101030102143.GC21651@denix.org> (raw)
In-Reply-To: <3F7F8AC4C7A0A042A2FE40720B75E208F0321F@nvs0086.nedap.local>
On Sat, Oct 30, 2010 at 12:16:23PM +0200, Jaap de Jong wrote:
> That fixes it...
>
> If relevant:
> org.openembedded/conf/sanity.conf needs to be patched?
>
> -BB_MIN_VERSION = "1.8.18"
> +BB_MIN_VERSION = "1.10.1"
NAK! It is not officially decided or announced to require 1.10 as a minimal
version of Bitbake for OpenEmbedded. The minimal version is still 1.8.18 and
if it is broken now, it needs to be fixed, not worked around. Too many people
(especially, out of tree) use 1.8.x bitbake.
Denys
> Thanks!
>
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org on behalf of James Ronald
> Sent: Fri 10/10/29 17:20
> To: openembedded-devel@lists.openembedded.org
> Subject: Re: [oe] bitbake error?
>
> Pierluigi,
>
> Thanks! Installing bitbake-1.10.1 fixed my problem.
>
> - Jim
>
> On Fri, Oct 29, 2010 at 5:33 AM, Pierluigi Passaro
> <pierluigi.passaro@phoenixsoftware.it> wrote:
> >
> > Not sure this is the best solution, but I solved same issue using latest bitbake 1.10.1 downloaded from
> >
> > http://download.berlios.de/bitbake/bitbake-1.10.1.tar.gz
> >
> >
> > James Ronald wrote:
> >>
> >> Jaap de Jong <jaap.dejong <at> nedap.com> writes:
> >>
> >>
> >>>
> >>> I'm probably totally stupid...
> >>> What am doing wrong?
> >>> (I'm working on a fresh unstable branch)
> >>> When I bitbake I get:
> >>>
> >>> MACHINE=at91sam9263ek bitbake u-boot
> >>> Traceback (most recent call last):
> >>> File "/media/OpenEmbedded/unstable/bitbake/bin/bitbake", line 143, in <module>
> >>> main()
> >>> File "/media/OpenEmbedded/unstable/bitbake/bin/bitbake", line 123, in main
> >>> cooker.parseConfiguration()
> >>> File "/media/OpenEmbedded/unstable/bitbake/lib/bb/cooker.py", line 68, in parseConfiguration
> >>> self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) )
> >>> File "/media/OpenEmbedded/unstable/bitbake/lib/bb/cooker.py", line 402, in parseConfigurationFile
> >>> bb.fetch.fetcher_init(self.configuration.data)
> >>> File "/media/OpenEmbedded/unstable/bitbake/lib/bb/fetch/__init__.py", line 93, in fetcher_init
> >>> pd = persist_data.PersistData(d)
> >>> File "/media/OpenEmbedded/unstable/bitbake/lib/bb/persist_data.py", line 52, in __init__
> >>> bb.mkdirhier(self.cachedir)
> >>> File "/media/OpenEmbedded/unstable/bitbake/lib/bb/__init__.py", line 133, in mkdirhier
> >>> debug(3, "mkdirhier(%s)" % dir)
> >>> File "/media/OpenEmbedded/unstable/bitbake/lib/bb/__init__.py", line 103, in debug
> >>> bb.msg.debug(lvl, None, ''.join(args))
> >>> File "/media/OpenEmbedded/unstable/bitbake/lib/bb/msg.py", line 100, in debug
> >>> bb.event.fire(MsgDebug(msg, None))
> >>> File "/media/OpenEmbedded/unstable/bitbake/lib/bb/event.py", line 67, in fire
> >>> if tmpHandler(event) == Handled:
> >>> File "tmpHandler(e)", line 8, in tmpHandler
> >>> NameError: global name 'msg' is not defined
> >>>
> >>>
> >>
> >> I'm getting the exact same error. I'm new to OE and just going through the Getting started wiki entry. Ubuntu 10.04 installing bitbake via apt-get install bitbake.
> >>
> >> bitbake --version BitBake Build Tool Core version 1.8.18, bitbake version 1.8.18
> >> OE is current as of a few minutes ago.
> >>
> >> jr@ubuntu-xpc:~/oe/build$ bitbake nano
> >> Traceback (most recent call last):
> >> File "/usr/bin/bitbake", line 143, in <module>
> >> main()
> >> File "/usr/bin/bitbake", line 123, in main
> >> cooker.parseConfiguration()
> >> File "/usr/lib/pymodules/python2.6/bb/cooker.py", line 67, in parseConfiguration
> >> self.parseConfigurationFile( os.path.join( "conf", "bitbake.conf" ) )
> >> File "/usr/lib/pymodules/python2.6/bb/cooker.py", line 401, in parseConfigurationFile
> >> bb.fetch.fetcher_init(self.configuration.data)
> >> File "/usr/lib/pymodules/python2.6/bb/fetch/__init__.py", line 93, in fetcher_init
> >> pd = persist_data.PersistData(d)
> >> File "/usr/lib/pymodules/python2.6/bb/persist_data.py", line 52, in __init__
> >> bb.mkdirhier(self.cachedir)
> >> File "/usr/lib/pymodules/python2.6/bb/__init__.py", line 133, in mkdirhier
> >> debug(3, "mkdirhier(%s)" % dir)
> >> File "/usr/lib/pymodules/python2.6/bb/__init__.py", line 103, in debug
> >> bb.msg.debug(lvl, None, ''.join(args))
> >> File "/usr/lib/pymodules/python2.6/bb/msg.py", line 100, in debug
> >> bb.event.fire(MsgDebug(msg, None))
> >> File "/usr/lib/pymodules/python2.6/bb/event.py", line 67, in fire
> >> if tmpHandler(event) == Handled:
> >> File "tmpHandler(e)", line 8, in tmpHandler
> >> NameError: global name 'msg' is not defined
> >>
> >> - Jim
> >>
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> >>
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2010-10-30 10:23 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-28 13:18 bitbake error? Jaap de Jong
2010-10-29 1:51 ` James Ronald
2010-10-29 9:33 ` Pierluigi Passaro
2010-10-29 15:20 ` James Ronald
2010-10-30 10:16 ` Jaap de Jong
2010-10-30 10:21 ` Denys Dmytriyenko [this message]
2010-11-01 9:59 ` Walter Franzini
-- strict thread matches above, loose matches on Subject: below --
2017-08-09 8:29 bitbake error ? Riko
2017-08-09 8:31 ` Burton, Ross
2017-08-09 8:34 ` Riko
2017-08-09 8:38 ` Burton, Ross
2017-08-09 10:27 ` Riko Ho
2017-08-09 10:34 ` Burton, Ross
2017-08-09 12:42 ` Bejar-Colonia, Carlos
[not found] ` <CAByQQ_rHGL-wCDP_gnws4txKTq_6Qn1ux83jx4BjiZbveLDCNQ@mail.gmail.com>
2017-08-09 21:06 ` Riko Ho
2017-08-09 21:13 ` Burton, Ross
2017-08-10 1:19 ` Riko
2017-08-10 1:09 ` Riko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101030102143.GC21651@denix.org \
--to=denis@denix.org \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.