To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=82773
------- Additional comments from [EMAIL PROTECTED] Fri Apr 11 10:42:50 +0000 2008 ------- Those messages appear because getLibEnv() probes first for the "component_getImplementationEnvironmentExt" and, if it's not found, continues with "component_getImplementationEnvironment" It seems that the former is defined only by the test component from the udk/cppuhelper/test/testcmp directory. The test component itself does not really build, but maybe this could be fixed. We can either: 1) remove any attempt to load component_getImplementationEnvironmentExt 2) make osl less noisy 3) ask installer to ignore OSL_TRACE messages I think that #3 is the best fix. References: http://lxr.go-oo.org/source/udk/cppuhelper/source/shlib.cxx#297 getLibEnv() http://lxr.go-oo.org/source/porting/sal/osl/unx/module.c#220 osl_getAsciiFunctionSymbol() http://lxr.go-oo.org/source/udk/cppuhelper/test/testcmp/TestComponent.cxx#222 --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
