All of lore.kernel.org
 help / color / mirror / Atom feed
* v4l-utils won't build
@ 2014-04-25 19:56 Richard Cagley
  2014-04-25 23:56 ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Cagley @ 2014-04-25 19:56 UTC (permalink / raw)
  To: openembedded-devel

After running bitbake core-image-minimal I'm trying to run bitbake opencv
and I get the below. I've looking through the log files and the v4l-utils
recipe. All I can see is that it's unhappy about something to do with the
autotools configuration for the project. Any ideas?

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_configure (log file is located at
/home/rcagley/oe-zed-track/build/tmp-eglibc/work/i586-oe-linux/v4l-utils/0.8.8-r2/temp/log.do_configure.3977)
ERROR: Logfile of failure stored in:
/home/rcagley/oe-zed-track/build/tmp-eglibc/work/i586-oe-linux/v4l-utils/0.8.8-r2/temp/log.do_configure.3977
Log data follows:
| DEBUG: Executing python function sysroot_cleansstate
| DEBUG: Python function sysroot_cleansstate finished
| DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
'common-linux', 'common-glibc', 'i586-linux', 'common']
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_copy_aclocals
| DEBUG: Python function autotools_copy_aclocals finished
| DEBUG: Executing shell function do_configure
| autoreconf: 'configure.ac' or 'configure.in' is required
| WARNING:
/home/rcagley/oe-zed-track/build/tmp-eglibc/work/i586-oe-linux/v4l-utils/0.8.8-r2/temp/run.do_configure.3977:1
exit 1 from
|   autoreconf -vfi
| ERROR: Function failed: do_configure (log file is located at
/home/rcagley/oe-zed-track/build/tmp-eglibc/work/i586-oe-linux/v4l-utils/0.8.8-r2/temp/log.do_configure.3977)
ERROR: Task 385
(/home/rcagley/oe-zed-track/meta-oe/meta-oe/recipes-multimedia/v4l2apps/
v4l-utils_0.8.8.bb, do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1698 tasks of which 879 didn't need to be
rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/rcagley/oe-zed-track/meta-oe/meta-oe/recipes-multimedia/v4l2apps/
v4l-utils_0.8.8.bb, do_configure
Summary: There was 1 ERROR message shown, returning a non-zero exit code.


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

* Re: v4l-utils won't build
  2014-04-25 19:56 v4l-utils won't build Richard Cagley
@ 2014-04-25 23:56 ` Martin Jansa
  2014-04-26  0:30   ` Richard Cagley
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-04-25 23:56 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Apr 25, 2014 at 12:56:26PM -0700, Richard Cagley wrote:
> After running bitbake core-image-minimal I'm trying to run bitbake opencv
> and I get the below. I've looking through the log files and the v4l-utils
> recipe. All I can see is that it's unhappy about something to do with the
> autotools configuration for the project. Any ideas?

See
http://git.openembedded.org/openembedded-core/commit/?id=baf5b230af919b6b0fd14ac5fc3e734bf7c464d5
and related discussion on ML

> 
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: Function failed: do_configure (log file is located at
> /home/rcagley/oe-zed-track/build/tmp-eglibc/work/i586-oe-linux/v4l-utils/0.8.8-r2/temp/log.do_configure.3977)
> ERROR: Logfile of failure stored in:
> /home/rcagley/oe-zed-track/build/tmp-eglibc/work/i586-oe-linux/v4l-utils/0.8.8-r2/temp/log.do_configure.3977
> Log data follows:
> | DEBUG: Executing python function sysroot_cleansstate
> | DEBUG: Python function sysroot_cleansstate finished
> | DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common',
> 'common-linux', 'common-glibc', 'i586-linux', 'common']
> | DEBUG: Executing shell function autotools_preconfigure
> | DEBUG: Shell function autotools_preconfigure finished
> | DEBUG: Executing python function autotools_copy_aclocals
> | DEBUG: Python function autotools_copy_aclocals finished
> | DEBUG: Executing shell function do_configure
> | autoreconf: 'configure.ac' or 'configure.in' is required
> | WARNING:
> /home/rcagley/oe-zed-track/build/tmp-eglibc/work/i586-oe-linux/v4l-utils/0.8.8-r2/temp/run.do_configure.3977:1
> exit 1 from
> |   autoreconf -vfi
> | ERROR: Function failed: do_configure (log file is located at
> /home/rcagley/oe-zed-track/build/tmp-eglibc/work/i586-oe-linux/v4l-utils/0.8.8-r2/temp/log.do_configure.3977)
> ERROR: Task 385
> (/home/rcagley/oe-zed-track/meta-oe/meta-oe/recipes-multimedia/v4l2apps/
> v4l-utils_0.8.8.bb, do_configure) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 1698 tasks of which 879 didn't need to be
> rerun and 1 failed.
> Waiting for 0 running tasks to finish:
> 
> Summary: 1 task failed:
>   /home/rcagley/oe-zed-track/meta-oe/meta-oe/recipes-multimedia/v4l2apps/
> v4l-utils_0.8.8.bb, do_configure
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: v4l-utils won't build
  2014-04-25 23:56 ` Martin Jansa
@ 2014-04-26  0:30   ` Richard Cagley
  2014-04-26  0:40     ` Adam Lee
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Cagley @ 2014-04-26  0:30 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Apr 25, 2014 at 4:56 PM, Martin Jansa <martin.jansa@gmail.com>wrote:

> On Fri, Apr 25, 2014 at 12:56:26PM -0700, Richard Cagley wrote:
> > After running bitbake core-image-minimal I'm trying to run bitbake opencv
> > and I get the below. I've looking through the log files and the v4l-utils
> > recipe. All I can see is that it's unhappy about something to do with the
> > autotools configuration for the project. Any ideas?
>
> See
>
> http://git.openembedded.org/openembedded-core/commit/?id=baf5b230af919b6b0fd14ac5fc3e734bf7c464d5
> and related discussion on ML
>
>
sorry, i'm too new at this stuff to extract the needed information. Any
chance you can give me a bit more guidance? I'm not even sure what to
search for in the mailing lists. What's a good procedure to debug this sort
of thing?


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

* Re: v4l-utils won't build
  2014-04-26  0:30   ` Richard Cagley
@ 2014-04-26  0:40     ` Adam Lee
  2014-04-26  2:06       ` Richard Cagley
  0 siblings, 1 reply; 6+ messages in thread
From: Adam Lee @ 2014-04-26  0:40 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

which branch are you on? I am on master-next for OE and on Daisy on Poky.
Both opencv and v4l-utils build ok.

Adam


On Fri, Apr 25, 2014 at 5:30 PM, Richard Cagley <rcagley@gmail.com> wrote:

> On Fri, Apr 25, 2014 at 4:56 PM, Martin Jansa <martin.jansa@gmail.com
> >wrote:
>
> > On Fri, Apr 25, 2014 at 12:56:26PM -0700, Richard Cagley wrote:
> > > After running bitbake core-image-minimal I'm trying to run bitbake
> opencv
> > > and I get the below. I've looking through the log files and the
> v4l-utils
> > > recipe. All I can see is that it's unhappy about something to do with
> the
> > > autotools configuration for the project. Any ideas?
> >
> > See
> >
> >
> http://git.openembedded.org/openembedded-core/commit/?id=baf5b230af919b6b0fd14ac5fc3e734bf7c464d5
> > and related discussion on ML
> >
> >
> sorry, i'm too new at this stuff to extract the needed information. Any
> chance you can give me a bit more guidance? I'm not even sure what to
> search for in the mailing lists. What's a good procedure to debug this sort
> of thing?
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: v4l-utils won't build
  2014-04-26  0:40     ` Adam Lee
@ 2014-04-26  2:06       ` Richard Cagley
  2014-04-27 19:46         ` Richard Cagley
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Cagley @ 2014-04-26  2:06 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Apr 25, 2014 at 5:40 PM, Adam Lee <adam.yh.lee@gmail.com> wrote:

> which branch are you on? I am on master-next for OE and on Daisy on Poky.
> Both opencv and v4l-utils build ok.
>
> Adam
>
> I don't know is probably a bad answer. Here's what I do:

git clone git://git.openembedded.org/bitbake
git clone git://github.com/openembedded/oe-core.git
git clone git://github.com/openembedded/meta-oe
cd oe-core
. ./oe-init-build-env ../build ../bitbake

add in the meta-oe layer to bblayers

bitbake core-image-minimal
bitbake opencv

then it fails


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

* Re: v4l-utils won't build
  2014-04-26  2:06       ` Richard Cagley
@ 2014-04-27 19:46         ` Richard Cagley
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Cagley @ 2014-04-27 19:46 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Apr 25, 2014 at 7:06 PM, Richard Cagley <rcagley@gmail.com> wrote:

> On Fri, Apr 25, 2014 at 5:40 PM, Adam Lee <adam.yh.lee@gmail.com> wrote:
>
>> which branch are you on? I am on master-next for OE and on Daisy on Poky.
>> Both opencv and v4l-utils build ok.
>>
>> Adam
>>
>> I don't know is probably a bad answer. Here's what I do:
>
> git clone git://git.openembedded.org/bitbake
> git clone git://github.com/openembedded/oe-core.git
> git clone git://github.com/openembedded/meta-oe
> cd oe-core
> . ./oe-init-build-env ../build ../bitbake
>
> add in the meta-oe layer to bblayers
>
> bitbake core-image-minimal
> bitbake opencv
>
> then it fails
>

you're right. if I use the daisy branch of oe-core and master-next of
meta-oe does seem to build fine.


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

end of thread, other threads:[~2014-04-27 19:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25 19:56 v4l-utils won't build Richard Cagley
2014-04-25 23:56 ` Martin Jansa
2014-04-26  0:30   ` Richard Cagley
2014-04-26  0:40     ` Adam Lee
2014-04-26  2:06       ` Richard Cagley
2014-04-27 19:46         ` Richard Cagley

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.