From owner-freebsd-java@FreeBSD.ORG Wed Dec 30 18:58:12 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 72BC5106568D for ; Wed, 30 Dec 2009 18:58:12 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id 1EE178FC1A for ; Wed, 30 Dec 2009 18:58:12 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id 41F072840C; Thu, 31 Dec 2009 07:58:09 +1300 (NZDT) Date: Thu, 31 Dec 2009 07:58:09 +1300 From: Jonathan Chen To: Mike Harding Message-ID: <20091230185809.GA91259@osiris.chen.org.nz> References: <20091230172750.09C9D17127@bsd.mvh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091230172750.09C9D17127@bsd.mvh> User-Agent: Mutt/1.4.2.3i Cc: freebsd-java@freebsd.org Subject: Re: (no subject) 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: Wed, 30 Dec 2009 18:58:12 -0000 On Wed, Dec 30, 2009 at 09:27:49AM -0800, Mike Harding wrote: > > I can't get jboss5 to install from ports on a FreeBSD 8.0 installation > - a friend reports the same. Anything I can do to get this working? > I think this was working ok on 7.2... > > bsd# cd /usr/ports/java/jboss5 > bsd# make clean > ===> Cleaning for jboss-5.1.0.GA_1,1 > bsd# make install clean > ===> Extracting for jboss-5.1.0.GA_1,1 > => MD5 Checksum OK for jboss-5.1.0.GA-src.tar.gz. > => SHA256 Checksum OK for jboss-5.1.0.GA-src.tar.gz. > ===> Patching for jboss-5.1.0.GA_1,1 > ===> jboss-5.1.0.GA_1,1 depends on file: /usr/local/jdk1.6.0/bin/java - found [...] > /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/system/src/main/org/jboss/system/server/profileservice/repository/clustered/local/JAXBRepositoryContentMetadataPersister.java:98: cannot find symbol > symbol : method marshal(org.jboss.system.server.profileservice.repository.clustered.metadata.RepositoryContentMetadata,java.io.File) > location: interface javax.xml.bind.Marshaller > marshaller.marshal(metadata, metadataStore); > ^ > Note: Some input files use unchecked or unsafe operations. > Note: Recompile with -Xlint:unchecked for details. > 1 error > 8 warnings Did you make any changes to your JDK 1.6 installation? eg: putting stuff into the endoresed directories? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.