Openembedded Core Discussions
 help / color / mirror / Atom feed
* Parsing errors
@ 2011-05-31 22:45 Khem Raj
  2011-06-01  4:57 ` Martin Jansa
  2011-06-01  6:31 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2011-05-31 22:45 UTC (permalink / raw)
  To: openembeded-devel,
	Patches and discussions about the oe-core layer

Hi

In slugos when I updated to today's snapshot of oe-core  and meta-oe
its giving me this

ERROR: Information not available for target 'all-linux'

                                                  | ETA:  00:00:37
ERROR: Error parsing
/home/kraj/work/slugos/meta-openembedded/meta-oe/recipes-core/systemd/systemd-compat-units.bb:
Failure expanding variable SITEINFO_ENDIANESS, expression was
${@siteinfo_get_endianess(d)} which triggered exception TypeError:
argument of type 'NoneType' is not iterable
ERROR: Command execution failed: Exited with 1
make: *** [slugos-image] Error 1


I wonder if it has to do with allarch.bbclass

Thanks

-Khem



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

* Re: Parsing errors
  2011-05-31 22:45 Parsing errors Khem Raj
@ 2011-06-01  4:57 ` Martin Jansa
  2011-06-01  6:31 ` Koen Kooi
  1 sibling, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2011-06-01  4:57 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: openembeded-devel

[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]

On Tue, May 31, 2011 at 03:45:46PM -0700, Khem Raj wrote:
> Hi
> 
> In slugos when I updated to today's snapshot of oe-core  and meta-oe
> its giving me this
> 
> ERROR: Information not available for target 'all-linux'
> 
>                                                   | ETA:  00:00:37
> ERROR: Error parsing
> /home/kraj/work/slugos/meta-openembedded/meta-oe/recipes-core/systemd/systemd-compat-units.bb:
> Failure expanding variable SITEINFO_ENDIANESS, expression was
> ${@siteinfo_get_endianess(d)} which triggered exception TypeError:
> argument of type 'NoneType' is not iterable
> ERROR: Command execution failed: Exited with 1
> make: *** [slugos-image] Error 1
> 
> 
> I wonder if it has to do with allarch.bbclass

It's because meta-oe has own siteinfo
meta-openembedded/meta-oe/classes/siteinfo.bbclass

see contrib/jansa/allarch for needed patches I wasn't confident enough
to send pull request yet, but maybe I should..

Cheers,

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

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

* Re: Parsing errors
  2011-05-31 22:45 Parsing errors Khem Raj
  2011-06-01  4:57 ` Martin Jansa
@ 2011-06-01  6:31 ` Koen Kooi
  2011-06-01  6:37   ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2011-06-01  6:31 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: openembeded-devel


Op 1 jun 2011, om 00:45 heeft Khem Raj het volgende geschreven:

> Hi
> 
> In slugos when I updated to today's snapshot of oe-core  and meta-oe
> its giving me this
> 
> ERROR: Information not available for target 'all-linux'
> 
>                                                  | ETA:  00:00:37
> ERROR: Error parsing
> /home/kraj/work/slugos/meta-openembedded/meta-oe/recipes-core/systemd/systemd-compat-units.bb:
> Failure expanding variable SITEINFO_ENDIANESS, expression was
> ${@siteinfo_get_endianess(d)} which triggered exce


ENDIANNESS is spelled with 3 Ns, so that might explain your problems. See

http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=87dc166bade8722af4076c8644cac6a0a437826f
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=45fc36a32fb23c513833d7e27fb4b9cd8be68fb5

regards,

Koen


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

* Re: Parsing errors
  2011-06-01  6:31 ` Koen Kooi
@ 2011-06-01  6:37   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2011-06-01  6:37 UTC (permalink / raw)
  To: openembedded-core

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 05/31/2011 11:31 PM, Koen Kooi wrote:
> 
> Op 1 jun 2011, om 00:45 heeft Khem Raj het volgende geschreven:
> 
>> Hi
>>
>> In slugos when I updated to today's snapshot of oe-core  and meta-oe
>> its giving me this
>>
>> ERROR: Information not available for target 'all-linux'
>>
>>                                                  | ETA:  00:00:37
>> ERROR: Error parsing
>> /home/kraj/work/slugos/meta-openembedded/meta-oe/recipes-core/systemd/systemd-compat-units.bb:
>> Failure expanding variable SITEINFO_ENDIANESS, expression was
>> ${@siteinfo_get_endianess(d)} which triggered exce
> 
> 
> ENDIANNESS is spelled with 3 Ns, so that might explain your problems. See
> 
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=87dc166bade8722af4076c8644cac6a0a437826f
> http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=45fc36a32fb23c513833d7e27fb4b9cd8be68fb5
> 

thats in oe classic I was bitten by that earlier when big endian kernel
was not building for slugos because I was using the variable with 3 Ns.
In oe-core it still uses the one with 2 Ns. So the usage is correct.
Plus the code has been working well.

I have requested Chris to port those patches to oe-core

> regards,
> 
> Koen
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk3l3gsACgkQuwUzVZGdMxQmYACeIX35izwTLaOL2/9i+IpadMKx
KioAnAjzszBOwItO6SKbDmqH48LOX41I
=bITL
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2011-06-01  6:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-31 22:45 Parsing errors Khem Raj
2011-06-01  4:57 ` Martin Jansa
2011-06-01  6:31 ` Koen Kooi
2011-06-01  6:37   ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox