All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Walsh <tom@openhardware.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Exception.ValueError during build
Date: Sat, 07 Jun 2008 16:30:22 -0400	[thread overview]
Message-ID: <484AEFDE.4040500@openhardware.net> (raw)
In-Reply-To: <200806060024.23268.mickey@vanille-media.de>

Michael 'Mickey' Lauer wrote:
> On Thursday 05 June 2008 20:43:37 Paul Blacquiere wrote:
>   
>> Hi,
>>
>> While trying to build (independent of what machine or distro) I get the
>> following error almost immediately.
>>
>> ********************************************************************
>> $>  bitbake helloworld-image
>>
>> NOTE: Out of date cache found, rebuilding...
>> NOTE: Handling BitBake files: | (0001/0001) [100 %]
>> NOTE: Parsing finished. 0 cached, 1 parsed, 0 skipped, 0 masked.
>>     
>
> This looks like either BitBake does not find your configuration directory 
> (double check BBPATH) or you are missing the path to your BitBake files 
> (double check BBFILES in your local.conf).
>
> [...]
>
>   
something broken, I see it too.  This "corrects the problem":

--- org.openembedded.dev/classes/base.bbclass~  2008-06-07 
11:11:04.000000000 -0400
+++ org.openembedded.dev/classes/base.bbclass   2008-06-07 
16:26:24.000000000 -0400
@@ -718,7 +718,8 @@
        return monotone_branch

 def base_get_metadata_monotone_revision(d):
-       monotone_revision = "<unknown>"
+       monotone_revision = "1"
+       return monotone_revision
        try:
                monotone_revision = file( "%s/_MTN/revision" % 
base_get_scmbasepath(d) ).read().strip()
                if monotone_revision.startswith( "format_version" ):

>> NOTE: build 200806060630: started
>> NOTE: <type 'exceptions.ValueError'>:substring not found while evaluating:
>> ${@base_get_metadata_monotone_revision(d)}
>> Traceback (most recent call last):
>>   File "/stuff/bitbake/bin/bitbake", line 134, in <module>
>>     main()
>>   File "/stuff/bitbake/bin/bitbake", line 131, in main
>>     cooker.cook()
>>   File "/stuff/bitbake/lib/bb/cooker.py", line 636, in cook
>>     return self.buildTargets(pkgs_to_build)
>>   File "/stuff/bitbake/lib/bb/cooker.py", line 527, in buildTargets
>>     bb.event.fire(bb.event.BuildStarted(buildname, targets,
>> self.configuration.event_data))
>>   File "/stuff/bitbake/lib/bb/event.py", line 67, in fire
>>     if tmpHandler(event) == Handled:
>>   File "tmpHandler(e)", line 31, in tmpHandler
>>   File "/stuff/bitbake/lib/bb/data.py", line 97, in getVar
>>     return d.getVar(var,exp)
>>   File "/stuff/bitbake/lib/bb/data_smart.py", line 170, in getVar
>>     return self.expand(value,var)
>>   File "/stuff/bitbake/lib/bb/data_smart.py", line 85, in expand
>>     s = __expand_python_regexp__.sub(python_sub, s)
>>   File "/stuff/bitbake/lib/bb/data_smart.py", line 71, in python_sub
>>     s = eval(code)
>>   File "<string>", line 1, in <module>
>>   File "<bb>", line 4, in base_get_metadata_monotone_revision
>>   File "<bb>", line 4, in base_get_scmbasepath
>> ValueError: substring not found
>>     
>
> Fwiw, we should catch this error and put something more sane out.
>
> :M:
>   


-- 
Tom Walsh - WN3L - Embedded Systems Consultant
http://openhardware.net http://cyberiansoftware.com http://openzipit.org
"Windows? No thanks, I have work to do..."
----------------------------------------------------





      reply	other threads:[~2008-06-07 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200806060643.37332.p_blacquiere@yahoo.co.uk>
2008-06-05 22:24 ` Exception.ValueError during build Michael 'Mickey' Lauer
2008-06-07 20:30   ` Tom Walsh [this message]

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=484AEFDE.4040500@openhardware.net \
    --to=tom@openhardware.net \
    --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.