Created attachment 859688 [details] log of starting jEdit form commandline and opening Help, jEdit Help To reproduce: - Emerge app-editors-jedit - Start jedit from commandline - Navigate to Help -> jEdit Help /usr/share/jedit/doc/whatsnew/toc.xml (No such file or directory) /usr/share/jedit/doc/users-guide/toc.xml (No such file or directory) /usr/share/jedit/doc/FAQ/toc.xml (No such file or directory
Created attachment 859689 [details] emerge --info
The reason is, when using EANT_BUILD_TARGET="build docs-html" The target docs-html which should convert *.xml to *.html in FAQ and users-guide fails with: /var/tmp/portage/app-editors/jedit-5.6.0/work/jEdit/build.xml:518: src '/var/tmp/portage/app-editors/jedit-5.6.0/work/jEdit/lib/docbook/docbook-xsl-resources.zip' doesn't exist.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04595b5f318763d53fbf389db106d37625ea121c commit 04595b5f318763d53fbf389db106d37625ea121c Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2023-04-05 08:58:30 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-01-03 08:07:37 +0000 app-editors/jedit: switch to java-pkg-simple.eclass Switching from java-ant-2 to java-pkg-simple allows dropping dependency on ant-contrib with further 45 dependencies. Builds internal documentation with xmltproc populating /usr/share/jedit/lib/doc/{FAQ,tips,users-guide,whatsnew}. Adds dependency on docbook-xsl-stylesheets which is needed for processing xref in the xml files in the users-guide directory. Still missing users-guide/toc.xml Bug: https://bugs.gentoo.org/904034 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/34579 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> app-editors/jedit/jedit-5.6.0-r1.ebuild | 127 ++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6877623cd9966de574d09c18ffdc3190326261 commit 1f6877623cd9966de574d09c18ffdc3190326261 Author: Volkmar W. Pogatzki <gentoo@pogatzki.net> AuthorDate: 2024-02-02 14:14:00 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-02-02 14:56:38 +0000 app-editors/jedit: drop 5.6.0 Closes: https://bugs.gentoo.org/904034 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35147 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> .../jedit/files/jedit-5.4.0-build-xml.patch | 11 --- app-editors/jedit/jedit-5.6.0.ebuild | 100 --------------------- 2 files changed, 111 deletions(-)