Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482848 - dev-util/fatrace-0.5[-powertop]: incorrectly dies when python is not needed
Summary: dev-util/fatrace-0.5[-powertop]: incorrectly dies when python is not needed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-28 21:29 UTC by SpanKY
Modified: 2016-03-21 18:20 UTC (History)
2 users (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 SpanKY gentoo-dev 2013-08-28 21:29:31 UTC
the fatrace-0.5.ebuild reads:

  PYTHON_COMPAT=( python{3_1,3_2,3_3} )
  inherit python-single-r1

i have this set via profile:

  PYTHON_SINGLE_TARGET="python2_7"

but fatrace only cares about python when USE=powertop.  i'm building with USE=-powertop (the default).  yet the eclass is dying on me:

  * No Python implementation select for the build. .........

all that said, does this script even require python3 ?  i know the shebang is set to python3, but a quick check shows that it seems to work w/python2.7 ...
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-08-28 21:36:10 UTC
@xmw: thou shalt 'use powertop && python-single-r1_pkg_setup'.
Comment 2 Michael Weber (RETIRED) gentoo-dev 2016-03-21 18:20:45 UTC
commit 422a75a3caa98640e29bfc11080ccadfc6bb9969
Author: Michael Weber <xmw@gentoo.org>
Date:   Mon Mar 21 19:17:03 2016 +0100

    dev-util/fatrace: Version bump, fix python pkg_setup (bug 482848, thanks vapier & mgorny).