[Bug 222596] New: Dependency problem with openoffice 2.0.2: needs "jre-32"
https://bugzilla.novell.com/show_bug.cgi?id=222596 Summary: Dependency problem with openoffice 2.0.2: needs "jre-32" Product: SUSE Linux 10.1 Version: Final Platform: x86-64 OS/Version: SuSE Linux 10.1 Status: NEW Severity: Normal Priority: P5 - None Component: OpenOffice.org AssignedTo: eward@novell.com ReportedBy: admin@eregion.de QAContact: qa@suse.de Openoffice 2.0.2 requires jre-32 which is ONLY provided by some weird "java emulation package" that wraps all kind of scripts around gcj to fool OOo into "believing" that you have java installed: mathias@pippin:~> rpm -q --whatrequires jre-32 OpenOffice_org-2.0.2-27.12 mathias@pippin:~> rpm -q --whatprovides jre-32 java-1_4_2-gcj-compat-1.4.2.0-33 Which is pretty much meaningless when you have java 1.5.0 or java 1.4.2 installed. Obvious fix: make OOo require "jre" instead of "jre-32" which then would be provide by any java package, not only this fake one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 eward@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|eward@novell.com |pmladek@novell.com ------- Comment #1 from eward@novell.com 2006-12-05 14:50 MST ------- Petr - Based on your expertise in this area, I'll reassign the issue to you. Thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 pmladek@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmladek@novell.com AssignedTo|pmladek@novell.com |dbornkessel@novell.com ------- Comment #2 from pmladek@novell.com 2006-12-06 02:14 MST ------- Yes, I agree that it is ugly. Unfortunately, we were solving the JRE dependency problems too close before the 10.2-final and we did not do it perfectly. The 32-bit OOo is able to work only with 32-bit JRE! It dlopens either the libjvm.so or libgcj.so.7 and access the Java functionality this way. It means that the dependency on jre-32 is correct. The problem is that the other JREs (Sun, IBM, ...) does not provide the jre-32. Daniel, we need to add the following provides to all 32-bit JREs: Provides: jre-32 = %{javaver} and the following provides to the 64-bit JREs: Provides: jre-64 = %{javaver} Could you please do it? Or do you know about any better solution how to make architecture-specific dependency on JREs? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 pmladek@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |217741 nThis| | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 dbornkessel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #3 from dbornkessel@novell.com 2006-12-08 09:40 MST ------- ok ... will do. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 admin@eregion.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #4 from admin@eregion.de 2007-01-05 02:04 MST ------- I dont run 10.1 anymore. hence, "fixed in 10.2" is fine with me now, sort of. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 andreas.hanke@gmx-topmail.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.hanke@gmx-topmail.de Status|RESOLVED |REOPENED Component|OpenOffice.org |OpenOffice.org OS/Version|SuSE Linux 10.1 |All Product|SUSE Linux 10.1 |openSUSE 10.3 Platform|x86-64 |All Resolution|FIXED | Version|Final |unspecified Found By|Customer |Other ------- Comment #5 from andreas.hanke@gmx-topmail.de 2007-01-05 02:17 MST ------- This bug is neither fixed in 10.2 nor fixed at all: Sun Java still doesn't provide jre-32, so OpenOffice_org still forces users to install either java-1_4_2-cacao or java-1_4_2-gcj-compat although Sun Java would work. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 ------- Comment #6 from admin@eregion.de 2007-01-05 02:36 MST ------- oh... ok... comment 2 looked like that was the fix, since i found elsewhere that OOo actually couldn't use sun java at all because of some zlib incompatibility... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 ------- Comment #7 from andreas.hanke@gmx-topmail.de 2007-01-05 02:48 MST ------- No. First, that affects x86_64 only and second, it needs a real fix in future releases (by Sun). The hard-coded dependency on gcc java was just a workaround. See bug 217741, comment 6 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=222596 dbornkessel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Comment #8 from dbornkessel@novell.com 2007-01-08 09:45 MST ------- urgus ... sorry for the delay -- shame on me. For 10.2 it was too late anyways. SUN Java 1.5.0 & 1.4.2 now provide jre-32 or jre-64 depending on the architecture. gcj-compat already does ... cacao will do, once I made the update. Sorry for the delay, Regards, Daniel -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com