On Mon, Jun 8, 2009 at 1:37 PM, Renju Mathew <m.re...@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.