The following issue requires your FEEDBACK. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5190 ====================================================================== Reported By: janci Assigned To: dam ====================================================================== Project: py_salt Issue ID: 5190 Category: Reproducibility: always Severity: block Priority: normal Status: feedback ====================================================================== Date Submitted: 2014-07-18 17:20 CEST Last Modified: 2014-10-16 11:16 CEST ====================================================================== Summary: py_salt Description: Hi, salt-minion does not work after install. The problem is that python modules that are installed as dependencies are not for python 2.7 and salt requires python 2.7 to run (because of #!/opt/csw/bin/python2.7 in the main binary). Namely, these modules should be updated to support 2.7: PyYAML pyzmq msgpack-python
(because they install into /opt/csw/lib/python instead of /opt/csw/lib/python2.[67]) And CSWpython27 should be also added to dep list. ====================================================================== ---------------------------------------------------------------------- (0010939) dam (administrator) - 2014-10-16 11:16 https://www.opencsw.org/mantis/view.php?id=5190#c10939 ---------------------------------------------------------------------- The python modules are usually build for 2.6 and 2.7 (and later probably 3.x), however, the process takes some time. You can see the progress at http://buildfarm.opencsw.org/~maciej/python-modules.html That is also the reason why Python 2.7 is not listed as dependency as you can also use it with 2.6 and we don't have conditional dependencies. I updated pyzmq, please see if this fixes your issue.
