From owner-freebsd-java@FreeBSD.ORG Fri Dec 17 07:19:14 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35EBD16A4CE for ; Fri, 17 Dec 2004 07:19:14 +0000 (GMT) Received: from quack.kfu.com (quack.kfu.com [64.168.71.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA1F343D58 for ; Fri, 17 Dec 2004 07:19:13 +0000 (GMT) (envelope-from nsayer@kfu.com) Received: from [IPv6:2002:40a8:47d1:1:206:25ff:fe3d:aa11] (minerva.kfu.com [IPv6:2002:40a8:47d1:1:206:25ff:fe3d:aa11]) (authenticated bits=0) by quack.kfu.com (8.12.10/8.12.10) with ESMTP id iBH7JCCg048772 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Thu, 16 Dec 2004 23:19:13 -0800 (PST) (envelope-from nsayer@kfu.com) X-Message-Flag: Why aren't you using a Macintosh yet? Mime-Version: 1.0 (Apple Message framework v619) Message-Id: Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-1-406701171; protocol="application/pkcs7-signature" To: freebsd-java@freebsd.org From: Nick Sayer Date: Thu, 16 Dec 2004 23:19:12 -0800 X-Mailer: Apple Mail (2.619) X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Still cannot build native JDK1.4 with FreeBSD 5.3. X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 07:19:14 -0000 --Apple-Mail-1-406701171 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed A month ago, I reported problems building the native JDK14 port. I haven't gotten any responses. I can't believe I'm the only one in the world who is seeing this failure. I'm running with RELENG_5_3. I have a working Linux 1.4 JDK installed. To recap, the build fails spitting out about a hundred errors about various interfaces not being public and what not. At the bottom, it looks like this: ../../../src/share/classes/java/net/SocksSocketImpl.java:335: cannot resolve symbol symbol : method getHostName () location: class java.net.InetSocketAddress out.write(epoint.getHostName().length()); ^ Note: Some input files use or override a deprecated API. Note: Recompile with -deprecation for details. 100 errors gmake[4]: *** [.compile.classlist] Error 1 gmake[4]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[3]: *** [optimized] Error 2 gmake[3]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java/java' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make/java' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk14/work/j2se/make' gmake: *** [j2se-build] Error 2 *** Error code 2 Stop in /usr/ports/java/jdk14. --Apple-Mail-1-406701171--