Summary: | dev-util/ninja-1.10.0 does not compile with "doc" USE | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexandre Ferreira <alexandref75> |
Component: | Current packages | Assignee: | Chromium Project <chromium> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Compilation log (/var/tmp/portage/dev-util/ninja-1.10.0/temp/build.log)
patch for compiling ninja with doc patch to ninja-1.10.0 ebuild to add the patch for doc |
Created attachment 623516 [details]
Compilation log (/var/tmp/portage/dev-util/ninja-1.10.0/temp/build.log)
result of emerge ninja with doc USE flag
Created attachment 623518 [details, diff]
patch for compiling ninja with doc
Created attachment 623520 [details, diff]
patch to ninja-1.10.0 ebuild to add the patch for doc
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=073803ef5f2f587ae607ba0d02d505c95b975059 commit 073803ef5f2f587ae607ba0d02d505c95b975059 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2020-03-20 23:43:11 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2020-03-20 23:43:24 +0000 dev-util/ninja: fix doxygen build Closes: https://bugs.gentoo.org/713720 Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118 Signed-off-by: Mike Gilbert <floppym@gentoo.org> dev-util/ninja/files/ninja-1.10.0-readme.patch | 38 ++++++++++++++++++++++++++ dev-util/ninja/ninja-1.10.0.ebuild | 1 + 2 files changed, 39 insertions(+) |
If doc USE is set on the ninja-1.10.0 the compilation fails with an error: ninja: error: 'README', needed by 'build/doxygen_mainpage', missing and no known rule to make it Reproducible: Always Steps to Reproduce: 1.emerge ninja-1.10.0 with "doc" 2. 3. Actual Results: >>> Failed to emerge dev-util/ninja-1.10.0, Log file: Expected Results: package installed