ia32-sun-java6-bin doesn't add all appropriate symlinks

Bug #576363 reported by David Rubin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
sun-java6 (Ubuntu)
New
Undecided
Unassigned

Bug Description

Hi

I have before encountered an issue trying to development on 64bit OS with Java as some pre-compiled libs require Java 32bit. When trying to use this as a valid JDK it fails because this clearly isn't the case.

lsb_release -rd
Description: Ubuntu 9.10
Release: 9.10
 apt-cache policy ia32-sun-java6-bin
ia32-sun-java6-bin:
  Installed: 6.20dlj-0ubuntu1.9.10
  Candidate: 6.20dlj-0ubuntu1.9.10
  Version table:
 *** 6.20dlj-0ubuntu1.9.10 0
        500 http://archive.ubuntu.com karmic-updates/multiverse Packages
        100 /var/lib/dpkg/status
     6-15-1 0
        500 http://archive.ubuntu.com karmic/multiverse Packages

 apt-cache policy sun-java6-jre
sun-java6-jre:
  Installed: 6.20dlj-0ubuntu1.9.10
  Candidate: 6.20dlj-0ubuntu1.9.10
  Version table:
 *** 6.20dlj-0ubuntu1.9.10 0
        500 http://archive.ubuntu.com karmic-updates/multiverse Packages
        100 /var/lib/dpkg/status
     6-15-1 0
        500 http://archive.ubuntu.com karmic/multiverse Packages

I currently have found work arounds for this but because of the hacky nature of them I am not sure where they would fit in the package or what the correct form would be to submit them.

I would gladly accept pointers and I can try patch it my self.

#patches the missing libs and bianries ;/ really not sure this these *best* way to do it. Bug will be filed on LP
cd /usr/lib/jvm/ia32-java-6-sun
ln -s ../java-6-sun/lib/ lib
cd /usr/lib/jvm/ia32-java-6-sun/bin
ln -s ../../java-6-sun/bin/jar jar
ln -s ../../java-6-sun/bin/jarsigner jarsigner

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.