[Bug 1223] The return type is incompatible with Attribute.getDTDType() for icedtea6-1.11.5 build

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Mar 25 13:36:08 PDT 2013


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

--- Comment #10 from Andrew John Hughes <gnu.andrew at redhat.com> ---
This is the problem:

configure:10685: checking if javax.xml.stream.events.Attribute.getDTDType()
wrongly returns a QName
gcj: 5: No such file or directory
gcj: 5: No such file or directory
gcj: unrecognized option '-cp'
gcj: unrecognized option '-source'
configure:10760: result: yes

/home/c83001/local/bin/javac needs to support the usual javac arguments like
-cp and -source.  configure is trying to run:

${JAVAC} -cp . ${JAVACFLAGS} -source 5 -target 5 Test.java

and failing because your javac doesn't accept -cp or -source.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130325/0b6057e7/attachment.html 


More information about the distro-pkg-dev mailing list