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.

Author gaal33
Recipients BreamoreBoy, gaal33, jabt, r.david.murray
Date 2012-03-12.15:56:03
SpamBayes Score 6.953869e-08
Marked as misclassified No
Message-id <1331567764.69.0.231357301596.issue1648923@psf.upfronthosting.co.za>
In-reply-to
Content
I confirm that there's still a build issue.

I've tried to compile python 2.7.2 on HP-UX 11.31. And it crashes with : 

ld -b build/temp.hp-ux-B.11.31-ia64-2.7/images/Python-2.7.2/Modules/readline.o -L/usr/lib/termcap -L/usr/local/lib -L/usr/local/lib/hpux32 -lreadline -o build/lib.hp-ux-B.11.31-ia64-2.7/readline.so
/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'tgetent' in load module '/usr/local/lib/hpux32/libreadline.so'.
sh[3]: 11780 Killed
*** Error exit code 137

adding "-lcurses" to the command resolves the problem.
History
Date User Action Args
2012-03-12 15:56:04gaal33setrecipients: + gaal33, jabt, r.david.murray, BreamoreBoy
2012-03-12 15:56:04gaal33setmessageid: <1331567764.69.0.231357301596.issue1648923@psf.upfronthosting.co.za>
2012-03-12 15:56:04gaal33linkissue1648923 messages
2012-03-12 15:56:03gaal33create