From: Philip Balister <philip@balister.org>
To: openembedded-devel@openembedded.org
Subject: Re: problems doing bitbake task-base
Date: Sun, 03 Jun 2007 14:13:25 -0400 [thread overview]
Message-ID: <466304C5.9070806@balister.org> (raw)
In-Reply-To: <ae36f8040706021959p2c020f17k454aa346d7123f95@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 8260 bytes --]
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
>
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]
next prev parent reply other threads:[~2007-06-03 18:15 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-03 2:59 problems doing bitbake task-base Luís Cargnini
2007-06-03 18:13 ` Philip Balister [this message]
2007-06-03 19:27 ` Holger Freyther
2007-06-04 3:19 ` Luís Cargnini
2007-06-04 7:35 ` Koen Kooi
2007-06-04 12:55 ` Luís Cargnini
2007-06-04 13:01 ` Luís Cargnini
2007-06-04 13:19 ` Koen Kooi
2007-06-05 17:04 ` Luís Cargnini
2007-06-05 18:36 ` Luís Cargnini
2007-06-05 19:09 ` Holger Freyther
2007-06-05 19:51 ` Luís Cargnini
2007-06-05 21:01 ` Koen Kooi
2007-06-06 1:06 ` Luís Cargnini
2007-06-06 1:52 ` Luís Cargnini
2007-06-06 2:26 ` Luís Cargnini
2007-06-06 6:19 ` Koen Kooi
2007-06-06 6:42 ` Koen Kooi
2007-06-06 16:37 ` Luís Cargnini
2007-06-06 17:36 ` Luís Cargnini
2007-06-06 18:43 ` Luís Cargnini
2007-06-07 22:45 ` Luís Cargnini
2007-06-12 15:17 ` Luís Cargnini
2007-06-12 15:23 ` Koen Kooi
2007-06-12 16:34 ` Luís Cargnini
2007-06-12 16:46 ` Koen Kooi
2007-06-12 18:06 ` Luís Cargnini
2007-06-12 18:40 ` Luís Cargnini
2007-06-13 12:39 ` Jamie Lenehan
2007-06-13 16:31 ` Luís Cargnini
2007-06-14 1:35 ` Jamie Lenehan
2007-06-14 2:40 ` Luís Cargnini
2007-06-14 2:53 ` Jamie Lenehan
2007-06-18 13:14 ` Luís Cargnini
2007-06-20 16:48 ` Luís Cargnini
2007-06-22 4:57 ` Jamie Lenehan
[not found] ` <ae36f8040706212233kcaf86b0k9498869fce6cddff@mail.gmail.com>
2007-06-22 14:09 ` Luís Cargnini
2007-06-24 21:49 ` Luís Cargnini
2007-06-24 21:50 ` Luís Cargnini
2007-06-05 19:13 ` Michael Krelin
2007-06-05 19:51 ` Holger Freyther
2007-06-05 20:27 ` Michael Krelin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=466304C5.9070806@balister.org \
--to=philip@balister.org \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox