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: UNCONFIRMED
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: 2022-03-09 15:23 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)