Error upgrading Azureus

2007-02-06 Thread Robert Huff

Warren Liddell writes:

  Running FreeBSD 6.2-STABLE

  BUILD FAILED

Worked for me - running -CURRENT - within the last week.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error upgrading Azureus

2007-02-06 Thread Garrett Cooper

Robert Huff wrote:

Warren Liddell writes:


 Running FreeBSD 6.2-STABLE

 BUILD FAILED


Worked for me - running -CURRENT - within the last week.


Robert Huff


From pkg_tree:

azureus-2.5.0.0_2
|\__ libdrm-2.0.2
|\__ pkg-config-0.21
|\__ xorg-fonts-encodings-6.9.0_1
|\__ jpeg-6b_4
|\__ expat-2.0.0_1
|\__ libiconv-1.9.2_2
|\__ png-1.2.14
|\__ freetype2-2.2.1_1
|\__ perl-5.8.8
|\__ fontconfig-2.3.2_6,1
|\__ gettext-0.14.5_2
|\__ libxml2-2.6.27
|\__ xorg-libraries-6.9.0_1
|\__ bitstream-vera-1.10_2
|\__ tiff-3.8.2_1
|\__ javavmwrapper-2.3
|\__ hicolor-icon-theme-0.9_2
|\__ glib-2.12.9
|\__ shared-mime-info-0.19
|\__ atk-1.12.4
|\__ cairo-1.2.6_1
|\__ xorg-fonts-truetype-6.9.0
|\__ libXft-2.1.7_1
|\__ diablo-jdk-1.5.0.07.01_1
|\__ gtk-2.10.9
 \__ swt-devel-3.3M4

Based on your error it looks like you don't have swt-devel installed. 
You should update your ports tree, install swt-devel, and if that works 
let the maintainer know that it's missing that dependency.


-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error upgrading Azureus

2007-02-06 Thread Andreas Rudisch
On Tue, 06 Feb 2007 06:59:25 -0800
Garrett Cooper [EMAIL PROTECTED] wrote:

  From pkg_tree:

 azureus-2.5.0.0_2

Latest version in ports is Azureus 2.5.0.4. I just did a portupgrade
yesterday including Azureus without problems.

Andreas

--
GnuPG key  : 0x2A573565  |  http://cyb.websimplex.de/pubkey.asc
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgp19apjJFvev.pgp
Description: PGP signature


Re: Error upgrading Azureus

2007-02-06 Thread youshi10

On Tue, 6 Feb 2007, Andreas Rudisch wrote:


On Tue, 06 Feb 2007 06:59:25 -0800
Garrett Cooper [EMAIL PROTECTED] wrote:


 From pkg_tree:

azureus-2.5.0.0_2


Latest version in ports is Azureus 2.5.0.4. I just did a portupgrade
yesterday including Azureus without problems.

Andreas

--
GnuPG key  : 0x2A573565  |  http://cyb.websimplex.de/pubkey.asc
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


Hmmm... I'll have to double check on the version. Weird.
-Garrett


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error upgrading Azureus

2007-02-06 Thread Warren Liddell
On Wednesday 07 February 2007 00:59, Garrett Cooper wrote:
 Robert Huff wrote:
  Warren Liddell writes:
   Running FreeBSD 6.2-STABLE
 
   BUILD FAILED
 
  Worked for me - running -CURRENT - within the last week.
 
 
  Robert Huff

  From pkg_tree:

 azureus-2.5.0.0_2

 |\__ libdrm-2.0.2
 |\__ pkg-config-0.21
 |\__ xorg-fonts-encodings-6.9.0_1
 |\__ jpeg-6b_4
 |\__ expat-2.0.0_1
 |\__ libiconv-1.9.2_2
 |\__ png-1.2.14
 |\__ freetype2-2.2.1_1
 |\__ perl-5.8.8
 |\__ fontconfig-2.3.2_6,1
 |\__ gettext-0.14.5_2
 |\__ libxml2-2.6.27
 |\__ xorg-libraries-6.9.0_1
 |\__ bitstream-vera-1.10_2
 |\__ tiff-3.8.2_1
 |\__ javavmwrapper-2.3
 |\__ hicolor-icon-theme-0.9_2
 |\__ glib-2.12.9
 |\__ shared-mime-info-0.19
 |\__ atk-1.12.4
 |\__ cairo-1.2.6_1
 |\__ xorg-fonts-truetype-6.9.0
 |\__ libXft-2.1.7_1
 |\__ diablo-jdk-1.5.0.07.01_1
 |\__ gtk-2.10.9

   \__ swt-devel-3.3M4

 Based on your error it looks like you don't have swt-devel installed.
 You should update your ports tree, install swt-devel, and if that works
 let the maintainer know that it's missing that dependency.

 -Garrett

I had only just run a CVSUP to update my ports tree and src before the 
portupgrade .. so i'll manually install swt-devel and see how things go form 
there.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Error upgrading Azureus

2007-02-05 Thread Warren Liddell
Running FreeBSD 6.2-STABLE
==

[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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]