Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432396 - dev-vcs/hgview-1.6.2 has missing app-text/asciidoc and app-text/xmlto build deps, man file is installed not correct
Summary: dev-vcs/hgview-1.6.2 has missing app-text/asciidoc and app-text/xmlto build d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-23 09:22 UTC by Nikoli
Modified: 2012-08-25 10:04 UTC (History)
2 users (show)

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


Attachments
build.log (hgview-1.6.2_build.log,5.91 KB, text/plain)
2012-08-23 09:22 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikoli 2012-08-23 09:22:48 UTC
Created attachment 322006 [details]
build.log

running build_doc
creating build-2.7/doc
make: Entering directory `/var/tmp/portage/dev-vcs/hgview-1.6.2/work/hgview-1.6.2/build-2.7/doc'
asciidoc -d manpage -b docbook -o hgview.1.xml ../../doc/hgview.1.txt
make: asciidoc: Command not found
make: *** [hgview.1.xml] Error 127
make: Leaving directory `/var/tmp/portage/dev-vcs/hgview-1.6.2/work/hgview-1.6.2/build-2.7/doc'
Traceback (most recent call last):
...

After 'emerge -1vka asciidoc':
running build_doc
creating build-2.7/doc
make: Entering directory `/var/tmp/portage/dev-vcs/hgview-1.6.2/work/hgview-1.6.2/build-2.7/doc'
asciidoc -d manpage -b docbook -o hgview.1.xml ../../doc/hgview.1.txt
xmlto man hgview.1.xml
make: xmlto: Command not found
make: *** [hgview.1] Error 127
rm hgview.1.xml
make: Leaving directory `/var/tmp/portage/dev-vcs/hgview-1.6.2/work/hgview-1.6.2/build-2.7/doc'
Traceback (most recent call last):
...


After 'emerge -1vka app-text/xmlto' hgview builds and install '/usr/man/man1/hgview.1' fine.
Comment 1 Nikoli 2012-08-23 09:26:15 UTC
No, man is installed not fine.

There is '/usr/man/man1/hgview.1' file:
$ file /usr/man/man1/hgview.1
/usr/man/man1/hgview.1: troff or preprocessor input, ASCII text

It is not compressed and is installed to wrong dir.
Comment 2 Davide Pesavento gentoo-dev 2012-08-25 10:04:47 UTC
Fixed in -r1. Thanks for reporting.