A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5254 ====================================================================== Reported By: jubal Assigned To: dam ====================================================================== Project: python27 Issue ID: 5254 Category: Reproducibility: always Severity: block Priority: normal Status: assigned ====================================================================== Date Submitted: 2015-10-15 13:39 CEST Last Modified: 2015-10-17 10:47 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 :) ====================================================================== ---------------------------------------------------------------------- (0011067) jubal (reporter) - 2015-10-17 10:47 https://www.opencsw.org/mantis/view.php?id=5254#c11067 ---------------------------------------------------------------------- Ok - you rock dam :) I went to build branches/python2.7 and lbehold - _curses is fixed by your latest change. Awesome, and thank you! Can you also make the build depend on CSWlibssl-dev? I did the following to my Makefile Index: Makefile =================================================================== --- Makefile (revision 25299) +++ Makefile (working copy) @@ -135,6 +135,7 @@ RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibreadline6 RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibsqlite3-0 RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibssl-dev RUNTIME_DEP_PKGS_CSWpython$(CVER) += CSWlibz1 # Don't merge test files. @@ -155,6 +156,7 @@ BUILD_DEP_PKGS += CSWlibsqlite3-dev BUILD_DEP_PKGS += CSWlibgdbm-dev BUILD_DEP_PKGS += CSWlibgcrypt-dev +BUILD_DEP_PKGS += CSWlibssl-dev # Allow to choose the default Python version. # Python 2.6 is the default one as of 2013-07-21.
