<div dir="ltr"><div>Platfom: Windows 10 64bit, running Cygwin 32 LODE build setup to compile libreoffice. <br></div><div>Default setup of build envrionment as outlined in <a href="https://wiki.documentfoundation.org/Development/BuildingOnWindows">https://wiki.documentfoundation.org/Development/BuildingOnWindows</a><br><br></div><div>Synced up to git repo today (2/10/2016)<br></div><div>Compilation went well until reaching unit test for ssl check (see below for output).<br><br></div><div>Checked my cygwin installation and have openssl  & openssh packages as indicated in the manual install sections (which I cross-validated). <br><br></div><div>Checked email list archive and couldn't find any mention, so sending it out. <br></div><div>Currently debugging the issue, trying to understand the scripts purpose<br></div><div>Anything known already? <br><br></div><div>Best Regards<br></div><div>Paul<br></div><div><br></div><div><div><div><br>[build PYT] pyuno_pytests_ssl<br>E<br>======================================================================<br>ERROR: test_ssl_import (testssl.SSLTest)<br>----------------------------------------------------------------------<br>Traceback (most recent call last):<br>  File "C:\sources\libo-core\pyuno\qa\pytests\testssl.py", line 6, in test_ssl_import<br>    import ssl<br>  File "C:\sources\libo-core\instdir\program\python-core-3.3.0\lib\ssl.py", line 60, in <module><br>    import _ssl             # if we can't import it, let the error propagate<br>ImportError: DLL load failed: The operating system cannot run %1.<br><br>----------------------------------------------------------------------<br>Ran 1 test in 0.015s<br><br>FAILED (errors=1)<br><br>Error: a unit test failed, please do one of:<br>make PythonTest_pyuno_pytests_ssl CPPUNITTRACE="gdb --args"<br>    # for interactive debugging on Linux<br>make PythonTest_pyuno_pytests_ssl VALGRIND=memcheck<br>    # for memory checking<br>make PythonTest_pyuno_pytests_ssl DEBUGCPPUNIT=TRUE<br>    # for exception catching<br><br>C:/sources/libo-core/solenv/gbuild/PythonTest.mk:35: recipe for target 'C:/sources/libo-core/workdir/PythonTest/pyuno_pytests_ssl/done' failed<br>make[1]: *** [C:/sources/libo-core/workdir/PythonTest/pyuno_pytests_ssl/done] Error 1<br>make[1]: *** Waiting for unfinished jobs....<br>Makefile:249: recipe for target 'build' failed<br>make: *** [build] Error 2<br><br></div></div></div></div>