From owner-freebsd-questions@FreeBSD.ORG Mon Feb 12 00:38:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8492716A406 for ; Mon, 12 Feb 2007 00:38:13 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 6187A13C442 for ; Mon, 12 Feb 2007 00:38:13 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 10674 invoked from network); 12 Feb 2007 00:38:13 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 Feb 2007 00:38:12 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 7308E2842D; Sun, 11 Feb 2007 19:38:11 -0500 (EST) To: Warren Liddell References: <200702082233.57876.shinjii@maydias.com> From: Lowell Gilbert Date: Sun, 11 Feb 2007 19:38:11 -0500 In-Reply-To: <200702082233.57876.shinjii@maydias.com> (Warren Liddell's message of "Thu\, 8 Feb 2007 22\:33\:52 +1000") Message-ID: <44k5yoky6k.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Error compiling/upgrading Azureus X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Feb 2007 00:38:13 -0000 Warren Liddell writes: > Running FreeBSD 6.2-STABLE .. ran CVSUP Today so all my ports/src is all up to > date. > > No matter what i try i cant get the new version of Azureus to compile .. any > ideas/suggestions would be appreciated. > ================== > > [javac] symbol : method setSortColumn(org.eclipse.swt.widgets.TableColumn) > [javac] location: class org.eclipse.swt.widgets.Table > [javac] > table.setSortColumn(tc); > [javac] ^ > > [javac] /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionPlugins.java:409: > cannot find symbol > [javac] symbol : method setSortDirection(int) > [javac] location: class org.eclipse.swt.widgets.Table > [javac] > table.setSortDirection(ascending ? SWT.UP : SWT.DOWN); > [javac] ^ > > [javac] /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/ui/swt/views/file/FileInfoView.java:394: > cannot find symbol > [javac] symbol : method getMinHeight() > [javac] location: class org.eclipse.swt.custom.ScrolledComposite > [javac] if (sc.getMinHeight() != iNeededHeight) { > [javac] ^ > > [javac] /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/ui/swt/views/peer/PeerInfoView.java:400: > cannot find symbol > [javac] symbol : method getMinHeight() > [javac] location: class org.eclipse.swt.custom.ScrolledComposite > [javac] if (sc.getMinHeight() != iNeededHeight) { > [javac] ^ > > [javac] /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/platform/macosx/NativeInvocationBridge.java:46: > warning: non-varargs call of varargs method with inexact argument type for > last parameter; > [javac] cast to java.lang.Class for a varargs call > [javac] cast to java.lang.Class[] for a non-varargs call and to suppress > this warning > [javac] Object newInstance = > Class.forName("org.gudy.azureus2.platform.macosx.access.cocoa.CocoaJavaBridge").getConstructor(null).newInstance(null); > [javac] > ^ > > [javac] /usr/ports/net-p2p/azureus/work/org/gudy/azureus2/platform/macosx/NativeInvocationBridge.java:46: > warning: non-varargs call of varargs method with inexact argument type for > last parameter; > [javac] cast to java.lang.Object for a varargs call > [javac] cast to java.lang.Object[] for a non-varargs call and to suppress > this warning > [javac] Object newInstance = > Class.forName("org.gudy.azureus2.platform.macosx.access.cocoa.CocoaJavaBridge").getConstructor(null).newInstance(null); > [javac] > ^ > [javac] Note: * uses or overrides a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 36 errors > [javac] 2 warnings > > BUILD FAILED > /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the compiler > error output for details. > > Total time: 40 seconds > *** Error code 1 > > Stop in /usr/ports/net-p2p/azureus. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.63107.6 > env UPGRADE_TOOL=portupgrade UPGRADE_PORT=azureus-2.5.0.0 > UPGRADE_PORT_VER=2.5.0.0 make DEPENDS_TARGET=package Hmm.... I built it the other day (haven't used it, just checking on your problem), and I had no issues. Do you have anything in your make.conf file? Z