[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#588495: openoffice.org-dev: Problem in setsdkenv_unix.sh, the variables are no set correctly



forwarded 588495 http://www.openoffice.org/issues/show_bug.cgi?id=113043
thanks

On Fri, Jul 09, 2010 at 09:39:55AM +0200, Rene Engelhard wrote:
> >    cd: 1: can't cd to /usr/lib/openoffice/basis3.2/sdk/../../ure

Then use basis-link. Which is the published interface. basis3.2 is
implementation detail and changes from version to version.

(and with basis-link ../.. would work, and ../../.. would break)

> Interesting.
> https://buildd.debian.org/fetch.cgi?&pkg=openoffice.org-voikko&ver=3.1.1-1%2Bb1&arch=mips&stamp=1277247090&file=log works and we had no SDK change since
> then.

Which explains also why this works.

> >    But if I change the line 38 in [1]configure.pl where say:
> > 
> >    if ( $main::operatingSystem =~ m/darwin/ )
> >    {
> >    #?? $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../ure-link && pwd`;
> >    } else {
> >    ??? $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../../../ure && pwd`;
> >    }
> > 
> >    by
> > 
> >    if ( $main::operatingSystem =~ m/darwin/ )
> >    {
> >    #?? $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../ure-link && pwd`;
> >    } else {
> >    ??? $main::OO_SDK_URE_HOME = `cd $main::sdkpath/../../../ure && pwd`;
> >    }
> 
> The difference is? I don't see any.

Aha, as we see from the issue you bogusly pasted.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  rene@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



Reply to: