This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年04月08日 01:54 by pda, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (9) | |||
|---|---|---|---|
| msg157769 - (view) | Author: Paul A. (pda) | Date: 2012年04月08日 01:54 | |
I can't help thinking that configure should be able to figure out the need for this -- Modules/termios.c won't compile without adding -D_TERMIOS_INCLUDED by hand. This is far from new, all 2.5+ versions I've tried to compile are like that on this platform. |
|||
| msg157772 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2012年04月08日 02:06 | |
Can you suggest a patch? As I said on the other issue I don't believe any core developers have access to hpux. |
|||
| msg157792 - (view) | Author: Paul A. (pda) | Date: 2012年04月08日 16:10 | |
On Sun, Apr 08, 2012 at 02:06:46AM +0000, R. David Murray wrote: > > R. David Murray <rdmurray@bitdance.com> added the comment: > > Can you suggest a patch? As I said on the other issue I don't believe any core developers have access to hpux. Sure, once I figure out what that patch will be. |
|||
| msg158213 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年04月13日 17:07 | |
patch should be for 2.7 or 3.2/3 as 2.6 only gets security fixes. |
|||
| msg175914 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年11月18日 20:01 | |
I should have added 'please try compiling 3.x to make sure it has the same problem' since configure might behave differently. |
|||
| msg176033 - (view) | Author: Paul A. (pda) | Date: 2012年11月20日 22:08 | |
On Sun, Nov 18, 2012 at 08:01:39PM +0000, Terry J. Reedy wrote: > I should have added 'please try compiling 3.x to make sure it has the same problem' since configure might behave differently. I'm fairly sure I did, that was quite a few months ago, so my memory could be faulty. I did eventually get both of 2.6.7 and 2.7.3 built, I really must submit my patches. I suppose it should go against the current 2.7 in the repo, correct? |
|||
| msg176035 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年11月20日 23:03 | |
Yes, and ditto for 3.x if the patch needs to be altered. |
|||
| msg176036 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年11月20日 23:11 | |
I think I fixed this yesterday in #6308. Please try with a current 2.7, 3.3 or 3.4 clone. |
|||
| msg176123 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年11月22日 20:19 | |
Closing, since this is fixed on the buildslave. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:28 | admin | set | github: 58730 |
| 2012年11月22日 20:19:42 | skrah | set | status: open -> closed superseder: termios fix for QNX breaks HP-UX components: + Extension Modules, - Build keywords: + buildbot messages: + msg176123 type: enhancement -> compile error resolution: duplicate stage: needs patch -> resolved |
| 2012年11月20日 23:11:14 | skrah | set | nosy:
+ skrah messages: + msg176036 |
| 2012年11月20日 23:03:31 | terry.reedy | set | messages:
+ msg176035 title: ia64-hp-hpux11.31 won't compile Python-2.6.8rc2 without -D_TERMIOS_INCLUDED -> ia64-hp-hpux11.31 won't compile 2.7 without -D_TERMIOS_INCLUDED |
| 2012年11月20日 22:08:05 | pda | set | messages: + msg176033 |
| 2012年11月18日 20:01:39 | terry.reedy | set | messages: + msg175914 |
| 2012年11月18日 19:55:29 | ezio.melotti | set | nosy:
+ trent versions: + Python 3.4 |
| 2012年04月13日 17:07:13 | terry.reedy | set | versions:
+ Python 2.7, Python 3.2, Python 3.3, - Python 2.6 nosy: + terry.reedy messages: + msg158213 stage: needs patch |
| 2012年04月08日 16:10:27 | pda | set | messages: + msg157792 |
| 2012年04月08日 02:06:46 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg157772 |
| 2012年04月08日 01:54:35 | pda | create | |