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

Bug#496219: openoffice.org-dev: Incorrect paths in setsdkenv_unix.sh



Package: openoffice.org-dev
Version: 1:3.0.0~ooo300m3-1
Severity: normal

Two path settings in /usr/lib/openoffice/basis3.0/sdk/setsdkenv_unix.sh
are not correctly specified, OFFICE_BASE_HOME and OO_SDK_URE_HOME. I have
attached below the changes I needed to make in order to be able to build
the new release candidate version of openoffice.org-voikko with the new
SDK.

This bug only affects the experimental OpenOffice.org 3.0 packages. Upstream
packages do not ship this particular file, but Fedora packages did suffer
from similar bug: https://bugzilla.redhat.com/show_bug.cgi?id=456459

Harri

--- setsdkenv_unix.sh   2008-08-22 07:18:18.000000000 +0300
+++ setsdkenv_unix.sh-fixed     2008-08-23 17:32:17.000000000 +0300
@@ -15,11 +15,11 @@
 # Office installation directory.
 # Example: OFFICE_HOME=/opt/openoffice.org3
 OFFICE_HOME=/usr/lib/openoffice
-OFFICE_BASE_HOME=@OFFICE_BASE_HOME@
+OFFICE_BASE_HOME=/usr/lib/openoffice/basis3.0

 # URE installation directory.
 # Example: OO_SDK_URE_HOME=/opt/openoffice.org/ure
-OO_SDK_URE_HOME=
+OO_SDK_URE_HOME=/usr/lib/ure
 export OO_SDK_URE_HOME

 # Directory of the make command.



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages openoffice.org-dev depends on:
ii  libc6            2.7-13                  GNU C Library: Shared libraries
ii  libgcc1          1:4.3.1-9               GCC support library
ii  libstdc++6       4.3.1-9                 The GNU Standard C++ Library v3
ii  openoffice.org-c 1:3.0.0~ooo300m3-1      OpenOffice.org office suite archit
ii  ure              1.4+OOo3.0.0~ooo300m3-1 UNO runtime environment

Versions of packages openoffice.org-dev recommends:
ii  dmake                 1:4.12-1           make utility used to build OpenOff
ii  g++                   4:4.3.1-2          The GNU C++ compiler
ii  java-gcj-compat-dev   1.0.78-2           Java runtime environment with GCJ
ii  openoffice.org-java-c 1:3.0.0~ooo300m3-1 OpenOffice.org office suite Java s

Versions of packages openoffice.org-dev suggests:
pn  libmythes-dev                 <none>     (no description available)
pn  openoffice.org-dev-doc        <none>     (no description available)
ii  tcsh [c-shell]                6.14.00-7  TENEX C Shell, an enhanced version

-- no debconf information



Reply to: