Well, I’ve tried both @ben79 and @AngryPenguin suggestions, the package installs, but the warsaw service can’t start.
I first tried to manually download the dependencies, but for each rpm package, other unsatisfied dependencies appeared, so I gave that up.
I installed python2-pyopenssl, nss, lib64nss3, zenity, python-httplib2 and python2-httplib2
but I had the following error after install warsaw package (tried both fedora and opensuse packages):
# LC_ALL=C rpm -i --nodeps warsaw_setup_64.rpm
Synchronizing state of warsaw.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable warsaw
Failed to execute /lib/systemd/systemd-sysv-install: No such file or directory
Job for warsaw.service failed because the control process exited with error code.
See "systemctl status warsaw.service" and "journalctl -xe" for details.
here is the systemctl status warsaw.service
command output:
`LC_ALL=C systemctl status warsaw.service
- warsaw.service - Warsaw Desktop
Loaded: loaded (/usr/lib/systemd/system/warsaw.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2018-07-15 13:57:51 -03; 32s ago
Process: 6822 ExecStart=/usr/bin/warsaw start (code=exited, status=1/FAILURE)
Main PID: 6822 (code=exited, status=1/FAILURE)
Jul 15 13:57:51 matheus-pc warsaw[6822]: File “/usr/bin/warsaw”, line 30, in
Jul 15 13:57:51 matheus-pc warsaw[6822]: import urllib2
Jul 15 13:57:51 matheus-pc warsaw[6822]: File “/usr/lib64/python2.7/urllib2.py”, line 94, in
Jul 15 13:57:51 matheus-pc warsaw[6822]: import httplib
Jul 15 13:57:51 matheus-pc warsaw[6822]: File “/usr/lib64/python2.7/httplib.py”, line 69, in
Jul 15 13:57:51 matheus-pc warsaw[6822]: from array import array
Jul 15 13:57:51 matheus-pc warsaw[6822]: ImportError: /usr/lib64/python2.7/lib-dynload/arraymodule.so: undefined symbol: _PySlice_Unpack
Jul 15 13:57:51 matheus-pc systemd[1]: warsaw.service: Main process exited, code=exited, status=1/FAILURE
Jul 15 13:57:51 matheus-pc systemd[1]: warsaw.service: Failed with result ‘exit-code’.
Jul 15 13:57:51 matheus-pc systemd[1]: Failed to start Warsaw Desktop.`
I can’t start the service, get this import error, any more ideas? I don’t know what I can try anymore, maybe a rpm request as Ben advised?