Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904034 - app-editors/jedit-5.6.0: does not build internal html docs
Summary: app-editors/jedit-5.6.0: does not build internal html docs
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: 2023-04-08 14:07 UTC by Volkmar W. Pogatzki
Modified: 2024-02-02 14:56 UTC (History)
1 user (show)

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


Attachments
log of starting jEdit form commandline and opening Help, jEdit Help (startlog,5.91 KB, text/plain)
2023-04-08 14:07 UTC, Volkmar W. Pogatzki
Details
emerge --info (emerge --info,7.18 KB, text/plain)
2023-04-08 14:09 UTC, Volkmar W. Pogatzki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volkmar W. Pogatzki 2023-04-08 14:07:03 UTC
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
Comment 1 Volkmar W. Pogatzki 2023-04-08 14:09:38 UTC
Created attachment 859689 [details]
emerge --info
Comment 2 Volkmar W. Pogatzki 2023-04-08 14:15:05 UTC
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.
Comment 3 Larry the Git Cow gentoo-dev 2024-01-03 08:07:48 UTC
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(+)
Comment 4 Larry the Git Cow gentoo-dev 2024-02-02 14:56:50 UTC
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(-)