classification
Title: HP-UX: -lcurses missing for readline.so
Type: behavior Stage: test needed
Components: Build Versions: Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, jabt, r.david.murray
Priority: low Keywords:

Created on 2007-01-31 14:33 by jabt, last changed 2010-09-16 17:20 by r.david.murray. This issue is now closed.

Messages (3)
msg61058 - (view) Author: Johannes Abt (jabt) Date: 2007-01-31 14:33
The readline extension seemed to be built without problems, but afterwards, this line appears:

/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'tgetent' in load module 'build/lib.hp-ux-B.11.23-ia64-2.5/readline.so'.

I have fixed this by manually rebuilding the above file with -lcurses.


msg116564 - (view) Author: Mark Lawrence (BreamoreBoy) Date: 2010-09-16 15:49
I can't believe that a build issue raised almost 4 years ago against 2.5 is still an issue today.
msg116577 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-09-16 17:20
It could still exist since we don't seem to have many people building python on hpux.  That said, unless the op confirms the problem still exists in 2.7 or later this can stay closed.
History
Date User Action Args
2010-09-16 17:20:06r.david.murraysetnosy: + r.david.murray
messages: + msg116577
2010-09-16 15:49:14BreamoreBoysetstatus: open -> closed

nosy: + BreamoreBoy
messages: + msg116564

resolution: out of date
2009-03-30 20:04:48ajaksu2setpriority: normal -> low
stage: test needed
type: behavior
versions: + Python 2.6, - Python 2.5
2007-01-31 14:33:20jabtcreate