Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385847 - sci-visualization/qtiplot: python_mod_{optimize,cleanup} called with USE=-python
Summary: sci-visualization/qtiplot: python_mod_{optimize,cleanup} called with USE=-python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 11:07 UTC by Dustin Polke
Modified: 2011-10-06 11:33 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 Dustin Polke 2011-10-06 11:07:34 UTC
ERROR: postinst
python_mod_optimize(): 'qtiplot' does not exist

Calls to python_mod_optimize and python_mod_cleanup should be put behind python use flag to avoid errors like mentioned above:

use python && python_mod_optimize qtiplot
use python && python_mod_cleanup qtiplot

Thanks.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2011-10-06 11:33:03 UTC
+  06 Oct 2011; Justin Lecher <jlec@gentoo.org> qtiplot-0.9.7.14-r1.ebuild,
+  qtiplot-0.9.8.2.ebuild, qtiplot-0.9.8.3.ebuild, qtiplot-0.9.8.4.ebuild,
+  qtiplot-0.9.8.5.ebuild, qtiplot-0.9.8.6.ebuild, qtiplot-0.9.8.7.ebuild,
+  qtiplot-0.9.8.8.ebuild:
+  Only run python_mod function with USE=python, #385847
+