Every time I try to build abiword my build fails:

        make[3]: *** No rule to make target `../goffice-bits2/libgoffice.la', 
needed by `libabiword-3.0.la'.  Stop.
        make[3]: Leaving directory
        
`/SSD/build/distroless/tmp/qemuarm-eglibc/work/armv5te-oe-linux-gnueabi/abiword/3.0.0-r0/abiword-3.0.0/src'

I've tried a couple things, and this is what works for me.

I tried setting PARALLEL_MAKE to "" and it still fails. The odd thing is, the
Makefiles do show ../goffice-bits2/libgoffice.la as being a dependency of
libabiword-3.0.la (opt_libs), but it still doesn't guarantee the dependency is
built ahead of time (in fact, never on my system). Maybe this dependency is
buried too deep in variables?

Then I thought that maybe it was an autotools-brokensep problem and gave that
a try too, but it still failed. I even created a patch to change the
${top_builddir} to ${top_srcdir}, but it still failed.

Trevor Woerner (1):
  abiword: force build order

 meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
1.9.0

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to