Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 813438

Summary: app-office/calcurse: Unable to find documentation.
Product: Gentoo Linux Reporter: Marco Sirabella <marco>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo, sam
Priority: Normal Keywords: PATCH, PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/22498
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: use configure's docdir

Description Marco Sirabella 2021-09-17 05:09:34 UTC
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
Comment 1 Marco Sirabella 2021-09-17 05:10:48 UTC
Created attachment 739620 [details, diff]
use configure's docdir
Comment 2 Kobboi 2021-09-24 00:36:03 UTC
A 4.7.1 is out as well. Let me check what has changed and take along your patch.
Comment 3 Larry the Git Cow gentoo-dev 2021-10-06 01:10:07 UTC
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(+)