Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615578 - dev-util/omake-0.10.2: failed at dodoc
Summary: dev-util/omake-0.10.2: failed at dodoc
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (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: 2017-04-15 03:46 UTC by OKUMURA N. Shin-ya
Modified: 2021-11-24 23:35 UTC (History)
1 user (show)

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


Attachments
Sample ebuild, plan A (omake-0.10.2-r1.ebuild,1.12 KB, text/plain)
2017-04-15 08:57 UTC, OKUMURA N. Shin-ya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description OKUMURA N. Shin-ya 2017-04-15 03:46:08 UTC
With USE=doc, emerge =dev-util/omake-0.10.2 fails at dodoc, because doc/ps/omake-doc.ps doesn't exist in omake-0.10.2.tar.gz.

Reproducible: Always

Steps to Reproduce:
1. USE=doc emerge =dev-util/omake-0.10.2

Actual Results:  
(snip)
/usr/bin/install: cannot stat 'doc/ps/omake-doc.ps': No such file or directory
!!! dodoc: doc/ps/omake-doc.ps does not exist
 * ERROR: dev-util/omake-0.10.2::gentoo failed (install phase):
 *   dodoc failed
 * 
 * If you need support, post the output of `emerge --info '=dev-util/omake-0.10.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/omake-0.10.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/omake-0.10.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/omake-0.10.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/omake-0.10.2/work/omake-0.10.2'
 * S: '/var/tmp/portage/dev-util/omake-0.10.2/work/omake-0.10.2'
 * QA Notice: file does not exist:
 * 
 *      dodoc: doc/ps/omake-doc.ps does not exist


Expected Results:  
emerge should success. :-)

omake-0.10.2.tar.gz doesn't have doc/ps/omake-doc.ps, so;
plan A: dodoc PDF and HTML(s) only
plan B: do pdf2ps in advance
Comment 1 OKUMURA N. Shin-ya 2017-04-15 08:57:47 UTC
Created attachment 470082 [details]
Sample ebuild, plan A
Comment 2 Jonas Stein gentoo-dev 2017-04-22 22:11:38 UTC
thank you for the report and the attachment.
Comment 3 Marek Szuba archtester gentoo-dev 2021-11-24 23:35:09 UTC
0.10.2 is no longer in the tree (but 0.10.3 currently exhibits the same problem, see Bug #819501).