Summary: | dev-lang/python ParseTuple __format__ configure check requires -Wformat | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Hristo Venev <hristo> |
Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | rhill |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Fix for python 3.2.3-r2 |
Description
Hristo Venev
2012-12-16 12:54:39 UTC
Created attachment 332468 [details, diff]
Fix for python 3.2.3-r2
I promised to supply patches with bugs, so here is a patch for python 3.2.3-r2.
Add epatch_user to the ebuilds for python. The Summary says gcc 4.7 but your Description says gcc 4.8. Which? 4.8. Sorry for the typo. GCC 4.8 isn't in the official tree. Please reopen this bug report when it is, and if this is then still a problem. gcc 4.8 is out -Wformat by default is a patch we add ourselves. When we add 4.8 to the tree it will have the same behaviour. I've verified that with our patchset the python configure check (checking whether gcc supports ParseTuple __format__...) fails like it should. It does seem to me that your patch is correct anyways and the check is broken without it, but I don't know the context so I'll let the python guys decide what to do with it. |