From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 12 08:01:00 2005 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6046A16A4CE; Tue, 12 Apr 2005 08:01:00 +0000 (GMT) Received: from mail.allcaps.org (mail.allcaps.org [206.251.247.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CCE843D2F; Tue, 12 Apr 2005 08:01:00 +0000 (GMT) (envelope-from bsder@allcaps.org) Received: from [IPv6???1] (mail.allcaps.org [206.251.247.157]) by mail.allcaps.org (Postfix) with ESMTP id B8760D8459; Tue, 12 Apr 2005 01:00:59 -0700 (PDT) In-Reply-To: <20050408181601.GA71082@phantom.cris.net> References: <200504080231.j382VYtc089712@freefall.freebsd.org> <45D6029C-7393-4C06-B90A-FA87D833D84F@allcaps.org> <20050408062948.GB66394@phantom.cris.net> <20050408165439.GA28753@misty.eyesbeyond.com> <20050408181601.GA71082@phantom.cris.net> Mime-Version: 1.0 (Apple Message framework v728) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Andrew Lentvorski Date: Tue, 12 Apr 2005 01:00:59 -0700 To: Alexey Zelkin X-Mailer: Apple Mail (2.728) cc: freebsd-ports-bugs@freebsd.org cc: Herve Quiroz Subject: Re: ports/79663: jdk-15 ports fails to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 08:01:00 -0000 On Apr 8, 2005, at 11:16 AM, Alexey Zelkin wrote: > hi, > > On Fri, Apr 08, 2005 at 10:54:39AM -0600, Greg Lewis wrote: > >> On Fri, Apr 08, 2005 at 09:29:48AM +0300, Alexey Zelkin wrote: >> >>> Please mount linprocfs, do full clean of WRKDRIR (make clean), and >>> restart build from the scrarch. Such kind of errors appear >>> if some on-fly generated files are broken. >>> >> >> Attached is a patch similar to the one used by jdk14 to stop the >> corruption of the generated files in this case. Are you ok with it? >> > > Looks good. > > >> There is a another problem here too, the port does check for >> linprocfs >> being mounted, but I think that check isn't done when the person >> doing >> the build has no JDKs installed prior to starting the build. We need >> to look into the logic here to make sure the check is always done. >> > > I think adding pre-build-linuxcheck as dep. target for do-build target > would solve it. I pulled from cvsup yesterday and it seemed to compiled. I have not yet tested it for full functionality, but a compile of Eclipse from ports also worked. Thanks, -a