Still trying to get my contribution agreement through the process
Bryan C. Everly
bryan at bceassociates.com
Thu May 7 00:05:17 UTC 2015
Cool. I'll work on that change tonight. I'm trying to avoid making
OpenBSD its own separate thing like OSX is but I'll figure something out.
I did hit an interesting problem in my build of the source. Looks like
Java ran out of heap space. Is there an option that controls this as part
of the build?
The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space
at java.nio.HeapCharBuffer.<init>(HeapCharBuffer.java:57)
at java.nio.CharBuffer.allocate(CharBuffer.java:331)
at com.sun.tools.javac.util.BaseFileManager.decode(BaseFileManager.java:220)
Thanks,
Bryan
On Wed, May 6, 2015 at 6:55 PM, Kurt Miller <kurt at intricatesoftware.com>
wrote:
> Hi Bryan,
>
> Thanks for your first diff! I'll be able to commit when your name shows
> up on the OCA list. I think it is updated every two weeks.
>
> You may have noticed I committed some low-hanging fruit diffs in hotspot
> and jdk sub-trees. The iconv diff I'm holding until I hear back from
> Greg for FreeBSD. With that diff I get up to the part of the jdk build
> where it fails due to OpenBSD's sound support being different.
>
> I have one comment about the diff inline below.
>
> Regards,
> -Kurt
>
> On Wed, 2015-05-06 at 17:07 -0400, Bryan C. Everly wrote:
> > However, if someone would like to submit this diff on my behalf until
> > my name shows up on the list, I was able to get a bit farther on
> > OpenBSD 5.7:
> >
> >
> > $ hg diff common/autoconf/libraries.m4
> >
> > diff -r 36cd3cebf1de common/autoconf/libraries.m4
> > --- a/common/autoconf/libraries.m4 Tue May 05 18:06:47 2015 -0700
> > +++ b/common/autoconf/libraries.m4 Wed May 06 17:05:17 2015 -0400
> > @@ -73,6 +73,7 @@
> > if test "x$OPENJDK_TARGET_OS" = xbsd; then
> > AC_MSG_CHECKING([what is not needed on BSD?])
> > PULSE_NOT_NEEDED=yes
> > + ALSA_NOT_NEEDED=yes
> > AC_MSG_RESULT([pulse])
> > fi
>
> This chunk above needs to be OpenBSD specific since at least FreeBSD
> has support for ALSA.
>
> >
> > @@ -249,6 +250,10 @@
> > # A CSW package seems to be installed!
> > CUPS_FOUND=yes
> > CUPS_CFLAGS="-I/opt/csw/include"
> > + elif test -s /usr/local/include/cups/cups.h; then
> > + # Standard location for OpenBSD
> > + CUPS_FOUND=yes
> > + CUPS_CFLAGS="-I/usr/local/include"
> > fi
> > AC_MSG_RESULT([$CUPS_FOUND])
> > fi
> >
> >
> > If folks aren't comfortable, my hope is I make it through the process
> > in the next week or so and I can do it then.
> >
> > Thanks,
> > Bryan
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/bsd-port-dev/attachments/20150506/8e2c3b22/attachment-0001.html>
More information about the bsd-port-dev
mailing list