[Open Office] parallel building fails...
Caolan McNamara
caolanm at redhat.com
Thu Feb 9 03:41:24 EST 2006
On Thu, 2006-02-09 at 09:21 +0100, Giuseppe Ghibò wrote:
> Caolan McNamara wrote:
>
> > On Sun, 2006-02-05 at 20:06 +0100, Giuseppe Ghibò wrote:
> >
> [ ParallelMake ]
>
> cws-dmake43p01-20060131.diff
>
> but it didn't help, as I still get errors:
>
> http://peoples.mandriva.com/~ghibo/failed_2.txt.bz2
>
> At this point the error seems in:
>
> Checking DLL ../unxlngi6.pro/lib/check_libswui680li.so ...dmake: Error: --
> `../unxlngi6.pro/slb/vbaobj.lib' not found, and can't be made
> '---* tg_merge.mk *---'
It's a parallel build so the output is mixed up. The process from where
the "dmake: Error: --" error was reported is mixed up with the
perfectly ok "Checking DLL..." output from the other process. If you
look further down your log at the end you have...
"ERROR: error 65280 occurred while
making /home/ghibo/rpm/BUILD/ooo-build/build/src680-m155/sc/util"
So if you take your full log and search backwards for error: around sc
\/util then you should see the line which really caused "vbaobj.lib not
found"
>
> i.e. vbaobj.lib not built (but later).
Without the dmak43p01 patch I don't trust the logs but with it in place
we can be fairly sure that what it complains about is really there. So
something uses "vbaobj.lib" but doesn't have correct dependencies
actually set on that.
vbaobj is added by ooo-build vba set of patches, and isn't in the
upstream. I'd guess that a bit of digging into the makefile.mk in
sc/util and the vba patches which touch it should throw up some info.
C.
More information about the Openoffice
mailing list