Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508656 - dev-vcs/git-cola-2.0.2: missing build dependency
Summary: dev-vcs/git-cola-2.0.2: missing build dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-25 02:39 UTC by Konstantin (elxa)
Modified: 2014-04-25 07:59 UTC (History)
2 users (show)

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


Attachments
dev-vcs/git-cola-2.0.2 build.log for failed build (build.log,19.00 KB, text/x-log)
2014-04-25 02:41 UTC, Konstantin (elxa)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin (elxa) 2014-04-25 02:39:31 UTC
dev-vcs/git-cola-2.0.2 fails to build because it does not depend on dev-python/sphinx

Reproducible: Always

Steps to Reproduce:
Without dev-python/sphinx installed:

1. emerge git-cola
Actual Results:  
build fails:

sphinx-build -b man -d _build/doctrees   . _build/man
make: sphinx-build: Command not found

Expected Results:  
build succeeds
Comment 1 Konstantin (elxa) 2014-04-25 02:41:13 UTC
Created attachment 375648 [details]
dev-vcs/git-cola-2.0.2 build.log for failed build
Comment 2 Konstantin (elxa) 2014-04-25 02:43:18 UTC
The git-cola-2.0.2.ebuild has

DEPEND="
       doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
       "

but my build failed with

USE:        amd64 elibc_glibc kernel_linux python_single_target_python2_7 python_targets_python2_7 python_targets_python3_3 userland_GNU

according to the build.log
Comment 3 Konstantin (elxa) 2014-04-25 02:44:25 UTC
emerge -1v dev-python/sphinx fixed the build issue
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2014-04-25 07:59:29 UTC
+  25 Apr 2014; Justin Lecher <jlec@gentoo.org> git-cola-2.0.2.ebuild:
+  Fix buildtime dependency on sphinx, #508656
+