All of lore.kernel.org
 help / color / mirror / Atom feed
* Error building image
@ 2010-05-04 12:45 Philip Balister
  2010-05-04 13:50 ` Jan Paesmans
  0 siblings, 1 reply; 2+ messages in thread
From: Philip Balister @ 2010-05-04 12:45 UTC (permalink / raw)
  To: openembedded-devel

Does anyone know what is going wrong? It looks like so kind of 
uninitialized variable.

http://tinderbox.openembedded.net/builds/70529/

Philip



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

* Re: Error building image
  2010-05-04 12:45 Error building image Philip Balister
@ 2010-05-04 13:50 ` Jan Paesmans
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Paesmans @ 2010-05-04 13:50 UTC (permalink / raw)
  To: openembedded-devel

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@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@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

end of thread, other threads:[~2010-05-04 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-04 12:45 Error building image Philip Balister
2010-05-04 13:50 ` Jan Paesmans

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.