[Bug 543786] New: javaloader error during installation of OpenOffice
http://bugzilla.novell.com/show_bug.cgi?id=543786 Summary: javaloader error during installation of OpenOffice Classification: openSUSE Product: openSUSE 11.2 Version: Milestone 8 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: OpenOffice.org AssignedTo: bnc-team-ooo@forge.provo.novell.com ReportedBy: aschnell@novell.com QAContact: kyu@novell.com Found By: Development During installation of OpenOffice_org-writer-extensions there is an error in the installation logs (see y2log-1): Registering OpenOffice.org Writer extensions... ERROR: javaloader error - no mapping from java to C++ unopkg failed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=543786 User aschnell@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=543786#c1 --- Comment #1 from Arvin Schnell <aschnell@novell.com> 2009-10-02 08:22:14 MDT --- Created an attachment (id=320825) --> (http://bugzilla.novell.com/attachment.cgi?id=320825) installation log -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=543786 User pmladek@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=543786#c2 Petr Mladek <pmladek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |NEEDINFO Info Provider| |aschnell@novell.com AssignedTo|bnc-team-ooo@forge.provo.no |pmladek@novell.com |vell.com | --- Comment #2 from Petr Mladek <pmladek@novell.com> 2009-10-06 07:49:07 MDT --- Arvin, what JRE is installed on your system? Could you please provide output from the following command? rpm -qa | grep java According to the installation log, you have just java-1_5_0-gcj-compat. Unfortunately, OOo does not work with gcj, it requires Sun, IBM, OpenJDK, or any other more Sun compatible JRE. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=543786 User aschnell@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=543786#c3 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|aschnell@novell.com | --- Comment #3 from Arvin Schnell <aschnell@novell.com> 2009-10-06 08:41:53 MDT --- The problem occured during a complete system installation with default package selection. I suppose the dependencies are broken when the wrong JRE gets installed but I cannot help with that. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=543786 User pmladek@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=543786#c4 Petr Mladek <pmladek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |aschnell@novell.com --- Comment #4 from Petr Mladek <pmladek@novell.com> 2009-10-07 04:51:10 MDT --- I updated the java dependencies to fix the bug #540225. I think that it might help here as well. Arvin, could you please double check it with openSUSE-11.2-rc1 once it is out? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=543786 User pmladek@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=543786#c5 Petr Mladek <pmladek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Component|OpenOffice.org |Java Info Provider|aschnell@novell.com | AssignedTo|pmladek@novell.com |bnc-team-java@forge.provo.n | |ovell.com QAContact|kyu@novell.com |qa@suse.de --- Comment #5 from Petr Mladek <pmladek@novell.com> 2009-10-07 06:09:18 MDT --- Heh, I found two problems: 1. Recommends is only weak dependency, so it is not sufficient. I have just added hard depency on jre-32/jre-64 into OpenOffice_org-base and OpenOffice_org-writer-extensions. 2. jre-32 and jre-64 is not provided by java-1_6_0-openjdk, so gcj is used instead. Java maintainers, could you please add the architecture dependent provides (jre-32 = %version, jre-64 = %version, ...) into the java-1_6_0-openjdk package? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=543786 User mvyskocil@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=543786#c6 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-java@forge.provo.n |pmladek@novell.com |ovell.com | --- Comment #6 from Michal Vyskocil <mvyskocil@novell.com> 2009-10-08 08:17:29 MDT --- Those provides has been already added by sri#21283 as a fix for bnc#542545. see java-1_6_0-openjdk.spec in openSUSE:Factory # bnc#542545 # 32-bit versus 64-bit specific provides: %ifarch %ix86 ppc s390 %define bits 32 %endif %ifarch x86_64 ia64 s390x %define bits 64 %endif Provides: jre-%{javamajver}-%{origin}-%{bits} = %{version}-%{release} Provides: jre-%{origin}-%{bits} = %{version}-%{release} Provides: jre-%{javamajver}-%{bits}, java-%{javamajver}-%{bits} Provides: jre-%{bits} = %{javaver} Provides: java-%{origin}-%{bits} = %{version}-%{release} Provides: java-%{bits} = %{javaver} Not sure if the rest of issues are already fixed - assigning back to you. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=543786 User mvyskocil@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=543786#c7 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvyskocil@novell.com --- Comment #7 from Michal Vyskocil <mvyskocil@novell.com> 2009-10-08 08:29:49 MDT --- JFI: I found a minor error that %{javamajver} macro is not defined, so I fixed it by sri#22090, but it's unrelated to this problem. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=543786 User pmladek@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=543786#c8 Petr Mladek <pmladek@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Petr Mladek <pmladek@novell.com> 2009-10-08 09:12:18 MDT --- Great. OOo dependencies are fixed according to the comments #5. openjdk dependencies are fixed according to the comment #6 => FIXED. Feel free to reopen this bug if it does not work on openSUSE-11.2-rc1. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com