Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720738 - dev-util/gnome-builder-3.34.1-r1 cannot compile with "doc" USE flag, ninja build failed
Summary: dev-util/gnome-builder-3.34.1-r1 cannot compile with "doc" USE flag, ninja bu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-02 22:10 UTC by Szymon Scholz
Modified: 2020-05-19 07:24 UTC (History)
1 user (show)

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


Attachments
emerge --info (file_720738.txt,6.49 KB, text/plain)
2020-05-02 22:13 UTC, Szymon Scholz
Details
emerge -pqv (file_720738.txt,375 bytes, text/plain)
2020-05-02 22:15 UTC, Szymon Scholz
Details
build.log (build.log.xz,24.18 KB, application/x-xz)
2020-05-02 22:24 UTC, Szymon Scholz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Szymon Scholz 2020-05-02 22:10:07 UTC
While trying to just emerge gnome-builder with "doc" use flag compilation fails. Tried with USE="clang devhelp git glade gtk-doc spell sysprof vala -doc -test" and it compiled successfully, with USE="clang devhelp doc git glade gtk-doc spell sysprof vala -test" compilation fails.

Reproducible: Always

Steps to Reproduce:
1. USE="doc" emerge --ask --verbose gnome-builder
Actual Results:  
* ERROR: dev-util/gnome-builder-3.34.1-r1::gentoo failed (compile phase):
*   ninja -v -j7 -l0 -C /var/tmp/portage/dev-util/gnome-builder-3.34.1-r1/work/gnome-builder-3.34.1-build failed


Expected Results:  
Just compile successfully

It's fresh installation with 17.1/desktop profile, xfce installed... I think it's nothing that should affect compilation. I am a new gentoo user, so...
Comment 1 Szymon Scholz 2020-05-02 22:13:38 UTC
Created attachment 635764 [details]
emerge --info
Comment 2 Szymon Scholz 2020-05-02 22:15:45 UTC
Created attachment 635766 [details]
emerge -pqv
Comment 3 Szymon Scholz 2020-05-02 22:24:02 UTC
Created attachment 635768 [details]
build.log
Comment 4 Szymon Scholz 2020-05-04 22:59:36 UTC
after emerging sphinx_rtd_theme gnome-builder has compiled with "doc" use-flag

Looks like missing dependency, but idk it's runtime dependency or build-dependency.
Comment 5 Larry the Git Cow gentoo-dev 2020-05-19 07:24:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11f83440098f7ec74f69ad0066a7fb8d2d99e90

commit d11f83440098f7ec74f69ad0066a7fb8d2d99e90
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2020-05-19 04:41:53 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2020-05-19 07:24:04 +0000

    dev-util/gnome-builder: fix missing build dep for USE=doc
    
    Closes: https://bugs.gentoo.org/720738
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Mart Raudsepp <leio@gentoo.org>

 dev-util/gnome-builder/gnome-builder-3.34.1-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)