Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834835 - app-text/asciidoc-10.1.3: Doesn't install manpages
Summary: app-text/asciidoc-10.1.3: Doesn't install manpages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-09 14:42 UTC by Thomas Bracht Laumann Jespersen
Modified: 2024-09-06 10:12 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Bracht Laumann Jespersen 2022-03-09 14:42:14 UTC
I ran

$ ebuild ./asciidoc-10.1.3.ebuild install
$ cd /var/tmp/portage/app-text/asciidoc-10.1.3/image
$ find | grep man./usr/share/asciidoc/docbook-xsl/manpage.xsl
./usr/lib/python3.9/site-packages/asciidoc/resources/docbook-xsl/manpage.xsl

I also unmasked the 10.1.3 version, emerged it and did "man a2x", and it doesn't find any manpage.

For comparison, doing an "ebuild .. install"  on the current stable (9.1.0), I get the following:

$ find |grep man
./usr/share/man
./usr/share/man/man1
./usr/share/man/man1/testasciidoc.1.bz2
./usr/share/man/man1/asciidoc.1.bz2
./usr/share/man/man1/a2x.1.bz2
./usr/share/asciidoc/docbook-xsl/manpage.xsl

Reproducible: Always

Steps to Reproduce:
from a clone of the Gentoo ebuild repo do


1. cd app-text/asciidoc
2. ebuild ./asciidoc-10.1.3.ebuild install  # assuming deps are already installed
3. cd /var/tmp/portage/app-text/asciidoc-10.1.3/image # or wherever the image folder is placed
4. find | grep man


Actual Results:  
No man pages for asciidoc and a2x are installed.

Expected Results:  
Man pages for asciidoc(1) and a2x(1) at least. Maybe also testasciidoc(1)
Comment 1 Larry the Git Cow gentoo-dev 2024-09-06 10:12:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0663c0bec3c1bda2daadc9c1d2b9b6506a148b8b

commit 0663c0bec3c1bda2daadc9c1d2b9b6506a148b8b
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-09-06 07:21:04 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-09-06 10:11:44 +0000

    app-text/asciidoc: add 10.2.1
    
    Closes: https://bugs.gentoo.org/834835
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 app-text/asciidoc/Manifest               |  1 +
 app-text/asciidoc/asciidoc-10.2.1.ebuild | 64 ++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)