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: Java JDK15 Port Fails to Make



I solved my own problem today. After I wrote this email I did the following.

1. I ran cvsup and updated all my ports
2. I recompiled my kernel with linux compatibility.
3.  mount -t linprocfs linprocfs /compat/linux/proc
4. cd /usr/ports/java/jdk15
5. make clean
6. make
7. make install

And it worked.  I must have missed a step at someother point.

Thanks,
Hans Kaspersetz

Hans C. Kaspersetz wrote:

I am trying to install Java JDK15 from ports and it fails to make. I am trying to build it on: 5.3-RELEASE FreeBSD 5.3-RELEASE #0. My failure is very similar to the failure reported in this post:

http://lists.freebsd.org/pipermail/freebsd-java/2005-April/003763.html

Actually my errors are exactly the same. I looked through the archives and could not find the resolution for this problem. Please help. I have pasted in my error below.

Hans