Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176874 - app-admin/eselect-vi-1.1.4 doesn't cope with missing manpages well
Summary: app-admin/eselect-vi-1.1.4 doesn't cope with missing manpages well
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-03 02:52 UTC by Seemant Kulleen (RETIRED)
Modified: 2007-05-07 03:18 UTC (History)
0 users

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


Attachments
eselect-vi-respect_noman.patch (eselect-vi-respect_noman.patch,437 bytes, patch)
2007-05-03 06:56 UTC, Ali Polatel (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seemant Kulleen (RETIRED) gentoo-dev 2007-05-03 02:52:08 UTC
Couldn't find a man page for vim; skipping.
!!! Error: Can't set a new provider
Killed

I have FEATURES="noman" set, so man pages are never there on my system.  eselect should exit a little more gracefully

Reproducible: Always
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2007-05-03 06:56:26 UTC
Created attachment 118017 [details, diff]
eselect-vi-respect_noman.patch

 Imo to respect noman set_man_symlink() shouldn't return non-zero when symlinks can't be found. Attached patch does that.
Comment 2 Mike Kelly (RETIRED) gentoo-dev 2007-05-07 01:14:55 UTC
Oh, damn, I never committed the fix for this that I did before (r360 in eselect's SVN). I'm gonna push out 1.1.5, which should solve this. Sorry about that. :/
Comment 3 Mike Kelly (RETIRED) gentoo-dev 2007-05-07 03:18:07 UTC
Committed. Should hit your local mirror in a few hours. Thanks for the report.