<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12307</id>
	<title>Nabble - netbsd-java</title>
	<updated>2009-10-24T05:27:53Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/netbsd-java-f12307.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/netbsd-java-f12307.html" />
	<subtitle type="html">This is a forum for discussing issues related to Java on NetBSD.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26038567</id>
	<title>Re: Problem with Nimbus in openjdk7</title>
	<published>2009-10-24T05:27:53Z</published>
	<updated>2009-10-24T05:27:53Z</updated>
	<author>
		<name>matthew sporleder</name>
	</author>
	<content type="html">On Fri, Oct 23, 2009 at 8:03 PM, Adam Hoka &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26038567&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahoka@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm using openjdk7 from pkgsrc as of today's sources, and
&lt;br&gt;&amp;gt; it runs Netbeans very well, but i run into problems when i want to
&lt;br&gt;&amp;gt; switch to the Nimbus look'n'feel:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ /opt/jedit/bin/jedit
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit: java.lang.NullPointerException
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at sun.font.FontManager.getFontConfigFont(FontManager.java:3481)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at sun.font.FontManager.getFontConfigFUIR(FontManager.java:3601)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at javax.swing.plaf.nimbus.NimbusDefaults.&amp;lt;init&amp;gt;(NimbusDefaults.java:134)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at javax.swing.plaf.nimbus.NimbusLookAndFeel.&amp;lt;init&amp;gt;(NimbusLookAndFeel.java:100)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at java.lang.reflect.Constructor.newInstance(Constructor.java:535)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at java.lang.Class.newInstance0(Class.java:372)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at java.lang.Class.newInstance(Class.java:325)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at javax.swing.UIManager.setLookAndFeel(UIManager.java:593)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at org.gjt.sp.jedit.jEdit.initPLAF(jEdit.java:3568)
&lt;br&gt;&amp;gt; 1:56:51 AM [main] [error] jEdit:  at org.gjt.sp.jedit.jEdit.main(jEdit.java:438)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The test application was jedit as it allows setting theme from a menu, bu i cant get working it with Netbeans
&lt;br&gt;&amp;gt; or anything else either.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Looking at the code it seems that something doesnt get initialized, but I couldnt find
&lt;br&gt;&amp;gt; the code for the initialization itself.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any ideas?
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Is there any more to that stack trace? &amp;nbsp;(a &amp;quot;cached by&amp;quot;, for example?)
&lt;br&gt;&lt;br&gt;I also found some pretty recent threads about nimbus on the openjdk
&lt;br&gt;site mentioning that it was still a target milstone for import and
&lt;br&gt;that it had been imported as binary and then removed for lack of
&lt;br&gt;sources, so I'm not confident in the current state.
&lt;br&gt;&lt;br&gt;I will have to try it on a remote jconsole to see if it saves any
&lt;br&gt;bandwidth, though. &amp;nbsp;:)
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-Nimbus-in-openjdk7-tp26034861p26038567.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26034861</id>
	<title>Problem with Nimbus in openjdk7</title>
	<published>2009-10-23T17:03:10Z</published>
	<updated>2009-10-23T17:03:10Z</updated>
	<author>
		<name>Adam Hoka-2</name>
	</author>
	<content type="html">Hi!
&lt;br&gt;&lt;br&gt;I'm using openjdk7 from pkgsrc as of today's sources, and
&lt;br&gt;it runs Netbeans very well, but i run into problems when i want to
&lt;br&gt;switch to the Nimbus look'n'feel:
&lt;br&gt;&lt;br&gt;$ /opt/jedit/bin/jedit &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; &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; &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; 
&lt;br&gt;1:56:51 AM [main] [error] jEdit: java.lang.NullPointerException
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at sun.font.FontManager.getFontConfigFont(FontManager.java:3481)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at sun.font.FontManager.getFontConfigFUIR(FontManager.java:3601)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at javax.swing.plaf.nimbus.NimbusDefaults.&amp;lt;init&amp;gt;(NimbusDefaults.java:134)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at javax.swing.plaf.nimbus.NimbusLookAndFeel.&amp;lt;init&amp;gt;(NimbusLookAndFeel.java:100)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at java.lang.reflect.Constructor.newInstance(Constructor.java:535)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at java.lang.Class.newInstance0(Class.java:372)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at java.lang.Class.newInstance(Class.java:325)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at javax.swing.UIManager.setLookAndFeel(UIManager.java:593)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at org.gjt.sp.jedit.jEdit.initPLAF(jEdit.java:3568)
&lt;br&gt;1:56:51 AM [main] [error] jEdit: &amp;nbsp;at org.gjt.sp.jedit.jEdit.main(jEdit.java:438)
&lt;br&gt;&lt;br&gt;The test application was jedit as it allows setting theme from a menu, bu i cant get working it with Netbeans
&lt;br&gt;or anything else either.
&lt;br&gt;&lt;br&gt;Looking at the code it seems that something doesnt get initialized, but I couldnt find
&lt;br&gt;the code for the initialization itself.
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-Nimbus-in-openjdk7-tp26034861p26034861.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25993351</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-21T07:13:09Z</published>
	<updated>2009-10-21T07:13:09Z</updated>
	<author>
		<name>Geert Hendrickx</name>
	</author>
	<content type="html">(cross-posting to tech-pkg@)
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Wed, Oct 14, 2009 at 05:38:30PM +0200, Geert Hendrickx wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Oct 14, 2009 at 03:26:31PM +0200, Tobias Nygren wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I've imported an experimental source-based JDK package to
&lt;br&gt;&amp;gt; &amp;gt; pkgsrc/lang/openjdk7. Feel free to test and to contribute fixes. &amp;nbsp;It
&lt;br&gt;&amp;gt; &amp;gt; should build on NetBSD&amp;gt;=5 i386 and amd64, native and modular X.org.
&lt;br&gt;&amp;gt; &amp;gt; Support for Linux and DragonFlyBSD will be added soon.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; lang/openjdk7 built correctly but www/openjdk7-icedtea-plugin has
&lt;br&gt;&amp;gt; problems. &amp;nbsp;Firstly configure wants wget so it should be added as a build
&lt;br&gt;&amp;gt; dependency.
&lt;/div&gt;&lt;br&gt;(this has been fixed now)
&lt;br&gt;&lt;br&gt;&amp;gt; But then it fails with:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; checking for XP... no
&lt;br&gt;&amp;gt; configure: error: Could not find Xp - &amp;nbsp; Try installing libXp-devel.
&lt;br&gt;&amp;gt; *** Error code 1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Although the buildlink wrappers are there...
&lt;br&gt;&lt;br&gt;&lt;br&gt;The buildlink wrapper for xp.pc is missing. &amp;nbsp;It works when I manually
&lt;br&gt;symlink it in the work directory. &amp;nbsp;This should really be fixed in the
&lt;br&gt;pkgtools/x11-links package but I'm missing clue here...
&lt;br&gt;&lt;br&gt;Can anyone fix x11-links to include the pkg-config file for libXp?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25993351&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25993351.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25993095</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-21T06:59:15Z</published>
	<updated>2009-10-21T06:59:15Z</updated>
	<author>
		<name>matthew sporleder</name>
	</author>
	<content type="html">On Wed, Oct 21, 2009 at 6:17 AM, Geert Hendrickx &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25993095&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Oct 21, 2009 at 11:56:52AM +0200, Tobias Nygren wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Wed, 21 Oct 2009 11:38:07 +0200, Geert Hendrickx &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25993095&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I'm not sure whether we should explicitly depend on the used fonts though.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I've added a dependency on DejaVu (covers a lot of scripts, including
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Latin) and a commented one on ja-sazanami-ttf (Japanese) and baekmuk-ttf
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; (Korean).  The Chinese fonts are not in pkgsrc and I have no idea which
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; could replace them. :-)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Do we need to distinguish between native / modular X.org or do anything
&lt;br&gt;&amp;gt;&amp;gt; special for base fonts? Also, while there, feel free to improve patch-ap
&lt;br&gt;&amp;gt;&amp;gt; (I doubt it's correct). If mind serves me correctly it was inherited from
&lt;br&gt;&amp;gt;&amp;gt; wip/jdk16.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DejaVu fonts are only in pkgsrc, so that's easy.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I was thinking to just use Vera fonts from base instead (to get rid of the
&lt;br&gt;&amp;gt; dependency), but then indeed we need to worry about native X vs. pkgsrc X,
&lt;br&gt;&amp;gt; and the fonts/vera-ttf package does not have a builtin.mk to facilitate
&lt;br&gt;&amp;gt; this, so for now I just won't bother and use DejaVu instead.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; For patch-ap, I'll substitute %%PREFIX%% there as well.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;All very good news!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25993095.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25989859</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-21T03:17:26Z</published>
	<updated>2009-10-21T03:17:26Z</updated>
	<author>
		<name>Geert Hendrickx</name>
	</author>
	<content type="html">On Wed, Oct 21, 2009 at 11:56:52AM +0200, Tobias Nygren wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, 21 Oct 2009 11:38:07 +0200, Geert Hendrickx &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25989859&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; I'm not sure whether we should explicitly depend on the used fonts though.
&lt;br&gt;&amp;gt; &amp;gt; I've added a dependency on DejaVu (covers a lot of scripts, including
&lt;br&gt;&amp;gt; &amp;gt; Latin) and a commented one on ja-sazanami-ttf (Japanese) and baekmuk-ttf
&lt;br&gt;&amp;gt; &amp;gt; (Korean). &amp;nbsp;The Chinese fonts are not in pkgsrc and I have no idea which
&lt;br&gt;&amp;gt; &amp;gt; could replace them. :-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Do we need to distinguish between native / modular X.org or do anything
&lt;br&gt;&amp;gt; special for base fonts? Also, while there, feel free to improve patch-ap
&lt;br&gt;&amp;gt; (I doubt it's correct). If mind serves me correctly it was inherited from
&lt;br&gt;&amp;gt; wip/jdk16.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;DejaVu fonts are only in pkgsrc, so that's easy.
&lt;br&gt;&lt;br&gt;I was thinking to just use Vera fonts from base instead (to get rid of the
&lt;br&gt;dependency), but then indeed we need to worry about native X vs. pkgsrc X,
&lt;br&gt;and the fonts/vera-ttf package does not have a builtin.mk to facilitate
&lt;br&gt;this, so for now I just won't bother and use DejaVu instead.
&lt;br&gt;&lt;br&gt;For patch-ap, I'll substitute %%PREFIX%% there as well.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25989859&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25989859.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25989600</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-21T02:56:52Z</published>
	<updated>2009-10-21T02:56:52Z</updated>
	<author>
		<name>Tobias Nygren-4</name>
	</author>
	<content type="html">On Wed, 21 Oct 2009 11:38:07 +0200
&lt;br&gt;Geert Hendrickx &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25989600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; We're using bsd.fontconfig.properties which is apparantly (mostly) just a
&lt;br&gt;&amp;gt; copy of linux.fontconfig.Fedora.properties. &amp;nbsp;The attached patch fixes it,
&lt;br&gt;&amp;gt; ok to commit?
&lt;br&gt;&lt;br&gt;Yes, please.
&lt;br&gt;&lt;br&gt;&amp;gt; I'm not sure whether we should explicitly depend on the used fonts though.
&lt;br&gt;&amp;gt; I've added a dependency on DejaVu (covers a lot of scripts, including
&lt;br&gt;&amp;gt; Latin) and a commented one on ja-sazanami-ttf (Japanese) and baekmuk-ttf
&lt;br&gt;&amp;gt; (Korean). &amp;nbsp;The Chinese fonts are not in pkgsrc and I have no idea which
&lt;br&gt;&amp;gt; could replace them. :-)
&lt;br&gt;&lt;br&gt;Do we need to distinguish between native / modular X.org or do anything
&lt;br&gt;special for base fonts? Also, while there, feel free to improve
&lt;br&gt;patch-ap (I doubt it's correct). If mind serves me correctly it was
&lt;br&gt;inherited from wip/jdk16.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25989600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25989328</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-21T02:38:07Z</published>
	<updated>2009-10-21T02:38:07Z</updated>
	<author>
		<name>Geert Hendrickx</name>
	</author>
	<content type="html">On Wed, Oct 21, 2009 at 10:01:55AM +0200, Tobias Nygren wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, 21 Oct 2009 08:09:25 +0200
&lt;br&gt;&amp;gt; Geert Hendrickx &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25989328&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; On Tue, Oct 20, 2009 at 05:35:47PM -0400, matthew sporleder wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Java should have a fontdir set and by default tends to look at x font
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; server or in some standard locations like /usr/share/fonts/font
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; (something like that). You are probably just seeing the six default awt
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; fonts. &amp;nbsp;Check out java_home/jre/lib for more font stuff in java.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; Pkgsrc could create a new font config file to look in pkgdirs, but I
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; think the binary format is proprietary or something.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Interestingly, the 1.5/1.6 JDK's ship their own fonts under jre/lib/fonts/
&lt;br&gt;&amp;gt; &amp;gt; (Lucida* fonts) while openjdk7 doesn't. &amp;nbsp;It has a fontconfig.properties.src
&lt;br&gt;&amp;gt; &amp;gt; file which is configured with DejaVu instead, and refers to absolute font
&lt;br&gt;&amp;gt; &amp;gt; paths (for Fedora Core 6 according to a comment in the file). &amp;nbsp;Changing the
&lt;br&gt;&amp;gt; &amp;gt; paths there doesn't help, I guess the binary fontconfig.bfc must somehow be
&lt;br&gt;&amp;gt; &amp;gt; regenerated from it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Indeed, the ugly looking fonts are a known problem. You can probably
&lt;br&gt;&amp;gt; remove the .bfc file and put a .properties there instead, but I'm not
&lt;br&gt;&amp;gt; sure.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you &amp;quot;make extract&amp;quot; in openjdk7, then some clues may be found in:
&lt;br&gt;&amp;gt; ${WRKDIR}/icedtea-175529fae103/patches/icedtea-fonts.patch It's an update
&lt;br&gt;&amp;gt; to the font configuration from FC6 to FC9 according to the comment. I
&lt;br&gt;&amp;gt; guess we need something similar.
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;We're using bsd.fontconfig.properties which is apparantly (mostly) just a
&lt;br&gt;copy of linux.fontconfig.Fedora.properties. &amp;nbsp;The attached patch fixes it,
&lt;br&gt;ok to commit?
&lt;br&gt;&lt;br&gt;I'm not sure whether we should explicitly depend on the used fonts though.
&lt;br&gt;I've added a dependency on DejaVu (covers a lot of scripts, including
&lt;br&gt;Latin) and a commented one on ja-sazanami-ttf (Japanese) and baekmuk-ttf
&lt;br&gt;(Korean). &amp;nbsp;The Chinese fonts are not in pkgsrc and I have no idea which
&lt;br&gt;could replace them. :-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25989328&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;&lt;br /&gt;Index: Makefile
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: /cvsroot/pkgsrc/lang/openjdk7/Makefile,v
&lt;br&gt;retrieving revision 1.4
&lt;br&gt;diff -u -r1.4 Makefile
&lt;br&gt;--- Makefile	18 Oct 2009 12:30:54 -0000	1.4
&lt;br&gt;+++ Makefile	21 Oct 2009 09:33:43 -0000
&lt;br&gt;@@ -35,6 +35,10 @@
&lt;br&gt;&amp;nbsp;MAKE_ENV+=		PKGSRC_UNZIP=${PREFIX}/bin/unzip
&lt;br&gt;&amp;nbsp;MAKE_ENV+=		PKGSRC_UNZIPSFX=${PREFIX}/bin/unzipsfv
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+DEPENDS+=		dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
&lt;br&gt;+#DEPENDS+=		ja-sazanami-ttf-[0-9]*:../../fonts/ja-sazanami-ttf
&lt;br&gt;+#DEPENDS+=		baekmuk-ttf-[0-9]*:../../fonts/baekmuk-ttf
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;NO_CONFIGURE=		yes
&lt;br&gt;&amp;nbsp;USE_LANGUAGES=		c c++
&lt;br&gt;&amp;nbsp;USE_TOOLS+=		gmake pax
&lt;br&gt;@@ -78,6 +82,12 @@
&lt;br&gt;&amp;nbsp;				jdk/make/sun/xawt/Makefile
&lt;br&gt;&amp;nbsp;SUBST_SED.add-rpaths=		-e 's|-L$$(OPENWIN_LIB)|-L$$(OPENWIN_LIB) -Wl,-R$$(OPENWIN_LIB)|g'
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+SUBST_CLASSES+=			fontpaths
&lt;br&gt;+SUBST_STAGE.fontpaths=		pre-build
&lt;br&gt;+SUBST_MESSAGE.fontpaths=	fixing font paths
&lt;br&gt;+SUBST_FILES.fontpaths=		jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties
&lt;br&gt;+SUBST_SED.fontpaths=		-e 's|%%PREFIX%%|${PREFIX}|'
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;PLIST_VARS+=	i386
&lt;br&gt;&amp;nbsp;.if ${MACHINE_ARCH} == &amp;quot;i386&amp;quot;
&lt;br&gt;&amp;nbsp;PLIST.i386=	yes
&lt;br&gt;Index: distinfo
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: /cvsroot/pkgsrc/lang/openjdk7/distinfo,v
&lt;br&gt;retrieving revision 1.2
&lt;br&gt;diff -u -r1.2 distinfo
&lt;br&gt;--- distinfo	18 Oct 2009 10:21:01 -0000	1.2
&lt;br&gt;+++ distinfo	21 Oct 2009 09:33:43 -0000
&lt;br&gt;@@ -72,3 +72,4 @@
&lt;br&gt;&amp;nbsp;SHA1 (patch-bk) = 66bccfdf42fcc6f6995f3f18fc2515d55cab46c6
&lt;br&gt;&amp;nbsp;SHA1 (patch-bl) = a3b3bd6007c83664538baf401447fd0df9f4143b
&lt;br&gt;&amp;nbsp;SHA1 (patch-bm) = 40c83ad219f529c3ca130547560681ab57b44bf8
&lt;br&gt;+SHA1 (patch-bn) = 571d98951cc2a53dd1512e7f7d4495381e1c4004
&lt;br&gt;Index: patches/patch-bn
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: patches/patch-bn
&lt;br&gt;diff -N patches/patch-bn
&lt;br&gt;--- /dev/null	1 Jan 1970 00:00:00 -0000
&lt;br&gt;+++ patches/patch-bn	21 Oct 2009 09:33:43 -0000
&lt;br&gt;@@ -0,0 +1,47 @@
&lt;br&gt;+$NetBSD$
&lt;br&gt;+
&lt;br&gt;+--- jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties.orig	2009-10-21 11:09:00.000000000 +0200
&lt;br&gt;++++ jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties
&lt;br&gt;+@@ -166,24 +166,24 @@ sequence.fallback=chinese-big5,chinese-g
&lt;br&gt;+ 
&lt;br&gt;+ # Font File Names
&lt;br&gt;+ 
&lt;br&gt;+-filename.DejaVu_LGC_Sans=/usr/share/fonts/dejavu-lgc/DejaVuLGCSans.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Sans_Bold=/usr/share/fonts/dejavu-lgc/DejaVuLGCSans-Bold.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Sans_Oblique=/usr/share/fonts/dejavu-lgc/DejaVuLGCSans-Oblique.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Sans_Bold_Oblique=/usr/share/fonts/dejavu-lgc/DejaVuLGCSans-BoldOblique.ttf
&lt;br&gt;++filename.DejaVu_LGC_Sans=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSans.ttf
&lt;br&gt;++filename.DejaVu_LGC_Sans_Bold=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSans-Bold.ttf
&lt;br&gt;++filename.DejaVu_LGC_Sans_Oblique=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSans-Oblique.ttf
&lt;br&gt;++filename.DejaVu_LGC_Sans_Bold_Oblique=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSans-BoldOblique.ttf
&lt;br&gt;+ 
&lt;br&gt;+-filename.DejaVu_LGC_Sans_Mono=/usr/share/fonts/dejavu-lgc/DejaVuLGCSansMono.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Sans_Mono_Bold=/usr/share/fonts/dejavu-lgc/DejaVuLGCSansMono-Bold.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Sans_Mono_Oblique=/usr/share/fonts/dejavu-lgc/DejaVuLGCSansMono-Oblique.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Sans_Mono_Bold_Oblique=/usr/share/fonts/dejavu-lgc/DejaVuLGCSansMono-BoldOblique.ttf
&lt;br&gt;++filename.DejaVu_LGC_Sans_Mono=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSansMono.ttf
&lt;br&gt;++filename.DejaVu_LGC_Sans_Mono_Bold=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSansMono-Bold.ttf
&lt;br&gt;++filename.DejaVu_LGC_Sans_Mono_Oblique=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSansMono-Oblique.ttf
&lt;br&gt;++filename.DejaVu_LGC_Sans_Mono_Bold_Oblique=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSansMono-BoldOblique.ttf
&lt;br&gt;+ 
&lt;br&gt;+-filename.DejaVu_LGC_Serif=/usr/share/fonts/dejavu-lgc/DejaVuLGCSerif.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Serif_Bold=/usr/share/fonts/dejavu-lgc/DejaVuLGCSerif-Bold.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Serif_Oblique=/usr/share/fonts/dejavu-lgc/DejaVuLGCSerif-Oblique.ttf
&lt;br&gt;+-filename.DejaVu_LGC_Serif_Bold_Oblique=/usr/share/fonts/dejavu-lgc/DejaVuLGCSerif-BoldOblique.ttf
&lt;br&gt;++filename.DejaVu_LGC_Serif=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSerif.ttf
&lt;br&gt;++filename.DejaVu_LGC_Serif_Bold=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSerif-Bold.ttf
&lt;br&gt;++filename.DejaVu_LGC_Serif_Oblique=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSerif-Italic.ttf
&lt;br&gt;++filename.DejaVu_LGC_Serif_Bold_Oblique=%%PREFIX%%/lib/X11/fonts/TTF/DejaVuSerif-BoldItalic.ttf
&lt;br&gt;+ 
&lt;br&gt;+-filename.Sazanami_Gothic=/usr/share/fonts/japanese/TrueType/sazanami-gothic.ttf
&lt;br&gt;+-filename.Sazanami_Mincho=/usr/share/fonts/japanese/TrueType/sazanami-mincho.ttf
&lt;br&gt;+-filename.AR_PL_ShanHeiSun_Uni=/usr/share/fonts/chinese/TrueType/uming.ttf
&lt;br&gt;+-filename.AR_PL_ZenKai_Uni=/usr/share/fonts/chinese/TrueType/ukai.ttf
&lt;br&gt;+-filename.Baekmuk_Gulim=/usr/share/fonts/korean/TrueType/gulim.ttf
&lt;br&gt;+-filename.Baekmuk_Batang=/usr/share/fonts/korean/TrueType/batang.ttf
&lt;br&gt;++filename.Sazanami_Gothic=%%PREFIX%%/lib/X11/fonts/TTF/sazanami-gothic.ttf
&lt;br&gt;++filename.Sazanami_Mincho=%%PREFIX%%/lib/X11/fonts/TTF/sazanami-mincho.ttf
&lt;br&gt;++filename.AR_PL_ShanHeiSun_Uni=%%PREFIX%%/lib/X11/fonts/TTF/uming.ttf
&lt;br&gt;++filename.AR_PL_ZenKai_Uni=%%PREFIX%%/lib/X11/fonts/TTF/ukai.ttf
&lt;br&gt;++filename.Baekmuk_Gulim=%%PREFIX%%/lib/X11/fonts/TTF/gulim.ttf
&lt;br&gt;++filename.Baekmuk_Batang=%%PREFIX%%/lib/X11/fonts/TTF/batang.ttf
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (498 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/25989328/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25989328.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25988110</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-21T01:01:55Z</published>
	<updated>2009-10-21T01:01:55Z</updated>
	<author>
		<name>Tobias Nygren-4</name>
	</author>
	<content type="html">On Wed, 21 Oct 2009 08:09:25 +0200
&lt;br&gt;Geert Hendrickx &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25988110&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Oct 20, 2009 at 05:35:47PM -0400, matthew sporleder wrote:
&lt;br&gt;&amp;gt; &amp;gt; Java should have a fontdir set and by default tends to look at x font
&lt;br&gt;&amp;gt; &amp;gt; server or in some standard locations like /usr/share/fonts/font
&lt;br&gt;&amp;gt; &amp;gt; (something like that). You are probably just seeing the six default awt
&lt;br&gt;&amp;gt; &amp;gt; fonts. &amp;nbsp;Check out java_home/jre/lib for more font stuff in java.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Pkgsrc could create a new font config file to look in pkgdirs, but I
&lt;br&gt;&amp;gt; &amp;gt; think the binary format is proprietary or something.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Interestingly, the 1.5/1.6 JDK's ship their own fonts under jre/lib/fonts/
&lt;br&gt;&amp;gt; (Lucida* fonts) while openjdk7 doesn't. &amp;nbsp;It has a fontconfig.properties.src
&lt;br&gt;&amp;gt; file which is configured with DejaVu instead, and refers to absolute font
&lt;br&gt;&amp;gt; paths (for Fedora Core 6 according to a comment in the file). &amp;nbsp;Changing the
&lt;br&gt;&amp;gt; paths there doesn't help, I guess the binary fontconfig.bfc must somehow be
&lt;br&gt;&amp;gt; regenerated from it.
&lt;/div&gt;&lt;br&gt;Indeed, the ugly looking fonts are a known problem. You can probably
&lt;br&gt;remove the .bfc file and put a .properties there instead, but I'm not
&lt;br&gt;sure.
&lt;br&gt;&lt;br&gt;If you &amp;quot;make extract&amp;quot; in openjdk7, then some clues may be found in:
&lt;br&gt;${WRKDIR}/icedtea-175529fae103/patches/icedtea-fonts.patch
&lt;br&gt;It's an update to the font configuration from FC6 to FC9 according to
&lt;br&gt;the comment. I guess we need something similar.
&lt;br&gt;&lt;br&gt;-Tobias
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25988110.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25986986</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-20T23:09:25Z</published>
	<updated>2009-10-20T23:09:25Z</updated>
	<author>
		<name>Geert Hendrickx</name>
	</author>
	<content type="html">On Tue, Oct 20, 2009 at 05:35:47PM -0400, matthew sporleder wrote:
&lt;br&gt;&amp;gt; Java should have a fontdir set and by default tends to look at x font
&lt;br&gt;&amp;gt; server or in some standard locations like /usr/share/fonts/font
&lt;br&gt;&amp;gt; (something like that). You are probably just seeing the six default awt
&lt;br&gt;&amp;gt; fonts. &amp;nbsp;Check out java_home/jre/lib for more font stuff in java.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Pkgsrc could create a new font config file to look in pkgdirs, but I
&lt;br&gt;&amp;gt; think the binary format is proprietary or something.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Interestingly, the 1.5/1.6 JDK's ship their own fonts under jre/lib/fonts/
&lt;br&gt;(Lucida* fonts) while openjdk7 doesn't. &amp;nbsp;It has a fontconfig.properties.src
&lt;br&gt;file which is configured with DejaVu instead, and refers to absolute font
&lt;br&gt;paths (for Fedora Core 6 according to a comment in the file). &amp;nbsp;Changing the
&lt;br&gt;paths there doesn't help, I guess the binary fontconfig.bfc must somehow be
&lt;br&gt;regenerated from it.
&lt;br&gt;&lt;br&gt;I'll have a look at how we can fix these paths in the pkgsrc package so
&lt;br&gt;fontconfig.bfc is generated with the correct paths from the first time. &amp;nbsp;We
&lt;br&gt;then probably need additional dependencies on the fonts themselves too
&lt;br&gt;(mostly DejaVu, plus some additional CJK fonts which should probably be
&lt;br&gt;added as optional dependencies, or just have their paths corrected without
&lt;br&gt;an explicit dependency).
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25986986&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25986986.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25983080</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-20T14:35:47Z</published>
	<updated>2009-10-20T14:35:47Z</updated>
	<author>
		<name>matthew sporleder</name>
	</author>
	<content type="html">Java should have a fontdir set and by default tends to look at x font
&lt;br&gt;server or in some standard locations like /usr/share/fonts/font
&lt;br&gt;(something like that). You are probably just seeing the six default
&lt;br&gt;awt fonts. &amp;nbsp;Check out java_home/jre/lib for more font stuff in java.
&lt;br&gt;&lt;br&gt;Pkgsrc could create a new font config file to look in pkgdirs, but I
&lt;br&gt;think the binary format is proprietary or something.
&lt;br&gt;&lt;br&gt;On 10/20/09, Geert Hendrickx &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25983080&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Oct 14, 2009 at 03:26:31PM +0200, Tobias Nygren wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've imported an experimental source-based JDK package to
&lt;br&gt;&amp;gt;&amp;gt; pkgsrc/lang/openjdk7. Feel free to test and to contribute fixes.
&lt;br&gt;&amp;gt;&amp;gt; It should build on NetBSD&amp;gt;=5 i386 and amd64, native and modular
&lt;br&gt;&amp;gt;&amp;gt; X.org. &amp;nbsp;Support for Linux and DragonFlyBSD will be added soon.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've built openjdk7 on NetBSD 5.0_STABLE amd64 with modular xorg from xsrc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm running pkgsrc/www/paros with it, but the fonts look really ugly.
&lt;br&gt;&amp;gt; Please
&lt;br&gt;&amp;gt; have a look at the attached screenshots; one is with wip/jdk16 (or
&lt;br&gt;&amp;gt; wip/jdk15)
&lt;br&gt;&amp;gt; and the other with lang/openjdk7.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I suspect a fontconfig issue (base vs pkgsrc fontconfig configuration?) but
&lt;br&gt;&amp;gt; `ldd` shows both java binaries are linked only to libc and libpthread?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	Geert
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25983080&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;&amp;gt; This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Sent from my mobile device
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25983080.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25982427</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-20T13:57:52Z</published>
	<updated>2009-10-20T13:57:52Z</updated>
	<author>
		<name>Geert Hendrickx</name>
	</author>
	<content type="html">On Wed, Oct 14, 2009 at 03:26:31PM +0200, Tobias Nygren wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've imported an experimental source-based JDK package to
&lt;br&gt;&amp;gt; pkgsrc/lang/openjdk7. Feel free to test and to contribute fixes.
&lt;br&gt;&amp;gt; It should build on NetBSD&amp;gt;=5 i386 and amd64, native and modular
&lt;br&gt;&amp;gt; X.org. &amp;nbsp;Support for Linux and DragonFlyBSD will be added soon.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I've built openjdk7 on NetBSD 5.0_STABLE amd64 with modular xorg from xsrc.
&lt;br&gt;&lt;br&gt;I'm running pkgsrc/www/paros with it, but the fonts look really ugly. &amp;nbsp;Please
&lt;br&gt;have a look at the attached screenshots; one is with wip/jdk16 (or wip/jdk15)
&lt;br&gt;and the other with lang/openjdk7.
&lt;br&gt;&lt;br&gt;I suspect a fontconfig issue (base vs pkgsrc fontconfig configuration?) but
&lt;br&gt;`ldd` shows both java binaries are linked only to libc and libpthread?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25982427&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;paros_jdk6.png&lt;/strong&gt; (9K) &lt;a href=&quot;http://old.nabble.com/attachment/25982427/0/paros_jdk6.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;paros_openjdk7.png&lt;/strong&gt; (10K) &lt;a href=&quot;http://old.nabble.com/attachment/25982427/1/paros_openjdk7.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25982427.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25893507</id>
	<title>Re: openjdk7 in pkgsrc</title>
	<published>2009-10-14T08:38:30Z</published>
	<updated>2009-10-14T08:38:30Z</updated>
	<author>
		<name>Geert Hendrickx</name>
	</author>
	<content type="html">On Wed, Oct 14, 2009 at 03:26:31PM +0200, Tobias Nygren wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've imported an experimental source-based JDK package to
&lt;br&gt;&amp;gt; pkgsrc/lang/openjdk7. Feel free to test and to contribute fixes.
&lt;br&gt;&amp;gt; It should build on NetBSD&amp;gt;=5 i386 and amd64, native and modular X.org.
&lt;br&gt;&amp;gt; Support for Linux and DragonFlyBSD will be added soon.
&lt;br&gt;&lt;br&gt;&lt;br&gt;lang/openjdk7 built correctly but www/openjdk7-icedtea-plugin has problems.
&lt;br&gt;Firstly configure wants wget so it should be added as a build dependency.
&lt;br&gt;But then it fails with:
&lt;br&gt;&lt;br&gt;checking for XP... no
&lt;br&gt;configure: error: Could not find Xp - &amp;nbsp; Try installing libXp-devel.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Although the buildlink wrappers are there...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25893507&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25893507.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25891034</id>
	<title>openjdk7 in pkgsrc</title>
	<published>2009-10-14T06:26:31Z</published>
	<updated>2009-10-14T06:26:31Z</updated>
	<author>
		<name>Tobias Nygren-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've imported an experimental source-based JDK package to
&lt;br&gt;pkgsrc/lang/openjdk7. Feel free to test and to contribute fixes.
&lt;br&gt;It should build on NetBSD&amp;gt;=5 i386 and amd64, native and modular X.org.
&lt;br&gt;Support for Linux and DragonFlyBSD will be added soon.
&lt;br&gt;&lt;br&gt;Have fun,
&lt;br&gt;-Tobias
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk7-in-pkgsrc-tp25891034p25891034.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25882694</id>
	<title>Re: openjdk 1.7.0 attempt</title>
	<published>2009-10-13T16:21:41Z</published>
	<updated>2009-10-13T16:21:41Z</updated>
	<author>
		<name>Robert Swindells</name>
	</author>
	<content type="html">&lt;br&gt;David Brownlee wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;2009/10/13 Robert Swindells &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25882694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rjs@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Patrick Welche wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;I just had a go with jdk1.7.0-200905020i386-netBSD-5.0.tar.bz2 on a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;5.99.12/i386 box, and my first swing programme:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [snip]
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;% java hellow
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;Exception in thread &amp;quot;AWT-EventQueue-0&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;java.lang.ArrayIndexOutOfBoundsException: 0
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at sun.awt.X11.XIconInfo.&amp;lt;init&amp;gt;(XIconInfo.java:74)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;&amp;gt;&amp;gt; sun.awt.X11.XWindowPeer.getDefaultIconInfo(XWindowPeer.java:406)
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at sun.awt.X11.XWindowPeer.updateIconImages(XWindowPeer.java:308)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [snip]
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I get the same error with any graphical application too.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I think this may be a build problem with the openjdk7-bin package.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The exception is generated because the arrays of icon data in rt.jar
&lt;br&gt;&amp;gt;&amp;gt; are zero length. The class files containing the icon data have been
&lt;br&gt;&amp;gt;&amp;gt; automatically generated from .png files using a java app (in
&lt;br&gt;&amp;gt;&amp;gt; ToBin.java) which renders them then extracts the raw data.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I haven't found a way to get ToBin to fail yet, it still works if
&lt;br&gt;&amp;gt;&amp;gt; DISPLAY isn't set. Which JDK was used to build the binary package ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Robert Swindells
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Have you tried the wip/openjdk package? I've found I'm able to run
&lt;br&gt;&amp;gt;graphical java apps without issues (much kudos to those who worked on
&lt;br&gt;&amp;gt;it).
&lt;/div&gt;&lt;br&gt;I haven't tried it yet but will do, I have had a look at it. My guess
&lt;br&gt;is that openjdk7-bin was built using a JDK that didn't have png
&lt;br&gt;support, wip/openjdk won't have this problem as it rebuilds itself
&lt;br&gt;after the initial cross-compile has finished.
&lt;br&gt;&lt;br&gt;I just rebuilt the icon files using openjdk7-bin and patched rt.jar,
&lt;br&gt;the graphical demos work fine for me now.
&lt;br&gt;&lt;br&gt;I have put a tarball of the fixed class files onto ftp.n.o at:
&lt;br&gt;&lt;br&gt;ftp://ftp.netbsd.org/pub/NetBSD/misc/rjs/rt-patch.tar.bz2
&lt;br&gt;&lt;br&gt;To use it, untar it somewhere then run:
&lt;br&gt;&lt;br&gt;# jar uvf /usr/pkg/java/openjdk-bin/jre/lib/rt.jar sun/awt/X11/*.class
&lt;br&gt;&lt;br&gt;Robert Swindells
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-openjdk-1.7.0-attempt-tp25873844p25882694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25873844</id>
	<title>Re: openjdk 1.7.0 attempt</title>
	<published>2009-10-13T07:20:30Z</published>
	<updated>2009-10-13T07:20:30Z</updated>
	<author>
		<name>Robert Swindells</name>
	</author>
	<content type="html">&lt;br&gt;Patrick Welche wrote:
&lt;br&gt;&amp;gt;I just had a go with jdk1.7.0-200905020i386-netBSD-5.0.tar.bz2 on a
&lt;br&gt;&amp;gt;5.99.12/i386 box, and my first swing programme:
&lt;br&gt;&lt;br&gt;[snip]
&lt;br&gt;&lt;br&gt;&amp;gt;% java hellow
&lt;br&gt;&amp;gt;Exception in thread &amp;quot;AWT-EventQueue-0&amp;quot; 
&lt;br&gt;&amp;gt;java.lang.ArrayIndexOutOfBoundsException: 0
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at sun.awt.X11.XIconInfo.&amp;lt;init&amp;gt;(XIconInfo.java:74)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at sun.awt.X11.XWindowPeer.getDefaultIconInfo(XWindowPeer.java:406)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at sun.awt.X11.XWindowPeer.updateIconImages(XWindowPeer.java:308)
&lt;br&gt;&lt;br&gt;[snip]
&lt;br&gt;&lt;br&gt;I get the same error with any graphical application too.
&lt;br&gt;&lt;br&gt;I think this may be a build problem with the openjdk7-bin package.
&lt;br&gt;&lt;br&gt;The exception is generated because the arrays of icon data in rt.jar
&lt;br&gt;are zero length. The class files containing the icon data have been
&lt;br&gt;automatically generated from .png files using a java app (in
&lt;br&gt;ToBin.java) which renders them then extracts the raw data.
&lt;br&gt;&lt;br&gt;I haven't found a way to get ToBin to fail yet, it still works if
&lt;br&gt;DISPLAY isn't set. Which JDK was used to build the binary package ?
&lt;br&gt;&lt;br&gt;Robert Swindells
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-openjdk-1.7.0-attempt-tp25873844p25873844.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25704727</id>
	<title>Re: openjdk on netbsd</title>
	<published>2009-10-01T12:00:22Z</published>
	<updated>2009-10-01T12:00:22Z</updated>
	<author>
		<name>Brent Verner-3</name>
	</author>
	<content type="html">Cool. &amp;nbsp;I'll definitely have a look at the pkgsrc-wip work when I get
&lt;br&gt;back to this.
&lt;br&gt;&lt;br&gt;cheers!
&lt;br&gt;&amp;nbsp; b
&lt;br&gt;&lt;br&gt;On Thu, Oct 1, 2009 at 4:09 AM, Tobias Nygren &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25704727&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tnn@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, 30 Sep 2009 18:29:13 -0400
&lt;br&gt;&amp;gt; Brent Verner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25704727&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dbv@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   Sometime over the next few weeks, I'll try to make time to create a
&lt;br&gt;&amp;gt;&amp;gt; pkgsrc port for this.  The changes are largely based on the work of
&lt;br&gt;&amp;gt;&amp;gt; the freebsd port, so if you want to thank someone, they deserve all
&lt;br&gt;&amp;gt;&amp;gt; of the kudos.  Let me know how this works for you if you get a chance
&lt;br&gt;&amp;gt;&amp;gt; to try it out.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To avoid duplication of effort, you might want to have a look at
&lt;br&gt;&amp;gt; openjdk from pkgsrc-wip which was recently resurrected.
&lt;br&gt;&amp;gt; I plan to import it to pkgsrc after 2009Q3 is cut.
&lt;br&gt;&amp;gt; An openjdk6 package could probably share much code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk-on-netbsd-tp25690209p25704727.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25694637</id>
	<title>Re: openjdk on netbsd</title>
	<published>2009-10-01T01:09:26Z</published>
	<updated>2009-10-01T01:09:26Z</updated>
	<author>
		<name>Tobias Nygren-4</name>
	</author>
	<content type="html">On Wed, 30 Sep 2009 18:29:13 -0400
&lt;br&gt;Brent Verner &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25694637&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dbv@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; Sometime over the next few weeks, I'll try to make time to create a
&lt;br&gt;&amp;gt; pkgsrc port for this. &amp;nbsp;The changes are largely based on the work of
&lt;br&gt;&amp;gt; the freebsd port, so if you want to thank someone, they deserve all
&lt;br&gt;&amp;gt; of the kudos. &amp;nbsp;Let me know how this works for you if you get a chance
&lt;br&gt;&amp;gt; to try it out.
&lt;br&gt;&lt;br&gt;To avoid duplication of effort, you might want to have a look at
&lt;br&gt;openjdk from pkgsrc-wip which was recently resurrected.
&lt;br&gt;I plan to import it to pkgsrc after 2009Q3 is cut.
&lt;br&gt;An openjdk6 package could probably share much code.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk-on-netbsd-tp25690209p25694637.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25690209</id>
	<title>openjdk on netbsd</title>
	<published>2009-09-30T15:29:13Z</published>
	<updated>2009-09-30T15:29:13Z</updated>
	<author>
		<name>Brent Verner-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I ran into an issue trying to run my app on openjdk7/netbsd and in
&lt;br&gt;the process of trying to debug my problem, I ended up building openjdk6.
&lt;br&gt;&lt;br&gt;&amp;nbsp; The problem was due to a buglet in the configuration for the
&lt;br&gt;SecureRandom class that caused it to read from /dev/random (and hang).
&lt;br&gt;Apparently, the &amp;quot;file:&amp;quot; url syntax has been changed and the correct
&lt;br&gt;system property in the ${JAVA_HOME}/jre/lib/security/java.security
&lt;br&gt;file in the openjdk7 package should be:
&lt;br&gt;&lt;br&gt;&amp;nbsp; securerandom.source=file:///dev/urandom
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; I spent the time to get openjdk6 to build because I needed the
&lt;br&gt;newer versions of jaxws/jaxb (for a spring/apache-cxf app). &amp;nbsp;If anyone
&lt;br&gt;is interested in trying a native openjdk6, you can grab it from here:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://xen-1.stable.netavail.net/~brent/openjdk6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xen-1.stable.netavail.net/~brent/openjdk6&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; See the _README.txt.
&lt;br&gt;&lt;br&gt;&amp;nbsp; Sometime over the next few weeks, I'll try to make time to create a
&lt;br&gt;pkgsrc port for this. &amp;nbsp;The changes are largely based on the work of
&lt;br&gt;the freebsd port, so if you want to thank someone, they deserve all
&lt;br&gt;of the kudos. &amp;nbsp;Let me know how this works for you if you get a chance
&lt;br&gt;to try it out.
&lt;br&gt;&lt;br&gt;enjoy!
&lt;br&gt;&amp;nbsp; Brent
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk-on-netbsd-tp25690209p25690209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24700196</id>
	<title>Be advised accordingly!!</title>
	<published>2009-07-28T07:01:28Z</published>
	<updated>2009-07-28T07:01:28Z</updated>
	<author>
		<name>Chris V.-2</name>
	</author>
	<content type="html">REFERENCE: SNS/NL/0671341/09
&lt;br&gt;&amp;nbsp;
&lt;br&gt;BE ADVISED ACCORDINGLY
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Be informed that my previous mail was not responded to and found it necessary to write you again.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;It may interest you to know a comprehensive search revealed your last name to be same with a customer of the SNS Bank (now deceased) whom my bank’s efforts to locate his relatives have been unsuccessful. The benefit from this dormant account worth millions in dollars is awaiting payment to a potential heir/beneficiary.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Putting into consideration this, my job as head of compensation and benefits and the legal requirement of claims like this, your last name can pass for a heir to this huge amount. You need not worry about the legal requirement as you shall be closely guided and directed on this.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Kindly respond with your name as it is in your driver's license or international passport and your direct telephone number to signify interest.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Be advised to keep this very important notice to yourself until advised otherwise.This will be done in your best interest. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Yours Faithfully,
&lt;br&gt;Chris Veenstra
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Be-advised-accordingly%21%21-tp24700196p24700196.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24579746</id>
	<title>Re: sun-jdk15 do not work on netbsd4-amd64</title>
	<published>2009-07-20T17:17:02Z</published>
	<updated>2009-07-20T17:17:02Z</updated>
	<author>
		<name>Sarton O'Brien-2</name>
	</author>
	<content type="html">On 21/07/2009 12:13 AM, Milos Negovanovic wrote:
&lt;br&gt;&amp;gt; On Mon, Jul 20, 2009 at 09:43:14AM -0400, matthew sporleder wrote:
&lt;br&gt;&amp;gt;&amp;gt; Can you use a newer JVM or a newer NetBSD? &amp;nbsp;There were some builds
&lt;br&gt;&amp;gt;&amp;gt; done of openjdk 1.7 for netbsd 5. &amp;nbsp;You can find them in the
&lt;br&gt;&amp;gt;&amp;gt; netbsd-java mailing list archives and in pkgsrc-wip.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am not aware of a single jdk package which works under netbsd-5/amd64,
&lt;br&gt;&amp;gt; did I miss something?
&lt;br&gt;&lt;br&gt;I compiled openjdk under current/amd64 a while back with no issue. There 
&lt;br&gt;is no working 'sun' version that I'm aware of. Most dump core/segfault 
&lt;br&gt;from memory.
&lt;br&gt;&lt;br&gt;Sarton
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sun-jdk15-do-not-work-on-netbsd4-amd64-tp24568164p24579746.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24577153</id>
	<title>Re: sun-jdk15 do not work on netbsd4-amd64</title>
	<published>2009-07-20T13:40:39Z</published>
	<updated>2009-07-20T13:40:39Z</updated>
	<author>
		<name>matthew sporleder</name>
	</author>
	<content type="html">On Mon, Jul 20, 2009 at 10:13 AM, Milos
&lt;br&gt;Negovanovic&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24577153&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;milos.negovanovic@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; On Mon, Jul 20, 2009 at 09:43:14AM -0400, matthew sporleder wrote:
&lt;br&gt;&amp;gt;&amp;gt; Can you use a newer JVM or a newer NetBSD?  There were some builds
&lt;br&gt;&amp;gt;&amp;gt; done of openjdk 1.7 for netbsd 5.  You can find them in the
&lt;br&gt;&amp;gt;&amp;gt; netbsd-java mailing list archives and in pkgsrc-wip.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am not aware of a single jdk package which works under netbsd-5/amd64,
&lt;br&gt;&amp;gt; did I miss something?
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Have you tried one of these:
&lt;br&gt;ftp://ftp.netbsd.org/pub/NetBSD/misc/java/openjdk/
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sun-jdk15-do-not-work-on-netbsd4-amd64-tp24568164p24577153.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24570784</id>
	<title>Re: sun-jdk15 do not work on netbsd4-amd64</title>
	<published>2009-07-20T07:13:01Z</published>
	<updated>2009-07-20T07:13:01Z</updated>
	<author>
		<name>Milos Negovanovic</name>
	</author>
	<content type="html">On Mon, Jul 20, 2009 at 09:43:14AM -0400, matthew sporleder wrote:
&lt;br&gt;&amp;gt; Can you use a newer JVM or a newer NetBSD? &amp;nbsp;There were some builds
&lt;br&gt;&amp;gt; done of openjdk 1.7 for netbsd 5. &amp;nbsp;You can find them in the
&lt;br&gt;&amp;gt; netbsd-java mailing list archives and in pkgsrc-wip.
&lt;br&gt;&lt;br&gt;I am not aware of a single jdk package which works under netbsd-5/amd64,
&lt;br&gt;did I miss something?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;-- 
&lt;br&gt;Milos Negovanovic
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24570784&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;milos.negovanovic@...&lt;/a&gt;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sun-jdk15-do-not-work-on-netbsd4-amd64-tp24568164p24570784.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24570152</id>
	<title>Re: sun-jdk15 do not work on netbsd4-amd64</title>
	<published>2009-07-20T06:43:14Z</published>
	<updated>2009-07-20T06:43:14Z</updated>
	<author>
		<name>matthew sporleder</name>
	</author>
	<content type="html">On Mon, Jul 20, 2009 at 7:35 AM, Water NB&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24570152&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;netbsd78@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I have a netbsd4-amd64 PC, when I run
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # /usr/pkg/java/sun-1.5/bin/java -h
&lt;br&gt;&amp;gt; Usage: java [-options] class [args...]
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Program output help message correctly.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #  /usr/pkg/java/sun-1.5/bin/java -version
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Program sleep here without any message and do not exit.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; #  /usr/pkg/java/sun-1.5/bin/java -jar xxx.jar
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; (Program sleep here without any message and do not exit.)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Anyone can tell me why or who can run sun-jdk15 correctly on
&lt;br&gt;&amp;gt; netbsd4-amd6?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Can you use a newer JVM or a newer NetBSD? &amp;nbsp;There were some builds
&lt;br&gt;done of openjdk 1.7 for netbsd 5. &amp;nbsp;You can find them in the
&lt;br&gt;netbsd-java mailing list archives and in pkgsrc-wip.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sun-jdk15-do-not-work-on-netbsd4-amd64-tp24568164p24570152.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24568164</id>
	<title>sun-jdk15 do not work on netbsd4-amd64</title>
	<published>2009-07-20T04:35:10Z</published>
	<updated>2009-07-20T04:35:10Z</updated>
	<author>
		<name>Water NB</name>
	</author>
	<content type="html">I have a netbsd4-amd64 PC, when I run
&lt;br&gt;&lt;br&gt;# /usr/pkg/java/sun-1.5/bin/java -h
&lt;br&gt;Usage: java [-options] class [args...]
&lt;br&gt;...
&lt;br&gt;&lt;br&gt;(Program output help message correctly.)
&lt;br&gt;&lt;br&gt;# &amp;nbsp;/usr/pkg/java/sun-1.5/bin/java -version
&lt;br&gt;&lt;br&gt;(Program sleep here without any message and do not exit.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;# &amp;nbsp;/usr/pkg/java/sun-1.5/bin/java -jar xxx.jar
&lt;br&gt;&lt;br&gt;(Program sleep here without any message and do not exit.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Anyone can tell me why or who can run sun-jdk15 correctly on
&lt;br&gt;netbsd4-amd6?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/sun-jdk15-do-not-work-on-netbsd4-amd64-tp24568164p24568164.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23804383</id>
	<title>openjdk 1.7.0 attempt</title>
	<published>2009-05-31T07:49:05Z</published>
	<updated>2009-05-31T07:49:05Z</updated>
	<author>
		<name>Bugzilla from prlw1@cam.ac.uk</name>
	</author>
	<content type="html">I just had a go with jdk1.7.0-200905020i386-netBSD-5.0.tar.bz2 on a
&lt;br&gt;5.99.12/i386 box, and my first swing programme:
&lt;br&gt;&lt;br&gt;import javax.swing.*;
&lt;br&gt;&lt;br&gt;public class hellow {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private static void gui() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; JFrame frame = new JFrame(&amp;quot;title of frame&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; JLabel label = new JLabel(&amp;quot;Hello World!&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; frame.getContentPane().add(label);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; frame.pack();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; frame.setVisible(true);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public static void main(String[] args) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; javax.swing.SwingUtilities.invokeLater(
&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; new Runnable() {
&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; public void run() {
&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; gui();
&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; }
&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; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; );
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;(javac hellow.class creates hellow.class and hello$1.class, then
&lt;br&gt;setenv LD_LIBRARY_PATH /lib:/usr/lib:/usr/X11R7/lib
&lt;br&gt;and:)
&lt;br&gt;&lt;br&gt;% java hellow
&lt;br&gt;Exception in thread &amp;quot;AWT-EventQueue-0&amp;quot; java.lang.ArrayIndexOutOfBoundsException: 0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XIconInfo.&amp;lt;init&amp;gt;(XIconInfo.java:74)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XWindowPeer.getDefaultIconInfo(XWindowPeer.java:406)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XWindowPeer.updateIconImages(XWindowPeer.java:308)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XWindowPeer.postInit(XWindowPeer.java:262)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XDecoratedPeer.postInit(XDecoratedPeer.java:91)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XFramePeer.postInit(XFramePeer.java:86)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XBaseWindow.init(XBaseWindow.java:185)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XBaseWindow.&amp;lt;init&amp;gt;(XBaseWindow.java:261)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XWindow.&amp;lt;init&amp;gt;(XWindow.java:127)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XComponentPeer.&amp;lt;init&amp;gt;(XComponentPeer.java:118)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XCanvasPeer.&amp;lt;init&amp;gt;(XCanvasPeer.java:43)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XPanelPeer.&amp;lt;init&amp;gt;(XPanelPeer.java:46)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XWindowPeer.&amp;lt;init&amp;gt;(XWindowPeer.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XDecoratedPeer.&amp;lt;init&amp;gt;(XDecoratedPeer.java:57)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XFramePeer.&amp;lt;init&amp;gt;(XFramePeer.java:54)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.awt.X11.XToolkit.createFrame(XToolkit.java:389)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Frame.addNotify(Frame.java:476)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.Window.pack(Window.java:710)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hellow.gui(hellow.java:11)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hellow.access$000(hellow.java:3)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at hellow$1.run(hellow.java:19)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:235)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventQueue.dispatchEvent(EventQueue.java:603)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:286)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:201)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:191)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:186)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.awt.EventDispatchThread.run(EventDispatchThread.java:139)
&lt;br&gt;&lt;br&gt;&lt;br&gt;So what can I try next? (Any ideas on using midp?)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Patrick
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk-1.7.0-attempt-tp23804383p23804383.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23428972</id>
	<title>openjdk-7 with NetBSD5</title>
	<published>2009-05-07T06:43:23Z</published>
	<updated>2009-05-07T06:43:23Z</updated>
	<author>
		<name>Frank Wille</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've just installed the new OpenJDK7 binaries from pkgsrc on my freshly
&lt;br&gt;configured NetBSD5.0/i386 system, but I cannot get it to work.
&lt;br&gt;&lt;br&gt;Unfortunately there is no RPATH set in the Java libraries, so I
&lt;br&gt;tried it with &amp;quot;export LD_LIBRARY_PATH=/usr/X11R7/lib&amp;quot;. But then I
&lt;br&gt;get a core dump with my small application:
&lt;br&gt;&lt;br&gt;#
&lt;br&gt;# A fatal error has been detected by the Java Runtime Environment:
&lt;br&gt;#
&lt;br&gt;# &amp;nbsp;SIGSEGV (0xb) at pc=0x08053b60, pid=3009, tid=3131047936
&lt;br&gt;#
&lt;br&gt;# JRE version: 7.0
&lt;br&gt;# Java VM: OpenJDK Server VM (14.0-b10 mixed mode bsd-x86 )
&lt;br&gt;# Problematic frame:
&lt;br&gt;# C &amp;nbsp;[java+0xbb60] &amp;nbsp;inflate_fast+0x18
&lt;br&gt;[...]
&lt;br&gt;&lt;br&gt;The stack frame from the crash log:
&lt;br&gt;---8&amp;lt;---
&lt;br&gt;Stack: [0xbaa02000,0xbac00000], &amp;nbsp;sp=0xbabfdc1c, &amp;nbsp;free space=2031k
&lt;br&gt;Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
&lt;br&gt;C &amp;nbsp;[java+0xbb60] &amp;nbsp;inflate_fast+0x18
&lt;br&gt;C &amp;nbsp;[libz.so.1+0x5d9b] &amp;nbsp;inflate+0x194f
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x35d46] &amp;nbsp;FT_Stream_OpenLZW+0x5a2
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x35e99] &amp;nbsp;FT_Stream_OpenLZW+0x6f5
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x4c579] &amp;nbsp;FT_Stream_EnterFrame+0x5d
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x4d6cd] &amp;nbsp;FT_Stream_ReadFields+0x95
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x33a96] &amp;nbsp;ps_hints_apply+0x8e8e
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x34fa3] &amp;nbsp;ps_hints_apply+0xa39b
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x4e7d4] &amp;nbsp;FT_New_Size+0x214
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x500d1] &amp;nbsp;FT_Open_Face+0xc5
&lt;br&gt;C &amp;nbsp;[libfreetype.so.6+0x50e4a] &amp;nbsp;FT_New_Face+0x36
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0x1202a] &amp;nbsp;FcFreeTypeQuery+0x46
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0x12667] &amp;nbsp;FcFileIsDir+0xbf
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0x12a18] &amp;nbsp;FcFileIsDir+0x470
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0x12a9c] &amp;nbsp;FcDirCacheRead+0x20
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0x169cf] &amp;nbsp;FcConfigGetConfigDirs+0x1bf
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0x16c0d] &amp;nbsp;FcConfigBuildFonts+0x3d
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0xf098] &amp;nbsp;FcInitLoadConfigAndFonts+0x20
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0xf169] &amp;nbsp;FcInit+0x2d
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0x15f90] &amp;nbsp;FcConfigGetCurrent+0x2c
&lt;br&gt;C &amp;nbsp;[libfontconfig.so.1+0x167e2] &amp;nbsp;FcConfigGetCacheDirs+0x22
&lt;br&gt;C &amp;nbsp;[libmawt.so+0x22991] &amp;nbsp;Java_sun_font_FontManager_getFontConfig+0x4b9
&lt;br&gt;j 
&lt;br&gt;sun.font.FontManager.getFontConfig(Ljava/lang/String;Lsun/font/FontManager$FontConfigInfo;[Lsun/font/FontManager$FcCompFont;Z)V+0
&lt;br&gt;j &amp;nbsp;sun.font.FontManager.initFontConfigFonts(Z)V+165
&lt;br&gt;j &amp;nbsp;sun.font.FontManager.loadFontConfig()[Lsun/font/FontManager$FcCompFont;+1
&lt;br&gt;j &amp;nbsp;sun.font.FcFontConfiguration.init()Z+21
&lt;br&gt;j &amp;nbsp;sun.font.FcFontConfiguration.&amp;lt;init&amp;gt;(Lsun/java2d/SunGraphicsEnvironment;)V+16
&lt;br&gt;j 
&lt;br&gt;sun.awt.X11GraphicsEnvironment.createFontConfiguration()Lsun/awt/FontConfiguration;+53
&lt;br&gt;j &amp;nbsp;sun.java2d.SunGraphicsEnvironment$2.run()Ljava/lang/Object;+496
&lt;br&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38548c]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x5237d9]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38441f]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x3ecd05]
&lt;br&gt;C &amp;nbsp;[libjava.so+0xb1cd] 
&lt;br&gt;Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x25
&lt;br&gt;j 
&lt;br&gt;java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
&lt;br&gt;j &amp;nbsp;sun.java2d.SunGraphicsEnvironment.&amp;lt;init&amp;gt;()V+44
&lt;br&gt;j &amp;nbsp;sun.awt.X11GraphicsEnvironment.&amp;lt;init&amp;gt;()V+1
&lt;br&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38548c]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x5237d9]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38441f]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x581176]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x581a33]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x3ef581]
&lt;br&gt;C &amp;nbsp;[libjava.so+0x13689] 
&lt;br&gt;Java_sun_reflect_NativeConstructorAccessorImpl_newInstance0+0x21
&lt;br&gt;j 
&lt;br&gt;sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
&lt;br&gt;j 
&lt;br&gt;sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
&lt;br&gt;j 
&lt;br&gt;sun.reflect.DelegatingConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+5
&lt;br&gt;j 
&lt;br&gt;java.lang.reflect.Constructor.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+92
&lt;br&gt;j &amp;nbsp;java.lang.Class.newInstance0()Ljava/lang/Object;+118
&lt;br&gt;j &amp;nbsp;java.lang.Class.newInstance()Ljava/lang/Object;+15
&lt;br&gt;j 
&lt;br&gt;java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment()Ljava/awt/GraphicsEnvironment;+27
&lt;br&gt;j &amp;nbsp;sun.awt.X11.XToolkit.&amp;lt;clinit&amp;gt;()V+107
&lt;br&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38548c]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x5237d9]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38441f]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x363e3e]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x364369]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x3dbf18]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x3dc5bf]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x3e13c5]
&lt;br&gt;C &amp;nbsp;[libjava.so+0xb812] &amp;nbsp;Java_java_lang_Class_forName0+0xd6
&lt;br&gt;j 
&lt;br&gt;java.lang.Class.forName0(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;+0
&lt;br&gt;j &amp;nbsp;java.lang.Class.forName(Ljava/lang/String;)Ljava/lang/Class;+5
&lt;br&gt;j &amp;nbsp;java.awt.Toolkit$2.run()Ljava/lang/Object;+13
&lt;br&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38548c]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x5237d9]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38441f]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x3ecd05]
&lt;br&gt;C &amp;nbsp;[libjava.so+0xb1cd] 
&lt;br&gt;Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x25
&lt;br&gt;j 
&lt;br&gt;java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;+0
&lt;br&gt;j &amp;nbsp;java.awt.Toolkit.getDefaultToolkit()Ljava/awt/Toolkit;+16
&lt;br&gt;j &amp;nbsp;javax.swing.UIManager.getSystemLookAndFeelClassName()Ljava/lang/String;+58
&lt;br&gt;j &amp;nbsp;JavaGraphicApp.main([Ljava/lang/String;)V+0
&lt;br&gt;v &amp;nbsp;~StubRoutines::call_stub
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38548c]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x5237d9]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38441f]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x38e1d5]
&lt;br&gt;V &amp;nbsp;[libjvm.so+0x3a6480]
&lt;br&gt;C &amp;nbsp;[java+0x3c83] &amp;nbsp;JavaMain+0xa87
&lt;br&gt;C &amp;nbsp;[libpthread.so.0+0x99df] &amp;nbsp;pthread_create+0x5bb
&lt;br&gt;&lt;br&gt;---8&amp;lt;---
&lt;br&gt;&lt;br&gt;Anything I can do about it?
&lt;br&gt;I'm not a Java programmer, but I need it for an application.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Frank Wille
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openjdk-7-with-NetBSD5-tp23428972p23428972.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-23293464</id>
	<title>Default JVM for NetBSD-5-i386 is now openjdk7-bin</title>
	<published>2009-04-29T02:11:01Z</published>
	<updated>2009-04-29T02:11:01Z</updated>
	<author>
		<name>Nikobordx</name>
	</author>
	<content type="html">Hi David,
&lt;br&gt;&lt;br&gt;Is this possible to build openoffice 3 with openjdk7 ?
&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;Nicolas.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Default-JVM-for-NetBSD-5-i386-is-now-openjdk7-bin-tp23293464p23293464.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22985496</id>
	<title>Default JVM for NetBSD-5-i386 is now openjdk7-bin</title>
	<published>2009-04-10T02:31:02Z</published>
	<updated>2009-04-10T02:31:02Z</updated>
	<author>
		<name>David Brownlee-2</name>
	</author>
	<content type="html">&amp;nbsp;	I've changed the default pkgsrc JVM for NetBSD/i386 5.x to
&lt;br&gt;&amp;nbsp;	openjdk7-bin
&lt;br&gt;&lt;br&gt;&amp;nbsp;	The previous default - the linux sun-jre6 - would randomly crash
&lt;br&gt;&amp;nbsp;	under load for at least tomcat and jboss
&lt;br&gt;&lt;br&gt;&amp;nbsp;	Other architectures, OSs &amp; versions are unchanged.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Default-JVM-for-NetBSD-5-i386-is-now-openjdk7-bin-tp22985496p22985496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22432487</id>
	<title>Re: wip/jdk15 and NetBSD 5</title>
	<published>2009-03-10T04:37:49Z</published>
	<updated>2009-03-10T04:37:49Z</updated>
	<author>
		<name>David Brownlee</name>
	</author>
	<content type="html">On Sat, 7 Mar 2009, Geert Hendrickx wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, Mar 06, 2009 at 08:46:43PM +0000, David Brownlee wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Fri, 6 Mar 2009, David Brownlee wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	I have some cleanups to wip/jdk15 that I'm just finishing
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	testing. If you want to hold off just a little with PLIST
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 	fixes that would be ideal...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 	OK, I'm clear of wip/jdk15 :)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 	How is your PLIST munging going? :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Most of the problems go away if I enable the jdk15-plugin option (the TODO
&lt;br&gt;&amp;gt; list mentions the installation without plugin is still broken). &amp;nbsp;The files
&lt;/div&gt;&lt;br&gt;&amp;nbsp;	PLIST without jdk15-plugin should be fixed
&lt;br&gt;&lt;br&gt;&amp;gt; in PLIST with ${MACHINE_ARCH} are wrong because ${MACHINE_ARCH} expands to
&lt;br&gt;&amp;gt; x86_64 while the files are installed under amd64. &amp;nbsp;After manually replacing
&lt;br&gt;&lt;br&gt;&amp;nbsp;	That should also be fixed.
&lt;br&gt;&lt;br&gt;&amp;gt; that, the only four missing files are:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ERROR: ************************************************************
&lt;br&gt;&amp;gt; ERROR: The following files are in the PLIST but not in /usr/pkg:
&lt;br&gt;&amp;gt; ERROR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/pkg/java/jdk-1.5.0/bin/java-rmi.cgi
&lt;br&gt;&amp;gt; ERROR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/Xusage.txt
&lt;br&gt;&amp;gt; ERROR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/libjsig.so
&lt;br&gt;&amp;gt; ERROR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/libjvm.so
&lt;br&gt;&amp;gt; *** Error code 1
&lt;br&gt;&lt;br&gt;&amp;nbsp;	That is... very odd. That the last three imply the client VM is
&lt;br&gt;&amp;nbsp;	not being built for amd64. Does 'java -client' work?. As for
&lt;br&gt;&amp;nbsp;	java-rmi.cgi, I have no idea why it would be omitted...
&lt;br&gt;&lt;br&gt;&amp;gt; Now, when starting up firefox3 or seamonkey with the plugin and trying to
&lt;br&gt;&amp;gt; use it, it prints on the console:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cannot open &amp;quot;/home/lib/amd64/libjavaplugin_nscp.so&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; After symlinking /usr/pkg/java/jdk-1.5.0/jre/lib to /home/lib and bumping
&lt;br&gt;&amp;gt; the datasize limit, the java plugin starts, but only displays a red cross
&lt;br&gt;&amp;gt; and the java console shows a bunch of classloader errors. &amp;nbsp;But it runs!
&lt;br&gt;&amp;gt; (the java console itself is a Java program)
&lt;br&gt;&lt;br&gt;&amp;nbsp;	Interesting... on i386 NetBSD 5 symlinking
&lt;br&gt;&amp;nbsp;	/usr/pkg/java/jdk-1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
&lt;br&gt;&amp;nbsp;	into firefox's plugin directory is enough to get java working
&lt;br&gt;&amp;nbsp;	in firefox3 - tested by going to
&lt;br&gt;&amp;nbsp;	&lt;a href=&quot;http://www.bubblemark.com/java.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.bubblemark.com/java.html&lt;/a&gt;&amp;nbsp;(57 fps on my T60p)
&lt;br&gt;&lt;br&gt;&amp;nbsp;	I wonder why the amd64 build is so different...
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;		David/absolute &amp;nbsp; &amp;nbsp; &amp;nbsp; -- www.NetBSD.org: No hype required --
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wip-jdk15-and-NetBSD-5-tp22371996p22432487.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22385613</id>
	<title>Re: wip/jdk15 and NetBSD 5</title>
	<published>2009-03-07T00:54:26Z</published>
	<updated>2009-03-07T00:54:26Z</updated>
	<author>
		<name>Geert Hendrickx</name>
	</author>
	<content type="html">On Fri, Mar 06, 2009 at 08:46:43PM +0000, David Brownlee wrote:
&lt;br&gt;&amp;gt; On Fri, 6 Mar 2009, David Brownlee wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 	I have some cleanups to wip/jdk15 that I'm just finishing
&lt;br&gt;&amp;gt;&amp;gt; 	testing. If you want to hold off just a little with PLIST
&lt;br&gt;&amp;gt;&amp;gt; 	fixes that would be ideal...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	OK, I'm clear of wip/jdk15 :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	How is your PLIST munging going? :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Most of the problems go away if I enable the jdk15-plugin option (the TODO
&lt;br&gt;list mentions the installation without plugin is still broken). &amp;nbsp;The files
&lt;br&gt;in PLIST with ${MACHINE_ARCH} are wrong because ${MACHINE_ARCH} expands to
&lt;br&gt;x86_64 while the files are installed under amd64. &amp;nbsp;After manually replacing
&lt;br&gt;that, the only four missing files are:
&lt;br&gt;&lt;br&gt;ERROR: ************************************************************
&lt;br&gt;ERROR: The following files are in the PLIST but not in /usr/pkg:
&lt;br&gt;ERROR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/pkg/java/jdk-1.5.0/bin/java-rmi.cgi
&lt;br&gt;ERROR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/Xusage.txt
&lt;br&gt;ERROR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/libjsig.so
&lt;br&gt;ERROR: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/pkg/java/jdk-1.5.0/jre/lib/amd64/client/libjvm.so
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;&lt;br&gt;Now, when starting up firefox3 or seamonkey with the plugin and trying to
&lt;br&gt;use it, it prints on the console:
&lt;br&gt;&lt;br&gt;Cannot open &amp;quot;/home/lib/amd64/libjavaplugin_nscp.so&amp;quot;
&lt;br&gt;&lt;br&gt;After symlinking /usr/pkg/java/jdk-1.5.0/jre/lib to /home/lib and bumping
&lt;br&gt;the datasize limit, the java plugin starts, but only displays a red cross
&lt;br&gt;and the java console shows a bunch of classloader errors. &amp;nbsp;But it runs!
&lt;br&gt;(the java console itself is a Java program)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22385613&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wip-jdk15-and-NetBSD-5-tp22371996p22385613.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22380189</id>
	<title>Re: wip/jdk15 and NetBSD 5</title>
	<published>2009-03-06T12:46:43Z</published>
	<updated>2009-03-06T12:46:43Z</updated>
	<author>
		<name>David Brownlee</name>
	</author>
	<content type="html">On Fri, 6 Mar 2009, David Brownlee wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; 	I have some cleanups to wip/jdk15 that I'm just finishing
&lt;br&gt;&amp;gt; 	testing. If you want to hold off just a little with PLIST
&lt;br&gt;&amp;gt; 	fixes that would be ideal...
&lt;br&gt;&lt;br&gt;&amp;nbsp;	OK, I'm clear of wip/jdk15 :)
&lt;br&gt;&lt;br&gt;&amp;nbsp;	How is your PLIST munging going? :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;		David/absolute &amp;nbsp; &amp;nbsp; &amp;nbsp; -- www.NetBSD.org: No hype required --
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wip-jdk15-and-NetBSD-5-tp22371996p22380189.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22377270</id>
	<title>Re: wip/jdk15 and NetBSD 5</title>
	<published>2009-03-06T09:45:08Z</published>
	<updated>2009-03-06T09:45:08Z</updated>
	<author>
		<name>David Brownlee</name>
	</author>
	<content type="html">On Fri, 6 Mar 2009, Geert Hendrickx wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, Mar 06, 2009 at 03:57:14PM +0000, David Brownlee wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hmm... I assume adding -lgcc_s to LINK_LIB in vm.make doesn't help? (I
&lt;br&gt;&amp;gt;&amp;gt; don't have any amd64 boxes to test)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wrong assumption, it does. :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I had to substitute s/bsd-i586/bsd-amd64/ in the Makefile to get it
&lt;br&gt;&amp;gt; installed, and there are still some installation and PLIST troubles,
&lt;br&gt;&amp;gt; Jut at least the build worked!
&lt;/div&gt;&lt;br&gt;&amp;nbsp;	Excellent! :)
&lt;br&gt;&lt;br&gt;&amp;nbsp;	I have some cleanups to wip/jdk15 that I'm just finishing
&lt;br&gt;&amp;nbsp;	testing. If you want to hold off just a little with PLIST
&lt;br&gt;&amp;nbsp;	fixes that would be ideal...
&lt;br&gt;&lt;br&gt;&amp;nbsp;	Does anyone know if there are there still issues distributing
&lt;br&gt;&amp;nbsp;	patches to jdk15 that prevent importing it into main pkgsrc?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;		David/absolute &amp;nbsp; &amp;nbsp; &amp;nbsp; -- www.NetBSD.org: No hype required --
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wip-jdk15-and-NetBSD-5-tp22371996p22377270.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22377095</id>
	<title>Re: wip/jdk15 and NetBSD 5</title>
	<published>2009-03-06T09:35:56Z</published>
	<updated>2009-03-06T09:35:56Z</updated>
	<author>
		<name>Geert Hendrickx</name>
	</author>
	<content type="html">On Fri, Mar 06, 2009 at 03:57:14PM +0000, David Brownlee wrote:
&lt;br&gt;&amp;gt; Hmm... I assume adding -lgcc_s to LINK_LIB in vm.make doesn't help? (I
&lt;br&gt;&amp;gt; don't have any amd64 boxes to test)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Wrong assumption, it does. :-)
&lt;br&gt;&lt;br&gt;I had to substitute s/bsd-i586/bsd-amd64/ in the Makefile to get it
&lt;br&gt;installed, and there are still some installation and PLIST troubles,
&lt;br&gt;Jut at least the build worked!
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geert
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Geert Hendrickx &amp;nbsp;-=- &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22377095&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ghen@...&lt;/a&gt; &amp;nbsp;-=- &amp;nbsp;PGP: 0xC4BB9E9F
&lt;br&gt;This e-mail was composed using 100% recycled spam messages!
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wip-jdk15-and-NetBSD-5-tp22371996p22377095.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22376422</id>
	<title>Importing wip/jdk</title>
	<published>2009-03-06T09:00:44Z</published>
	<updated>2009-03-06T09:00:44Z</updated>
	<author>
		<name>David Brownlee-2</name>
	</author>
	<content type="html">&amp;nbsp;	Are there still issues with distributing patches fpor jdk15?
&lt;br&gt;&amp;nbsp;	If not, could it be imported into pkgsrc. If there are, would it be
&lt;br&gt;&amp;nbsp;	acceptable for someone to put up the patches as a single patchfile
&lt;br&gt;&amp;nbsp;	somewhere and import a package which downloads them similar
&lt;br&gt;&amp;nbsp;	to jdk15.patches?
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Importing-wip-jdk-tp22376422p22376422.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-22375219</id>
	<title>Re: wip/jdk15 and NetBSD 5</title>
	<published>2009-03-06T07:57:14Z</published>
	<updated>2009-03-06T07:57:14Z</updated>
	<author>
		<name>David Brownlee</name>
	</author>
	<content type="html">On Fri, 6 Mar 2009, Geert Hendrickx wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Fri, Mar 06, 2009 at 12:58:03PM +0000, David Brownlee wrote:
&lt;br&gt;&amp;gt;&amp;gt; 	wip/jdk15 should now build and run on NetBSD 5 - for anyone
&lt;br&gt;&amp;gt;&amp;gt; 	interested in a somewhat old but functional JVM :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Trying to build wip/jdk15 on NetBSD 5.0 amd64, I get the following error in
&lt;br&gt;&amp;gt; hotspot/src/os_cpu/bsd_amd64/vm/os_bsd_amd64.cpp on line 610:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 'block_on_serialize_page_trap' is not a member of 'os'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; After simply commenting out that line, the build continues for a while and
&lt;br&gt;&amp;gt; then breaks at:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /scratch/pkgsrc/work/wip/jdk15/work/control/build/bsd-amd64/bin/java -classpath ../../../tools/CompileProperties CompileProperties ../../../../src/share/classes/com/sun/tools/javac/resources/compiler.properties /scratch/pkgsrc/work/wip/jdk15/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java
&lt;br&gt;&amp;gt; dl failure on line 730Error: failed /scratch/pkgsrc/work/wip/jdk15/work/control/build/bsd-amd64/lib/amd64/server/libjvm.so, because /usr/lib/libstdc++.so.6: Undefined PLT symbol &amp;quot;_Unwind_GetIP&amp;quot; (symnum = 158)
&lt;br&gt;&amp;gt; gmake[6]: *** [/scratch/pkgsrc/work/wip/jdk15/work/control/build/bsd-amd64/gensrc/com/sun/tools/javac/resources/compiler.java] Error 6
&lt;/div&gt;&lt;br&gt;&amp;nbsp;	Hmm... I assume adding -lgcc_s to LINK_LIB in vm.make doesn't
&lt;br&gt;&amp;nbsp;	help? (I don't have any amd64 boxes to test)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;		David/absolute &amp;nbsp; &amp;nbsp; &amp;nbsp; -- www.NetBSD.org: No hype required --
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/wip-jdk15-and-NetBSD-5-tp22371996p22375219.html" />
</entry>

</feed>
