You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Pedro Giffuni <pf...@apache.org> on 2012/05/08 05:11:56 UTC

Help updating Apache Commons

Hello;

I have a patch to update Apache Commons to the latest versions that
don't break the API. I also included a patch for some openjdk issue in
httpclient.

Unfortunately the build system is playing some tricks on me and
it breaks like this:
_____
...
Buildfile: 
/usr/ports/editors/openoffice-3-devel/work/ooo/main/apache-commons/unxfbsdx.pro/misc/build/commons-httpclient-3.1/build.xml

...
BUILD SUCCESSFUL
Total time: 20 seconds
touch ../../unxfbsdx.pro/misc/build/so_installed_commons-lang
cp -f 
../../unxfbsdx.pro/misc/build/commons-lang-2.6-src/dist/commons-lang-2.6.jar 
../../unxfbsdx.pro/class
touch ../../unxfbsdx.pro/misc/build/so_predeliver_commons-lang
cp: 
../../unxfbsdx.pro/misc/build/commons-lang-2.6-src/dist/commons-lang-2.6.jar: 
No such file or directory
dmake:  Error code 1, while making 
'../../unxfbsdx.pro/misc/build/so_predeliver_commons-lang'
_____

I am rather tired of looking for the problem so I uploaded the patch
http://people.apache.org/~pfg/patches/patch-apachecommons-update

and the ext_source tarballs:
http://people.apache.org/~pfg/patches/2e482c7567908d334785ce7d69ddfff7-commons-codec-1.6-src.tar.gz
http://people.apache.org/~pfg/patches/9ed97fce60a9a65852402248a6659492-hunspell-1.3.1.tar.gz

JIC anyone wants to take give me hand and take a look :).

thanks in advance,

Pedro.

Re: Help updating Apache Commons

Posted by Pedro Giffuni <pf...@apache.org>.
Hi again;

There are other, more interesting, matters that I want to work on
so I moved this to BZ 119319.

I may come back to it later but perhaps having more eyes looking
for the issue helps ;).

Best regards,

Pedro.

On 05/07/12 22:11, Pedro Giffuni wrote:
> Hello;
>
> I have a patch to update Apache Commons to the latest versions that
> don't break the API. I also included a patch for some openjdk issue in
> httpclient.
>
> Unfortunately the build system is playing some tricks on me and
> it breaks like this:
> _____
> ...
> Buildfile: 
> /usr/ports/editors/openoffice-3-devel/work/ooo/main/apache-commons/unxfbsdx.pro/misc/build/commons-httpclient-3.1/build.xml
>
> ...
> BUILD SUCCESSFUL
> Total time: 20 seconds
> touch ../../unxfbsdx.pro/misc/build/so_installed_commons-lang
> cp -f 
> ../../unxfbsdx.pro/misc/build/commons-lang-2.6-src/dist/commons-lang-2.6.jar 
> ../../unxfbsdx.pro/class
> touch ../../unxfbsdx.pro/misc/build/so_predeliver_commons-lang
> cp: 
> ../../unxfbsdx.pro/misc/build/commons-lang-2.6-src/dist/commons-lang-2.6.jar: 
> No such file or directory
> dmake:  Error code 1, while making 
> '../../unxfbsdx.pro/misc/build/so_predeliver_commons-lang'
> _____
>
> I am rather tired of looking for the problem so I uploaded the patch
> http://people.apache.org/~pfg/patches/patch-apachecommons-update
>
> and the ext_source tarballs:
> http://people.apache.org/~pfg/patches/2e482c7567908d334785ce7d69ddfff7-commons-codec-1.6-src.tar.gz 
>
> http://people.apache.org/~pfg/patches/9ed97fce60a9a65852402248a6659492-hunspell-1.3.1.tar.gz 
>
>
> JIC anyone wants to take give me hand and take a look :).
>
> thanks in advance,
>
> Pedro.