From owner-freebsd-java@FreeBSD.ORG Sat Jun 9 12:30:54 2007 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 241DF16A46E for ; Sat, 9 Jun 2007 12:30:54 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id B252213C43E for ; Sat, 9 Jun 2007 12:30:53 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l59CUZup002851; Sat, 9 Jun 2007 21:30:35 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sat, 09 Jun 2007 21:30:55 +0900 (JST) Message-Id: <20070609.213055.07646588.ken@tydfam.jp> To: henrik@brixandersen.dk From: Ken Yamada In-Reply-To: <20070609100408.GA3609@tirith.brixandersen.dk> References: <20070609045241.GA80979@misty.eyesbeyond.com> <20070609100408.GA3609@tirith.brixandersen.dk> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.tydfam.jp Cc: freebsd-java@freebsd.org Subject: Re: JDK 1.5.0 patchset 5 "Tantanoola" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2007 12:30:54 -0000 What is the difference between yours and robbak@gmail.com's one? I have the same problem with -current as robbak@gmail.com described plus some "cannot find symbol" errors as below; : : : : ../../../../../src/share/classes/sun/nio/ch/FileChannelImpl.java:696: cannot find symbol symbol : class MapMode location: class sun.nio.ch.FileChannelImpl public MappedByteBuffer map(MapMode mode, long position, long size) ^ ../../../../../src/share/classes/sun/security/util/SignatureFileVerifier.java:22: cannot find symbol symbol : class timestamp location: package sun.security import sun.security.timestamp.TimestampToken; ^ ../../../../../src/share/classes/java/text/SimpleDateFormat.java:783: cannot find symbol symbol : class FieldDelegate location: class java.text.SimpleDateFormat FieldDelegate delegate) { ^ : : : :