| Summary: | dev-vcs/subversion-1.9.4 desn't build witht USE flags "doc java" and icedtea-bin-8 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Yarda <zbox> |
| Component: | Current packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | joerg.schaible |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Yarda
2016-09-21 16:25:07 UTC
It does not build for me with Oracle-jdk-1.8 also:
================ %< ===============
Generating /var/tmp/portage/portage/dev-vcs/subversion-1.9.4/work/subversion-1.9.4/doc/javadoc/help-doc.html...
100 errors
100 warnings
Makefile:694: recipe for target 'doc-javahl' failed
make: *** [doc-javahl] Error 1
* ERROR: dev-vcs/subversion-1.9.4::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=dev-vcs/subversion-1.9.4::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-vcs/subversion-1.9.4::gentoo'`.
* The complete build log is located at '/var/log/portage/dev-vcs:subversion-1.9.4:20160927-193453.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/portage/dev-vcs/subversion-1.9.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/portage/dev-vcs/subversion-1.9.4/temp/environment'.
* Working directory: '/var/tmp/portage/portage/dev-vcs/subversion-1.9.4/work/subversion-1.9.4'
* S: '/var/tmp/portage/portage/dev-vcs/subversion-1.9.4/work/subversion-1.9.4'
!!! When you file a bug report, please include the following information:
GENTOO_VM=oracle-jdk-bin-1.8 CLASSPATH="" JAVA_HOME="/opt/oracle-jdk-bin-1.8.0.102"
JAVACFLAGS="-source 1.5 -target 1.5" COMPILER=""
and of course, the output of emerge --info =subversion-1.9.4
>>> Failed to emerge dev-vcs/subversion-1.9.4, Log file:
================ %< ===============
This is a duplicate of bug #551094 * Cause: Subversion seems to have invalid HTML in its javadoc and the newer 1.8-jdks complain about that. That's why both icedtea-3 and the Oracle-JDK show the same bug. * Suggested fix from https://bugs.gentoo.org/show_bug.cgi?id=551094#c5 : Just add -Xdoclint:none and the JDK will no longer execute these checks. As mentioned in that comment ejavadoc already seems to do this * My fix in https://bugs.gentoo.org/show_bug.cgi?id=551094#c6 works for me (Just rebuild 1.8.16 with it, otherwise building the docs will still fail) * I have not tested the other suggested patch from https://bugs.gentoo.org/show_bug.cgi?id=551094#c9 As JDK-1.8 is now marked 'stable' more and more people will be hitting this and hopefully this addition of -Xdoclint:none can finally be committed. *** This bug has been marked as a duplicate of bug 551094 *** |