Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 508656

Summary: dev-vcs/git-cola-2.0.2: missing build dependency
Product: Gentoo Linux Reporter: Konstantin (elxa) <ktrackfd>
Component: Current packagesAssignee: Tiziano Müller (RETIRED) <dev-zero>
Status: RESOLVED FIXED    
Severity: normal CC: halcy0n, jlec
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dev-vcs/git-cola-2.0.2 build.log for failed build

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
+