Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713720 - dev-util/ninja-1.10.0 does not compile with "doc" USE
Summary: dev-util/ninja-1.10.0 does not compile with "doc" USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-20 22:50 UTC by Alexandre Ferreira
Modified: 2020-03-20 23:43 UTC (History)
1 user (show)

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


Attachments
Compilation log (/var/tmp/portage/dev-util/ninja-1.10.0/temp/build.log) (build.log,22.52 KB, text/x-log)
2020-03-20 22:54 UTC, Alexandre Ferreira
Details
patch for compiling ninja with doc (ninja-1.10.0-doc.patch,559 bytes, patch)
2020-03-20 22:56 UTC, Alexandre Ferreira
Details | Diff
patch to ninja-1.10.0 ebuild to add the patch for doc (ninja-1.10.0-ebuild.patch,275 bytes, patch)
2020-03-20 22:57 UTC, Alexandre Ferreira
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Ferreira 2020-03-20 22:50:35 UTC
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
Comment 1 Alexandre Ferreira 2020-03-20 22:54:38 UTC
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
Comment 2 Alexandre Ferreira 2020-03-20 22:56:32 UTC
Created attachment 623518 [details, diff]
patch for compiling ninja with doc
Comment 3 Alexandre Ferreira 2020-03-20 22:57:14 UTC
Created attachment 623520 [details, diff]
patch to ninja-1.10.0 ebuild to add the patch for doc
Comment 4 Larry the Git Cow gentoo-dev 2020-03-20 23:43:34 UTC
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(+)