All of lore.kernel.org
 help / color / mirror / Atom feed
* recipe "not available"
@ 2009-04-17 16:34 Michael Sundius
  2009-04-17 16:50 ` Philip Balister
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Sundius @ 2009-04-17 16:34 UTC (permalink / raw)
  To: openembedded-devel

I've added a recipe for glibc to build the tools used by my company
for our set top box. It seems to be parsed by bitbake (since if I
intentionally add an erroneous line, bitbake will complain) however
when it gets time to run the tasks spelled out in the recipe, I get
the following errors, and a different version is used. 

 OE Build Configuration:
BB_VERSION        = "1.8.12"
METADATA_BRANCH   = "<unknown>"
METADATA_REVISION = "<unknown>"
TARGET_ARCH       = "mips"
TARGET_OS         = "linux"
MACHINE           = "8kg6-ngp"
DISTRO            = "sciatl"
DISTRO_VERSION    = "1"
TARGET_FPU        = ""

NOTE: Resolving any missing task queue dependencies
NOTE: preferred version 2.4 of glibc not available (for item virtual/libc)
NOTE: preferred version 2.4 of glibc not available (for item libsegfault)
NOTE: preferred version 2.4 of glibc not available (for item glibc)
NOTE: preferred version 2.4 of glibc not available (for item
virtual/mips-linux-libc-for-gcc)
NOTE: preferred version 2.4 of glibc-initial not available (for item
virtual/mips-linux-libc-initial)
NOTE: preferred version 2.4 of glibc not available (for item virtual/libiconv)
NOTE: Preparing runqueue
NOTE: Executing runqueue
NOTE: Running task 74 of 535 (ID: 406,
/home/sundism/oe/openembedded/packages/glibc/glibc-initial_2.7.bb, do_unpack)


I saw some references in the archives to a broken bitbake program, though my 
version does not match the one indicated. Further simply running bitbake -c
rebuild <package> does not resolve the problem

Is there anyone out there who might be able to help?

Thanks 
Michael Sundius





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

* Re: recipe "not available"
  2009-04-17 16:34 recipe "not available" Michael Sundius
@ 2009-04-17 16:50 ` Philip Balister
  2009-04-17 17:46   ` Michael Sundius
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Balister @ 2009-04-17 16:50 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2112 bytes --]

Michael Sundius wrote:
> I've added a recipe for glibc to build the tools used by my company
> for our set top box. It seems to be parsed by bitbake (since if I
> intentionally add an erroneous line, bitbake will complain) however
> when it gets time to run the tasks spelled out in the recipe, I get
> the following errors, and a different version is used. 

Do you have an overlay in place? I've had similar maddening issues 
editing recipes from .dev that were duplicated in an overlay.

Philip

> 
>  OE Build Configuration:
> BB_VERSION        = "1.8.12"
> METADATA_BRANCH   = "<unknown>"
> METADATA_REVISION = "<unknown>"
> TARGET_ARCH       = "mips"
> TARGET_OS         = "linux"
> MACHINE           = "8kg6-ngp"
> DISTRO            = "sciatl"
> DISTRO_VERSION    = "1"
> TARGET_FPU        = ""
> 
> NOTE: Resolving any missing task queue dependencies
> NOTE: preferred version 2.4 of glibc not available (for item virtual/libc)
> NOTE: preferred version 2.4 of glibc not available (for item libsegfault)
> NOTE: preferred version 2.4 of glibc not available (for item glibc)
> NOTE: preferred version 2.4 of glibc not available (for item
> virtual/mips-linux-libc-for-gcc)
> NOTE: preferred version 2.4 of glibc-initial not available (for item
> virtual/mips-linux-libc-initial)
> NOTE: preferred version 2.4 of glibc not available (for item virtual/libiconv)
> NOTE: Preparing runqueue
> NOTE: Executing runqueue
> NOTE: Running task 74 of 535 (ID: 406,
> /home/sundism/oe/openembedded/packages/glibc/glibc-initial_2.7.bb, do_unpack)
> 
> 
> I saw some references in the archives to a broken bitbake program, though my 
> version does not match the one indicated. Further simply running bitbake -c
> rebuild <package> does not resolve the problem
> 
> Is there anyone out there who might be able to help?
> 
> Thanks 
> Michael Sundius
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

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

* Re: recipe "not available"
  2009-04-17 16:50 ` Philip Balister
@ 2009-04-17 17:46   ` Michael Sundius
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sundius @ 2009-04-17 17:46 UTC (permalink / raw)
  To: openembedded-devel

Philip Balister <philip <at> balister.org> writes:

> 
> Michael Sundius wrote:
> > I've added a recipe for glibc to build the tools used by my company
> > for our set top box. It seems to be parsed by bitbake (since if I
> > intentionally add an erroneous line, bitbake will complain) however
> > when it gets time to run the tasks spelled out in the recipe, I get
> > the following errors, and a different version is used. 
> 
> Do you have an overlay in place? I've had similar maddening issues 
> editing recipes from .dev that were duplicated in an overlay.
> 
> Philip
> 
why yes, I have a local directory where I'm keeping my recipes. 

oddly enough this is the first recipe where I have a local one
that has the same name and version as one in the 
./openembedded/packages/glibc directory. 

I thought that there might be an issue where it was confused by
which file it should use. but I've since deleted the version
in the openembedded/packages/glibc directory. I've also 
removed the tmp directory... is there anything else I need to
clean out to make sure there are no conflicts?

how did you resolve your problems?

thanks
Mike





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

* Re: recipe "not available"
@ 2009-04-18 13:09 Victor Tang
  0 siblings, 0 replies; 4+ messages in thread
From: Victor Tang @ 2009-04-18 13:09 UTC (permalink / raw)
  To: openembedded-devel

What's bitbake command,bitbake glibc or bitbake -b   *.bb?Try the second.



-- 
Victor Tang


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

end of thread, other threads:[~2009-04-18 13:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 16:34 recipe "not available" Michael Sundius
2009-04-17 16:50 ` Philip Balister
2009-04-17 17:46   ` Michael Sundius
  -- strict thread matches above, loose matches on Subject: below --
2009-04-18 13:09 Victor Tang

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.