All of lore.kernel.org
 help / color / mirror / Atom feed
* Release-2011.03/5dbd8d6 libnl2-1_2.0-r1: task do_compile: Failed
@ 2011-02-25 13:17 Steffen Sledz
  2011-02-25 14:00 ` [PATCH] libnl2: fix typo in fix-pktloc-dep-race.patch Steffen Sledz
  2011-02-25 14:59 ` Release-2011.03/5dbd8d6 libnl2-1_2.0-r1: task do_compile: Failed Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Steffen Sledz @ 2011-02-25 13:17 UTC (permalink / raw)
  To: openembedded-devel

First error with the latest testing-release-2011.03 while trying clean build of console-image. :(

Build Configuration:
BB_VERSION        = "1.12.0"
METADATA_BRANCH   = "testing-release-2011.03"
METADATA_REVISION = "5dbd8d6"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "hipox"
DISTRO            = "angstrom"
DISTRO_VERSION    = "2010.7-test-20110225"
TARGET_FPU        = "soft"

Making all in lib
make[1]: Entering directory `/var/lib/jenkins/jobs/OE-testing/workspace/tmp/work/armv5te-angstrom-linux-gnueabi/libnl2-1_2.0-r1/libnl-2.0/lib'
bison -y -d  -o route/pktloc_syntax.c route/pktloc_syntax.y
make[1]: *** No rule to make target `route/pktloc_grammar.y', needed by `route/pktloc_grammar.c'.  Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/lib/jenkins/jobs/OE-testing/workspace/tmp/work/armv5te-angstrom-linux-gnueabi/libnl2-1_2.0-r1/libnl-2.0/lib'
make: *** [all-recursive] Error 1

Steffen

-- 
DResearch Fahrzeugelektronik GmbH
Otto-Schmirgal-Str. 3, 10319 Berlin, Germany
Tel: +49 30 515932-237 mailto:sledz@DResearch.de
Fax: +49 30 515932-299
Geschäftsführer: Dr. Michael Weber, Werner Mögle;
Amtsgericht Berlin Charlottenburg; HRB 130120 B;
Ust.-IDNr. DE273952058



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

* [PATCH] libnl2: fix typo in fix-pktloc-dep-race.patch
  2011-02-25 13:17 Release-2011.03/5dbd8d6 libnl2-1_2.0-r1: task do_compile: Failed Steffen Sledz
@ 2011-02-25 14:00 ` Steffen Sledz
  2011-02-25 14:59 ` Release-2011.03/5dbd8d6 libnl2-1_2.0-r1: task do_compile: Failed Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Steffen Sledz @ 2011-02-25 14:00 UTC (permalink / raw)
  To: openembedded-devel

bison -y -d  -o route/pktloc_syntax.c route/pktloc_syntax.y
make[1]: *** No rule to make target `route/pktloc_grammar.y', needed by `route/pktloc_grammar.c'.  Stop.

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
---
 recipes/libnl/libnl2/fix-pktloc-dep-race.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
index 50acee4..c559717 100644
--- a/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
+++ b/recipes/libnl/libnl2/fix-pktloc-dep-race.patch
@@ -16,7 +16,7 @@ Index: libnl-2.0/lib/Makefile.am
  # with --header-file=
 -route/pktloc_grammar.c: route/pktloc_grammar.l
 +route/pktloc_grammar.h: route/pktloc_grammar.c
-+route/pktloc_grammar.c: route/pktloc_grammar.y
++route/pktloc_grammar.c: route/pktloc_grammar.l
  	$(LEX) --header-file=route/pktloc_grammar.h $(LFLAGS) -o $@ $^
  
 +route/pktloc_syntax.h: route/pktloc_syntax.c
-- 
1.7.1




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

* Re: Release-2011.03/5dbd8d6 libnl2-1_2.0-r1: task do_compile: Failed
  2011-02-25 13:17 Release-2011.03/5dbd8d6 libnl2-1_2.0-r1: task do_compile: Failed Steffen Sledz
  2011-02-25 14:00 ` [PATCH] libnl2: fix typo in fix-pktloc-dep-race.patch Steffen Sledz
@ 2011-02-25 14:59 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2011-02-25 14:59 UTC (permalink / raw)
  To: openembedded-devel

On 02/25/2011 06:17 AM, Steffen Sledz wrote:
> First error with the latest testing-release-2011.03 while trying clean build of console-image. :(
>
> Build Configuration:
> BB_VERSION        = "1.12.0"
> METADATA_BRANCH   = "testing-release-2011.03"
> METADATA_REVISION = "5dbd8d6"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "hipox"
> DISTRO            = "angstrom"
> DISTRO_VERSION    = "2010.7-test-20110225"
> TARGET_FPU        = "soft"
>
> Making all in lib
> make[1]: Entering directory `/var/lib/jenkins/jobs/OE-testing/workspace/tmp/work/armv5te-angstrom-linux-gnueabi/libnl2-1_2.0-r1/libnl-2.0/lib'
> bison -y -d  -o route/pktloc_syntax.c route/pktloc_syntax.y
> make[1]: *** No rule to make target `route/pktloc_grammar.y', needed by `route/pktloc_grammar.c'.  Stop.
> make[1]: *** Waiting for unfinished jobs....
> make[1]: Leaving directory `/var/lib/jenkins/jobs/OE-testing/workspace/tmp/work/armv5te-angstrom-linux-gnueabi/libnl2-1_2.0-r1/libnl-2.0/lib'
> make: *** [all-recursive] Error 1

Yeah, sorry about that.  I went and pushed the same thing (fixed it last 
night but was waiting for any other fall-out overnight).

-- 
Tom Rini
Mentor Graphics Corporation



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

end of thread, other threads:[~2011-02-25 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 13:17 Release-2011.03/5dbd8d6 libnl2-1_2.0-r1: task do_compile: Failed Steffen Sledz
2011-02-25 14:00 ` [PATCH] libnl2: fix typo in fix-pktloc-dep-race.patch Steffen Sledz
2011-02-25 14:59 ` Release-2011.03/5dbd8d6 libnl2-1_2.0-r1: task do_compile: Failed Tom Rini

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.