Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 222708] OpenOffice_org 32-bit does not detect Java on x86_64
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 23 Nov 2006 12:24:20 -0700 (MST)
- Message-id: <20061123192420.0A08525C887@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=222708
pmladek@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Comment #7 from pmladek@xxxxxxxxxx 2006-11-23 12:24 MST -------
gcc41-gij-32bit is not installed by default. OOo requires jre-32 that is
provided by java-1_4_2-gcj-compat-32bit, see also the bug #223440.
In fact, the package java-1_4_2-gcj-compat-32bit is almost unusable on 10.2
because many dependencies are missing. The symlinks point nowhere in the
default installation...
All problems can be solved if we add the following requires to the
java-1_4_2-gcj-compat-32bit package:
Requires: gcc41-gij-32bit # the needed 32-bit stuff for OOo
Requires: gcc-gij # satisfy bin/java and bin/rmiregistry syml
Requires: classpath # satisfy lib/rt.jar symlink
The package will be a bit schizophrenic. It will make sure that the needed
32-bit binaries and libraries are installed. It will run java/rmiregistry by
the 64-bit stuff, though. It is not perfect but should be sufficient.
Note that the 32-bit dependency is really needed by OOo. It is the most
important thing for this bug.
Rudi, could you please add these three dependencies or at least the first 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.
pmladek@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Comment #7 from pmladek@xxxxxxxxxx 2006-11-23 12:24 MST -------
gcc41-gij-32bit is not installed by default. OOo requires jre-32 that is
provided by java-1_4_2-gcj-compat-32bit, see also the bug #223440.
In fact, the package java-1_4_2-gcj-compat-32bit is almost unusable on 10.2
because many dependencies are missing. The symlinks point nowhere in the
default installation...
All problems can be solved if we add the following requires to the
java-1_4_2-gcj-compat-32bit package:
Requires: gcc41-gij-32bit # the needed 32-bit stuff for OOo
Requires: gcc-gij # satisfy bin/java and bin/rmiregistry syml
Requires: classpath # satisfy lib/rt.jar symlink
The package will be a bit schizophrenic. It will make sure that the needed
32-bit binaries and libraries are installed. It will run java/rmiregistry by
the 64-bit stuff, though. It is not perfect but should be sufficient.
Note that the 32-bit dependency is really needed by OOo. It is the most
important thing for this bug.
Rudi, could you please add these three dependencies or at least the first 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.
| < Previous | Next > |