From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Problem at the very beginning
Date: Tue, 18 May 2010 00:46:06 -0700 [thread overview]
Message-ID: <20100518074606.GA19476@gmail.com> (raw)
In-Reply-To: <AANLkTinL4kGrM6P5Di1N4KI-95sFuEwDn-RM_SZ32cjS@mail.gmail.com>
On (18/05/10 09:03), Grzegorz Toporek wrote:
> Hi all,
>
> I'm new to the mailing list so I would like to say hello to everyone. I'm
> new to OE/bitbake as well so please be patient...
>
> I was trying to build busybox package but unfortunately I got this error. Is
> it a type conversion problem? I got this with "Simple Helloworld" either...
>
> What should be mentioned, there was no a problem to build this for
> angstrom-2008.1 distribution (machine om-gta01). Now I have changed it to
> colibri, which is my boar, and the problem occurred.
>
> I have attached all my .conf files to this e-mail.
>
> Please help me with this problem. Looking forward to your reply.
>
> ERROR:
>
> NOTE: Handling BitBake files: \ (7927/8366) [94 %]NOTE: <type
> 'exceptions.TypeError'>:unsupported operand type(s) for +: 'NoneType' and
> 'str' while evaluating:
> task-x11-illume task-fonts-truetype-core e-wm-menu-shr shr-wizard
> shr-theme-gry xcursor-transparent-theme xinput-calibrator
> libx11-locale ${@get_rdepends(bb, d)} e-wm-config-illume2-shr
> ERROR: unsupported operand type(s) for +: 'NoneType' and 'str' while parsing
> /home/grzesiek/tele/openembedded/recipes/tasks/task-shr-minimal.bb
> NOTE: Handling BitBake files: / (8366/8366) [100 %]
> NOTE: Parsing finished. 7584 cached, 453 parsed, 328 skipped, 0 masked.
> ERROR: Parsing errors found, exiting...
the python code in
/home/grzesiek/tele/openembedded/recipes/tasks/task-shr-minimal.bb
depends upon a metadata variable called LIBC and this is not set in your
distro file. This could be one of 'glibc|eglibc|uclibc" depending upon
what system library you want. In your case it seems to be glibc
So if you set
LIBC = "glibc" in your distro file then it should work.
-Khem
next prev parent reply other threads:[~2010-05-18 7:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-18 7:03 Problem at the very beginning Grzegorz Toporek
2010-05-18 7:29 ` Koen Kooi
2010-05-18 7:48 ` Grzegorz Toporek
2010-05-18 7:46 ` Khem Raj [this message]
2010-05-18 8:01 ` Grzegorz Toporek
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=20100518074606.GA19476@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.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 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.