Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292080 - dev-lang/python-2.6.4 patches for IRIX (using built-in ffi)
Summary: dev-lang/python-2.6.4 patches for IRIX (using built-in ffi)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All IRIX
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on: 254120
Blocks:
  Show dependency tree
 
Reported: 2009-11-06 11:38 UTC by Stuart Shelton
Modified: 2009-11-11 13:37 UTC (History)
0 users

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


Attachments
Patch for python-2.6.4.ebuild to allow compilation on IRIX (python-2.6.4.ebuild.patch,3.20 KB, patch)
2009-11-06 11:41 UTC, Stuart Shelton
Details | Diff
IRIX Python patch updated for 2.6.4 (python-2.6.4-irix.patch,11.23 KB, patch)
2009-11-06 11:42 UTC, Stuart Shelton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Shelton 2009-11-06 11:38:06 UTC
Attached are a new python-2.6.4 patch for IRIX and modifications to the python-2.6.4 ebuild needed to incorporate this and build the built-in ffi correctly.
Comment 1 Stuart Shelton 2009-11-06 11:41:38 UTC
Created attachment 209411 [details, diff]
Patch for python-2.6.4.ebuild to allow compilation on IRIX


A few small changes here - don't require virtual/libffi and keep Python ffi on IRIX, and correct readline patch (which, since IRIX system library directory is /usr/lib32 rather than /usr/lib, won't apply as supplied).
Comment 2 Stuart Shelton 2009-11-06 11:42:29 UTC
Created attachment 209412 [details, diff]
IRIX Python patch updated for 2.6.4
Comment 3 Stuart Shelton 2009-11-06 12:35:41 UTC
Oh, and Python still needs the patch to flag-o-matic.eclass from Bug 254120, otherwise 'append-flags -L.' is rejected, because trying to compile /dev/null to /dev/null isn't accepted by the platform compiler, surprisingly enough...
Comment 4 Fabian Groffen gentoo-dev 2009-11-11 13:37:34 UTC
irix libffi restored, irix patch updated, readline patch fixed and applied before libdir expansion