Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 278028

Summary: [patch] sci-physics/camfr does not build with python-2.6
Product: Gentoo Linux Reporter: Dustin Polke <DuPol>
Component: New packagesAssignee: Gentoo Science Physics related packages <sci-physics>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 230205    
Attachments: Patch to ebuild to use python eclass for python dir magic
Remove inclide_dirs from machine_cfg.py as it is handled now in ebuild

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.