Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 381763 - sci-geosciences/grass-6.4.1 lets package build system byte-compile GUI Python
Summary: sci-geosciences/grass-6.4.1 lets package build system byte-compile GUI Python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-04 10:45 UTC by Chris Mayo
Modified: 2011-11-15 04:32 UTC (History)
1 user (show)

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


Attachments
patch to ebuild (grass-6.4.1.ebuild-pycompile.patch,682 bytes, text/plain)
2011-09-04 10:45 UTC, Chris Mayo
Details
patch to grass (grass-6.4.1-nopycompile.patch,533 bytes, patch)
2011-09-04 10:46 UTC, Chris Mayo
Details | Diff
patch to ebuild (grass-6.4.1.ebuild-pycompile.patch,873 bytes, patch)
2011-09-04 18:11 UTC, Chris Mayo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2011-09-04 10:45:33 UTC
Created attachment 285509 [details]
patch to ebuild

The Python files installed with USE="wxwidgets" in /usr/lib64/grass64/etc/wxpython are compiled by grass's own build system.

Attached patches get portage to do the job for me.
Comment 1 Chris Mayo 2011-09-04 10:46:00 UTC
Created attachment 285511 [details, diff]
patch to grass
Comment 2 Chris Mayo 2011-09-04 18:11:51 UTC
Created attachment 285541 [details, diff]
patch to ebuild

Compile the grass Python module too.