[Bug 631] icedtea6-1.9.7 fails to build on ppc/ppc64
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Feb 16 03:56:55 PST 2011
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=631
------- Comment #1 from mark at klomp.org 2011-02-16 11:56 -------
So this is actually in the netx build part.
Maybe TransferHandler.java is somehow included twice through this build
command?
/mnt/DEVEL/icedtea6/work/src/icedtea6-1.9.7/bootstrap/jdk1.6.0/bin/javac -g
-encoding utf-8 -J-Xmx1024m -source 6 -target 6 \
-d /mnt/DEVEL/icedtea6/work/src/icedtea6-1.9.7/netx.build \
-sourcepath
/mnt/DEVEL/icedtea6/work/src/icedtea6-1.9.7/netx:/mnt/DEVEL/icedtea6/work/src/icedtea6-1.9.7/generated:openjdk-ecj/jdk/src/share/classes:openjdk-ecj/jdk/src/solaris/classes:openjdk-ecj/langtools/src/share/classes:openjdk-ecj/corba/src/share/classes
\
-classpath
/mnt/DEVEL/icedtea6/work/src/icedtea6-1.9.7/bootstrap/jdk1.6.0/jre/lib/rt.jar
-bootclasspath \'\' \
@netx-source-files.txt
What does
/mnt/DEVEL/icedtea6/work/src/icedtea6-1.9.7/bootstrap/jdk1.6.0/bin/javac point
to? Is it a script? If so, what does it expand to?
What is the contents of netx-source-files.txt? Does it contain
TransferHandler.java?
Is TransferHandler.java found multiple times in the source tree? If so where?
Does
/mnt/DEVEL/icedtea6/work/src/icedtea6-1.9.7/bootstrap/jdk1.6.0/jre/lib/rt.jar
contain TransferHandler.class and/or
TransferHandler$HasGetTransferHandler.class (or some variant of it)?
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list