To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50992
------- Additional comments from [EMAIL PROTECTED] Wed Jun 22 09:26:06 -0700
2005 -------
ericb -> smsm1
Why isn't it possible to install this build on Panther ?
Remember : my builds are unofficial and for development of an unstable version
of OOo.
That's simply me : because we still have problems with 3 libraries when we try
to run on Panther an OOo version build with Tiger. So I decided to not authorize
to install this build on Panther.
FYI, the exact cause follows :
[EMAIL PROTECTED]:~$ cat InstallationCheck
#!/bin/sh
# first make sure using Tiger (10.4) or later
if [ -x /usr/bin/sw_vers ]; then
OSVERS=`/usr/bin/sw_vers | grep ^ProductVersion | awk -F' ' '{ print $2 }'`
case $OSVERS in
10.[0123]) # HERE #
exit 112
;;
10.[0123].*) # AND HERE #
exit 112
;;
*)
;;
esac
else
exit 112
fi
The end of the script is not important, and even looks like X11 is in fault,
this is really the first part who causes the installation to abort.
>As far as I can see there are no OS version specific code (or technologies) in
>OOo, that would cause a binary built on Tiger to not work on Panther and vice
>verca
I'm not as categoric as you : a lot of things seems to have changed in libSystem
and some others libraries (look at the size), Java behaviour too changed, and we
always have not found what exactly. It's more difficult with propriatary OS's
;-)
Waiting, build with 10.3 are ok for both 10.3 and 10.4, but that's not yet true
for build with 10.4.
>I think we need a central reference of all the builds available, with
>configure
>option, OS and compiler versions used. This may help to explain differences
>such as this.
Not me. Just we probably will open an issue about this problem with lower prio,
because we have a lot to do before to even try to solve it.
ericb -> pkjanik : can we close this issue ?
---------------------------------------------------------------------
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]