When pressing the help key in calcurse `?`, it is unable to find the documentation. attaching an strace shows the issue: ``` openat(AT_FDCWD, "/usr/share/doc/calcurse-4.7.0/intro.txt", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/doc/calcurse-4.7.0/intro.txt", O_RDONLY) = -1 ENOENT (No such file or directory) openat(AT_FDCWD, "/usr/share/doc/calcurse-4.7.0/intro.txt", O_RDONLY) = -1 ENOENT (No such file or directory) ``` While the actual file is found: /usr/share/doc/calcurse-4.7.0/calcurse/intro.txt.bz2 Compressed and in the wrong subdir
Created attachment 739620 [details, diff] use configure's docdir
A 4.7.1 is out as well. Let me check what has changed and take along your patch.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977a9e516eb47bfe30028ea3b024f5a0bf43b129 commit 977a9e516eb47bfe30028ea3b024f5a0bf43b129 Author: Christophe Lermytte <gentoo@lermytte.be> AuthorDate: 2021-10-05 22:48:31 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-10-06 01:09:22 +0000 app-office/calcurse: add 4.7.1 and fix documentation calcurse 4.7.1 is a bug-fixing release. Also updated PYTHON_COMPAT (used by /usr/bin/calcurse-{vdir,caldav}). Thanks-to: Marco Sirabella <marco@sirabella.org> Closes: https://bugs.gentoo.org/813438 Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Closes: https://github.com/gentoo/gentoo/pull/22498 Signed-off-by: Sam James <sam@gentoo.org> app-office/calcurse/Manifest | 1 + app-office/calcurse/calcurse-4.7.1.ebuild | 50 ++++++++++++++++++++++ .../files/calcurse-4.7.1-respect-docdir.patch | 13 ++++++ 3 files changed, 64 insertions(+)