Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642584 - dev-vcs/guilt-0.36: Fix guilt help system
Summary: dev-vcs/guilt-0.36: Fix guilt help system
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-12-29 00:30 UTC by Terra
Modified: 2018-10-20 12:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix broken guilt help system (Fix-broken-guilt-help-system.patch,1.10 KB, application/mbox)
2017-12-29 00:30 UTC, Terra
Details
Fix broken guilt help system (Fix-broken-guilt-help-system.patch,1.16 KB, patch)
2017-12-29 01:07 UTC, Terra
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Terra 2017-12-29 00:30:52 UTC
Created attachment 511912 [details]
Fix broken guilt help system

The guilt help system is currently broken, and I've submitted a patch that fix the problem.

> $ guilt
> Guilt v0.36
> 
> 
> Pick a command:
> find: invalid mode '+111'
> 
> Example: guilt push
> 
> $ guilt --help
> No manual entry for guilt
>
> $ guilt help
> No manual entry for guilt
Comment 1 Terra 2017-12-29 00:57:26 UTC
I am submitting a revised patch that fixes another issue that popped up where MANDIR is being handled incorrectly due to path changes for guilt's man pages.

> $ guilt help push
> /usr/bin/../lib/guilt/guilt-help: line 38: cd: /usr/bin/../man: No such file or directory
Comment 2 Terra 2017-12-29 01:07:14 UTC
Created attachment 511914 [details, diff]
Fix broken guilt help system
Comment 3 Jonas Stein gentoo-dev 2018-01-03 22:01:01 UTC
Thank you
Comment 4 Larry the Git Cow gentoo-dev 2018-10-20 12:17:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da22c73077692206f5bd2b79355d73add559644e

commit da22c73077692206f5bd2b79355d73add559644e
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2018-10-20 11:48:48 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2018-10-20 12:16:48 +0000

    dev-vcs/guilt: Fix help system (#642584 by Terra)
    
    Closes: https://bugs.gentoo.org/642584
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-vcs/guilt/files/guilt-0.36-fix-help.patch | 41 +++++++++++++++++++++
 dev-vcs/guilt/guilt-0.36-r1.ebuild            | 53 +++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)