Parse errors with AUTOREV and SRCREV

Nelson Castillo nelsoneci at gmail.com
Wed Jan 9 17:27:30 UTC 2008


Hi.

I'm trying to compile OE for a 586 processor. I get these errors:

$ bitbake task-base
NOTE: Handling BitBake files: \ (3729/4988) [74 %]NOTE:
exceptions.AttributeError:'module' object has no attribute
'get_srcrev' while evaluating:
${@bb.fetch.get_srcrev(d)}
NOTE: exceptions.AttributeError:'module' object has no attributeHv'
while evaluating:
${AUTOREV}
NOTE: exceptions.AttributeError:'module' object has no attribute
'get_srcrev' while evaluating:
0.02+svnr${SRCREV}
NOTE: exceptions.AttributeError:'module' object has no attribute
'get_srcrev' while evaluating:
${PN}-${EXTENDPE}${PV}-${PR}
NOTE: exceptions.AttributeError:'module' object has no attribute
'get_srcrev' while evaluating:
${TMPDIR}/work/${MULTIMACH_ARCH}${TARGET_VENDOR}-${TARGET_OS}/${PF}
NOTE: exceptions.AttributeError:'module' object has no attribute
'get_srcrev' while evaluating:
${WORKDIR}/python-gsmd
NOTE: exceptions.AttributeError:'module' object has no attribute
'get_srcrev' while evaluating:
${S}
ERROR: 'module' object has no attribute 'get_srcrev' while parsing
/mnt/emqbit1/oex86/org.openembedded.dev/packages/python/python-gsmd_svn.bb


How can I solve them?

I'm using latest metadata and bitbake from svn.

BTW, this is my local.conf:

DL_DIR="/mnt/emqbit1/oex86/sources"
BBFILES="/mnt/emqbit1/oex86/org.openembedded.dev/packages/*/*.bb"
PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-x11"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
MACHINE="i586-generic"
DISTRO="generic"
ENABLE_BINARY_LOCALE_GENERATION = "1"
GLIBC_GENERATE_LOCALES = "en_US.UTF-8"
IMAGE_FSTYPES = "tar"
PARALLEL_MAKE = "-j 2"
BBINCLUDELOGS = "yes"

Regards,
Nelson.-

-- 
http://arhuaco.org




More information about the Openembedded-users mailing list