To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90372
                 Issue #|90372
                 Summary|Tail command causes versioncheck to fail in setup (she
                        |ll)
               Component|Installation
                 Version|OOo 2.4.0
                Platform|PC
                     URL|
              OS/Version|Solaris
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|of
             Reported by|jaapbril





------- Additional comments from [EMAIL PROTECTED] Wed Jun  4 15:45:38 +0000 
2008 -------
Line 393 of the 'setup' script as found in the Opensolaris download states;
javaoutput=`$java_runtime -version 2>&1 | tail ${tail_args} -1`
This causes the (first & second) lines of 'java -version' output to be
discarded. These lines hold the 'java_versions_supported' string (in my case
1.4) that is tested for. Removal of tails' (-1) argument solves the issue (in my
case). 

Why the tail is necessary, I don't know, the code would seem to be able to
handle 10+ lines of 'java -version' output.

Jaap

---------------------------------------------------------------------
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]

Reply via email to