On 09/03/10 08:18, Bartosz wrote:
I have strange build problem with DEV300m87.
Previous revision (DEV300m85) was built without problems, but now at the end of
compilation I have error after type of command:
source LinuxX86Env.Set.sh&& ./bootstrap&& cd instsetoo_native&& build --all
At the end of compilation I have following errors (see below).
How I should resolve this kind of errors (there is a huge amount of that kind
of errors)?
You configured with something like --enable-debug, right? What
apparently happens here is the following: During instsetoo_native,
certain code that is compiled during the OOo build is executed. In
debug mode, some harmless, expected situations within the code (incl.
the ones listed below) are reported, unfortunately prefixed with
"ERROR". Now, the instsetoo_native perl code had a bug (at least, I
think it is fixed by now, Ingo on cc should know the details) to parse
the output of the programs it starts for occurrences of "error" etc.,
and fail if it encounters any.
So, in short, you should either update to the latest OOo version (in
case the bug is indeed already fixed), or not --enable-debug.
-Stephan
**************************************************
ERROR: Thread: 1 :Error osl_getAsciiFunctionSymbol:
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/bin/../lib/javaloader.uno.so:
undefined symbol: component_canUnload
**************************************************
**************************************************
ERROR: Thread: 1 :Error osl_getAsciiFunctionSymbol:
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/bin/../lib/javavm.uno.so:
undefined symbol: component_getImplementationEnvironmentExt
**************************************************
**************************************************
ERROR: Thread: 1 :Error osl_getAsciiFunctionSymbol:
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/bin/../lib/javavm.uno.so:
undefined symbol: component_canUnload
**************************************************
**************************************************
ERROR: Thread: 1 :Error osl_loadModule:
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/lib/libjava_gcc3.so:
cannot open shared object file: No such file or directory
**************************************************
**************************************************
ERROR: Thread: 1 :Error osl_loadModule:
/home/a/Pulpit/rozne/dev/openoffice/solver/300/unxlngi6.pro/lib/libgcc3_java.so:
cannot open shared object file: No such file or directory
**************************************************
**************************************************
ERROR: *********************************************************************
**************************************************
.. creating log file log_DEV300_en-US.log
.. cleaning the output tree ...
**************************************************
ERROR: ERROR: Found an error in the logfile. Packaging failed.
in function: analyze_and_save_logfile
**************************************************
**************************************************
ERROR: Saved logfile:
/home/a/Pulpit/rozne/dev/openoffice/instsetoo_native/unxlngi6.pro/OpenOffice/archive/logging/en-US/log_DEV300_en-US.log
**************************************************
Thu Sep 2 19:01:47 2010 (03:38 min.)
dmake: Error code 255, while making 'openoffice_en-US.archive'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]