PDA

View Full Version : [ubuntu] ia32-sun-java6-bin not available for i386



asmii
June 15th, 2009, 07:57 AM
Hi All,

In the process of installing java6 on my freshly installed ubuntu 9.04 system, I was asked to install a package called ia32-sun-java6-bin, but couldn't find such a package for i386 based systems.

What I found was the same package for 64-bit machines.

Is there any alternative foe the same?

Please let me know.

-Asmii

asmii
June 15th, 2009, 08:26 AM
The fact is that the packages sun-java6-bin_6-14-1_i386.deb and sun-java6-jre_6-14-1_all.deb are showing dependency on each other.

In addition, sun-java6-jre_6-14-1_all.deb is showing dependency on ia32-sun-java6-bin (ORed with sun-java6-bin_6-14-1_i386.deb) and that's precisely the reason why I was trying to install ia32-sun-java6-bin but sadly I found none for i386 platform.

Here is the screenshot for the same.

root@asmii-ubuntu:~/software/apache_ds# dpkg -i sun-java6-bin_6-14-1_i386.deb
(Reading database ... 111352 files and directories currently installed.)
Preparing to replace sun-java6-bin 6-14-1 (using sun-java6-bin_6-14-1_i386.deb) ...
sun-dlj-v1-1 license has already been accepted
Unpacking replacement sun-java6-bin ...
dpkg: dependency problems prevent configuration of sun-java6-bin:
sun-java6-bin depends on sun-java6-jre (= 6-14-1); however:
Package sun-java6-jre is not configured yet.
dpkg: error processing sun-java6-bin (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
sun-java6-bin


root@asmii-ubuntu:~/software/apache_ds# dpkg -i sun-java6-jre_6-14-1_all.deb
(Reading database ... 111352 files and directories currently installed.)
Preparing to replace sun-java6-jre 6-14-1 (using sun-java6-jre_6-14-1_all.deb) ...
sun-dlj-v1-1 license has already been accepted
Unpacking replacement sun-java6-jre ...
dpkg: dependency problems prevent configuration of sun-java6-jre:
sun-java6-jre depends on sun-java6-bin (= 6-14-1) | ia32-sun-java6-bin (= 6-14-1); however:
Package sun-java6-bin is not configured yet.
Package ia32-sun-java6-bin is not installed.
dpkg: error processing sun-java6-jre (--install):
dependency problems - leaving unconfigured
Processing triggers for shared-mime-info ...
Errors were encountered while processing:
sun-java6-jre


Please suggest................

-Asmii