Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2007 21:30:07 -0700
From:      John Reynolds <johnjen@reynoldsnet.org>
To:        ports@freebsd.org
Subject:   continued trouble compiling java/jdk15 on 7.0-CURRENT
Message-ID:  <18107.59855.573361.419261@whale.home-net>

next in thread | raw e-mail | index | archive | help
Hello ports, I'm having continued trouble getting the java/jkd15 port to
compile under 7.0-CURRENT (kernel/world as of Jun 22 12:56:07 MST 2007). My
ports tree was CVSup'ed 8/8/2007. I manually fetched the tarballs the port
requires and it churns and churns ultimately ending with the following:

<<<Finished Recursively making javac all @ Thu Aug  9 20:05:08 MST 2007.
>>>Recursively making recompile all @ Thu Aug  9 20:05:08 MST 2007 ...
gmake[5]: Entering directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile'
>>>Recursively making library all @ Thu Aug  9 20:05:08 MST 2007 ...
gmake[6]: Entering directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library'
gmake classes copy-classes VARIANT=OPT
gmake[7]: Entering directory `/usr/ports/java/jdk15/work/j2se/make/sun/javac/recompile/library'

(deleted)

../../../../../src/share/classes/java/text/DecimalFormat.java:509: cannot find symbol
symbol  : class FieldDelegate
location: class java.text.DecimalFormat
                                FieldDelegate delegate) {
                                ^
...
../../../../../src/share/classes/java/security/Signature.java:23: cannot find symbol
symbol  : class crypto
location: package javax
import javax.crypto.IllegalBlockSizeException;
             ^

(lots of these type errors)

../../../../../src/share/classes/java/io/ObjectStreamClass.java:976: warning: non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
                readObjectNoDataMethod.invoke(obj, null);
                                                   ^
gmake[7]: *** [.compile.classlist] Error 4

What is necessary to get this port to compile under 7.0-CURRENT with a current
ports tree? Do I need dependencies that are not (per chance) specified as build
deps? What is going wrong here?

-Jr

-- 
John & Jennifer Reynolds  johnjen at reynoldsnet.org        www.reynoldsnet.org
Structural/Physical Design - some group - Intel   jreynold at sedona.ch.intel.com
Running FreeBSD since 2.1.5-RELEASE.   KT7JCR        FreeBSD: The Power to Serve!
"Unix is user friendly, it's just particular about the friends it chooses."



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18107.59855.573361.419261>