All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake confusion
@ 2012-02-08  1:22 Rich Pixley
  2012-02-08  2:19 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Rich Pixley @ 2012-02-08  1:22 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

I've just started working with current OE, (Palm has been branched for 
several years).  And I'm a bit confused about how bitbake is supposed to 
work these days.

In the output below, how do I tell where the file with the erroneous 
line might be?  I mean, I can grep, but that won't necessarily tell me 
which file bitbake thought led to the failing include.

What am I missing?

--rich

-*- mode: compilation; default-directory: "/home/rich/projects/webos/" -*-
Compilation started at Tue Feb  7 17:17:22

time make
BBPATH=`pwd`/build:`pwd`/openembedded `pwd`/bitbake/bin/bitbake -v -D 
bootstrap-image
DEBUG: Removed the following variables from the environment: HISTFILE, 
LESS, SSH_CLIENT, CVS_RSH, EMACS, MAKEFLAGS, LANGUAGE, SFDIR, SHLVL, 
HISTSIZE, TMPDIR, EMACSCLIENT, MFLAGS, CVSROOT, NETHACKOPTIONS, EDITOR, 
INSIDE_EMACS, ignoreeof, XENVIRONMENT, ENV, COLUMNS, TERMCAP, SSH_TTY, 
MAKELEVEL, TAPE, GWMPATH, RNINIT, MAIL, SSH_CONNECTION, PAGER, MORE
DEBUG: Clearing SRCREV cache due to cache policy of: clear
DEBUG: Using cache in 
'/home/rich/projects/webos/tmp/cache/bb_codeparser.dat' for codeparser cache
DEBUG: collecting .bb files
DEBUG: Using cache in 
'/home/rich/projects/webos/tmp/cache/eglibc/beagleboard'
Loading cache: 100% || ETA:  00:00:00
Loaded 5 entries from dependency cache.
DEBUG: Using cache in 
'/home/rich/projects/webos/tmp/cache/bb_codeparser.dat' for codeparser cache
ERROR: Could not include required file abiword-2.5.inc
ERROR: Command execution failed: Exited with 1

Summary: There was 1 ERROR message shown, returning a non-zero exit code.
make: *** [all] Error 1

real    0m2.060s
user    0m1.764s
sys    0m0.304s

Compilation exited abnormally with code 2 at Tue Feb  7 17:17:24




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bitbake confusion
  2012-02-08  1:22 bitbake confusion Rich Pixley
@ 2012-02-08  2:19 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2012-02-08  2:19 UTC (permalink / raw)
  To: openembedded-devel

On (07/02/12 17:22), Rich Pixley wrote:
> I've just started working with current OE, (Palm has been branched
> for several years).  And I'm a bit confused about how bitbake is
> supposed to work these days.

I would suggest you use the new layered model to start with. We still
have classic oe there but its not being developed on there is a
maintenace release of that and that it. latest bitbake has also probably
not been tested with classic oe metadata.

in the new model you will have webos as a new layer on top of existing
oe-core and other layers around it. metadata is maintained in separate
layers. You can look at angstrom or yocto for how the layers are used
for a distro.

> 
> In the output below, how do I tell where the file with the erroneous
> line might be?  I mean, I can grep, but that won't necessarily tell
> me which file bitbake thought led to the failing include.
> 
> What am I missing?

so if you still want to use oe classic you have to stick to 1.12 release
of bitbake I think


> 
> --rich
> 
> -*- mode: compilation; default-directory: "/home/rich/projects/webos/" -*-
> Compilation started at Tue Feb  7 17:17:22
> 
> time make
> BBPATH=`pwd`/build:`pwd`/openembedded `pwd`/bitbake/bin/bitbake -v
> -D bootstrap-image
> DEBUG: Removed the following variables from the environment:
> HISTFILE, LESS, SSH_CLIENT, CVS_RSH, EMACS, MAKEFLAGS, LANGUAGE,
> SFDIR, SHLVL, HISTSIZE, TMPDIR, EMACSCLIENT, MFLAGS, CVSROOT,
> NETHACKOPTIONS, EDITOR, INSIDE_EMACS, ignoreeof, XENVIRONMENT, ENV,
> COLUMNS, TERMCAP, SSH_TTY, MAKELEVEL, TAPE, GWMPATH, RNINIT, MAIL,
> SSH_CONNECTION, PAGER, MORE
> DEBUG: Clearing SRCREV cache due to cache policy of: clear
> DEBUG: Using cache in
> '/home/rich/projects/webos/tmp/cache/bb_codeparser.dat' for
> codeparser cache
> DEBUG: collecting .bb files
> DEBUG: Using cache in
> '/home/rich/projects/webos/tmp/cache/eglibc/beagleboard'
> Loading cache: 100% || ETA:  00:00:00
> Loaded 5 entries from dependency cache.
> DEBUG: Using cache in
> '/home/rich/projects/webos/tmp/cache/bb_codeparser.dat' for
> codeparser cache
> ERROR: Could not include required file abiword-2.5.inc
> ERROR: Command execution failed: Exited with 1
> 
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> make: *** [all] Error 1
> 
> real    0m2.060s
> user    0m1.764s
> sys    0m0.304s
> 
> Compilation exited abnormally with code 2 at Tue Feb  7 17:17:24
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
-Khem



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-08  2:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08  1:22 bitbake confusion Rich Pixley
2012-02-08  2:19 ` Khem Raj

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.