Re: is it possible to build trunk with system OpenSSL?

2023-12-10 Thread Damjan Jovanovic
On Sun, Dec 10, 2023 at 8:25 AM Yury Tarasievich wrote: > ...in followup to my previous post: > > So sources for xmlsec1 library which is used in > the 'xmlsecurity' module are NOT downloaded when > this condition (in external_deps.lst) is false? > > if (ENABLE_NSS_MODULE!=NO && SYSTEM_NSS!=YES)

Re: is it possible to build trunk with system OpenSSL?

2023-12-10 Thread Yury Tarasievich
...in followup to my previous post: So sources for xmlsec1 library which is used in the 'xmlsecurity' module are NOT downloaded when this condition (in external_deps.lst) is false? if (ENABLE_NSS_MODULE!=NO && SYSTEM_NSS!=YES) And I have both ENABLE_NSS_MODULE and SYSTEM_NSS set to YES

Re: is it possible to build trunk with system OpenSSL?

2023-12-09 Thread Yury Tarasievich
Apologies for not responding earlier, was optimistically expecting to report a complete success 'any moment now'. No such luck, though, yet. My findings at the moment are: 1. The scp2 module needs to be rebuilt from scratch every time the build configuration changes. As it is, the scp2

Re: is it possible to build trunk with system OpenSSL?

2023-12-09 Thread Damjan Jovanovic
On Sat, Dec 9, 2023 at 6:56 AM Yury Tarasievich wrote: > Hi, > > Thank you, Damjan, for the prompt looking into > the problem. > > It's a pleasure, let's try fix it so nobody else suffers. > Regarding the matters you address: > > If I understand correctly, the configure code > allows for a

Re: is it possible to build trunk with system OpenSSL?

2023-12-08 Thread Yury Tarasievich
Hi, Thank you, Damjan, for the prompt looking into the problem. Regarding the matters you address: If I understand correctly, the configure code allows for a separate inclusion of nss (more on that at the very end of this message): --with-system-nss ...which brings us to the original

Re: is it possible to build trunk with system OpenSSL?

2023-12-08 Thread Damjan Jovanovic
On Fri, Dec 8, 2023 at 7:40 AM Yury Tarasievich wrote: > Hi, > > Thanks for answering. What fails in >IMPL_LINK( SvxSecurityTabPage, MacroSecPBHdl, > void*, EMPTYARG ) > is that check: >if ( xD.is() ) > And the xD object is non-null at that. > > Somehow I can't set a breakpoint to that >

Re: is it possible to build trunk with system OpenSSL?

2023-12-08 Thread Yury Tarasievich
> And it's --with-system-openssl or --without-system-openssl, there is no --with-system-openssl=yes like you had. Sorry for stating the obvious but anything non-empty goes, provided it's not a 'no'. Anyway it compiles successfully, like I've said, only it then fails when copying

Re: is it possible to build trunk with system OpenSSL?

2023-12-07 Thread Yury Tarasievich
Hi, Thanks for answering. What fails in IMPL_LINK( SvxSecurityTabPage, MacroSecPBHdl, void*, EMPTYARG ) is that check: if ( xD.is() ) And the xD object is non-null at that. Somehow I can't set a breakpoint to that IMPL_LINK call. Neither variants with SvxSecurityTabPage:: nor

Re: is it possible to build trunk with system OpenSSL?

2023-12-07 Thread Damjan Jovanovic
On Thu, Dec 7, 2023 at 6:53 AM Yury Tarasievich wrote: > Hi all, > > Regarding the matter in the Subject, I've found > I can just build with internal OpenSSL (which's > rather old, btw), then rename libcrypto.so and > libssl.so, and so actually use the system libraries. > > But as to why I

Re: is it possible to build trunk with system OpenSSL?

2023-12-07 Thread Damjan Jovanovic
On Thu, Dec 7, 2023 at 6:52 PM Yury Tarasievich wrote: > Hi, > > Yeah, the linux build. AFAIU the build process > is a bit wilful, maybe it's fluking again. > > I am pretty sure I've always used --with-system-openssl on FreeBSD successfully, but I am retrying from a clean build now. And it's

Re: is it possible to build trunk with system OpenSSL?

2023-12-07 Thread Yury Tarasievich
Hi, Yeah, the linux build. AFAIU the build process is a bit wilful, maybe it's fluking again. Anyway, I sort of went around the issue, but what about macros security button (see my neighbouring post)?? What does it want, a new set of certificates, or what? I literally lose half of my

Re: is it possible to build trunk with system OpenSSL?

2023-12-06 Thread Yury Tarasievich
Hi all, Regarding the matter in the Subject, I've found I can just build with internal OpenSSL (which's rather old, btw), then rename libcrypto.so and libssl.so, and so actually use the system libraries. But as to why I needed that - it *looks* like at some point in the 4.5 branch

Re: is it possible to build trunk with system OpenSSL?

2023-12-06 Thread Matthias Seidel
Hi Yury, Unfortunately I am no developer, but I know that the OS/2-port builds with system-openssl. https://github.com/apache/openoffice/blob/trunk/main/configure.cmd I assume you want to build on some kind of Linux? Regards,    Matthias Am 04.12.23 um 16:48 schrieb Yury Tarasievich: Hi

is it possible to build trunk with system OpenSSL?

2023-12-04 Thread Yury Tarasievich
Hi all, I'm trying to build the trunk codebase with maximum use of system libs and specifically with --with-system-openssl=yes, to get rid of the update routine crashing. The build seems to complete okay, but in the instsetoo_native stage it breaks, telling me: ERROR: File not found: