A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5254 ====================================================================== Reported By: jubal Assigned To: ====================================================================== Project: python27 Issue ID: 5254 Category: Reproducibility: always Severity: block Priority: normal Status: new ====================================================================== Date Submitted: 2015-10-15 13:39 CEST Last Modified: 2015-10-15 13:43 CEST ====================================================================== Summary: _curses.so is missing python27 (2.7.8,REV=2014.09.23) (sparc solaris 10 9/10) Description: Hi folks! It looks like there's a bug in the python27 build. Maybe it was linked against /lib/libcurses.so instead of ncurses or something?
I would love to avoid building python from scratch on these machines - you guys do such a great job :) ====================================================================== ---------------------------------------------------------------------- (0011062) jubal (reporter) - 2015-10-15 13:43 https://www.opencsw.org/mantis/view.php?id=5254#c11062 ---------------------------------------------------------------------- oh - the python output also -- root@arc:~ % python2.7 Python 2.7.8 (default, Sep 23 2014, 12:47:57) [GCC 4.9.0] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import curses Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/csw/lib/python2.7/curses/__init__.py", line 15, in <module> from _curses import * ImportError: No module named _curses >>>
