Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469118 - vim.eclass presumes that man pages are compressed with gz
Summary: vim.eclass presumes that man pages are compressed with gz
Status: RESOLVED DUPLICATE of bug 455480
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-08 22:22 UTC by James Cloos
Modified: 2013-05-09 05:13 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Cloos 2013-05-08 22:22:06 UTC
The eclass contains this block:

  dosym vim.1.gz /usr/share/man/man1/gvim.1.gz
  dosym vim.1.gz /usr/share/man/man1/gview.1.gz
  dosym vimdiff.1.gz /usr/share/man/man1/gvimdiff.1.gz

but it is unlikely that vim.1.gz and vimdiff.1.gz exist.

Portage’s default is to use bzip2.

Some of us use xz.

(Is it PORTAGE_COMPRESS which controls the compression for man pages?)

The eclass needs to set the symlink based on what is actually installed by app-editors/vim.
Comment 1 Tim Harder gentoo-dev 2013-05-09 05:13:32 UTC

*** This bug has been marked as a duplicate of bug 455480 ***