Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 606766 - dev-vcs/subversion-1.9.5 will not build. javadoc: error - invalid flag: -Xdoclint:none
Summary: dev-vcs/subversion-1.9.5 will not build. javadoc: error - invalid flag: -Xdoc...
Status: RESOLVED DUPLICATE of bug 599032
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-22 05:25 UTC by deference
Modified: 2019-05-17 12:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build-subversion.txt,461.97 KB, text/plain)
2017-01-22 05:25 UTC, deference
Details
emerge --info (emergeinfo-subversion.txt,30.29 KB, text/plain)
2017-01-22 05:26 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deference 2017-01-22 05:25:34 UTC
[ebuild     U ] dev-vcs/subversion-1.9.5 [1.9.4] USE="berkdb ctypes-python doc* extras http java perl python ruby sasl -apache2 -debug -dso -gnome-keyring -kde -nls {-test} -vim-syntax" PYTHON_TARGETS="python2_7" 

make -j8 doc-javahl
/usr/lib64/icedtea7/bin/javadoc -Xdoclint:none -d /var/tmp/portage/dev-vcs/subversion-1.9.5/work/subversion-1.9.5/doc/javadoc \
  -sourcepath ./subversion/bindings/javahl/src \
  -link http://java.sun.com/javase/6/docs/api/ \
  org.tigris.subversion.javahl \
  org.apache.subversion.javahl \
  org.apache.subversion.javahl.callback \
  org.apache.subversion.javahl.remote \
  org.apache.subversion.javahl.types \
  org.apache.subversion.javahl.util
javadoc: error - invalid flag: -Xdoclint:none
usage: javadoc [options] [packagenames] [sourcefiles] [@files]


GENTOO_VM=icedtea-7  CLASSPATH="" JAVA_HOME="/usr/lib64/icedtea7"
JAVACFLAGS="-source 1.5 -target 1.5" COMPILER=""
and of course, the output of emerge --info =subversion-1.9.5
Comment 1 deference 2017-01-22 05:25:52 UTC
Created attachment 460870 [details]
build.log
Comment 2 deference 2017-01-22 05:26:11 UTC
Created attachment 460872 [details]
emerge --info
Comment 3 Ian Whyman (thev00d00) (RETIRED) gentoo-dev 2017-01-23 22:38:58 UTC
-Xdoclint was added in JDK 8.
Comment 4 deference 2017-01-30 03:23:13 UTC
So you're saying that I just need to change the global java-vm via eselect?
Why not have the build temporarily do so, or invoke the correct verson 
automatically?
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2019-05-17 12:42:48 UTC
*** Bug 601312 has been marked as a duplicate of this bug. ***
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2019-05-17 12:43:18 UTC

*** This bug has been marked as a duplicate of bug 601312 ***
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2019-05-17 12:47:54 UTC
Sorry about the noise.

*** This bug has been marked as a duplicate of bug 599032 ***