Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642636 - =dev-java/javahelp-2.0.05_p63[doc]: many javadoc errors break build
Summary: =dev-java/javahelp-2.0.05_p63[doc]: many javadoc errors break build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: InVCS
Depends on: 643318
Blocks:
  Show dependency tree
 
Reported: 2017-12-29 13:11 UTC by Martin von Gagern
Modified: 2018-04-15 13:57 UTC (History)
0 users

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


Attachments
build log (dev-java:javahelp-2.0.05_p63:20171224-010658.log,91.33 KB, text/plain)
2017-12-29 13:11 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2017-12-29 13:11:17 UTC
Created attachment 511966 [details]
build log

dev-java/javahelp-2.0.05_p63 with USE=doc fails build using icedtea-8 i.e. dev-java/icedtea-3.6.0 due to too many javadoc errors:

  [javadoc] /var/tmp/portage/dev-java/javahelp-2.0.05_p63/work/javahelp2-2.0.05_svn63/jhMaster/JavaHelp/src/new/javax/help/AbstractHelpAction.java:119: error: reference not found
  [javadoc]      * @see Action#getValue
  [javadoc]             ^

  [javadoc] /var/tmp/portage/dev-java/javahelp-2.0.05_p63/work/javahelp2-2.0.05_svn63/jhMaster/JavaHelp/src/new/javax/hel
p/AbstractHelpAction.java:133: error: reference not found
  [javadoc]      * @see Action#putValue 
  [javadoc]             ^

  [javadoc] /var/tmp/portage/dev-java/javahelp-2.0.05_p63/work/javahelp2-2.0.05_svn63/jhMaster/JavaHelp/src/new/javax/help/AppendMerge.java:70: error: @param name not found
  [javadoc]      * @param masterNode The master node to merge with 
  [javadoc]               ^

  [javadoc] /var/tmp/portage/dev-java/javahelp-2.0.05_p63/work/javahelp2-2.0.05_svn63/jhMaster/JavaHelp/src/new/javax/help/AppendMerge.java:71: error: @param name not found
  [javadoc]      * @param slaveNode The node to merge into the master
  [javadoc]               ^

…

  [javadoc] 100 errors
  [javadoc] 100 warnings

BUILD FAILED
/var/tmp/portage/dev-java/javahelp-2.0.05_p63/work/javahelp2-2.0.05_svn63/javahelp_nbproject/nbproject/build-impl.xml:610
: Javadoc returned 1

Total time: 19 seconds
 * ERROR: dev-java/javahelp-2.0.05_p63::gentoo failed (compile phase):
 *   eant failed
 * 
 * Call stack:
 *     ebuild.sh, line  124:  Called src_compile
 *   environment, line 3947:  Called _eant 'release' 'javadoc'
 *   environment, line  265:  Called eant '-Dservlet-jar=//usr/share/tomcat-servlet-api-2.4/lib/servlet-api.jar' '-Djsp-jar=//usr/share/tomcat-servlet-api-2.4/lib/jsp-api.jar' '-Djdic-jar-present=true' '-Djdic-zip-present=true' '-Dtomcat-zip-present=true' '-Dservlet-jar-present=true' 'release' 'javadoc'
 *   environment, line  618:  Called die
 * The specific snippet of code:
 *       ant ${antflags} "${@}" || die "eant failed"
 * 
 * If you need support, post the output of `emerge --info '=dev-java/javahelp-2.0.05_p63::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-java/javahelp-2.0.05_p63::gentoo'`.
!!! When you file a bug report, please include the following information:
GENTOO_VM=icedtea-8  CLASSPATH="" JAVA_HOME="/usr/lib64/icedtea8"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER="javac"
and of course, the output of emerge --info =javahelp-2.0.05_p63
 * The complete build log is located at '/var/log/portage/dev-java:javahelp-2.0.05_p63:20171224-010658.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-java/javahelp-2.0.05_p63/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-java/javahelp-2.0.05_p63/work/javahelp2-2.0.05_svn63/javahelp_nbproject'
 * S: '/var/tmp/portage/dev-java/javahelp-2.0.05_p63/work/javahelp2-2.0.05_svn63/'
Comment 1 James Le Cuirot gentoo-dev 2018-03-20 22:28:31 UTC
I've dropped this flag in 2.0.05_p20170719.
Comment 2 Larry the Git Cow gentoo-dev 2018-04-15 13:57:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47291699203298c6fb71c450f2e9e228cd790ba2

commit 47291699203298c6fb71c450f2e9e228cd790ba2
Author:     Johannes Huber <johu@gentoo.org>
AuthorDate: 2018-04-15 13:57:38 +0000
Commit:     Johannes Huber <johu@gentoo.org>
CommitDate: 2018-04-15 13:57:38 +0000

    dev-java/javahelp: Remove 2.0.05_p63
    
    Closes: https://bugs.gentoo.org/642636
    Bug: https://bugs.gentoo.org/643318
    Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-java/javahelp/Manifest                   |  1 -
 dev-java/javahelp/javahelp-2.0.05_p63.ebuild | 86 ----------------------------
 2 files changed, 87 deletions(-)