Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2009 11:32:12 -0500
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        Vinicius Abrahao <vinnix.bsd@gmail.com>
Cc:        openoffice@freebsd.org
Subject:   Re: Problem when updating openoffice2 / or building openoffice3
Message-ID:  <49F5DE0C.2070806@missouri.edu>
In-Reply-To: <1e31c7980904270925u4c91e133g691eb9f657a7bc2d@mail.gmail.com>
References:  <1e31c7980904260858v4a1b4930te5f2bd3ff13b1ceb@mail.gmail.com> <1e31c7980904270925u4c91e133g691eb9f657a7bc2d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49F5DE0C.2070806>