Problem when updating openoffice2 / or building openoffice3
Stephen Montgomery-Smith
stephen at missouri.edu
Mon Apr 27 16:32:14 UTC 2009
Vinicius Abrahao wrote:
> Hi again,
>
.....
> 2 module(s):
> curl
> cppunit
> need(s) to be rebuilt
>
What I have found is that to find the real source of error, that you
need to look over the whole make log. Do something like
make | tee make.log
Then when it has failed, look for "curl" and "cppunit" in the file
make.log using some kind of text editor, like vi.
When I did this, I found that the patches for curl were not applying
cleanly. I had to remove carriage returns which were present in the
patch for curl. Maybe you have the same problem. I don't know what the
problem might be for cppunit.
> ---------------------------------------------------
>
> I also recompile cppunit and curl before try to build openoffice but without
> success.
That won't help, because openoffice is using an internal cppunit and curl.
More information about the freebsd-openoffice
mailing list