<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-27646</id>
	<title>Nabble - OpenJDK Distribution-specific Packaging</title>
	<updated>2009-11-25T03:36:11Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/OpenJDK-Distribution-specific-Packaging-f27646.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/OpenJDK-Distribution-specific-Packaging-f27646.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26511283</id>
	<title>/hg/icedtea6: 2009-11-25  Gary Benson  &lt;gbenson@redhat.com&gt;</title>
	<published>2009-11-25T03:36:11Z</published>
	<updated>2009-11-25T03:36:11Z</updated>
	<author>
		<name>gbenson</name>
	</author>
	<content type="html">changeset 610a316e54d2 in /hg/icedtea6
&lt;br&gt;details: &lt;a href=&quot;http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=610a316e54d2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=610a316e54d2&lt;/a&gt;&lt;br&gt;author: Gary Benson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;date: Wed Nov 25 11:41:02 2009 +0000
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2009-11-25 Gary Benson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511283&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* ports/hotspot/src/cpu/zero/vm/entry_zero.hpp
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (ZeroEntry::entry_point): Removed explicit inline.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (ZeroEntry::invoke): Likewise. (ZeroEntry::invoke_osr):
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Likewise.
&lt;br&gt;&lt;br&gt;&lt;br&gt;diffstat:
&lt;br&gt;&lt;br&gt;2 files changed, 10 insertions(+), 3 deletions(-)
&lt;br&gt;ChangeLog &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;7 +++++++
&lt;br&gt;ports/hotspot/src/cpu/zero/vm/entry_zero.hpp | &amp;nbsp; &amp;nbsp;6 +++---
&lt;br&gt;&lt;br&gt;diffs (39 lines):
&lt;br&gt;&lt;br&gt;diff -r 7b1be6431ccf -r 610a316e54d2 ChangeLog
&lt;br&gt;--- a/ChangeLog	Mon Nov 23 12:41:55 2009 +0100
&lt;br&gt;+++ b/ChangeLog	Wed Nov 25 11:41:02 2009 +0000
&lt;br&gt;@@ -1,3 +1,10 @@ 2009-11-23 &amp;nbsp;Gary Benson &amp;nbsp;&amp;lt;gbenson@redhat
&lt;br&gt;+2009-11-25 &amp;nbsp;Gary Benson &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511283&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+
&lt;br&gt;+	* ports/hotspot/src/cpu/zero/vm/entry_zero.hpp 
&lt;br&gt;+	(ZeroEntry::entry_point): Removed explicit inline.
&lt;br&gt;+	(ZeroEntry::invoke): Likewise.
&lt;br&gt;+	(ZeroEntry::invoke_osr): Likewise.
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;2009-11-23 &amp;nbsp;Gary Benson &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26511283&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	* contrib/jck/compile-native-code.sh: Support s390x.
&lt;br&gt;diff -r 7b1be6431ccf -r 610a316e54d2 ports/hotspot/src/cpu/zero/vm/entry_zero.hpp
&lt;br&gt;--- a/ports/hotspot/src/cpu/zero/vm/entry_zero.hpp	Mon Nov 23 12:41:55 2009 +0100
&lt;br&gt;+++ b/ports/hotspot/src/cpu/zero/vm/entry_zero.hpp	Wed Nov 25 11:41:02 2009 +0000
&lt;br&gt;@@ -33,7 +33,7 @@ class ZeroEntry {
&lt;br&gt;&amp;nbsp; &amp;nbsp;address _entry_point;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; public:
&lt;br&gt;- &amp;nbsp;inline address entry_point() const {
&lt;br&gt;+ &amp;nbsp;address entry_point() const {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;return _entry_point;
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp;void set_entry_point(address entry_point) {
&lt;br&gt;@@ -50,10 +50,10 @@ class ZeroEntry {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TRAPS);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; public:
&lt;br&gt;- &amp;nbsp;inline void invoke(methodOop method, TRAPS) const {
&lt;br&gt;+ &amp;nbsp;void invoke(methodOop method, TRAPS) const {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;((NormalEntryFunc) entry_point())(method, (intptr_t) this, THREAD);
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;- &amp;nbsp;inline void invoke_osr(methodOop method, address osr_buf, TRAPS) const {
&lt;br&gt;+ &amp;nbsp;void invoke_osr(methodOop method, address osr_buf, TRAPS) const {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;((OSREntryFunc) entry_point())(method, osr_buf, (intptr_t) this, THREAD);
&lt;br&gt;&amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-hg-icedtea6%3A-2009-11-25--Gary-Benson--%3Cgbenson%40redhat.com%3E-tp26511283p26511283.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26478908</id>
	<title>IcedTea6 -- Next Generation</title>
	<published>2009-11-23T06:19:51Z</published>
	<updated>2009-11-23T06:19:51Z</updated>
	<author>
		<name>gnu_andrew</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I've just created a clone of HEAD at
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://icedtea.classpath.org/people/andrew/icedtea6-hg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/people/andrew/icedtea6-hg&lt;/a&gt;&lt;br&gt;&lt;br&gt;which I intend to use to provide a version of IcedTea6 which tracks
&lt;br&gt;the current Mercurial version of OpenJDK6 rather than the tarball.
&lt;br&gt;This will enable us to test new build drops before they occur - the
&lt;br&gt;motivation for doing it now is to test the upcoming b18.
&lt;br&gt;&lt;br&gt;In this branch, ./configure &amp;&amp; make will be _intentionally_ broken --
&lt;br&gt;you'll need to use --enable-hg or --with-openjdk-src-dir=&amp;lt;path to
&lt;br&gt;OpenJDK6 hg checkout&amp;gt; to build.
&lt;br&gt;&lt;br&gt;Happy hacking,
&lt;br&gt;-- 
&lt;br&gt;Andrew :-)
&lt;br&gt;&lt;br&gt;Free Java Software Engineer
&lt;br&gt;Red Hat, Inc. (&lt;a href=&quot;http://www.redhat.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.redhat.com&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Support Free Java!
&lt;br&gt;Contribute to GNU Classpath and the OpenJDK
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/classpath&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/classpath&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://openjdk.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openjdk.java.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;PGP Key: 94EFD9D8 (&lt;a href=&quot;http://subkeys.pgp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net&lt;/a&gt;)
&lt;br&gt;Fingerprint: F8EF F1EA 401E 2E60 15FA &amp;nbsp;7927 142C 2591 94EF D9D8
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/IcedTea6----Next-Generation-tp26478908p26478908.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26478821</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-23T06:15:08Z</published>
	<updated>2009-11-23T06:15:08Z</updated>
	<author>
		<name>gnu_andrew</name>
	</author>
	<content type="html">2009/11/23 Tomas Hurka &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478821&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Hurka@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Andrew,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 23 Nov 2009, at 10:15, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/11/19 Tomas Hurka &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478821&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Hurka@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 19 Nov 2009, at 17:24, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; We're getting this failure:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [..]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any ideas what this means?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You need to build it against NetBeans Platform 6.7.1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (netbeans-platform-6.7.1-2.fc12.noarch). It looks like you are using
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; older
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; version.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Well yes, this is in our nightly build on an F11 box.  You didn't
&lt;br&gt;&amp;gt;&amp;gt; mention any change of requirements in your original email.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I did mentioned it here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2009-October/007408.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2009-October/007408.html&lt;/a&gt;&lt;/div&gt;&lt;br&gt;True, but it would have been much clearer to have mentioned it in the
&lt;br&gt;e-mail rather than expecting people to remember this earlier thread (I
&lt;br&gt;didn't).
&lt;br&gt;&lt;br&gt;&amp;gt; I did not know that you are still using NetBeans 6.5, since NetBeans 6.7 was
&lt;br&gt;&amp;gt; released almost half a year ago.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;We're not talking about me personally (I don't use any version of
&lt;br&gt;NetBeans), but about what is available in various distributions. &amp;nbsp;As a
&lt;br&gt;Fedora user, you are probably aware that version 12, which contains
&lt;br&gt;this version of NetBeans, has only just been released, and so it isn't
&lt;br&gt;yet in widespread use. &amp;nbsp;I would imagine other distributions are the
&lt;br&gt;same; a quick web search shows only the very latest Ubuntu has 6.7 and
&lt;br&gt;Debian is still on 6.0.
&lt;br&gt;&lt;br&gt;Six months is nothing; if we were talking six years, you'd have a point :)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Tomas Hurka   &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26478821&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomas.hurka@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; NetBeans Profiler &lt;a href=&quot;http://profiler.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://profiler.netbeans.org&lt;/a&gt;&lt;br&gt;&amp;gt; VisualVM &lt;a href=&quot;http://visualvm.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://visualvm.dev.java.net&lt;/a&gt;&lt;br&gt;&amp;gt; Software Engineer, Developer Platforms Group
&lt;br&gt;&amp;gt; Sun Microsystems, Praha Czech Republic
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Andrew :-)
&lt;br&gt;&lt;br&gt;Free Java Software Engineer
&lt;br&gt;Red Hat, Inc. (&lt;a href=&quot;http://www.redhat.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.redhat.com&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Support Free Java!
&lt;br&gt;Contribute to GNU Classpath and the OpenJDK
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/classpath&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/classpath&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://openjdk.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openjdk.java.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;PGP Key: 94EFD9D8 (&lt;a href=&quot;http://subkeys.pgp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net&lt;/a&gt;)
&lt;br&gt;Fingerprint: F8EF F1EA 401E 2E60 15FA &amp;nbsp;7927 142C 2591 94EF D9D8
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26478821.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26477756</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-23T05:08:38Z</published>
	<updated>2009-11-23T05:08:38Z</updated>
	<author>
		<name>Tomas Hurka</name>
	</author>
	<content type="html">Hi Andrew,
&lt;br&gt;&lt;br&gt;On 23 Nov 2009, at 10:15, Andrew John Hughes wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; 2009/11/19 Tomas Hurka &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477756&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Hurka@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 19 Nov 2009, at 17:24, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; We're getting this failure:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; BUILD FAILED
&lt;br&gt;[..]
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any ideas what this means?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You need to build it against NetBeans Platform 6.7.1
&lt;br&gt;&amp;gt;&amp;gt; (netbeans-platform-6.7.1-2.fc12.noarch). It looks like you are &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; using older
&lt;br&gt;&amp;gt;&amp;gt; version.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well yes, this is in our nightly build on an F11 box. &amp;nbsp;You didn't
&lt;br&gt;&amp;gt; mention any change of requirements in your original email.
&lt;br&gt;I did mentioned it here: &lt;a href=&quot;http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2009-October/007408.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2009-October/007408.html&lt;/a&gt;&lt;br&gt;I did not know that you are still using NetBeans 6.5, since NetBeans &amp;nbsp;
&lt;br&gt;6.7 was released almost half a year ago.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;--
&lt;br&gt;Tomas Hurka &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26477756&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomas.hurka@...&lt;/a&gt;&amp;gt;
&lt;br&gt;NetBeans Profiler &lt;a href=&quot;http://profiler.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://profiler.netbeans.org&lt;/a&gt;&lt;br&gt;VisualVM &lt;a href=&quot;http://visualvm.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://visualvm.dev.java.net&lt;/a&gt;&lt;br&gt;Software Engineer, Developer Platforms Group
&lt;br&gt;Sun Microsystems, Praha Czech Republic
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26477756.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26476478</id>
	<title>/hg/icedtea6: 2009-11-23  Gary Benson  &lt;gbenson@redhat.com&gt;</title>
	<published>2009-11-23T03:37:22Z</published>
	<updated>2009-11-23T03:37:22Z</updated>
	<author>
		<name>gbenson</name>
	</author>
	<content type="html">changeset 7b1be6431ccf in /hg/icedtea6
&lt;br&gt;details: &lt;a href=&quot;http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7b1be6431ccf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7b1be6431ccf&lt;/a&gt;&lt;br&gt;author: Gary Benson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26476478&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;date: Mon Nov 23 12:41:55 2009 +0100
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2009-11-23 Gary Benson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26476478&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* contrib/jck/compile-native-code.sh: Support s390x.
&lt;br&gt;&lt;br&gt;&lt;br&gt;diffstat:
&lt;br&gt;&lt;br&gt;2 files changed, 5 insertions(+), 1 deletion(-)
&lt;br&gt;ChangeLog &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;4 ++++
&lt;br&gt;contrib/jck/compile-native-code.sh | &amp;nbsp; &amp;nbsp;2 +-
&lt;br&gt;&lt;br&gt;diffs (23 lines):
&lt;br&gt;&lt;br&gt;diff -r d5f77a4c9214 -r 7b1be6431ccf ChangeLog
&lt;br&gt;--- a/ChangeLog	Wed Nov 18 10:56:39 2009 -0500
&lt;br&gt;+++ b/ChangeLog	Mon Nov 23 12:41:55 2009 +0100
&lt;br&gt;@@ -1,3 +1,7 @@ 2009-11-18 &amp;nbsp;Gary Benson &amp;nbsp;&amp;lt;gbenson@redhat
&lt;br&gt;+2009-11-23 &amp;nbsp;Gary Benson &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26476478&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+
&lt;br&gt;+	* contrib/jck/compile-native-code.sh: Support s390x.
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;2009-11-18 &amp;nbsp;Gary Benson &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26476478&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gbenson@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	* patches/icedtea-shark.patch
&lt;br&gt;diff -r d5f77a4c9214 -r 7b1be6431ccf contrib/jck/compile-native-code.sh
&lt;br&gt;--- a/contrib/jck/compile-native-code.sh	Wed Nov 18 10:56:39 2009 -0500
&lt;br&gt;+++ b/contrib/jck/compile-native-code.sh	Mon Nov 23 12:41:55 2009 +0100
&lt;br&gt;@@ -25,7 +25,7 @@ case &amp;quot;$arch&amp;quot; in
&lt;br&gt;&amp;nbsp; &amp;nbsp;i?86|ppc)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;MFLAG=-m32
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;;;
&lt;br&gt;- &amp;nbsp;x86_64|ppc64)
&lt;br&gt;+ &amp;nbsp;x86_64|ppc64|s390x)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;MFLAG=-m64
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;;;
&lt;br&gt;&amp;nbsp; &amp;nbsp;*)
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-hg-icedtea6%3A-2009-11-23--Gary-Benson--%3Cgbenson%40redhat.com%3E-tp26476478p26476478.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474923</id>
	<title>/hg/icedtea: 4 new changesets</title>
	<published>2009-11-23T01:28:31Z</published>
	<updated>2009-11-23T01:28:31Z</updated>
	<author>
		<name>andrew-127</name>
	</author>
	<content type="html">changeset d96a0228b792 in /hg/icedtea
&lt;br&gt;details: &lt;a href=&quot;http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d96a0228b792&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d96a0228b792&lt;/a&gt;&lt;br&gt;author: Andrew John Hughes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;date: Wed Nov 18 00:06:43 2009 +0000
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Update NEWS.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2009-11-17 Andrew John Hughes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* NEWS: Mention VisualVM and changes in building
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the Java plugin code.
&lt;br&gt;&lt;br&gt;&lt;br&gt;changeset d5e5028e4026 in /hg/icedtea
&lt;br&gt;details: &lt;a href=&quot;http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d5e5028e4026&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=d5e5028e4026&lt;/a&gt;&lt;br&gt;author: Andrew John Hughes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;date: Wed Nov 18 00:07:24 2009 +0000
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Added tag icedtea-1.12 for changeset d96a0228b792
&lt;br&gt;&lt;br&gt;&lt;br&gt;changeset 12b80715576e in /hg/icedtea
&lt;br&gt;details: &lt;a href=&quot;http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=12b80715576e&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=12b80715576e&lt;/a&gt;&lt;br&gt;author: Andrew John Hughes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;date: Mon Nov 23 09:29:41 2009 +0000
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Update NetBeans requirement to 6.7.1.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2009-11-23 Andrew John Hughes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* INSTALL: Update NetBeans requirement to 6.7.1.
&lt;br&gt;&lt;br&gt;&lt;br&gt;changeset 440306c5b19d in /hg/icedtea
&lt;br&gt;details: &lt;a href=&quot;http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=440306c5b19d&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=440306c5b19d&lt;/a&gt;&lt;br&gt;author: Andrew John Hughes &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;date: Mon Nov 23 09:31:03 2009 +0000
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Merge
&lt;br&gt;&lt;br&gt;&lt;br&gt;diffstat:
&lt;br&gt;&lt;br&gt;4 files changed, 21 insertions(+), 2 deletions(-)
&lt;br&gt;.hgtags &amp;nbsp; | &amp;nbsp; &amp;nbsp;4 ++++
&lt;br&gt;ChangeLog | &amp;nbsp; 11 +++++++++++
&lt;br&gt;INSTALL &amp;nbsp; | &amp;nbsp; &amp;nbsp;2 +-
&lt;br&gt;NEWS &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp;6 +++++-
&lt;br&gt;&lt;br&gt;diffs (61 lines):
&lt;br&gt;&lt;br&gt;diff -r 81a1e18fede2 -r 440306c5b19d .hgtags
&lt;br&gt;--- a/.hgtags	Tue Nov 17 21:35:00 2009 +0000
&lt;br&gt;+++ b/.hgtags	Mon Nov 23 09:31:03 2009 +0000
&lt;br&gt;@@ -24,3 +24,7 @@ 3f7290ca2f5730cf1ebd8fcbbd062417750655aa
&lt;br&gt;&amp;nbsp;3f7290ca2f5730cf1ebd8fcbbd062417750655aa icedtea-1.12
&lt;br&gt;&amp;nbsp;3f7290ca2f5730cf1ebd8fcbbd062417750655aa icedtea-1.12
&lt;br&gt;&amp;nbsp;0000000000000000000000000000000000000000 icedtea-1.12
&lt;br&gt;+0000000000000000000000000000000000000000 icedtea-1.12
&lt;br&gt;+81a1e18fede27d94540b67a42798419aaf59f5b9 icedtea-1.12
&lt;br&gt;+81a1e18fede27d94540b67a42798419aaf59f5b9 icedtea-1.12
&lt;br&gt;+d96a0228b79286eea28af85707fd8ccc42cbed84 icedtea-1.12
&lt;br&gt;diff -r 81a1e18fede2 -r 440306c5b19d ChangeLog
&lt;br&gt;--- a/ChangeLog	Tue Nov 17 21:35:00 2009 +0000
&lt;br&gt;+++ b/ChangeLog	Mon Nov 23 09:31:03 2009 +0000
&lt;br&gt;@@ -1,3 +1,14 @@ 2009-11-17 &amp;nbsp;Andrew John Hughes &amp;nbsp;&amp;lt;ahughes
&lt;br&gt;+2009-11-23 &amp;nbsp;Andrew John Hughes &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+
&lt;br&gt;+	* INSTALL: Update NetBeans requirement
&lt;br&gt;+	to 6.7.1.
&lt;br&gt;+
&lt;br&gt;+2009-11-17 &amp;nbsp;Andrew John Hughes &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;+
&lt;br&gt;+	* NEWS:
&lt;br&gt;+	Mention VisualVM and changes in building
&lt;br&gt;+	the Java plugin code.
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;2009-11-17 &amp;nbsp;Andrew John Hughes &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474923&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahughes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	* patches/icedtea-jaxws-getdtdtype.patch:
&lt;br&gt;diff -r 81a1e18fede2 -r 440306c5b19d INSTALL
&lt;br&gt;--- a/INSTALL	Tue Nov 17 21:35:00 2009 +0000
&lt;br&gt;+++ b/INSTALL	Mon Nov 23 09:31:03 2009 +0000
&lt;br&gt;@@ -35,7 +35,7 @@ pulseaudio-libs-devel &amp;gt;= 0.9.11
&lt;br&gt;&amp;nbsp;pulseaudio-libs-devel &amp;gt;= 0.9.11
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;For building VisualVM, you will need
&lt;br&gt;-netbeans = 6.5
&lt;br&gt;+netbeans = 6.7.1
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;For building the zero-assembler port (see below), you will need libffi.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;diff -r 81a1e18fede2 -r 440306c5b19d NEWS
&lt;br&gt;--- a/NEWS	Tue Nov 17 21:35:00 2009 +0000
&lt;br&gt;+++ b/NEWS	Mon Nov 23 09:31:03 2009 +0000
&lt;br&gt;@@ -1,4 +1,4 @@ New in release 1.12 (2009-XX-XX)
&lt;br&gt;-New in release 1.12 (2009-XX-XX)
&lt;br&gt;+New in release 1.12 (2009-11-17)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;- Updated to OpenJDK7 milestone 5; includes:
&lt;br&gt;&amp;nbsp; &amp;nbsp;- From Project Coin:
&lt;br&gt;@@ -38,6 +38,10 @@ New in release 1.12 (2009-XX-XX)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;patches/boot.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* The icedtea-against-icedtea target is now icedtea-stage2.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The icedtea-against-ecj target is now icedtea-stage1.
&lt;br&gt;+ &amp;nbsp;* The Java code for the plugin is now built by the
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;liveconnect.stamp and liveconnect-dist.stamp targets
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;rather than hijacking the OpenJDK build.
&lt;br&gt;+- Upgraded to VisualVM 1.2.1
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;New in release 1.11 (2009-08-06)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-hg-icedtea%3A-4-new-changesets-tp26474923p26474923.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474769</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-23T01:20:25Z</published>
	<updated>2009-11-23T01:20:25Z</updated>
	<author>
		<name>gnu_andrew</name>
	</author>
	<content type="html">2009/11/19 Matthias Klose &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474769&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;doko@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 19.11.2009 13:24, Lillian Angel wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Andrew,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 2009-11-19, at 11:38 AM, Tomas Hurka wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Andrew,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 19 Nov 2009, at 17:24, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; We're getting this failure:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/templates/projectized.xml:93:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; The module org.jdesktop.layout
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; cannot be compiled against because it is part of the cluster
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; which is not part of cluster.path
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; in your suite configuration.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any ideas what this means?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You need to build it against NetBeans Platform 6.7.1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (netbeans-platform-6.7.1-2.fc12.noarch). It looks like you are using older
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; version.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Be sure when we update IcedTea in Fedora, this is only applied as a patch
&lt;br&gt;&amp;gt;&amp;gt; in Fedora 12 (and rawhide) and not updated in Fedora 10 or 11. Same case for
&lt;br&gt;&amp;gt;&amp;gt; all other distributions, I just don't know if they build with
&lt;br&gt;&amp;gt;&amp;gt; --enable-visualvm. We should update the docs to say 6.7.1 is required.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; other distributions build separate sources from a separate source package. I
&lt;br&gt;&amp;gt; still don't see the value why visualvm needs to be built from IcedTea. But
&lt;br&gt;&amp;gt; maybe somebody wants to add javadb as well in the future.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;I've also never included it in the ebuilds for Gentoo -- it's
&lt;br&gt;infeasible given it requires NetBeans which in turns requires the very
&lt;br&gt;JDK being built.
&lt;br&gt;&lt;br&gt;It does work from the point of view of a personal build of IcedTea,
&lt;br&gt;giving the builder a JDK with more of the features of the proprietary
&lt;br&gt;JDK, which I believe includes this thing.
&lt;br&gt;&lt;br&gt;&amp;gt;  Matthias
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Andrew :-)
&lt;br&gt;&lt;br&gt;Free Java Software Engineer
&lt;br&gt;Red Hat, Inc. (&lt;a href=&quot;http://www.redhat.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.redhat.com&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Support Free Java!
&lt;br&gt;Contribute to GNU Classpath and the OpenJDK
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/classpath&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/classpath&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://openjdk.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openjdk.java.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;PGP Key: 94EFD9D8 (&lt;a href=&quot;http://subkeys.pgp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net&lt;/a&gt;)
&lt;br&gt;Fingerprint: F8EF F1EA 401E 2E60 15FA &amp;nbsp;7927 142C 2591 94EF D9D8
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26474769.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474736</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-23T01:17:15Z</published>
	<updated>2009-11-23T01:17:15Z</updated>
	<author>
		<name>gnu_andrew</name>
	</author>
	<content type="html">2009/11/19 Lillian Angel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474736&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;langel@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Andrew,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2009-11-19, at 11:38 AM, Tomas Hurka wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Andrew,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 19 Nov 2009, at 17:24, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; We're getting this failure:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/templates/projectized.xml:93:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The module org.jdesktop.layout
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; cannot be compiled against because it is part of the cluster
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; which is not part of cluster.path
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in your suite configuration.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any ideas what this means?
&lt;br&gt;&amp;gt;&amp;gt; You need to build it against NetBeans Platform 6.7.1 (netbeans-platform-6.7.1-2.fc12.noarch). It looks like you are using older version.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Be sure when we update IcedTea in Fedora, this is only applied as a patch in Fedora 12 (and rawhide) and not updated in Fedora 10 or 11. Same case for all other distributions, I just don't know if they build with --enable-visualvm. We should update the docs to say 6.7.1 is required.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cheers
&lt;/div&gt;&lt;br&gt;This isn't in IcedTea6 yet but is in IcedTea7, which should be safe;
&lt;br&gt;the likelihood of someone wanting to ship VisualVM with that is pretty
&lt;br&gt;low. &amp;nbsp;What versions of IcedTea6 are in each of the Fedoras now? &amp;nbsp;I'm
&lt;br&gt;guessing this would want to go in HEAD and then be used for F12 and up
&lt;br&gt;as part of the next release.
&lt;br&gt;-- 
&lt;br&gt;Andrew :-)
&lt;br&gt;&lt;br&gt;Free Java Software Engineer
&lt;br&gt;Red Hat, Inc. (&lt;a href=&quot;http://www.redhat.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.redhat.com&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Support Free Java!
&lt;br&gt;Contribute to GNU Classpath and the OpenJDK
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/classpath&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/classpath&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://openjdk.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openjdk.java.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;PGP Key: 94EFD9D8 (&lt;a href=&quot;http://subkeys.pgp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net&lt;/a&gt;)
&lt;br&gt;Fingerprint: F8EF F1EA 401E 2E60 15FA &amp;nbsp;7927 142C 2591 94EF D9D8
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26474736.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26474707</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-23T01:15:02Z</published>
	<updated>2009-11-23T01:15:02Z</updated>
	<author>
		<name>gnu_andrew</name>
	</author>
	<content type="html">2009/11/19 Tomas Hurka &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Hurka@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Andrew,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 19 Nov 2009, at 17:24, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We're getting this failure:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/templates/projectized.xml:93:
&lt;br&gt;&amp;gt;&amp;gt; The module org.jdesktop.layout
&lt;br&gt;&amp;gt;&amp;gt; cannot be compiled against because it is part of the cluster
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
&lt;br&gt;&amp;gt;&amp;gt; which is not part of cluster.path
&lt;br&gt;&amp;gt;&amp;gt; in your suite configuration.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Any ideas what this means?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You need to build it against NetBeans Platform 6.7.1
&lt;br&gt;&amp;gt; (netbeans-platform-6.7.1-2.fc12.noarch). It looks like you are using older
&lt;br&gt;&amp;gt; version.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Tomas Hurka   &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26474707&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomas.hurka@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; NetBeans Profiler &lt;a href=&quot;http://profiler.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://profiler.netbeans.org&lt;/a&gt;&lt;br&gt;&amp;gt; VisualVM &lt;a href=&quot;http://visualvm.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://visualvm.dev.java.net&lt;/a&gt;&lt;br&gt;&amp;gt; Software Engineer, Developer Platforms Group
&lt;br&gt;&amp;gt; Sun Microsystems, Praha Czech Republic
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Well yes, this is in our nightly build on an F11 box. &amp;nbsp;You didn't
&lt;br&gt;mention any change of requirements in your original email. I'm in two
&lt;br&gt;minds as to whether we should revert this change or not.
&lt;br&gt;-- 
&lt;br&gt;Andrew :-)
&lt;br&gt;&lt;br&gt;Free Java Software Engineer
&lt;br&gt;Red Hat, Inc. (&lt;a href=&quot;http://www.redhat.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.redhat.com&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Support Free Java!
&lt;br&gt;Contribute to GNU Classpath and the OpenJDK
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/classpath&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/classpath&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://openjdk.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openjdk.java.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;PGP Key: 94EFD9D8 (&lt;a href=&quot;http://subkeys.pgp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net&lt;/a&gt;)
&lt;br&gt;Fingerprint: F8EF F1EA 401E 2E60 15FA &amp;nbsp;7927 142C 2591 94EF D9D8
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26474707.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26472713</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T20:27:34Z</published>
	<updated>2009-11-22T20:27:34Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #10 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26472713&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-23 04:27 -------
&lt;br&gt;(In reply to comment #8)
&lt;br&gt;&amp;gt; Created an attachment (id=275)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/attachment.cgi?id=275&amp;action=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/attachment.cgi?id=275&amp;action=view&lt;/a&gt;) [details]
&lt;br&gt;&amp;gt; Recreation of error line and 4 attempts to incorporate suggested parameter
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Attached are:
&lt;br&gt;&amp;gt; 1) Recreating the original error:
&lt;br&gt;&amp;gt; 2) 1st Attempt: placing &amp;quot;-Wl,-lgcc&amp;quot; at the end of the command
&lt;br&gt;&amp;gt; 3) 2nd Attempt: placing &amp;quot;-Wl, -lgcc&amp;quot; after &amp;quot;-g -02&amp;quot;
&lt;br&gt;&amp;gt; 4) 3rd Attempt: placing &amp;quot;-Wl, -lgcc&amp;quot; after &amp;quot;jv-convert&amp;quot;
&lt;br&gt;&amp;gt; 5) 4th Attempt: placing &amp;quot;-Wl, -lgcc&amp;quot; after &amp;quot;/gcc/gcj&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Note: The spaces showing above within the quotation marks were not in the
&lt;br&gt;actual commands. &amp;nbsp;Lines #3-5 on the summary should have read:
&lt;br&gt;&amp;nbsp; 3) 2nd Attempt: placing &amp;quot;-Wl,-lgcc&amp;quot; after &amp;quot;-g -02&amp;quot;
&lt;br&gt;&amp;nbsp; 4) 3rd Attempt: placing &amp;quot;-Wl,-lgcc&amp;quot; after &amp;quot;jv-convert&amp;quot;
&lt;br&gt;&amp;nbsp; 5) 4th Attempt: placing &amp;quot;-Wl,-lgcc&amp;quot; after &amp;quot;/gcc/gcj&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26472713p26472713.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26472698</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T20:25:27Z</published>
	<updated>2009-11-22T20:25:27Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #9 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26472698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-23 04:25 -------
&lt;br&gt;I'm sorry my unfamiliarity with compiling and libtool makes me have to come
&lt;br&gt;back to you. &amp;nbsp;I tried various scenarios and attached the results in a file to
&lt;br&gt;this bug. 
&lt;br&gt;&lt;br&gt;Basically, I tried to determine which line was causing the error (I think I
&lt;br&gt;accomplished that) and then I tried to determine where to place the suggested
&lt;br&gt;line parameters &amp;quot;-Wl,-lgcc&amp;quot;. &amp;nbsp;I made four attempts and was unsuccessful.
&lt;br&gt;&lt;br&gt;I tried reading the documentation on libtool at
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html#Link-mode&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/libtool/manual/html_node/Link-mode.html#Link-mode&lt;/a&gt;&lt;br&gt;but there is no documentation about the &amp;quot;Wl&amp;quot;; moreover I found the
&lt;br&gt;documentation did not enlighten me very will into analyzing what the problem
&lt;br&gt;command line is doing.
&lt;br&gt;&lt;br&gt;What may I try next?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26472698p26472698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26472661</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T20:20:24Z</published>
	<updated>2009-11-22T20:20:24Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #8 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26472661&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-23 04:20 -------
&lt;br&gt;Created an attachment (id=275)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/attachment.cgi?id=275&amp;action=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/attachment.cgi?id=275&amp;action=view&lt;/a&gt;)
&lt;br&gt;Recreation of error line and 4 attempts to incorporate suggested parameter
&lt;br&gt;&lt;br&gt;Attached are:
&lt;br&gt;1) Recreating the original error:
&lt;br&gt;2) 1st Attempt: placing &amp;quot;-Wl,-lgcc&amp;quot; at the end of the command
&lt;br&gt;3) 2nd Attempt: placing &amp;quot;-Wl, -lgcc&amp;quot; after &amp;quot;-g -02&amp;quot;
&lt;br&gt;4) 3rd Attempt: placing &amp;quot;-Wl, -lgcc&amp;quot; after &amp;quot;jv-convert&amp;quot;
&lt;br&gt;5) 4th Attempt: placing &amp;quot;-Wl, -lgcc&amp;quot; after &amp;quot;/gcc/gcj&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26472661p26472661.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26467193</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T09:11:04Z</published>
	<updated>2009-11-22T09:11:04Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #7 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26467193&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aph@...&lt;/a&gt; &amp;nbsp;2009-11-22 17:11 -------
&lt;br&gt;&amp;gt; When you write &amp;quot;fix this by linking shared libraries with -Wl,-lgcc&amp;quot;, I do not
&lt;br&gt;&amp;gt; know what you are suggesting? &amp;nbsp;Should I go into Makefile and edit certain
&lt;br&gt;&amp;gt; lines
&lt;br&gt;&amp;gt; adding these flags?
&lt;br&gt;&lt;br&gt;At the point where you get the error message, try repeating the last command,
&lt;br&gt;but with &amp;quot;-Wl,-lgcc&amp;quot; added to the line. &amp;nbsp;If that works, we'll make a patch for
&lt;br&gt;ARM builds. &amp;nbsp;I don't think you need to edit the makefile, just go into the
&lt;br&gt;diretcory and run it by hand.
&lt;br&gt;&lt;br&gt;&amp;gt; And should I use the format &amp;quot;-Wl,-lgcc&amp;quot; or
&lt;br&gt;&amp;gt; delimit the parameters with a space as in: &amp;quot;-Wl -lgcc&amp;quot;?
&lt;br&gt;&lt;br&gt;Use &amp;quot;-Wl,-lgcc&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26467193p26467193.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26466576</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T08:03:41Z</published>
	<updated>2009-11-22T08:03:41Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #6 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26466576&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-22 16:03 -------
&lt;br&gt;Could I get a little bit more guidance. &amp;nbsp;
&lt;br&gt;&lt;br&gt;When you write &amp;quot;fix this by linking shared libraries with -Wl,-lgcc&amp;quot;, I do not
&lt;br&gt;know what you are suggesting? &amp;nbsp;Should I go into Makefile and edit certain lines
&lt;br&gt;adding these flags? &amp;nbsp;Or are these configure flags. &amp;nbsp;Since it take about 20+
&lt;br&gt;hours to compile, I don't want to experiment with configure only to have to
&lt;br&gt;undertake an unsuccessful compile. &amp;nbsp;And should I use the format &amp;quot;-Wl,-lgcc&amp;quot; or
&lt;br&gt;delimit the parameters with a space as in: &amp;quot;-Wl -lgcc&amp;quot;?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26466576p26466576.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26466177</id>
	<title>[Bug 414] New: NPPlugin build fails with recent xulrunner</title>
	<published>2009-11-22T07:20:33Z</published>
	<updated>2009-11-22T07:20:33Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=414&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=414&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: NPPlugin build fails with recent xulrunner
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26466177&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unassigned@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26466177&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;a.radke@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;build fails:
&lt;br&gt;&lt;br&gt;cd /tmp/openjdk6-hg/trunk/src/icedtea6/plugin/icedteanp; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if [ -e /tmp/openjdk6-hg/trunk/src/icedtea6/.hg ] &amp;&amp; which /usr/bin/hg
&lt;br&gt;&amp;gt;/dev/null; then \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; revision=&amp;quot;-r`(cd /tmp/openjdk6-hg/trunk/src/icedtea6; /usr/bin/hg tip
&lt;br&gt;--template '{rev}')`&amp;quot; ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fi ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if [ -n &amp;quot;ArchLinux-6.b17_hg_20091121-2-x86_64&amp;quot; ]; then plugin_version=&amp;quot;
&lt;br&gt;(ArchLinux-6.b17_hg_20091121-2-x86_64)&amp;quot;; fi; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; plugin_version=&amp;quot; 1.7pre$revision$plugin_version&amp;quot;; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g++ -march=x86-64 -mtune=generic -O2 -pipe \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -DPACKAGE_VERSION=&amp;quot;\&amp;quot;1.7pre\&amp;quot;&amp;quot; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -DPLUGIN_VERSION=&amp;quot;\&amp;quot;$plugin_version\&amp;quot;&amp;quot; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -DMOZILLA_VERSION_COLLAPSED=&amp;quot;1090105&amp;quot; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include &amp;nbsp; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
&lt;br&gt;-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
&lt;br&gt;-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
&lt;br&gt;-I/usr/include/freetype2 -I/usr/include/libpng12 &amp;nbsp; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -DXP_UNIX -DOJI -fshort-wchar -I/usr/include/xulrunner-1.9.1/stable
&lt;br&gt;-I/usr/include/xulrunner-1.9.1/java -I/usr/include/xulrunner-1.9.1/plugin
&lt;br&gt;-I/usr/include/nspr -I/usr/include/xulrunner-1.9.1/unstable &amp;nbsp; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -fPIC -c IcedTeaNPPlugin.cc IcedTeaScriptablePluginObject.cc
&lt;br&gt;IcedTeaJavaRequestProcessor.cc IcedTeaPluginRequestProcessor.cc
&lt;br&gt;IcedTeaPluginUtils.cc; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cd ../
&lt;br&gt;In file included from IcedTeaNPPlugin.cc:75:
&lt;br&gt;IcedTeaScriptablePluginObject.h:43:19: error: npupp.h: No such file or
&lt;br&gt;directory
&lt;br&gt;In file included from IcedTeaNPPlugin.h:61,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaJavaRequestProcessor.h:46,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaScriptablePluginObject.h:49,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaNPPlugin.cc:75:
&lt;br&gt;IcedTeaPluginUtils.h:204: error: expected ';' before '(' token
&lt;br&gt;IcedTeaPluginUtils.h:206: error: 'NPVariant' has not been declared
&lt;br&gt;IcedTeaPluginUtils.h:208: error: expected ';' before '(' token
&lt;br&gt;In file included from IcedTeaNPPlugin.h:62,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaJavaRequestProcessor.h:46,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaScriptablePluginObject.h:49,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaNPPlugin.cc:75:
&lt;br&gt;IcedTeaPluginRequestProcessor.h:86: error: 'NPVariant' has not been declared
&lt;br&gt;IcedTeaPluginRequestProcessor.h:125: error: 'NPVariant' has not been declared
&lt;br&gt;In file included from IcedTeaJavaRequestProcessor.h:46,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaScriptablePluginObject.h:49,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaNPPlugin.cc:75:
&lt;br&gt;IcedTeaNPPlugin.h:103: error: 'NPNetscapeFuncs' does not name a type
&lt;br&gt;IcedTeaNPPlugin.h:130: error: expected constructor, destructor, or type
&lt;br&gt;conversion before '*' token
&lt;br&gt;IcedTeaNPPlugin.h:133: error: expected constructor, destructor, or type
&lt;br&gt;conversion before '*' token
&lt;br&gt;In file included from IcedTeaScriptablePluginObject.h:49,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;from IcedTeaNPPlugin.cc:75:
&lt;br&gt;IcedTeaJavaRequestProcessor.h:107: error: 'NPVariant' has not been declared
&lt;br&gt;&lt;br&gt;and more...
&lt;br&gt;&lt;br&gt;this is ArchLinux x86_64, gcc 4.4, checking for xulrunner version... 1090105
&lt;br&gt;(1.9.0.5/FF3.5.5)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-414--New%3A-NPPlugin-build-fails-with-recent-xulrunner-tp26466177p26466177.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465501</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T05:51:17Z</published>
	<updated>2009-11-22T05:51:17Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #5 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465501&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aph@...&lt;/a&gt; &amp;nbsp;2009-11-22 13:51 -------
&lt;br&gt;Oh, I know this one, it's a bug in ARM gcc.
&lt;br&gt;&lt;br&gt;I think you can fix this by linking shared libraries with -Wl,-lgcc.
&lt;br&gt;&lt;br&gt;p.s. This is not the place to put links to unfree software. &amp;nbsp;Please don't do
&lt;br&gt;it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26465501p26465501.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465444</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T05:41:41Z</published>
	<updated>2009-11-22T05:41:41Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #4 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465444&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-22 13:41 -------
&lt;br&gt;I should mention that this platform does not have floating point processor;
&lt;br&gt;could that be the culprit? &amp;nbsp;Is there a setting I should use to indicate
&lt;br&gt;softfloat?
&lt;br&gt;&lt;br&gt;What is interesting is that Sun offers a Java for this architecture and charges
&lt;br&gt;for it (you can evaluate it for a 90 period), so they must be adding value that
&lt;br&gt;may not be readily accomplished here?
&lt;br&gt;&lt;br&gt;See: &lt;a href=&quot;http://java.sun.com/javase/embedded/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/javase/embedded/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26465444p26465444.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465406</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T05:36:39Z</published>
	<updated>2009-11-22T05:36:39Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #3 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465406&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-22 13:36 -------
&lt;br&gt;To confirm the version I have and that it is current:
&lt;br&gt;&lt;br&gt;plug gnu # svn info trunk
&lt;br&gt;Path: trunk
&lt;br&gt;URL: svn://gcc.gnu.org/svn/gcc/trunk
&lt;br&gt;Repository Root: svn://gcc.gnu.org/svn/gcc
&lt;br&gt;Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4
&lt;br&gt;Revision: 152432
&lt;br&gt;Node Kind: directory
&lt;br&gt;Schedule: normal
&lt;br&gt;Last Changed Author: uros
&lt;br&gt;Last Changed Rev: 152432
&lt;br&gt;Last Changed Date: 2009-10-03 01:15:55 -0700 (Sat, 03 Oct 2009)
&lt;br&gt;&lt;br&gt;plug gnu # svn update
&lt;br&gt;Skipped '.'
&lt;br&gt;plug gnu # 
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26465406p26465406.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465388</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T05:33:23Z</published>
	<updated>2009-11-22T05:33:23Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465388&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-22 13:33 -------
&lt;br&gt;Created an attachment (id=274)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/attachment.cgi?id=274&amp;action=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/attachment.cgi?id=274&amp;action=view&lt;/a&gt;)
&lt;br&gt;2nd try at make
&lt;br&gt;&lt;br&gt;Complete log of 2nd try at make; error output is in previous comment above.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26465388p26465388.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465348</id>
	<title>[Bug 412] build fails at final link</title>
	<published>2009-11-22T05:28:13Z</published>
	<updated>2009-11-22T05:28:13Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465348&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-22 13:28 -------
&lt;br&gt;For completenes, I tried the make again and I will attach the output in an
&lt;br&gt;updated. &amp;nbsp;Here's the console error output:
&lt;br&gt;&lt;br&gt;plug build # make &amp;gt; make_output2ndtry.txt
&lt;br&gt;Makefile:860: warning: overriding commands for target `gjdoc'
&lt;br&gt;Makefile:778: warning: ignoring old commands for target `gjdoc'
&lt;br&gt;Makefile:860: warning: overriding commands for target `gjdoc'
&lt;br&gt;Makefile:778: warning: ignoring old commands for target `gjdoc'
&lt;br&gt;/usr/lib/gcc/armv5tel-softfloat-linux-gnueabi/4.1.2/../../../../armv5tel-softfloat-linux-gnueabi/bin/ld:
&lt;br&gt;.libs/jv-convert: hidden symbol `__sync_synchronize' in
&lt;br&gt;/mnt/seagate2/download/gnu/build/./gcc/libgcc.a(linux-atomic.o) is referenced
&lt;br&gt;by DSO
&lt;br&gt;/usr/lib/gcc/armv5tel-softfloat-linux-gnueabi/4.1.2/../../../../armv5tel-softfloat-linux-gnueabi/bin/ld:
&lt;br&gt;final link failed: Nonrepresentable section on output
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;make[3]: *** [jv-convert] Error 1
&lt;br&gt;make[2]: *** [all-recursive] Error 1
&lt;br&gt;make[1]: *** [all-target-libjava] Error 2
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;plug build #
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--build-fails-at-final-link-tp26465348p26465348.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465315</id>
	<title>[Bug 413] Crash with ibus and JOSM</title>
	<published>2009-11-22T05:23:46Z</published>
	<updated>2009-11-22T05:23:46Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=413&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=413&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465315&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;niklas.laxstrom+icedtea@...&lt;/a&gt; &amp;nbsp;2009-11-22 13:23 -------
&lt;br&gt;Created an attachment (id=273)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/attachment.cgi?id=273&amp;action=view&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/attachment.cgi?id=273&amp;action=view&lt;/a&gt;)
&lt;br&gt;Crash log
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-413--Crash-with-ibus-and-JOSM-tp26465315p26465315.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465311</id>
	<title>[Bug 413] New: Crash with ibus and JOSM</title>
	<published>2009-11-22T05:22:50Z</published>
	<updated>2009-11-22T05:22:50Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=413&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=413&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Crash with ibus and JOSM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: major
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465311&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unassigned@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465311&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;niklas.laxstrom+icedtea@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm assuming this is related to ibus. Occasionally JOSM stops accepting any
&lt;br&gt;keyboard input when ibus is running (I had the same problem with some kde apps
&lt;br&gt;before installing ibus-tq). If I restart ibus daemon, JOSM crashes if I try to
&lt;br&gt;type anything into it.
&lt;br&gt;&lt;br&gt;64-bit Fedora 12, I'll attached the log.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-413--New%3A-Crash-with-ibus-and-JOSM-tp26465311p26465311.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465307</id>
	<title>[Bug 412] New: build fails at final link</title>
	<published>2009-11-22T05:21:46Z</published>
	<updated>2009-11-22T05:21:46Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=412&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: build fails at final link
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: Other
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465307&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unassigned@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465307&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Following the suggestion in Bug 387 &amp;quot;use gcj to build openjdk build
&lt;br&gt;dependencies and bootstrap openjdk using gcj.&amp;quot; for
&lt;br&gt;&lt;br&gt;Platform: SheevaPlug (ARMv5TE) 
&lt;br&gt;OS: Gentoo linux-2.6.30-rc1 
&lt;br&gt;&lt;br&gt;in download/gnu/ (aka /mnt/seagate1/download/gnu)
&lt;br&gt;svn checkout svn://gcc.gnu.org/svn/gcc/trunk
&lt;br&gt;&lt;br&gt;localhost gnu # svn info trunk
&lt;br&gt;Path: trunk
&lt;br&gt;URL: svn://gcc.gnu.org/svn/gcc/trunk
&lt;br&gt;Repository Root: svn://gcc.gnu.org/svn/gcc
&lt;br&gt;Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4
&lt;br&gt;Revision: 152432
&lt;br&gt;Node Kind: directory
&lt;br&gt;Schedule: normal
&lt;br&gt;Last Changed Author: uros
&lt;br&gt;Last Changed Rev: 152432
&lt;br&gt;Last Changed Date: 2009-10-03 01:15:55 -0700 (Sat, 03 Oct 2009)
&lt;br&gt;&lt;br&gt;localhost gnu #
&lt;br&gt;&lt;br&gt;&lt;br&gt;mkdir build
&lt;br&gt;cd build
&lt;br&gt;&amp;nbsp;../trunk/configure --enable-languages=java
&lt;br&gt;make
&lt;br&gt;&lt;br&gt;...
&lt;br&gt;libtool: link: ar rc .libs/libgcj_bc.a &amp;nbsp;libgcj_bc.o
&lt;br&gt;libtool: link: ranlib .libs/libgcj_bc.a
&lt;br&gt;libtool: link: ( cd &amp;quot;.libs&amp;quot; &amp;&amp; rm -f &amp;quot;libgcj_bc.la&amp;quot; &amp;&amp; ln -s &amp;quot;../libgcj_bc.la&amp;quot;
&lt;br&gt;&amp;quot;libgcj_bc.la&amp;quot; )
&lt;br&gt;/bin/sh ./libtool --tag=GCJ &amp;nbsp;--mode=link
&lt;br&gt;/mnt/seagate2/download/gnu/build/./gcc/gcj
&lt;br&gt;-B/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava/
&lt;br&gt;-B/mnt/seagate2/download/gnu/build/./gcc/
&lt;br&gt;-B/usr/local/armv5tel-unknown-linux-gnueabi/bin/
&lt;br&gt;-B/usr/local/armv5tel-unknown-linux-gnueabi/lib/ -isystem
&lt;br&gt;/usr/local/armv5tel-unknown-linux-gnueabi/include -isystem
&lt;br&gt;/usr/local/armv5tel-unknown-linux-gnueabi/sys-include &amp;nbsp; 
&lt;br&gt;-L/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava -g
&lt;br&gt;-O2 &amp;nbsp;-o jv-convert --main=gnu.gcj.convert.Convert -rpath /usr/local/lib
&lt;br&gt;-shared-libgcc 
&lt;br&gt;-L/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava/../libstdc++-v3/src/.libs
&lt;br&gt;-lstdc++ 
&lt;br&gt;-L/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava/.libs
&lt;br&gt;libgcj.la
&lt;br&gt;libtool: link: /mnt/seagate2/download/gnu/build/./gcc/gcj
&lt;br&gt;-B/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava/
&lt;br&gt;-B/mnt/seagate2/download/gnu/build/./gcc/
&lt;br&gt;-B/usr/local/armv5tel-unknown-linux-gnueabi/bin/
&lt;br&gt;-B/usr/local/armv5tel-unknown-linux-gnueabi/lib/ -isystem
&lt;br&gt;/usr/local/armv5tel-unknown-linux-gnueabi/include -isystem
&lt;br&gt;/usr/local/armv5tel-unknown-linux-gnueabi/sys-include -g -O2 -o
&lt;br&gt;.libs/jv-convert --main=gnu.gcj.convert.Convert -shared-libgcc 
&lt;br&gt;-L/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava/.libs
&lt;br&gt;-L/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava
&lt;br&gt;-L/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava/../libstdc++-v3/src/.libs
&lt;br&gt;/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava/../libstdc++-v3/src/.libs/libstdc++.so
&lt;br&gt;./.libs/libgcj.so
&lt;br&gt;/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libstdc++-v3/src/.libs/libstdc++.so
&lt;br&gt;-lm -lpthread -lrt -ldl -Wl,-rpath -Wl,/usr/local/lib
&lt;br&gt;/usr/lib/gcc/armv5tel-softfloat-linux-gnueabi/4.1.2/../../../../armv5tel-softfloat-linux-gnueabi/bin/ld:
&lt;br&gt;.libs/jv-convert: hidden symbol `__sync_synchronize' in
&lt;br&gt;/mnt/seagate2/download/gnu/build/./gcc/libgcc.a(linux-atomic.o) is referenced
&lt;br&gt;by DSO
&lt;br&gt;/usr/lib/gcc/armv5tel-softfloat-linux-gnueabi/4.1.2/../../../../armv5tel-softfloat-linux-gnueabi/bin/ld:
&lt;br&gt;final link failed: Nonrepresentable section on output
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;make[3]: *** [jv-convert] Error 1
&lt;br&gt;make[3]: Leaving directory
&lt;br&gt;`/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava'
&lt;br&gt;make[2]: *** [all-recursive] Error 1
&lt;br&gt;make[2]: Leaving directory
&lt;br&gt;`/mnt/seagate2/download/gnu/build/armv5tel-unknown-linux-gnueabi/libjava'
&lt;br&gt;make[1]: *** [all-target-libjava] Error 2
&lt;br&gt;make[1]: Leaving directory `/mnt/seagate2/download/gnu/build'
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;plug build #
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-412--New%3A-build-fails-at-final-link-tp26465307p26465307.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26465270</id>
	<title>[Bug 388] Compile of  gcc hangs at fortran/intrinsic.o</title>
	<published>2009-11-22T05:16:41Z</published>
	<updated>2009-11-22T05:16:41Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=388&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=388&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465270&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|REOPENED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|WORKSFORME
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #10 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26465270&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-22 13:16 -------
&lt;br&gt;That worked, insofar as it got be past the error arising under the Fortan
&lt;br&gt;section.
&lt;br&gt;(I did run into another bug, which I'll log separately.)
&lt;br&gt;Thank you!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-388--Compile-of--gcc-hangs-at-fortran-intrinsic.o-tp26465270p26465270.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26455707</id>
	<title>[Bug 388] Compile of  gcc hangs at fortran/intrinsic.o</title>
	<published>2009-11-21T03:28:57Z</published>
	<updated>2009-11-21T03:28:57Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=388&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=388&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #9 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26455707&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aph@...&lt;/a&gt; &amp;nbsp;2009-11-21 11:28 -------
&lt;br&gt;er, --enable-languages=java
&lt;br&gt;&lt;br&gt;:-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-388--Compile-of--gcc-hangs-at-fortran-intrinsic.o-tp26455707p26455707.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26455698</id>
	<title>[Bug 388] Compile of  gcc hangs at fortran/intrinsic.o</title>
	<published>2009-11-21T03:28:04Z</published>
	<updated>2009-11-21T03:28:04Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=388&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=388&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #8 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26455698&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aph@...&lt;/a&gt; &amp;nbsp;2009-11-21 11:28 -------
&lt;br&gt;Building FORTRAN is a huge waste of time for you
&lt;br&gt;&lt;br&gt;configure --enable-langauges=java
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-388--Compile-of--gcc-hangs-at-fortran-intrinsic.o-tp26455698p26455698.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26454396</id>
	<title>[Bug 387] circular dependencies for install of Gentoo ARM5</title>
	<published>2009-11-20T23:35:55Z</published>
	<updated>2009-11-20T23:35:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=387&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=387&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26454396&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jlpoole@...&lt;/a&gt; &amp;nbsp;2009-11-21 07:35 -------
&lt;br&gt;(In reply to comment #1)
&lt;br&gt;&amp;gt; use gcj to build openjdk build dependencies and bootstrap openjdk using gcj.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;I'm having problems getting gcj to install (armv5te processor), see Bug 388.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-387--circular-dependencies-for-install-of-Gentoo-ARM5-tp26454396p26454396.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26433490</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-19T12:26:26Z</published>
	<updated>2009-11-19T12:26:26Z</updated>
	<author>
		<name>Matthias Klose-6</name>
	</author>
	<content type="html">On 19.11.2009 13:24, Lillian Angel wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Andrew,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2009-11-19, at 11:38 AM, Tomas Hurka wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Andrew,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 19 Nov 2009, at 17:24, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; We're getting this failure:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/templates/projectized.xml:93:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The module org.jdesktop.layout
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; cannot be compiled against because it is part of the cluster
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; which is not part of cluster.path
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in your suite configuration.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Any ideas what this means?
&lt;br&gt;&amp;gt;&amp;gt; You need to build it against NetBeans Platform 6.7.1 (netbeans-platform-6.7.1-2.fc12.noarch). It looks like you are using older version.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Be sure when we update IcedTea in Fedora, this is only applied as a patch in Fedora 12 (and rawhide) and not updated in Fedora 10 or 11. Same case for all other distributions, I just don't know if they build with --enable-visualvm. We should update the docs to say 6.7.1 is required.
&lt;/div&gt;&lt;br&gt;other distributions build separate sources from a separate source package. I 
&lt;br&gt;still don't see the value why visualvm needs to be built from IcedTea. But maybe 
&lt;br&gt;somebody wants to add javadb as well in the future.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Matthias
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26433490.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26432411</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-19T11:24:32Z</published>
	<updated>2009-11-19T11:24:32Z</updated>
	<author>
		<name>Lillian Angel</name>
	</author>
	<content type="html">Andrew,
&lt;br&gt;&lt;br&gt;&lt;br&gt;On 2009-11-19, at 11:38 AM, Tomas Hurka wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Andrew,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On 19 Nov 2009, at 17:24, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; We're getting this failure:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/templates/projectized.xml:93:
&lt;br&gt;&amp;gt;&amp;gt; The module org.jdesktop.layout
&lt;br&gt;&amp;gt;&amp;gt; cannot be compiled against because it is part of the cluster
&lt;br&gt;&amp;gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
&lt;br&gt;&amp;gt;&amp;gt; which is not part of cluster.path
&lt;br&gt;&amp;gt;&amp;gt; in your suite configuration.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Any ideas what this means?
&lt;br&gt;&amp;gt; You need to build it against NetBeans Platform 6.7.1 (netbeans-platform-6.7.1-2.fc12.noarch). It looks like you are using older version.
&lt;/div&gt;&lt;br&gt;Be sure when we update IcedTea in Fedora, this is only applied as a patch in Fedora 12 (and rawhide) and not updated in Fedora 10 or 11. Same case for all other distributions, I just don't know if they build with --enable-visualvm. We should update the docs to say 6.7.1 is required.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26432411.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26430169</id>
	<title>[Bug 409] additional info</title>
	<published>2009-11-19T09:04:33Z</published>
	<updated>2009-11-19T09:04:33Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=409&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=409&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26430169&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;festhead@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Summary|Hi, arduino is crashing when|additional info
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|trying to read from the &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|serial port. The following &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|report has been created (see|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|below). Thank you very very |
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|much!!! &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #2 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26430169&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;festhead@...&lt;/a&gt; &amp;nbsp;2009-11-19 17:04 -------
&lt;br&gt;I upload the read from rom sketch file, and when I push serial monitor i get
&lt;br&gt;the crash. 
&lt;br&gt;It's on atmega368, linux 64bit.
&lt;br&gt;&lt;br&gt;I start the arduino software with the following command:
&lt;br&gt;&lt;br&gt;#!/bin/sh
&lt;br&gt;&lt;br&gt;CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.jar:lib/registry.jar:lib/mrj.jar:/usr/share/java/RXTXcomm.jar
&lt;br&gt;export CLASSPATH
&lt;br&gt;&lt;br&gt;# put the directory where this file lives in the front of the path, because
&lt;br&gt;# that directory also contains jikes, which we will need at runtime.
&lt;br&gt;PATH=`pwd`/tools:${PATH}
&lt;br&gt;export PATH
&lt;br&gt;&lt;br&gt;# put the directory with the native RXTX libs in the library path
&lt;br&gt;LD_LIBRARY_PATH=/usr/lib:${LD_LIBRARY_PATH}
&lt;br&gt;export LD_LIBRARY_PATH
&lt;br&gt;&lt;br&gt;java processing.app.Base
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-409--additional-info-tp26430169p26430169.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26429598</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-19T08:38:29Z</published>
	<updated>2009-11-19T08:38:29Z</updated>
	<author>
		<name>Tomas Hurka</name>
	</author>
	<content type="html">Hi Andrew,
&lt;br&gt;&lt;br&gt;On 19 Nov 2009, at 17:24, Andrew John Hughes wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We're getting this failure:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; BUILD FAILED
&lt;br&gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/ 
&lt;br&gt;&amp;gt; templates/projectized.xml:93:
&lt;br&gt;&amp;gt; The module org.jdesktop.layout
&lt;br&gt;&amp;gt; cannot be compiled against because it is part of the cluster
&lt;br&gt;&amp;gt; /notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/ 
&lt;br&gt;&amp;gt; netbeans_visualvm/platform9
&lt;br&gt;&amp;gt; which is not part of cluster.path
&lt;br&gt;&amp;gt; in your suite configuration.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas what this means?
&lt;/div&gt;You need to build it against NetBeans Platform 6.7.1 (netbeans- 
&lt;br&gt;platform-6.7.1-2.fc12.noarch). It looks like you are using older &amp;nbsp;
&lt;br&gt;version.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;--
&lt;br&gt;Tomas Hurka &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429598&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomas.hurka@...&lt;/a&gt;&amp;gt;
&lt;br&gt;NetBeans Profiler &lt;a href=&quot;http://profiler.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://profiler.netbeans.org&lt;/a&gt;&lt;br&gt;VisualVM &lt;a href=&quot;http://visualvm.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://visualvm.dev.java.net&lt;/a&gt;&lt;br&gt;Software Engineer, Developer Platforms Group
&lt;br&gt;Sun Microsystems, Praha Czech Republic
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26429598.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26429298</id>
	<title>Re: VisualVM 1.2.1 and IcedTea6</title>
	<published>2009-11-19T08:24:23Z</published>
	<updated>2009-11-19T08:24:23Z</updated>
	<author>
		<name>gnu_andrew</name>
	</author>
	<content type="html">2009/11/18 Tomas Hurka &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429298&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Hurka@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Andrew,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 17 Nov 2009, at 22:54, Andrew John Hughes wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2009/11/11 Tomas Hurka &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429298&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomas.Hurka@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; attached is a patch to include the latest version (1.2.1) of VisualVM in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; IcedTea6. Can somebody commit these changes for me?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've applied this to IcedTea7:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://icedtea.classpath.org/hg/icedtea/rev/d4fe9b0323e0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/hg/icedtea/rev/d4fe9b0323e0&lt;/a&gt;&amp;nbsp;I'll backport
&lt;br&gt;&amp;gt;&amp;gt; it to IcedTea6 once I've sorted out the IcedTea7 release for milestone
&lt;br&gt;&amp;gt;&amp;gt; 5.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OK.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Note that $(abs_top_builddir) should be used, not $(abs_top_srcdir).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I see. Thanks for the review of the patch.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Tomas Hurka   &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26429298&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomas.hurka@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; NetBeans Profiler &lt;a href=&quot;http://profiler.netbeans.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://profiler.netbeans.org&lt;/a&gt;&lt;br&gt;&amp;gt; VisualVM &lt;a href=&quot;http://visualvm.dev.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://visualvm.dev.java.net&lt;/a&gt;&lt;br&gt;&amp;gt; Software Engineer, Developer Platforms Group
&lt;br&gt;&amp;gt; Sun Microsystems, Praha Czech Republic
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;We're getting this failure:
&lt;br&gt;&lt;br&gt;BUILD FAILED
&lt;br&gt;/notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/templates/projectized.xml:93:
&lt;br&gt;The module org.jdesktop.layout
&lt;br&gt;cannot be compiled against because it is part of the cluster
&lt;br&gt;/notnfs/nighttester/icedtea7-target-testing/netbeans/nbbuild/netbeans_visualvm/platform9
&lt;br&gt;which is not part of cluster.path
&lt;br&gt;in your suite configuration.
&lt;br&gt;&lt;br&gt;Any ideas what this means?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-- 
&lt;br&gt;Andrew :-)
&lt;br&gt;&lt;br&gt;Free Java Software Engineer
&lt;br&gt;Red Hat, Inc. (&lt;a href=&quot;http://www.redhat.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.redhat.com&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;Support Free Java!
&lt;br&gt;Contribute to GNU Classpath and the OpenJDK
&lt;br&gt;&lt;a href=&quot;http://www.gnu.org/software/classpath&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/software/classpath&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://openjdk.java.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://openjdk.java.net&lt;/a&gt;&lt;br&gt;&lt;br&gt;PGP Key: 94EFD9D8 (&lt;a href=&quot;http://subkeys.pgp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://subkeys.pgp.net&lt;/a&gt;)
&lt;br&gt;Fingerprint: F8EF F1EA 401E 2E60 15FA &amp;nbsp;7927 142C 2591 94EF D9D8
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/VisualVM-1.2.1-and-IcedTea6-tp26298686p26429298.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26423899</id>
	<title>[Bug 409] Hi, arduino is crashing when trying to read from the serial port. The following report has been created (see below). Thank you very very much!!!</title>
	<published>2009-11-19T02:22:38Z</published>
	<updated>2009-11-19T02:22:38Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=409&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=409&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423899&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aph@...&lt;/a&gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423899&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aph@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------- Comment #1 from &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423899&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aph@...&lt;/a&gt; &amp;nbsp;2009-11-19 10:22 -------
&lt;br&gt;Can you show us how to reproduce this?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-409--Hi%2C-arduino-is-crashing-when-trying-to-read-from-the-serial-port.-The-following-report-has-been-created-%28see-below%29.-Thank-you-very-very-much%21%21%21-tp26423899p26423899.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26423496</id>
	<title>[Bug 411] New: Applet cannot load j2pkcs11 library</title>
	<published>2009-11-19T01:46:57Z</published>
	<updated>2009-11-19T01:46:57Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=411&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=411&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Applet cannot load j2pkcs11 library
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://www.e-contract.be/eid-applet-beta/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.e-contract.be/eid-applet-beta/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423496&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unassigned@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26423496&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;My signed eID Applet (&lt;a href=&quot;http://code.google.com/p/eid-applet/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/eid-applet/&lt;/a&gt;) can use the
&lt;br&gt;SunPKCS11 security provider when I'm using the Sun Java 1.6 runtime within
&lt;br&gt;Firefox. When using the OpenJDK 30.b16.fc11 I get the following error in the
&lt;br&gt;Java Console:
&lt;br&gt;Caused by: java.security.AccessControlException: access denied
&lt;br&gt;(java.lang.RuntimePermission loadLibrary.j2pkcs11)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;java.security.AccessControlContext.checkPermission(AccessControlContext.java:342)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;java.security.AccessController.checkPermission(AccessController.java:553)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:281)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.SecurityManager.checkLink(SecurityManager.java:835)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Runtime.loadLibrary0(Runtime.java:834)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.System.loadLibrary(System.java:1047)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.pkcs11.wrapper.PKCS11$1.run(PKCS11.java:84)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.security.pkcs11.wrapper.PKCS11.&amp;lt;clinit&amp;gt;(PKCS11.java:82)
&lt;br&gt;&lt;br&gt;Which clearly indicates that the Applet has insufficient rights in the JRE to
&lt;br&gt;be able to load the Sun PKCS#11 security provider. Could this be fixed?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-411--New%3A-Applet-cannot-load-j2pkcs11-library-tp26423496p26423496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26420104</id>
	<title>[Bug 410] New: Applet resource loading fails</title>
	<published>2009-11-18T19:59:55Z</published>
	<updated>2009-11-18T19:59:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla-daemon@icedtea.classpath.org</name>
	</author>
	<content type="html">&lt;a href=&quot;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=410&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=410&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Applet resource loading fails
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://www.e-contract.be/eid-applet-beta/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://www.e-contract.be/eid-applet-beta/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: major
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: IcedTea
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26420104&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;unassigned@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26420104&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;When I run an applet in Firefox (eID Applet from
&lt;br&gt;&lt;a href=&quot;http://code.google.com/p/eid-applet/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/eid-applet/&lt;/a&gt;) using the Sun JRE 1.6 everything works.
&lt;br&gt;When running the applet using the java-1.6.0-openjdk 30.b16.fc11 it cannot load
&lt;br&gt;resources from the applet JAR. It fails on loading the following resource:
&lt;br&gt;&lt;br&gt;ClassLoader classLoader = Thread.currentThread().getContextClassLoader();
&lt;br&gt;InputStream applicationPropertiesInputStream = classLoader
&lt;br&gt;&amp;nbsp; &amp;nbsp; .getResourceAsStream(&amp;quot;be/fedict/eid/applet/application.properties&amp;quot;);
&lt;br&gt;&lt;br&gt;Apparently the classloader behaves differently under OpenJDK.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug, or are watching the assignee.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-410--New%3A-Applet-resource-loading-fails-tp26420104p26420104.html" />
</entry>

</feed>
