Build problem, PythonTest_pyuno_pytests_ssl fails
Michael Stahl
mstahl at redhat.com
Mon Dec 15 07:54:53 PST 2014
On 15.12.2014 16:12, Pavel Laštovička wrote:
> Hello,
>
> so far I found that Python in 4.3 somehow suppresses output. I can call it
> interactively or run a hello world script, but nothing is displayed in console. This
> did not happen with 4.2. I am not sure how to proceed when I can't see any error
> message.
On Windows, i don't remember this ever working in a Cygwin terminal;
python.exe seems to print only to a Windows cmd.exe terminal.
> Dne 11.12.2014 v 16:12 Pavel Laštovička napsal(a):
>> Hi all,
>>
>> I have a problem trying to build LibreOffice 4.3.4. Build fails with:
>>
>>> Error: a unit test failed, please do one of:
>>>
>>> export DEBUGCPPUNIT=TRUE # for exception catching
>>> export CPPUNITTRACE="gdb --args" # for interactive debugging on Linux
>>> export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive
>>> debugging in Visual Studio
>>> export VALGRIND=memcheck # for memory checking
>>>
>>> and retry using: make PythonTest_pyuno_pytests_ssl
>>
>> It is on Windows, with Visual C++ 2010 Express. Python simply returns 1 with no
>> output. I tried running it under Visual Studio and I did not see any exception
>> thrown.
hmm... perhaps try setting a breakpoint on exit() or _exit() ?
More information about the LibreOffice
mailing list