From owner-freebsd-java@FreeBSD.ORG Mon Feb 23 22:08:44 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72CC8106566C for ; Mon, 23 Feb 2009 22:08:44 +0000 (UTC) (envelope-from brian@getsnappy.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 5BABB8FC0A for ; Mon, 23 Feb 2009 22:08:44 +0000 (UTC) (envelope-from brian@getsnappy.com) Received: from [192.168.103.26] (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id 62AB84A309D2; Mon, 23 Feb 2009 14:08:40 -0800 (PST) Message-ID: <49A31E6D.5040407@getsnappy.com> Date: Mon, 23 Feb 2009 14:08:45 -0800 From: Brian Gardner User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Mike Jakubik References: <49920439.8010208@getsnappy.com> <20090223.121605.35071703.chat95@mac.com> <49A2E09D.1050804@getsnappy.com> <0790c12d201dde20a1f9c414f77c1dde.squirrel@wettoast.dyndns.org> In-Reply-To: <0790c12d201dde20a1f9c414f77c1dde.squirrel@wettoast.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: openjdk6 port complete and ready for testing 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: Mon, 23 Feb 2009 22:08:44 -0000 Is this the version of the port from the current ports tree? Have you modified the openjdk6 port at all? The reason I ask is because the port shouldn't attempt to build using ant, and I've confirmed this behavior with the latest checkout from the ports tree. Brian Mike Jakubik wrote: > On Mon, February 23, 2009 12:45 pm, Brian Gardner wrote: > >> I removed the .hg directories and rezipped and now it's 76MB vs 200+M >> > > With this new file, i get the following error. > > --- > ===> openjdk6-b14 depends on file: /usr/local/bin/ant - found > ===> openjdk6-b14 depends on executable: zip - found > ===> openjdk6-b14 depends on executable: unzip - found > ===> openjdk6-b14 depends on file: /usr/local/include/X11/Xlib.h - found > ===> openjdk6-b14 depends on file: > /usr/local/share/java/classes/jdk-7-icedtea-plugs/jre/lib/rt-closed.jar - > found > ===> openjdk6-b14 depends on file: /usr/local/diablo-jdk1.6.0/bin/java - > found > ===> openjdk6-b14 depends on file: /usr/local/bin/ant - found > ===> openjdk6-b14 depends on executable: gmake - found > ===> openjdk6-b14 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - > found > ===> openjdk6-b14 depends on file: /usr/local/libdata/xorg/libraries - > found > ===> openjdk6-b14 depends on shared library: cups.2 - found > ===> openjdk6-b14 depends on shared library: freetype.9 - found > ===> openjdk6-b14 depends on shared library: Xm.3 - found > ===> Configuring for openjdk6-b14 > ===> Building for openjdk6-b14 > Buildfile: build.xml does not exist! > Build failed > *** Error code 1 > > Stop in /usr/ports/java/openjdk6. > *** Error code 1 > > >