Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 225701 - dev-python/coverage-2.77 doesn't compile bytecode
Summary: dev-python/coverage-2.77 doesn't compile bytecode
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 209511
  Show dependency tree
 
Reported: 2008-06-10 06:38 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2008-06-10 07:50 UTC (History)
1 user (show)

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


Attachments
coverage-2.77.ebuild.patch (coverage-2.77.ebuild.patch,314 bytes, patch)
2008-06-10 06:39 UTC, Paweł Hajdan, Jr. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2008-06-10 06:38:28 UTC
See https://bugs.gentoo.org/show_bug.cgi?id=209511#c3. Basically the following ewarn is generated for coverage-2.77:

 * //usr/lib64/python2.4/site-packages/coverage doesn't exist!
 * Byte compiling python modules for python-2.4 .. ...      

Will attach a trivial patch that fixes this problem.
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2008-06-10 06:39:47 UTC
Created attachment 156199 [details, diff]
coverage-2.77.ebuild.patch

This adds a PYTHON_MODNAME line so that routines in distutils.eclass properly recognize it (coverage installs only a file called coverage.py, and not a directory named so).
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-06-10 07:50:17 UTC
fixed in CVS.

Thanks.