All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-denzil][PATCH] libtool: Add missing DEPENDS on libtool-cross
@ 2012-10-02 21:30 Chase Maupin
  2012-10-03 17:17 ` Scott Garman
  0 siblings, 1 reply; 4+ messages in thread
From: Chase Maupin @ 2012-10-02 21:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chase Maupin

* When building with 24 bitbake threads on my system I observed
  errors like the following:
    | configure.ac:199: error: LT_LANG: unsupported language: "Go"
    | <tmpdir>/work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768: LT_LANG is expanded from...
    | configure.ac:199: the top level
    | autom4te: m4 failed with exit status: 1
* This could be found by doing a clean build.  If a build had
  already been performed then often just cleaning the libtool
  package and rebuilding it would resolve the issue.
* Adding a DEPENDS on libtool-cross resolves this issue with a
  clean build.
* Bump the PR

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
---
 meta/recipes-devtools/libtool/libtool_2.4.2.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/libtool/libtool_2.4.2.bb b/meta/recipes-devtools/libtool/libtool_2.4.2.bb
index a2eb4ea..f376b67 100644
--- a/meta/recipes-devtools/libtool/libtool_2.4.2.bb
+++ b/meta/recipes-devtools/libtool/libtool_2.4.2.bb
@@ -1,6 +1,8 @@
 require libtool-${PV}.inc
 
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+
+DEPENDS += "libtool-cross"
 
 #
 # We want the results of libtool-cross preserved - don't stage anything ourselves.
-- 
1.7.0.4




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

* Re: [for-denzil][PATCH] libtool: Add missing DEPENDS on libtool-cross
  2012-10-02 21:30 [for-denzil][PATCH] libtool: Add missing DEPENDS on libtool-cross Chase Maupin
@ 2012-10-03 17:17 ` Scott Garman
  2012-10-03 22:21   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Garman @ 2012-10-03 17:17 UTC (permalink / raw)
  To: openembedded-core

On 10/02/2012 02:30 PM, Chase Maupin wrote:
> * When building with 24 bitbake threads on my system I observed
>    errors like the following:
>      | configure.ac:199: error: LT_LANG: unsupported language: "Go"
>      | <tmpdir>/work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768: LT_LANG is expanded from...
>      | configure.ac:199: the top level
>      | autom4te: m4 failed with exit status: 1
> * This could be found by doing a clean build.  If a build had
>    already been performed then often just cleaning the libtool
>    package and rebuilding it would resolve the issue.
> * Adding a DEPENDS on libtool-cross resolves this issue with a
>    clean build.
> * Bump the PR
>
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>

Thanks for this, I've merged it into my sgarman/denzil-next testing 
branches.

Scott

-- 
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center



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

* Re: [for-denzil][PATCH] libtool: Add missing DEPENDS on libtool-cross
  2012-10-03 17:17 ` Scott Garman
@ 2012-10-03 22:21   ` Richard Purdie
  2012-10-03 23:10     ` Scott Garman
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2012-10-03 22:21 UTC (permalink / raw)
  To: Scott Garman; +Cc: openembedded-core

On Wed, 2012-10-03 at 10:17 -0700, Scott Garman wrote:
> On 10/02/2012 02:30 PM, Chase Maupin wrote:
> > * When building with 24 bitbake threads on my system I observed
> >    errors like the following:
> >      | configure.ac:199: error: LT_LANG: unsupported language: "Go"
> >      | <tmpdir>/work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768: LT_LANG is expanded from...
> >      | configure.ac:199: the top level
> >      | autom4te: m4 failed with exit status: 1
> > * This could be found by doing a clean build.  If a build had
> >    already been performed then often just cleaning the libtool
> >    package and rebuilding it would resolve the issue.
> > * Adding a DEPENDS on libtool-cross resolves this issue with a
> >    clean build.
> > * Bump the PR
> >
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> 
> Thanks for this, I've merged it into my sgarman/denzil-next testing 
> branches.

This isn't even in master yet and I have some concerns about why its
necessary. I've not had a chance to look into it properly yet though :/.

Cheers,

Richard




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

* Re: [for-denzil][PATCH] libtool: Add missing DEPENDS on libtool-cross
  2012-10-03 22:21   ` Richard Purdie
@ 2012-10-03 23:10     ` Scott Garman
  0 siblings, 0 replies; 4+ messages in thread
From: Scott Garman @ 2012-10-03 23:10 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

On 10/03/2012 03:21 PM, Richard Purdie wrote:
> On Wed, 2012-10-03 at 10:17 -0700, Scott Garman wrote:
>> On 10/02/2012 02:30 PM, Chase Maupin wrote:
>>> * When building with 24 bitbake threads on my system I observed
>>>     errors like the following:
>>>       | configure.ac:199: error: LT_LANG: unsupported language: "Go"
>>>       | <tmpdir>/work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768: LT_LANG is expanded from...
>>>       | configure.ac:199: the top level
>>>       | autom4te: m4 failed with exit status: 1
>>> * This could be found by doing a clean build.  If a build had
>>>     already been performed then often just cleaning the libtool
>>>     package and rebuilding it would resolve the issue.
>>> * Adding a DEPENDS on libtool-cross resolves this issue with a
>>>     clean build.
>>> * Bump the PR
>>>
>>> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
>>
>> Thanks for this, I've merged it into my sgarman/denzil-next testing
>> branches.
>
> This isn't even in master yet and I have some concerns about why its
> necessary. I've not had a chance to look into it properly yet though :/.

Yeah, sorry I'm jumping the gun a bit. I'm trying to merge commits 
quickly so I can test the branch soon on the autobuilder and get another 
pull request in before the patchset gets too large (last time it was a 
bit unwieldy).

Scott

-- 
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center



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

end of thread, other threads:[~2012-10-03 23:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-02 21:30 [for-denzil][PATCH] libtool: Add missing DEPENDS on libtool-cross Chase Maupin
2012-10-03 17:17 ` Scott Garman
2012-10-03 22:21   ` Richard Purdie
2012-10-03 23:10     ` Scott Garman

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.