Openembedded Core Discussions
 help / color / mirror / Atom feed
* qemuarm: configure of bison fails, claims to need flex
@ 2012-11-27  9:29 Robert P. J. Day
  2012-11-27 10:19 ` qemuarm: configure of bison fails, claims to need flex [SOLVED?] Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2012-11-27  9:29 UTC (permalink / raw)
  To: OE Core mailing list


  trying to build absolutely stock qemuarm image with current oe-core,
got:

ERROR: Task 800
(virtual:native:/home/rpjday/OE/dist/layers/oe-core/meta/recipes-devtools/bison/bison_2.5.1.bb,
do_configure) failed with exit code '1'

and the log file claimed that bison needed flex.  i'm doing it all
over again from scratch just to make sure it wasn't something silly i
did, i'll report back if i can reproduce it.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: qemuarm: configure of bison fails, claims to need flex [SOLVED?]
  2012-11-27  9:29 qemuarm: configure of bison fails, claims to need flex Robert P. J. Day
@ 2012-11-27 10:19 ` Robert P. J. Day
  2012-11-27 14:41   ` Chris Larson
  2012-11-27 14:54   ` Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Robert P. J. Day @ 2012-11-27 10:19 UTC (permalink / raw)
  To: OE Core mailing list

On Tue, 27 Nov 2012, Robert P. J. Day wrote:

>
>   trying to build absolutely stock qemuarm image with current oe-core,
> got:
>
> ERROR: Task 800
> (virtual:native:/home/rpjday/OE/dist/layers/oe-core/meta/recipes-devtools/bison/bison_2.5.1.bb,
> do_configure) failed with exit code '1'
>
> and the log file claimed that bison needed flex.  i'm doing it all
> over again from scratch just to make sure it wasn't something silly
> i did, i'll report back if i can reproduce it.

  ah, i see where i did something unapproved -- to test what i could
add to the ASSUME_PROVIDED list, i added this to my local.conf:

ASSUME_PROVIDED += "m4 quilt"

which caused the configure step for bison to fail, claiming that it
needed flex.  should i have expected that?  am i misunderstanding the
rationale for ASSUME_PROVIDED?

rday

p.s.  just restricted to ASSUME_PROVIDED to "m4", that appears to be
causing the problem.

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: qemuarm: configure of bison fails, claims to need flex [SOLVED?]
  2012-11-27 10:19 ` qemuarm: configure of bison fails, claims to need flex [SOLVED?] Robert P. J. Day
@ 2012-11-27 14:41   ` Chris Larson
  2012-11-27 14:54   ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Chris Larson @ 2012-11-27 14:41 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: OE Core mailing list

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

On Tue, Nov 27, 2012 at 3:19 AM, Robert P. J. Day <rpjday@crashcourse.ca>wrote:

> On Tue, 27 Nov 2012, Robert P. J. Day wrote:
>
> >
> >   trying to build absolutely stock qemuarm image with current oe-core,
> > got:
> >
> > ERROR: Task 800
> >
> (virtual:native:/home/rpjday/OE/dist/layers/oe-core/meta/recipes-devtools/bison/
> bison_2.5.1.bb,
> > do_configure) failed with exit code '1'
> >
> > and the log file claimed that bison needed flex.  i'm doing it all
> > over again from scratch just to make sure it wasn't something silly
> > i did, i'll report back if i can reproduce it.
>
>   ah, i see where i did something unapproved -- to test what i could
> add to the ASSUME_PROVIDED list, i added this to my local.conf:
>
> ASSUME_PROVIDED += "m4 quilt"
>
> which caused the configure step for bison to fail, claiming that it
> needed flex.  should i have expected that?  am i misunderstanding the
> rationale for ASSUME_PROVIDED?
>

First of all, if you want to do that, you should be adding m4-native and
quilt-native to ASSUME_PROVIDED, not m4 and quilt, unless your build
machine somehow has cross-compiled stuff already ;)
-- 
Christopher Larson

[-- Attachment #2: Type: text/html, Size: 1657 bytes --]

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

* Re: qemuarm: configure of bison fails, claims to need flex [SOLVED?]
  2012-11-27 10:19 ` qemuarm: configure of bison fails, claims to need flex [SOLVED?] Robert P. J. Day
  2012-11-27 14:41   ` Chris Larson
@ 2012-11-27 14:54   ` Richard Purdie
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2012-11-27 14:54 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: OE Core mailing list

On Tue, 2012-11-27 at 05:19 -0500, Robert P. J. Day wrote:
> On Tue, 27 Nov 2012, Robert P. J. Day wrote:
> 
> >
> >   trying to build absolutely stock qemuarm image with current oe-core,
> > got:
> >
> > ERROR: Task 800
> > (virtual:native:/home/rpjday/OE/dist/layers/oe-core/meta/recipes-devtools/bison/bison_2.5.1.bb,
> > do_configure) failed with exit code '1'
> >
> > and the log file claimed that bison needed flex.  i'm doing it all
> > over again from scratch just to make sure it wasn't something silly
> > i did, i'll report back if i can reproduce it.
> 
>   ah, i see where i did something unapproved -- to test what i could
> add to the ASSUME_PROVIDED list, i added this to my local.conf:
> 
> ASSUME_PROVIDED += "m4 quilt"
> 
> which caused the configure step for bison to fail, claiming that it
> needed flex.  should i have expected that?  am i misunderstanding the
> rationale for ASSUME_PROVIDED?

You are misunderstanding the syntax. Were you not meaning m4-native and
quilt-native?

Cheers,

Richard




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

end of thread, other threads:[~2012-11-27 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27  9:29 qemuarm: configure of bison fails, claims to need flex Robert P. J. Day
2012-11-27 10:19 ` qemuarm: configure of bison fails, claims to need flex [SOLVED?] Robert P. J. Day
2012-11-27 14:41   ` Chris Larson
2012-11-27 14:54   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox