Build Openmoko on FreeBSD

Cesar Eduardo Barros cesarb at cesarb.net
Wed Sep 3 04:26:12 CEST 2008


Mr. Morph escreveu:
> Hello everybody,
> 
> I tried to build the openmoko images on FreeBSD64. I tried it several 
> time with different images (ASU,FSO and SHR) but everytime I get errors 
> from bitbake like this:
> 
> Buildserver_OpenMoko# sh build-unstable.sh
> . conf/topdir.conf && test "`pwd`" = "$TOPDIR" || echo "TOPDIR='`pwd`'" 
>  > conf/topdir.conf
> . ./setup-env; exec bitbake "shr-image"
> NOTE: Handling BitBake files: \ (4430/5704) [77 %]ERROR: Information not 
> available for target 'amd64-freebsd'
> 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 -fexpensive-optimizations 
> -frename-registers -fomit-frame-pointer -Os -Wall
> [...]
> ${@'${CFLAG}'.replace('-O2', '')}
> ERROR: argument of type 'NoneType' is not iterable while parsing 
> /shr/shr-unstable/openembedded/packages/openssl/openssl-native_0.9.7g.bb
> NOTE: Handling BitBake files: \ (5704/5704) [100 %]
> NOTE: Parsing finished. 5450 cached, 0 parsed, 251 skipped, 0 masked.
> ERROR: Parsing errors found, exiting...
> gmake: *** [image] Error 1
> 
> Everyone got some hints for me?

This error is from openembedded/classes/siteinfo.bbclass, called from 
openembedded/packages/openssl/openssl.inc. It means what it says: it has 
no information about "amd64-freebsd", or in fact anything at all besides 
Linux (and one instance of Darwin on ARM).

-- 
Cesar Eduardo Barros
cesarb at cesarb.net
cesar.barros at gmail.com




More information about the community mailing list