* FreeBSD 8 bitbake errors
@ 2010-05-07 15:22 Krzysztof 'soltys' Korościk
2010-05-08 4:18 ` Holger Freyther
0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof 'soltys' Korościk @ 2010-05-07 15:22 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I'm trying to setup oe environment on fresh FreeBSD 8 install. I'd
installed everything listed in [1] and [2], but when I try to bitbake
anything I get this:
[soltys@ ~/oe/ngw100]$ bitbake nano
NOTE: Handling BitBake files: / (6387/8361) [76 %]ERROR: Information
not available for target 'i386-freebsd8'
ERROR: argument of type 'NoneType' is not iterable while parsing
/home/soltys/oe/ngw100/openembedded/recipes/openssl/openssl-native_0.9.8g.bb
ERROR: Information not available for target 'i386-freebsd8'
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@siteinfo_get_endianess(d)}
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN',
'-DB_ENDIAN', d)} -DTERMIO -Os -fomit-frame-pointer -Wall
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@'${CFLAG}'.replace('-O2', '')}
ERROR: argument of type 'NoneType' is not iterable while parsing
/home/soltys/oe/ngw100/openembedded/recipes/openssl/openssl-native_0.9.8g.bb
NOTE: Handling BitBake files: / (6426/8361) [76 %]ERROR: Information
not available for target 'i386-freebsd8'
ERROR: argument of type 'NoneType' is not iterable while parsing
/home/soltys/oe/ngw100/openembedded/recipes/openssl/openssl-native_0.9.7m.bb
ERROR: Information not available for target 'i386-freebsd8'
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@siteinfo_get_endianess(d)}
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN',
'-DB_ENDIAN', d)} -DTERMIO -Os -fomit-frame-pointer -Wall
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@'${CFLAG}'.replace('-O2', '')}
ERROR: argument of type 'NoneType' is not iterable while parsing
/home/soltys/oe/ngw100/openembedded/recipes/openssl/openssl-native_0.9.7m.bb
NOTE: Handling BitBake files: \ (7268/8361) [86 %]ERROR: Information
not available for target 'i386-freebsd8'
ERROR: argument of type 'NoneType' is not iterable while parsing
/home/soltys/oe/ngw100/openembedded/recipes/openssl/openssl-native_0.9.7g.bb
ERROR: Information not available for target 'i386-freebsd8'
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@siteinfo_get_endianess(d)}
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN',
'-DB_ENDIAN', d)} -DTERMIO -Os -fomit-frame-pointer -Wall
NOTE: <type 'exceptions.TypeError'>:argument of type 'NoneType' is not
iterable while evaluating:
${@'${CFLAG}'.replace('-O2', '')}
ERROR: argument of type 'NoneType' is not iterable while parsing
/home/soltys/oe/ngw100/openembedded/recipes/openssl/openssl-native_0.9.7g.bb
NOTE: Handling BitBake files: | (8358/8361) [99 %]Command execution
failed: Traceback (most recent call last):
File "/home/soltys/oe/ngw100/bitbake/lib/bb/command.py", line 85, in
runAsyncCommand
self.cooker.updateCache()
File "/home/soltys/oe/ngw100/bitbake/lib/bb/cooker.py", line 802, in
updateCache
if not self.parser.parse_next():
File "/home/soltys/oe/ngw100/bitbake/lib/bb/cooker.py", line 956, in
parse_next
def parse_next(self):
File "/home/soltys/oe/ngw100/bitbake/lib/bb/cooker.py", line 995, in
parse_next
raise ParsingErrorsFound
ParsingErrorsFound
Any idea why I get errors and how to deal with them ?
Regards
[1] http://wiki.openembedded.net/index.php/OEandYourDistro#FreeBSD
[2] http://wiki.openembedded.net/index.php/Getting_started
- --
Krzysztof 'soltys' Koroscik
jid: soltys@szluug.org
e-mail: soltys@szluug.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkvkMEEACgkQNbd+EcfTCITZoACfQllUnz4KIwaYRfzVyeCIGSBQ
8PkAoLeTft9hzLgrP9gWGOi+TqWJAlc2
=x5i6
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: FreeBSD 8 bitbake errors
2010-05-07 15:22 FreeBSD 8 bitbake errors Krzysztof 'soltys' Korościk
@ 2010-05-08 4:18 ` Holger Freyther
2010-05-08 8:10 ` Krzysztof 'soltys' Korościk
0 siblings, 1 reply; 3+ messages in thread
From: Holger Freyther @ 2010-05-08 4:18 UTC (permalink / raw)
To: openembedded-devel
On 05/07/2010 11:22 PM, Krzysztof 'soltys' Korościk wrote:
> Hi all,
> I'm trying to setup oe environment on fresh FreeBSD 8 install. I'd
> installed everything listed in [1] and [2], but when I try to bitbake
> anything I get this:
>
> [soltys@ ~/oe/ngw100]$ bitbake nano
> NOTE: Handling BitBake files: / (6387/8361) [76 %]ERROR: Information
> not available for target 'i386-freebsd8'
we need an entry for freebsd8.x, it should be mostly the same as for
freebsd7
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: FreeBSD 8 bitbake errors
2010-05-08 4:18 ` Holger Freyther
@ 2010-05-08 8:10 ` Krzysztof 'soltys' Korościk
0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof 'soltys' Korościk @ 2010-05-08 8:10 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
W dniu 2010-05-08 06:18, Holger Freyther pisze:
> On 05/07/2010 11:22 PM, Krzysztof 'soltys' Korościk wrote:
>> Hi all,
>> I'm trying to setup oe environment on fresh FreeBSD 8 install. I'd
>> installed everything listed in [1] and [2], but when I try to bitbake
>> anything I get this:
>>
>> [soltys@ ~/oe/ngw100]$ bitbake nano
>> NOTE: Handling BitBake files: / (6387/8361) [76 %]ERROR: Information
>> not available for target 'i386-freebsd8'
>
> we need an entry for freebsd8.x, it should be mostly the same as for
> freebsd7
>
Maybe it's true but there is no entry for any version of freebsd,
coppying entry i386-linux to i386-freebsd8 in siteinfo.bbclass seams
to work for that errors.
- --
Krzysztof 'soltys' Koroscik
jid: soltys@szluug.org
e-mail: soltys@szluug.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkvlHIoACgkQNbd+EcfTCITzIgCgplmrEO3w/nAN59nPHjJg0Zmc
d4EAnR6tKj/23CqCI5fu1clm6nSgxeRP
=G1WS
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-08 8:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07 15:22 FreeBSD 8 bitbake errors Krzysztof 'soltys' Korościk
2010-05-08 4:18 ` Holger Freyther
2010-05-08 8:10 ` Krzysztof 'soltys' Korościk
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.