[Bug 591] Unable to build openjdk/icedtea on Slack 13.1

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Nov 16 05:29:40 PST 2010


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=591





------- Comment #15 from gnu_andrew at member.fsf.org  2010-11-16 13:29 -------
Mark's suggestion won't work anyway as it doesn't provide a javac binary.

I believe you have an ecj.jar file.  Instead of symlinking javac to gcj, create
javac as a text file containing:

${BINDIR}/gij -classpath ${PATH_TO_ECJ_JAR}
org.eclipse.jdt.internal.compiler.batch.Main "${@}"

Alternatively, you could fix the original issue by manually reverting
patches/ecj/icedtea-jaxws-getdtdtype.patch which is being applied due to the
failed test assuming yes.

What are all the additional patches you are applying?


-- 
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