Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSM install and "ssm.8: doesn't exist or not a regular file" #11

Open
noloader opened this issue Sep 10, 2020 · 1 comment
Open

SSM install and "ssm.8: doesn't exist or not a regular file" #11

noloader opened this issue Sep 10, 2020 · 1 comment

Comments

@noloader
Copy link

Hi Everyone,

I'm installing SSM v1.4 on Fedora 32 x86_64 fully patched. I'm using this command for testing before an actual install:

python setup.py install --prefix=$HOME/tmp/ok2delete

Install dies at the end with the error message:

running install
running build
running build_py
creating build
creating build/lib
creating build/lib/ssmlib
...
running install_scripts
copying build/scripts-3.8/ssm -> /home/jwalton/tmp/ok2delete/bin
changing mode of /home/jwalton/tmp/ok2delete/bin/ssm to 775
running install_data
error: can't copy 'doc/_build/man/ssm.8': doesn't exist or not a regular file
@mikeperalta1
Copy link

+1, but I was able to get it working on Debian Buster with the following:

sudo apt install sphinx-doc
sudo apt install python3-sphinx
cd /path/to/ssm/doc
make man

After that, the usual "make install" in repo's root worked work me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants