[py_salt 0005190]: py_salt

Mantis Bug Tracker via bug-notifications bug-notifications at lists.opencsw.org
Mon Jul 21 11:16:13 CEST 2014


A NOTE has been added to this issue. 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=5190 
====================================================================== 
Reported By:                janci
Assigned To:                
====================================================================== 
Project:                    py_salt
Issue ID:                   5190
Category:                   
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-07-18 17:20 CEST
Last Modified:              2014-07-21 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.
====================================================================== 

---------------------------------------------------------------------- 
 (0010876) janci (reporter) - 2014-07-21 11:16
 https://www.opencsw.org/mantis/view.php?id=5190#c10876 
---------------------------------------------------------------------- 
Yup, exactly this version. From unstable.
Actually salt package itself is probably fine (only terribly outdated).
But it is not working with current deps - I've tried 3 clean installations
(full pkgutil -u before that) and none has worked. It misses python modules
I've mentioned. They are installed with salt as its dependencies but salt
will not find them because it does not search include path
/opt/csw/lib/python.
Or am I missing something?



More information about the bug-notifications mailing list