Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newbie: jdk15 build fails on FreeBSD 6.0-release



David Durham wrote:

I downloaded patchset 2 from:

  http://www.eyesbeyond.com/freebsddom/java/jdk15.html

I also downloaded the source and binary SCSLs from Sun.  All 3 files:

   jdk-1_5_0-bin-scsl.zip
   jdk-1_5_0-src-scsl.zip
  bsd-jdk15-patches-2.tar.bz2

were copied to /usr/ports/distfiles.

sudo make install from /usr/ports/java/jdk15 fails at the following point:

=> Patch(es) patch-control::common::Defs-bsd.gmk patch-deploy::common::Defs-bsd.gmk patch-deploy::common::DeployRules-solaris.gmk patch-deploy::native::msgString.c patch-deploy::native::system_md.c patch-deploy::native::system_md.h patch-deploy::ns7-adapter::Makefile applied cleanly.
*** Error code 1


I think I was missing some info. Here's the error I get when I try to 'sudo make install' after adding the 'mozilla' package via 'sudo pkg_add -r mozilla':


Patching file j2se/src/solaris/transport/socket/socket_md.c using Plan A...
Hunk #1 succeeded at 17.
Hunk #2 succeeded at 264.
done
===>  Applying FreeBSD patches for jdk-1.5.0p2_3
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to ../../hotspot/src/os/bsd/vm/os_bsd.inline.hpp.rej
=> Patch patch-hotspot-vm-os_bsd.inline.hpp failed to apply cleanly.
=> Patch(es) patch-control::common::Defs-bsd.gmk patch-deploy::common::Defs-bsd.gmk patch-deploy::common::DeployRules-solaris.gmk patch-deploy::native::msgString.c patch-deploy::native::system_md.c patch-deploy::native::system_md.h patch-deploy::ns7-adapter::Makefile applied cleanly.
*** Error code 1


Maybe I should update java/jdk15 with the most recent version in CVS?

Thanks for any help.


-Dave