[oe] Error building image

Jan Paesmans jan.paesmans at gmail.com
Tue May 4 13:50:58 UTC 2010


Hi,

Seems like a python conversion error, python can't convert your string
into a number.
On a python command line on the same machine, could you try the following:

size = int("3016672617")
print size

Hopefully this should work on your python, if not there is something
wrong with the python itself.

I assume that the python is reading the size of some package and that
this string representing the size is either wrongly formatted or too
large.
If I look at the log correctly, then the size value is some 3 GB. Is
this correct?

Hope this helps,

Jan

On Tue, May 4, 2010 at 2:45 PM, Philip Balister <philip at balister.org> wrote:
> Does anyone know what is going wrong? It looks like so kind of uninitialized
> variable.
>
> http://tinderbox.openembedded.net/builds/70529/
>
> Philip
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list