To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=40091
------- Additional comments from [EMAIL PROTECTED] Sun Mar 19 15:50:11 -0800 2006 ------- Sorry I am a bit slow, this is tested now with m159 built by gcc4.1 By patching only testtools/source/bridgetest/pyuno this still gives the first error same as before: [EMAIL PROTECTED]:~/vanilla/testtools/source/bridgetest/pyuno$ dmake runtest start test with dmake runtest ------------- cd ../../../unxlngs.pro/lib && setenv FOO file:///home/jim/vanilla/testtools/source/bridgetest/pyuno/../../../unxlngs.pro/lib && setenv UNO_TYPES pyuno_regcomp.rdb && setenv UNO_SERVICES pyuno_regcomp.rdb && python main.py Traceback (most recent call last): File "main.py", line 35, in ? import uno ImportError: No module named uno dmake: Error code 1, while making 'runtest' '---* tg_merge.mk *---' This is fixed by manually setting the path: export PYTHONPATH=/home/jim/vanilla/solver/680/unxlngs.pro/lib/pyuno:$PYTHONPATH There is one error from the test: testListener (impl.TestHelperCase) ... ok testCurrentContext (impl.TestHelperCase) ... ERROR ====================================================================== ERROR: testCurrentContext (impl.TestHelperCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jim/vanilla/testtools/unxlngs.pro/lib/impl.py", line 184, in testCurrentContext oldContext = uno.getCurrentContext() AttributeError: 'module' object has no attribute 'getCurrentContext' ---------------------------------------------------------------------- Ran 21 tests in 0.653s If other platforms are OK there is no need to delay integration on account of something that affects only sparc/linux sparc --------------------------------------------------------------------- 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]