Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936530 - dev-java/javacc-4.1 fails to compile with USE=doc: Target javadoc does not exist in the project javacc
Summary: dev-java/javacc-4.1 fails to compile with USE=doc: Target javadoc does not ex...
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: PullRequest
Depends on:
Blocks:
 
Reported: 2024-07-23 07:19 UTC by Agostino Sarubbo
Modified: 2024-08-23 09:01 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,55.72 KB, text/plain)
2024-07-23 07:19 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-07-23 07:19:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-java/javacc-4.1 fails to compile.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14) - openjdk-bin-24

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-23 07:19:42 UTC
Created attachment 898176 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-23 07:19:43 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


     [java] File "ASTBNFAssignment.java" does not exist.  Will create one.
     [java] File "ASTBNFChoice.java" does not exist.  Will create one.
     [java] File "ASTBNFLookahead.java" does not exist.  Will create one.
     [java] File "ASTBNFNonTerminal.java" does not exist.  Will create one.
     [java] File "ASTBNFOneOrMore.java" does not exist.  Will create one.
     [java] File "ASTBNFParenthesized.java" does not exist.  Will create one.
     [java] File "ASTBNFSequence.java" does not exist.  Will create one.
     [java] File "ASTBNFTryBlock.java" does not exist.  Will create one.
     [java] File "ASTBNFZeroOrMore.java" does not exist.  Will create one.
     [java] File "ASTBNFZeroOrOne.java" does not exist.  Will create one.
     [java] File "ASTCharDescriptor.java" does not exist.  Will create one.
     [java] File "ASTPrimaryExpression.java" does not exist.  Will create one.
     [java] File "ASTProductions.java" does not exist.  Will create one.
     [java] File "ASTRE.java" does not exist.  Will create one.
     [java] File "ASTRECharList.java" does not exist.  Will create one.
     [java] File "ASTREChoice.java" does not exist.  Will create one.
     [java] File "ASTREEOF.java" does not exist.  Will create one.
     [java] File "ASTRENamed.java" does not exist.  Will create one.
     [java] File "ASTREOneOrMore.java" does not exist.  Will create one.
     [java] File "ASTREParenthesized.java" does not exist.  Will create one.
     [java] File "ASTREReference.java" does not exist.  Will create one.
     [java] File "ASTRESequence.java" does not exist.  Will create one.
     [java] File "ASTRESpec.java" does not exist.  Will create one.
     [java] File "ASTREStringLiteral.java" does not exist.  Will create one.
     [java] File "ASTREZeroOrMore.java" does not exist.  Will create one.
     [java] File "ASTREZeroOrOne.java" does not exist.  Will create one.
     [java] File "ASTRRepetitionRange.java" does not exist.  Will create one.
     [java] File "ASTTokenDecls.java" does not exist.  Will create one.
     [java] File "JJTJJTreeParserState.java" does not exist.  Will create one.
     [java] File "JJTreeParserTreeConstants.java" does not exist.  Will create one.
     [java] File "JavaCharStream.java" does not exist.  Will create one.
     [java] File "Node.java" does not exist.  Will create one.
     [java] File "ParseException.java" does not exist.  Will create one.
     [java] File "SimpleNode.java" does not exist.  Will create one.
     [java] File "TokenMgrError.java" does not exist.  Will create one.
BUILD FAILED
Target "javadoc" does not exist in the project "javacc".
Comment 3 Volkmar W. Pogatzki 2024-07-23 09:55:20 UTC
Not specific to jdk:24
Comment 4 Volkmar W. Pogatzki 2024-07-23 10:04:56 UTC
I have a fixed -r1 already in my local repository. Will do a PR later.
Comment 5 Larry the Git Cow gentoo-dev 2024-07-23 18:21:01 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192e24ec75e39c4ca17efabea7588665d084bcce

commit 192e24ec75e39c4ca17efabea7588665d084bcce
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-06-10 14:35:04 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-07-23 18:18:13 +0000

    dev-java/javacc: slot 0 build without rewrite-xml, drop java-ant-2
    
    Bug: https://bugs.gentoo.org/936530
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/javacc/files/javacc-4.1-javadoc.patch |  16 +++
 dev-java/javacc/files/javacc-4.1-source8.patch | 134 +++++++++++++++++++++++++
 dev-java/javacc/javacc-4.1-r1.ebuild           |  72 +++++++++++++
 3 files changed, 222 insertions(+)
Comment 6 Larry the Git Cow gentoo-dev 2024-08-23 09:01:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49dc18401cf13b5cc3434300122806a2cbe6cd84

commit 49dc18401cf13b5cc3434300122806a2cbe6cd84
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-08-22 07:02:27 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-08-23 09:00:41 +0000

    dev-java/javacc: drop 4.1, 7.0.4, 7.0.13
    
    Closes: https://bugs.gentoo.org/936530
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/38203/commits/974636989f93815327c91d8668e4ae56b61deab4
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 dev-java/javacc/files/javacc-4.0-javadoc.patch | 14 ------
 dev-java/javacc/javacc-4.1.ebuild              | 66 --------------------------
 dev-java/javacc/javacc-7.0.13.ebuild           | 54 ---------------------
 dev-java/javacc/javacc-7.0.4.ebuild            | 66 --------------------------
 4 files changed, 200 deletions(-)