Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278028 - [patch] sci-physics/camfr does not build with python-2.6
Summary: [patch] sci-physics/camfr does not build with python-2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Physics related packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: python-2.6
  Show dependency tree
 
Reported: 2009-07-16 10:15 UTC by Dustin Polke
Modified: 2009-07-26 00:24 UTC (History)
0 users

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


Attachments
Patch to ebuild to use python eclass for python dir magic (camfr-20070717-r1.ebuild.diff,1.11 KB, patch)
2009-07-16 10:17 UTC, Dustin Polke
Details | Diff
Remove inclide_dirs from machine_cfg.py as it is handled now in ebuild (machine_cfg.py.diff,1009 bytes, patch)
2009-07-16 10:18 UTC, Dustin Polke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Polke 2009-07-16 10:15:22 UTC
ATM, camfr fails with python-2.6 because it is not listed in machine_cfg.py

I will attach a patch to machine_cfg.py as well as to the ebuild itself to make use of python.eclass to set python dirs in machine_cfg.py.
This will help to build camfr against eselected python version and not highest as it is ATM as well.

Reproducible: Always
Comment 1 Dustin Polke 2009-07-16 10:17:44 UTC
Created attachment 198149 [details, diff]
Patch to ebuild to use python eclass for python dir magic
Comment 2 Dustin Polke 2009-07-16 10:18:47 UTC
Created attachment 198151 [details, diff]
Remove inclide_dirs from machine_cfg.py as it is handled now in ebuild
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2009-07-26 00:24:53 UTC
Fixed in cvs. Thanks for the patches.