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

Bug 455044

Summary: sys-process/glances-1.4.2.1 should depend on dev-python/setuptools
Product: Gentoo Linux Reporter: cutchyacokov <cutchyacokov>
Component: Current packagesAssignee: Kacper Kowalik (Xarthisius) (RETIRED) <xarthisius>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description cutchyacokov 2013-02-01 19:49:23 UTC
This package requires dev-python/setuptools during the build and fails if this package is not present but does not pull it in automatically.

Reproducible: Always

Steps to Reproduce:
1.Take a fresh gentoo x86 install on the default/linux/x86/13.0 profile.
2.verify dev-python/setuptools isn't installed (doesn't seem it should be)
3.keyword glances ~x86 and emerge glances
Actual Results:  
build failed due to missing dependency

Expected Results:  
build should have pulled in dev-python/setuptools and completed successfully

Emerging dev-python/setuptools first allows the build to complete successfully. As does adding dev-python/setuptools to the DEPEND section of the glances ebuild.
Comment 1 Mike Gilbert gentoo-dev 2013-02-02 17:32:47 UTC
+  02 Feb 2013; Mike Gilbert <floppym@gentoo.org> glances-1.4.2.1.ebuild,
+  glances-1.4.ebuild:
+  Depend on setuptools at build and run time. Bug 455044 by cutchyacokov.
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2013-02-02 18:06:37 UTC
+*glances-1.6 (02 Feb 2013)
+
+  02 Feb 2013; Kacper Kowalik <xarthisius@gentoo.org> +glances-1.6.ebuild,
+  -glances-1.4.2.1.ebuild, -glances-1.4.ebuild, metadata.xml:
+  Version bump, drop old. Add dependency on dev-python/setuptools wrt #455044 by
+  cutchyacokov <cutchyacokov@gmail.com>