openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #00377
[Bug 226911] Re: javaplugin alternatives are installed incorrectly leading to errors from update-java-alternatives
This bug was fixed in the package openjdk-6 - 6b10dfsg-1ubuntu1
---------------
openjdk-6 (6b10dfsg-1ubuntu1) intrepid; urgency=low
* The rebuilt upstream tarball now has GPL-compatible free software licenses
and documented copyrights and licenses. LP: #238569.
* Fixed name of the xulrunner-1.9-javaplugin.so in the .jinfo file.
LP: #226911.
* Ignore errors during activation of class data sharing.
openjdk-6 (6b10dfsg-1) unstable; urgency=low
* Rebuild the upstream tar ball:
- Remove the jscheme jar files.
- Apply the patch from Iris Clark (Sun) for the copyright headers
(http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=141#c4).
- Remove jdk/src/share/classes/java/lang/instrument/package.html.
- Upload to main.
* Update IcedTea build infrastructure (20080628).
* Build an openjdk-6-dbg package.
* patches/gcc-mtune-generic.diff: Fix typo.
* openjdk-6-jre: Depend on ttf-dejavu.
* debian/copyright: Add two more copyright holders, not directly
mentioned in the third party readme.
Replace Apache 2.0 license with pointer to common-licenses.
* Fix more lintian warnings.
* debian/sun_java_app.xpm: Downsize icon to 32x32 pixels.
* Build-depend/depend on rhino.
-- Matthias Klose <doko@xxxxxxxxxx> Mon, 30 Jun 2008 13:30:06 +0200
** Changed in: openjdk-6 (Ubuntu)
Status: In Progress => Fix Released
--
javaplugin alternatives are installed incorrectly leading to errors from update-java-alternatives
https://bugs.launchpad.net/bugs/226911
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in Source Package "openjdk-6" in Ubuntu: Fix Released
Status in Source Package "sun-java5" in Ubuntu: New
Status in Source Package "sun-java6" in Ubuntu: New
Bug description:
sun-java6-{bin,demo,jdk,jre,plugin,source} 6-06-0ubuntu1
The postinst script installs an alternative called "xulrunner-1.9-javaplugin.so" but the jinfo file contains the name "xulrunner-addons-javaplugin.so". The mismatch prevents update-java-alternatives from working properly - for example, try "update-java-alternatives --plugin --set java-6-sun" and it reports "No alternatives for xulrunner-addons-javaplugin.so."
I believe all of the above is also a problem for the sun-java5-* packages.