To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114196
                 Issue #|114196
                 Summary|Missing dependencies when using unopkg in postinstall
               Component|Installation
                 Version|OOo 3.2.1
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|of
             Reported by|tserries





------- Additional comments from tserr...@openoffice.org Mon Aug 30 08:01:58 
+0000 2010 -------
I observed this issue on a Ubuntu system when installing OOo 3.2.1 (downloaded
from www.openoffice.org), not using the OpenOffice (Go-OO) shipped with Ubuntu.

The debian packages for the language support (e.g. openoffice.org3-dict-en) use
unopkg in postinst and prerm:

-- part of openoffice.org3-dict-en.postinst --
if [ -x "/opt/openoffice.org3/program/unopkg" ]; then
  "/opt/openoffice.org3/program/unopkg" add --shared --suppress-license
--bundled "/opt/openoffice.org3/share/extension/install/dict-en.oxt"
"-env:UserInstallation=file:///$INSTDIR"
'-env:UNO_JAVA_JFW_INSTALL_DATA=$OOO_BASE_DIR/share/config/javasettingsunopkginstall.xml'
'-env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1'
-- part of openoffice.org3-dict-en.postinst (end) --

As you can see (...
'-env:UNO_JAVA_JFW_INSTALL_DATA=$OOO_BASE_DIR/share/config/javasettingsunopkginstall.xml'
...) java is needed. But the control file of this package (and other packages)
miss to specify the appropriate dependency to ensure Java runtime is configured
when unopkg is run: "Pre-Depends: java-runtime"

The result is, that the configuration of these packages fails (>> 1.000 
systems).

---------------------------------------------------------------------
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: issues-unsubscr...@installation.openoffice.org
For additional commands, e-mail: issues-h...@installation.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to