Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455044 - sys-process/glances-1.4.2.1 should depend on dev-python/setuptools
Summary: sys-process/glances-1.4.2.1 should depend on dev-python/setuptools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Kacper Kowalik (Xarthisius) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-01 19:49 UTC by cutchyacokov
Modified: 2013-02-02 18:06 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>