Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-02-21 Thread Stephan Bergmann
On 02/20/2012 06:10 PM, Lionel Elie Mamane wrote: On Mon, Jan 23, 2012 at 03:21:30PM +0100, Stephan Bergmann wrote: changing the postgresql-sdbc functionality from a bundled extension into a proper (optional) part of LO. The attached 0001-Changed-postgresql-sdbc-from-bundled-oxt-to-proper-o.p

Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-02-20 Thread Lionel Elie Mamane
On Mon, Jan 23, 2012 at 03:21:30PM +0100, Stephan Bergmann wrote: > changing the postgresql-sdbc functionality from a bundled extension > into a proper (optional) part of LO. > The attached > 0001-Changed-postgresql-sdbc-from-bundled-oxt-to-proper-o.patch > (against recent libreoffice-3-5) does j

Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-01-24 Thread Lionel Elie Mamane
On Tue, Jan 24, 2012 at 06:15:09PM +0100, Lionel Elie Mamane wrote: > On Mon, Jan 23, 2012 at 04:16:55PM +0100, Lionel Elie Mamane wrote: >> On Mon, Jan 23, 2012 at 03:21:30PM +0100, Stephan Bergmann wrote: >>> * >>> "postgresql-sdbc doesn't wor

Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-01-24 Thread Lionel Elie Mamane
On Mon, Jan 23, 2012 at 04:16:55PM +0100, Lionel Elie Mamane wrote: > On Mon, Jan 23, 2012 at 03:21:30PM +0100, Stephan Bergmann wrote: >> * >> "postgresql-sdbc doesn't work on LO 3.5RC1 win32" >> *

Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-01-23 Thread Stephan Bergmann
On 01/23/2012 04:16 PM, Lionel Elie Mamane wrote: "only fixed" is exaggerated. Maybe "most cleanly fixed". I came rather late to this discussion, so may miss some point completely. If you know of a non-hacky fix that does not require giving up the oxt, I'd be more than happy to not do the ch

Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-01-23 Thread Lionel Elie Mamane
On Mon, Jan 23, 2012 at 03:21:30PM +0100, Stephan Bergmann wrote: > * > "postgresql-sdbc doesn't work on LO 3.5RC1 win32" > * > "PostgreSQL-SDBC fails to load on Unix / official binaries: mis

Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-01-23 Thread Stephan Bergmann
On 01/23/2012 03:33 PM, Michael Stahl wrote: On 23/01/12 15:21, Stephan Bergmann wrote: The attached 0001-Changed-postgresql-sdbc-from-bundled-oxt-to-proper-o.patch (against recent libreoffice-3-5) does just that. It builds fine on Linux and produces installation sets that properly contain the

Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-01-23 Thread Fridrich Strba
On 23/01/12 15:21, Stephan Bergmann wrote: Feel free to review for inclusion in LO 3.5. (I can do the actual push in case enough reviewers approve.) Go for it ! F. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedeskt

Re: [Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-01-23 Thread Michael Stahl
On 23/01/12 15:21, Stephan Bergmann wrote: > The attached > 0001-Changed-postgresql-sdbc-from-bundled-oxt-to-proper-o.patch (against > recent libreoffice-3-5) does just that. It builds fine on Linux and > produces installation sets that properly contain the various files for > the postgresql-s

[Libreoffice] [REVIEW][3-5] let postgresql-sdbc find its dependencies

2012-01-23 Thread Stephan Bergmann
As discussed in the recent thread starting at "rpath / ... for extensions (and the case of PostgreSQL-SDBC)," it looks like the two bugs * "postgresql-sdbc doesn't