[oe] problems doing bitbake task-base

Philip Balister philip at balister.org
Sun Jun 3 18:13:25 UTC 2007


I'm not sure about this error, but I have been building Angstrom images 
for the OSK successfully. More of us work with Angstrom, and I am the 
machine mentor, so we can better support Angstrom than the generic distro.

There are some you can download from here:

http://www.angstrom-distribution.org/unstable/images/omap5912osk/20070528/

I haven't tested these ones yet. But it is on my list of things to do. I 
am running very recent Angstrom bootstrap-image I built myself at the 
moment.

Philip

Luís Cargnini wrote:
> Please someone could told me what is the reason of this error messsage:
> NOTE: Using cache in
> '/home/lvcargnini/puc/instramed/openembedded/tmp/cache/omap5912osk'
> NOTE: Handling BitBake files: | (4598/4598) [100 %]
> NOTE: Parsing finished. 723 cached, 3663 parsed, 212 skipped, 0 masked.
> 
> NOTE: build 200706022342: started
> 
> OE Build Configuration:
> BB_VERSION     = "1.6.6"
> OE_REVISION    = "c6559ceba5987d7142c9759ae7f895632ac3b712"
> TARGET_ARCH    = "arm"
> TARGET_OS      = "linux"
> MACHINE        = "omap5912osk"
> DISTRO         = "generic"
> DISTRO_VERSION = ".dev-snapshot-20070603"
> TARGET_FPU     = "soft"
> 
> NOTE: package glibc-2.5: started
> NOTE: package glibc-2.5-r6: task do_package: started
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> ERROR:  0057:   # Collate the locales by base and encoding
> ERROR:  0058:   encodings = {}
> ERROR:  0059:   for l in supported:
> ERROR:  0060:           l = l[:-1]
> ERROR:  0061:           (locale, charset) = l.split(" ")
> ERROR:  0062:           m = dot_re.match(locale)
> ERROR:  0063:           if m:
> ERROR:  0064:                   locale = m.group(1)
> ERROR:  0065:           if not encodings.has_key(locale):
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> ERROR:  0057:   if (bb.data.getVar('INHIBIT_PACKAGE_STRIP', d, 1) != '1'):
> ERROR:  0058:           stripfunc = ""
> ERROR:  0059:           for root, dirs, files in os.walk(dvar):
> ERROR:  0060:                   for f in files:
> ERROR:  0061:                           file = os.path.join(root, f)
> ERROR:  0062:                           if not os.path.islink(file) and not
> os.path.isdir(file) and isexec(file):
> ERROR:  0063:                                   stripfunc += "\trunstrip %s
> || st=1\n" % (file)
> ERROR:  0064:           if not stripfunc == "":
> ERROR:  0065:                   from bb import build
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> ERROR: Error in executing:
> /home/lvcargnini/puc/instramed/openembedded/org.openembedded.dev/packages/glibc/glibc_2.5.bb
> ERROR: Exception:exceptions.ValueError Message:need more than 1 value to
> unpack
> ERROR: Printing the environment of the function
> Traceback (most recent call last):
>   File "/usr/bin/bitbake", line 1162, in ?
>     main()
>   File "/usr/bin/bitbake", line 1157, in main
>     cooker.cook( BBConfiguration( options ), args[1:] )
>   File "/usr/bin/bitbake", line 973, in cook
>     if self.buildProvider( k , False ) == 0:
>   File "/usr/bin/bitbake", line 608, in buildProvider
>     if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
>   File "/usr/bin/bitbake", line 308, in tryBuild
>     if self.buildProvider( dependency , buildAllDeps , build_depends ) == 0:
>   File "/usr/bin/bitbake", line 608, in buildProvider
>     if self.tryBuild(fn, item, buildAllDeps, build_depends + [fn]):
>   File "/usr/bin/bitbake", line 328, in tryBuild
>     return self.tryBuildPackage( fn, item, the_data )
>   File "/usr/bin/bitbake", line 234, in tryBuildPackage
>     bb.build.exec_task('do_%s' % self.configuration.cmd, the_data)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 288, in
> exec_task
>     task_graph.walkdown(task, execute)
>   File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
> walkdown
>     ret = self.walkdown(p, callback, debug, usecache)
>   File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
> walkdown
>     ret = self.walkdown(p, callback, debug, usecache)
>   File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1191, in
> walkdown
>     ret = self.walkdown(p, callback, debug, usecache)
>   File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1196, in
> walkdown
>     return callback(self, item)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 267, in execute
>     exec_task(item, d)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 288, in
> exec_task
>     task_graph.walkdown(task, execute)
>   File "/usr/lib/python2.4/site-packages/bb/__init__.py", line 1196, in
> walkdown
>     return callback(self, item)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 277, in execute
>     exec_func(item, localdata)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
>     exec_func_python(func, d)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
>     utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
>   File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
>     exec code in context
>   File "do_package", line 4, in ?
>   File "do_package", line 2, in do_package
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
>     exec_func_python(func, d)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
>     utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
>   File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
>     exec code in context
>   File "package_tar_do_package", line 4, in ?
>   File "package_tar_do_package", line 2, in package_tar_do_package
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
>     exec_func_python(func, d)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
>     utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
>   File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
>     exec code in context
>   File "package_do_package", line 5, in ?
>   File "package_do_package", line 3, in package_do_package
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
>     exec_func_python(func, d)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
>     utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
>   File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
>     exec code in context
>   File "populate_packages", line 188, in ?
>   File "populate_packages", line 5, in populate_packages
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 98, in exec_func
>     exec_func_python(func, d)
>   File "/usr/lib/python2.4/site-packages/bb/build.py", line 117, in
> exec_func_python
>     utils.better_exec(comp,g,tmp, bb.data.getVar('FILE',d,1))
>   File "/usr/lib/python2.4/site-packages/bb/utils.py", line 142, in
> better_exec
>     exec code in context
>   File "package_do_split_gconvs", line 152, in ?
>   File "package_do_split_gconvs", line 61, in package_do_split_gconvs
> ValueError: need more than 1 value to unpack
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20070603/2b1e51dc/attachment-0002.bin>


More information about the Openembedded-devel mailing list