Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936555 - www-servers/tomcat-10.1.26::gentoo failed (install phase) with USE=doc: api does not exist, or isnt a directory!
Summary: www-servers/tomcat-10.1.26::gentoo failed (install phase) with USE=doc: api d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Java team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2024-07-23 14:48 UTC by Agostino Sarubbo
Modified: 2024-07-25 08:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,108.30 KB, text/plain)
2024-07-23 14:48 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 14:48:38 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-servers/tomcat-10.1.26 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 14:48:39 UTC
Created attachment 898195 [details]
build.log

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


 *       [[ ! -d "${dir}" ]] && die "${dir} does not exist, or isn't a directory!";
 *   output/dist/webapps/docs/api does not exist, or isn't a directory!
Comment 3 Volkmar W. Pogatzki 2024-07-23 15:56:06 UTC
This bug is not specific to jdk:24 as it also happens with jdk:21
Comment 4 Volkmar W. Pogatzki 2024-07-23 15:59:42 UTC
Also -10.1.25-r1 is affected.
Obviously a regression of dropping java-ant-2.eclass
Comment 5 Larry the Git Cow gentoo-dev 2024-07-25 08:59:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593380f52f9c82b6b46491265cb2fb945766d974

commit 593380f52f9c82b6b46491265cb2fb945766d974
Author:     Volkmar W. Pogatzki <gentoo@pogatzki.net>
AuthorDate: 2024-07-24 06:07:42 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2024-07-25 08:59:43 +0000

    www-servers/tomcat: 9.0.91 10.1.26 fix building javadoc
    
    Closes: https://bugs.gentoo.org/936555
    Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
    Closes: https://github.com/gentoo/gentoo/pull/37697
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 www-servers/tomcat/tomcat-10.1.26.ebuild | 1 +
 www-servers/tomcat/tomcat-9.0.91.ebuild  | 1 +
 2 files changed, 2 insertions(+)