To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55733
User sb changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Dec 19 01:37:30 -0800
2005 -------
Fixed. For configimport.sh and unopkg.sh I used a simpler solution than
suggested in kendy's patch. As a result, a set but empty LD_LIBRARY_PATH
environment variable (or whatever it is called on the various platforms) does
lead to a final ':' character, but I think that is correct.
How to test:
- configimport.sh: Internal tool (not part of OOo/SO respin/patch installation
sets), not easily testable expect by adding echo to the script itself. Tested
by me.
- soffice.sh: Only relevant for OOo (SO uses the slightly different
soffice_lean.sh), and only relevant for Linux and Solaris. On a machine where
no Mozilla libnss3.so is installed, open attached i55733.odt and check that the
displayed LD_LIBRARY_PATH does not contain two consecutive ':' characters.
- unopkg.sh: Relevant for both OOo and SO respin/patch installation sets, and
only relevant for Linux and Solaris. From a shell with no LD_LIBRARY_PATH set,
execute both
.../program/pkgchk -f .../i55733.unxXXX.so
and
.../program/unopkg add -f .../i55733.unxXXX.so
in the OOo/SO program directory (both are copies of unopkg.sh), where
.../i55733.unxXXX.so points to the attached test library for the corresponding
platform. Check that the displayed LD_LIBRARY_PATH does not contain a final ':'
character (adding the test library will fail, which is intended). Repeat with
an LD_LIBRARY_PATH set to the empty string, and check that the displayed
LD_LIBRARY_PATH contains a final ':' character.
---------------------------------------------------------------------
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]