With Master "LibO-dev 3.5.0 – WIN7 Home Premium (64bit) English UI [(Build ID: f952331-4eb4f62-09af278)]", installed due to <http://wiki.documentfoundation.org/Testing_Daily_Builds>, <http://wiki.documentfoundation.org/Installing_in_parallel>: Steps to reproduce: 0. Start LibO Master Start Center 1. Open new Writer document from Start Center 2. Menu 'Tools -> Options -> Security' click button 'Macro Security' Expected: Macro security dialog will open Actual: Button shows "click reaction", but nothing happens, no new dialog opens
Wrong OS
no problem in Build ID: 6ecb780-4eb4f62-09af278 on Linux
From which tinderbox does the failing build come from, this may be a side effect of a mozilla-disabled build.
@Caolán: I see that in the latest builds from <http://dev-builds.libreoffice.org/daily/Windows_XP_SP3/> Was OK with a Master Build in July from Provo_Windows_x86_Tinderbox(?).
Confirming on Debian GNU/Linux. I traced the code, basically dlopen("/path/to/libxsec_xmlsec.so") returns NULL.
With sal/osl/unx/module at OSL_DEBUGLEVEL 2: Trace 23071/1: "Error osl_getAsciiFunctionSymbol: /home/master/src/libreoffice/core/solver/unxlngx6/installation/opt/program/../program/libxmlsecurity.so: undefined symbol: xmlsecurity_component_getImplementationEnvironmentExt" Trace 23071/1: "Error osl_getAsciiFunctionSymbol: /home/master/src/libreoffice/core/solver/unxlngx6/installation/opt/program/../program/libxmlsecurity.so: undefined symbol: xmlsecurity_component_getImplementationEnvironment" Trace 23071/1: "Error osl_getAsciiFunctionSymbol: /home/master/src/libreoffice/core/solver/unxlngx6/installation/opt/program/../program/libxmlsecurity.so: undefined symbol: component_canUnload" Trace 23071/1: "Error osl_loadModule: /home/master/src/libreoffice/core/solver/unxlngx6/installation/opt/program/../program/libnssutil3.so: version `NSSUTIL_3.12.5' not found (required by /home/master/src/libreoffice/core/solver/unxlngx6/installation/opt/program/../program/libnss3.so)" Error: loading component library failed: file:///home/master/src/libreoffice/core/solver/unxlngx6/installation/opt/program/../program/libxsec_xmlsec.so From File /home/master/src/libreoffice/core/cui/source/options/optinet2.cxx at Line 874
Recompiling moz module fixes this issue for me.
For me the problem does no longer exist with with Server installation of Master "LibO-dev 3.5.0 – WIN7 Home Premium (64bit) ENGLISH UI [(Build ID: 4f11d0a-adcf6d5-c4bb9bd)]" Windows_2008R2 - 111118) and also not with parallel installation of MinGW Master "LibO-dev 3.5.0 – WIN7 Home Premium (64bit) English UI [(Build ID: 7ba7cba-5d03837-adcf6d5-c4bb9bd)] (daily/MinGW_cross-compilation2011-11-26_02.11.53)"
Cannot reproduce with daily MinGW build: f7831ed-fd3abe7-8b4f344-2306b32
(In reply to comment #8) > For me the problem does no longer exist Closing then.
I thought I fixed that with http://cgit.freedesktop.org/libreoffice/core/commit/?id=aa584559a8ada4e31331ab8a23f2c09eb11c609b What are the configure options on the builds with this problem. Probably --disable-xmlsec I guess ?
works for me with a recent master build.