Hi Thanks for your support. I followed the steps given in http://ftp.netbsd.org:/pub/NetBSD/misc/spz/openjdk/openjdk7-howto <http://ftp.netbsd.org/pub/NetBSD/misc/spz/openjdk/openjdk7-howto> . I completed till "+ build:" successfully. When I gave 'gmake' inside bsd-port it throws the following error : ERROR: You do not have access to valid JIBX library files. \n Please check your access to \n /NOT-SET/devtools/share/jibx/lib/jibx-run.jar \n and/or check your value of ALT_JDK_DEVTOOLS_DIR, ALT_JIBX_LIBS_PATH \n Exiting because of the above error(s). \n gmake: *** [post-sanity] Error 1 Please help Thanks and regards Renju -----Original Message----- From: S.P.Zeidler [mailto:spz@serpens.de] Sent: Friday, May 29, 2009 12:19 PM To: Renju Mathew Cc: bsd-port-dev@openjdk.java.net Subject: Re: netbsd port ? Hi, Thus wrote Renju Mathew (m.renju@teles.com):
I'm a newbie in openJDK.
I want to know whether there is any NetBSD 3.0 port of openJDK?
I built binaries for NetBSD 5.0 that are available via the openjdk-bin package in pkgsrc, but not for earlier releases (although I probably should build a NetBSD-4 version, since that's still an officially supported release train). I'd expect openjdk to just build on NetBSD-3, see http://ftp.netbsd.org:/pub/NetBSD/misc/spz/openjdk/openjdk7-howto <http://ftp.netbsd.org/pub/NetBSD/misc/spz/openjdk/openjdk7-howto> for a recipy. Once you scrub your environment(*) it's fairly straightforward, it just takes a while to build. The patch I needed for the openjdk version I put onto ftp.NetBSD.org has since been integrated, so that one isn't necessary any more; but as lots of new code has been added, too, there's chance of entirely new fun to be had. :-P regards, spz (*) variables like eg $BIN get used as conditional, and the script that sets them as a "yes" indicator doesn't unset them as a "no" indicator, so if you already had them set because you use them differently, you get surprising results. If I had lots more time I'd want to hunt them all down. -- spz@serpens.de (S.P.Zeidler)
On Mon, Jun 8, 2009 at 1:37 PM, Renju Mathew <m.renju@teles.com> wrote:
I followed the steps given in http://ftp.netbsd.org:/pub/NetBSD/misc/spz/openjdk/openjdk7-howto.
I completed till “+ build:” successfully. When I gave ‘gmake’ inside bsd-port it throws the
following error :
ERROR: You do not have access to valid JIBX library files. \n Please check your access to \n /NOT-SET/devtools/share/jibx/lib/jibx-run.jar \n and/or check your value of ALT_JDK_DEVTOOLS_DIR, ALT_JIBX_LIBS_PATH \n
Exiting because of the above error(s). \n gmake: *** [post-sanity] Error 1
Per the README-builds.html file in the top directory, JIBX 1.1.5 has recently been added to the dependencies. You need to get this from http://sourceforge.net/project/showfiles.php?group_id=69358&package_id=68290 and then set ALT_JIBX_LIBS_PATH accordingly. Binging ALT_JIBX_LIBS_PATH bsd-port also gives some relevant pointers, btw.
On Mon, Jun 08, 2009 at 02:14:19PM +0200, Terje Sten Bjerkseth wrote:
On Mon, Jun 8, 2009 at 1:37 PM, Renju Mathew <m.renju@teles.com> wrote:
I followed the steps given in http://ftp.netbsd.org:/pub/NetBSD/misc/spz/openjdk/openjdk7-howto.
I completed till ???+ build:??? successfully. When I gave ???gmake??? inside bsd-port it throws the
following error :
ERROR: You do not have access to valid JIBX library files. \n???????????? Please check your access to \n /NOT-SET/devtools/share/jibx/lib/jibx-run.jar \n???????????? and/or check your value of ALT_JDK_DEVTOOLS_DIR, ALT_JIBX_LIBS_PATH \n
Exiting because of the above error(s). \n gmake: *** [post-sanity] Error 1
Per the README-builds.html file in the top directory, JIBX 1.1.5 has recently been added to the dependencies. You need to get this from http://sourceforge.net/project/showfiles.php?group_id=69358&package_id=68290 and then set ALT_JIBX_LIBS_PATH accordingly.
Binging ALT_JIBX_LIBS_PATH bsd-port also gives some relevant pointers, btw.
There is also a flag to disable this dependency. Something like DISABLE_NIMBUS. So if you didn't want to download JIBX you could set that instead. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org
On Jun 8, 5:07pm, m.renju@teles.com ("Renju Mathew") wrote: -- Subject: RE: netbsd port ? | Hi | | Thanks for your support. | | I followed the steps given in | http://ftp.netbsd.org:/pub/NetBSD/misc/spz/openjdk/openjdk7-howto | <http://ftp.netbsd.org/pub/NetBSD/misc/spz/openjdk/openjdk7-howto> . | | I completed till "+ build:" successfully. When I gave 'gmake' inside | bsd-port it throws the | | following error : | | | | | | ERROR: You do not have access to valid JIBX library files. \n | Please check your access to \n | /NOT-SET/devtools/share/jibx/lib/jibx-run.jar \n and/or check your | value of ALT_JDK_DEVTOOLS_DIR, ALT_JIBX_LIBS_PATH \n | | Exiting because of the above error(s). \n | | gmake: *** [post-sanity] Error 1 | | | | Please help | | Thanks and regards | | Renju Download jibx from sourceforge and make ALT_JIBX_LIBS_PATH to point to the lib directory of it. I think you need an earlier version than the latest available, read the release notes. christos
participants (4)
-
christos@zoulas.com
-
Greg Lewis
-
Renju Mathew
-
Terje Sten Bjerkseth