Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 403967 - dev-python/pypy-1.8 add more processor extension flags
Summary: dev-python/pypy-1.8 add more processor extension flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Dirkjan Ochtman (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-02-15 22:27 UTC by Aaron DeVore
Modified: 2012-02-16 13:56 UTC (History)
3 users (show)

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


Attachments
Fix to make -march=opteron work. (1.8-opteron.patch,1.07 KB, patch)
2012-02-15 22:28 UTC, Aaron DeVore
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron DeVore 2012-02-15 22:27:24 UTC
There is a bug in PyPy 1.8 that causes a compiling failure when -march=opteron is set in /etc/make.conf's CFLAGS. Upstream has a fix in their default branch [1]. The attachment is the revision converted to a Gentoo compatible patch.

[1] https://bitbucket.org/pypy/pypy/changeset/02dc2f6160ee

Reproducible: Always
Comment 1 Aaron DeVore 2012-02-15 22:28:39 UTC
Created attachment 302081 [details, diff]
Fix to make -march=opteron work.
Comment 2 Dirkjan Ochtman (RETIRED) gentoo-dev 2012-02-16 13:56:44 UTC
I've added the patch in -r1. Thanks for getting it fixed!