From owner-freebsd-java@FreeBSD.ORG Wed Oct 8 20:26:09 2003 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 293E816A4B3 for ; Wed, 8 Oct 2003 20:26:09 -0700 (PDT) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33EA43FBD for ; Wed, 8 Oct 2003 20:26:07 -0700 (PDT) (envelope-from aah@acm.org) Received: (qmail 22927 invoked from network); 9 Oct 2003 03:26:07 -0000 Received: from unknown (HELO acm.org) (aah@[216.27.178.67]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 9 Oct 2003 03:26:07 -0000 Message-ID: <3F84D58B.1010205@acm.org> Date: Wed, 08 Oct 2003 20:27:07 -0700 From: Andrew Houghton User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030919 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Greg Lewis References: <20031009005113.GA50130@misty.eyesbeyond.com> In-Reply-To: <20031009005113.GA50130@misty.eyesbeyond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: phantom@freebsd.org cc: freebsd-java@freebsd.org Subject: Re: jdk14 patches 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: Thu, 09 Oct 2003 03:26:09 -0000 Thank you, thank you. The diff you provided applies cleanly, but breaks the application of files/patch-FileChannelImpl.c ===> Ignoring patchfile /usr/ports/java/jdk14/files/patch-DefaultSelectorProvider.java.orig 1 out of 1 hunks failed--saving rejects to ../../j2se/src/solaris/native/sun/nio/ch/FileChannelImpl.c.rej >> Patch patch-FileChannelImpl.c failed to apply cleanly. >> Patch(es) patch-DefaultSelectorProvider.java applied cleanly. *** Error code 1 My process up to this point: cd /usr/ports/java/jdk14 make clean patch -p0 < jdk14.diff make build It looks like the version in your patches should simply replace the version in files/patch-FileChannelImpl.c; after removing the spurious $FreeBSD$ at the top of the file and getting rid of the old patch, everything applied cleanly. Building now. - a. Greg Lewis wrote: >Hi all, > >Attached is a set of patches for the jdk14 port. These should fix a number >of well known bugs, including getting things compiling on -CURRENT. > >Assuming: >1) Someone confirms these do actually get things compiling on -CURRENT. >2) Patchset 4 doesn't come out (*). >3) They get a positive review from Alexey (or no response). > >Then I'll commit the patches in a weeks time. > >If not, then hopefully collecting them together like this will at least >help some people. I am currently running these changes at work, FWIW. > >Alexey, please take a look at these. The changes to the Makefile and >installation of preferences files are independent of patchset 4. > >* I don't know when patchset 4 is coming out. Please direct questions > about this to Alexey. > > >