* [PATCH] nasm: nasm has a build dependency on groff-native
@ 2012-07-18 17:39 Amy Fong
2012-07-18 21:23 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Amy Fong @ 2012-07-18 17:39 UTC (permalink / raw)
To: openembedded-core
nasm has a build dependency on groff-native
In one incident, there was a case where nasm-native compile phase failed
with the following:
+troff: can't find `DESC' file
+troff: fatal error: sorry, I can't continue
During this, groff-native was in the sysroot install phase.
To remedy this, adding groff-native in nasm's dependency list.
Signed-off-by: Amy Fong <amy.fong@windriver.com>
---
nasm_2.07.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/nasm/nasm_2.07.bb b/meta/recipes-devtools/nasm/nasm_2.07.bb
index fc2d531..d3e3f5b 100644
--- a/meta/recipes-devtools/nasm/nasm_2.07.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.07.bb
@@ -27,3 +27,5 @@ do_install() {
}
BBCLASSEXTEND = "native"
+
+DEPENDS = "groff-native"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] nasm: nasm has a build dependency on groff-native
2012-07-18 17:39 [PATCH] nasm: nasm has a build dependency on groff-native Amy Fong
@ 2012-07-18 21:23 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-07-18 21:23 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Wed, 2012-07-18 at 13:39 -0400, Amy Fong wrote:
> nasm has a build dependency on groff-native
>
> In one incident, there was a case where nasm-native compile phase failed
> with the following:
>
> +troff: can't find `DESC' file
> +troff: fatal error: sorry, I can't continue
>
> During this, groff-native was in the sysroot install phase.
> To remedy this, adding groff-native in nasm's dependency list.
>
> Signed-off-by: Amy Fong <amy.fong@windriver.com>
> ---
> nasm_2.07.bb | 2 ++
> 1 file changed, 2 insertions(+)
This patch doesn't apply against master which has version 2.10.01. I
made it apply in this case since it appears still relevant but please
check this in future.
Cheers,
Richard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-18 21:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18 17:39 [PATCH] nasm: nasm has a build dependency on groff-native Amy Fong
2012-07-18 21:23 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox