To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94226
User sb changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Sep 24 07:46:15 +0000
2008 -------
Fixed as solenv/inc/tg_ext.mk:1.90.18.1.22.1 on
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=OOO300%2Fsb97>.
At least for the Sun Hamburg wntmsci12.pro OOO300m7 build, executing the
following in the solver bin directory under 4NT
for /r %i in (*.bin *.com *.exe) do (mt -nologo -validate_manifest
-inputresource:%i%;1 || echo XXX %i) | grep XXX
for /r %i in (*.dll) do (mt -nologo -validate_manifest -inputresource:%i%;2 ||
echo XXX %i) | grep XXX
shows a number of files that do not contain a manifest; inspecting each one with
depends shows that ten of the files do not find MSCVR90.DLL due to the missing
manifest:
libcurl.dll
libexslt.dll
libxml2.dll
libxmlsec-mscrypto.dll
libxmlsec.dll
libxslt.dll
lpsolve55.dll
stlport_vc7145.dll
stlport_vc71_stldebug45.dll
xmllint.exe
Repeating this with the tg_ext.mk fix applied, all of the ten files above are
fine now (include a manifest and, per depends, find MSVCR90.DLL as installed in
the system), except for xmllint.exe (the tg_ext.mk fix only handles DLLs) which
is not used, anyway.
However, that stlport_vc7145.dll (against which virtually all DLLs and
executables are linked) is also in the above list makes me wonder whether our
assumption is correct that the cause for the RuntimeException is that
libxml2.dll does not find MSVCR90.DLL due to a missing manifest.
---------------------------------------------------------------------
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]