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

Problem building / installing documentation on Debian 10 #105

Open
a1an77 opened this issue Nov 5, 2021 · 0 comments
Open

Problem building / installing documentation on Debian 10 #105

a1an77 opened this issue Nov 5, 2021 · 0 comments

Comments

@a1an77
Copy link

a1an77 commented Nov 5, 2021

Trying to compile and install v1.7.2 on Debian 10 I encountered problems with the documentation which I could not quickly solve.

I had troubles with make install, which complained that files could not be found when trying to install some *.txt
when trying to reproduce the errors I got to report this issue I am now getting the following error already by make, compiling in a dedicated directory (after running ../configure from the parent):

touch doc/build.stamp
touch: cannot touch 'doc/build.stamp': No such file or directory
make[1]: *** [Makefile:2156: doc/build.stamp] Error 1

In the dedicated folder there is no directory "doc", maybe a missing subdir directive?

when compiling in the distribution folder directly, I get the original error by make install:

/usr/bin/install -c -m 644 ./doc/text/index.txt ./doc/text/fields.txt ./doc/text/install.txt ./doc/text/commandline.txt ./doc/text/CHANGELOG.txt ./doc/text/README.txt 'PREFIX/share/doc/sina'
/usr/bin/install: cannot stat './doc/text/index.txt': No such file or directory
/usr/bin/install: cannot stat './doc/text/fields.txt': No such file or directory
/usr/bin/install: cannot stat './doc/text/install.txt': No such file or directory
/usr/bin/install: cannot stat './doc/text/commandline.txt': No such file or directory
/usr/bin/install: cannot stat './doc/text/CHANGELOG.txt': No such file or directory
/usr/bin/install: cannot stat './doc/text/README.txt': No such file or directory
make[1]: *** [Makefile:1371: install-docDATA] Error 1

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

1 participant